prelude-correlator-4.1.1/0000775000175000017500000000000013211634770016737 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/data/0000775000175000017500000000000013211634770017650 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/data/conf.d/0000775000175000017500000000000013211634770021017 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/data/conf.d/README0000664000175000017500000000007313211634715021676 0ustar tandrejatandreja00000000000000You may install your configuration files in this directory prelude-correlator-4.1.1/prelude_correlator.egg-info/0000775000175000017500000000000013211634770024325 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/prelude_correlator.egg-info/PKG-INFO0000664000175000017500000000300013211634767025421 0ustar tandrejatandreja00000000000000Metadata-Version: 1.1 Name: prelude-correlator Version: 4.1.1 Summary: Prelude-Correlator perform real time correlation of events received by Prelude Home-page: https://www.prelude-siem.org Author: Prelude Team Author-email: support.prelude@c-s.fr License: GPL Download-URL: https://www.prelude-siem.org/projects/prelude/files Description: Prelude-Correlator perform real time correlation of events received by Prelude. Several isolated alerts, generated from different sensors, can thus trigger a single CorrelationAlert should the events be related. This CorrelationAlert then appears within the Prewikka interface and indicates the potential target information via the set of correlation rules. Signature creation with Prelude-Correlator is based on the Python programming language. Prelude's integrated correlation engine is distributed with a default set of correlation rules, yet you still have the opportunity to modify and create any correlation rule that suits your needs. Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Security Classifier: Topic :: System :: Monitoring prelude-correlator-4.1.1/prelude_correlator.egg-info/SOURCES.txt0000664000175000017500000000215213211634770026211 0ustar tandrejatandreja00000000000000AUTHORS COPYING HACKING.README INSTALL MANIFEST.in NEWS README ez_setup.py prelude-correlator.conf setup.py data/conf.d/README prelude_correlator.egg-info/PKG-INFO prelude_correlator.egg-info/SOURCES.txt prelude_correlator.egg-info/dependency_links.txt prelude_correlator.egg-info/entry_points.txt prelude_correlator.egg-info/requires.txt prelude_correlator.egg-info/top_level.txt preludecorrelator/__init__.py preludecorrelator/config.py preludecorrelator/context.py preludecorrelator/download.py preludecorrelator/error.py preludecorrelator/idmef.py preludecorrelator/log.py preludecorrelator/main.py preludecorrelator/pluginmanager.py preludecorrelator/require.py preludecorrelator/utils.py preludecorrelator/plugins/__init__.py rules/BruteForcePlugin.py rules/BusinessHourPlugin.py rules/CIArmyPlugin.py rules/DshieldPlugin.py rules/EventScanPlugin.py rules/EventStormPlugin.py rules/EventSweepPlugin.py rules/FirewallPlugin.py rules/OpenSSHAuthPlugin.py rules/SpamhausDropPlugin.py rules/WormPlugin.py rules/__init__.py rules/ciarmy.dat rules/dshield.dat rules/spamhaus_drop.dat selinux/Makefile selinux/prelude-correlator.teprelude-correlator-4.1.1/prelude_correlator.egg-info/dependency_links.txt0000664000175000017500000000000113211634767030401 0ustar tandrejatandreja00000000000000 prelude-correlator-4.1.1/prelude_correlator.egg-info/entry_points.txt0000664000175000017500000000014213211634767027626 0ustar tandrejatandreja00000000000000[console_scripts] prelude-correlator = preludecorrelator.main:main [preludecorrelator.plugins] prelude-correlator-4.1.1/prelude_correlator.egg-info/requires.txt0000664000175000017500000000002113211634767026724 0ustar tandrejatandreja00000000000000prelude >= 4.1.0 prelude-correlator-4.1.1/prelude_correlator.egg-info/top_level.txt0000664000175000017500000000002213211634767027057 0ustar tandrejatandreja00000000000000preludecorrelator prelude-correlator-4.1.1/preludecorrelator/0000775000175000017500000000000013211634770022474 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/preludecorrelator/plugins/0000775000175000017500000000000013211634770024155 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/preludecorrelator/plugins/__init__.py0000664000175000017500000000007013211634715026262 0ustar tandrejatandreja00000000000000__import__('pkg_resources').declare_namespace(__name__) prelude-correlator-4.1.1/preludecorrelator/__init__.py0000664000175000017500000000162413211634715024607 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. __import__('pkg_resources').declare_namespace(__name__) prelude-correlator-4.1.1/preludecorrelator/config.py0000664000175000017500000000532113211634745024316 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import glob import StringIO try: import configparser except: import ConfigParser as configparser class Config(configparser.ConfigParser): def __init__(self, filename): configparser.ConfigParser.__init__(self, allow_no_value=True) self.read(filename) # Allow inclusion of additional configuration files in # prelude-correlator.conf. # These additional configuration files can be used by plugins. if self.has_section('include'): dataset = [] includes = self.items('include') confdir = os.path.dirname(os.path.abspath(filename)) for fpattern, _dummy in includes: fpattern = os.path.join(confdir, fpattern) # Files are loaded in alphabetical order for fname in sorted(glob.glob(fpattern)): dataset.append(fname) self.read(dataset) def get(self, section, option, raw=None, vars=None, fallback=None, type=str): try: return type(configparser.ConfigParser.get(self, section, option, raw=raw, vars=vars)) except configparser.NoSectionError: return fallback except configparser.NoOptionError: return fallback def getAsBool(self, section, option, raw=None, vars=None, fallback=None): b = self.get(section, option, raw, vars, fallback) if type(b) is bool: return b b = b.strip().lower() if b == "true" or b == "yes": return True return False def read(self, filename): if not isinstance(filename, list): filename = [filename] for fname in filename: try: f = open(fname, 'r') except IOError: continue self.readfp(StringIO.StringIO('[prelude]\n' + f.read())) f.close() prelude-correlator-4.1.1/preludecorrelator/context.py0000664000175000017500000002764313211634745024550 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import time import pickle import sys from prelude import IDMEFTime from preludecorrelator.idmef import IDMEF from preludecorrelator import require, log _last_wakeup = 0 _next_wakeup = 0 _TIMER_LIST = [ ] _CONTEXT_TABLE = { } logger = log.getLogger(__name__) class Timer: def __setstate__(self, dict): self.__dict__.update(dict) if self._timer_start: _TIMER_LIST.append(self) def __init__(self, expire, cb_func=None): self._timer_start = None self._timer_expire = expire self._timer_cb = cb_func def _timerExpireCallback(self): self.stop() try: self._timer_cb(self) except Exception as e: logger.exception("on timer expiration: '%s'", e) def hasExpired(self, now=None): if not now: now = time.time() return self.elapsed(now) >= self._timer_expire def check(self, now=None): if not self._timer_start: return if not now: now = time.time() elapsed = self.elapsed(now) if elapsed >= self._timer_expire: self._timerExpireCallback() # Return None in case the timer is stopped, and the time # remaining if it is already active (expired, or timer reset from the callback). if self._timer_start: return self._timer_expire - elapsed def elapsed(self, now=None): if not now: now = time.time() return now - self._timer_start def running(self): return self._timer_start != None def setExpire(self, expire): self._timer_expire = expire def start(self): if self._timer_expire: if not self._timer_start: _TIMER_LIST.append(self) self._timer_start = time.time() global _next_wakeup _next_wakeup = min(_next_wakeup, self._timer_expire) def stop(self): self._timer_start = None def reset(self): self.start() class Context(IDMEF, Timer): FORMAT_VERSION = 0.2 def __setstate__(self, dict): IDMEF.__setstate__(self, dict) Timer.__setstate__(self, dict) def __init__(self, name, options={}, overwrite=True, update=False, idmef=None): already_initialized = (update or (overwrite is False)) and hasattr(self, "_name") if already_initialized is True: return IDMEF.__init__(self) Timer.__init__(self, 0) self._version = self.FORMAT_VERSION self._options = { "threshold": -1, "expire": 0, "alert_on_expire": False } name = getName(name) self._name = name self._update_count = 0 self._options.update(options) self.setOptions(self._options) if isinstance(idmef, IDMEF): self.addAlertReference(idmef) t = self._getTime(idmef) self._time_min = t - self._options["expire"] if self._options["expire"] > 0: self._time_max = t + self._options["expire"] else: self._time_max = -1 if not name in _CONTEXT_TABLE: _CONTEXT_TABLE[name] = [] _CONTEXT_TABLE[name].append(self) logger.debug("[add]%s", self.getStat(), level=3) x = self._mergeIntersect(debug=False) if x > 0: logger.critical("A context merge happened on initialization. This should NOT happen : please report this error.") def __getnewargs__(self): return (self._name, ) def __new__(cls, name, options={}, overwrite=True, update=False, idmef=None): if update or (overwrite is False): ctx = search(name, idmef, update=True) if ctx: if update: ctx.update(options, idmef) # If a context was updated, check intersection ctx._mergeIntersect() return ctx if overwrite is False: return ctx else: ctx = search(name, idmef, update=False) if ctx: ctx.destroy() return super(Context, cls).__new__(cls) def _getTime(self, idmef=None): if not idmef: return time.time() if isinstance(idmef, IDMEFTime): return int(idmef) return int(idmef.getTime()) def _updateTime(self, itime): self._time_min = min(itime - self._options["expire"], self._time_min) if self._time_max != -1: self._time_max = max(itime + self._options["expire"], self._time_max) def _intersect(self, idmef, debug=False): if isinstance(idmef, Context): itmin = idmef._time_min itmax = idmef._time_max else: itime = self._getTime(idmef) itmin = itime - self._options["expire"] itmax = itime + self._options["expire"] if (itmin <= self._time_min and (self._time_max == -1 or itmax >= self._time_min)) or \ (itmin >= self._time_min and (self._time_max == -1 or itmin <= self._time_max)): return min(itmin, self._time_min), max(itmax, self._time_max) return None def _mergeIntersect(self, debug=False): for ctx in _CONTEXT_TABLE[self._name]: if ctx == self: continue if self._intersect(ctx, debug): self.merge(ctx) return True return False def merge(self, ctx): self._update_count += ctx._update_count self._time_min = min(self._time_min, ctx._time_min) self._time_max = max(self._time_max, ctx._time_max) self.set("alert.source(>>)", ctx.get("alert.source")) self.set("alert.target(>>)", ctx.get("alert.target")) self.set("alert.correlation_alert.alertident(>>)", ctx.get("alert.correlation_alert.alertident")) ctx.destroy() def checkTimeWindow(self, idmef, update=True): i = self._intersect(idmef) if not i: return False if update: self._time_min = i[0] if self._time_max != -1: self._time_max = i[1] return True def _timerExpireCallback(self): threshold = self._options["threshold"] alert_on_expire = self._options["alert_on_expire"] if alert_on_expire: if threshold == -1 or (self._update_count + 1) >= threshold: if callable(alert_on_expire): alert_on_expire(self) return else: self.alert() self.destroy() def isVersionCompatible(self): version = self.__dict__.get("_version", None) return self.FORMAT_VERSION == version def update(self, options={}, idmef=None, timer_rst=True): self._update_count += 1 if idmef: self.addAlertReference(idmef) if timer_rst and self.running(): self.reset() self._options.update(options) self.setOptions(self._options) logger.debug("[update]%s", self.getStat(), level=3) def getStat(self, now=None): str = "" if not now: now = time.time() if self._options["threshold"] != -1: str += " threshold=%d/%d" % (self._update_count + 1, self._options["threshold"]) if self._timer_start: str += " expire=%d/%d" % (self.elapsed(now), self._options["expire"]) tmin = time.strftime("%X", time.localtime(self._time_min)) if self._time_max == -1: tmax = "" else: tmax = time.strftime("%X", time.localtime(self._time_max)) return ("[%s]: tmin=%s tmax=%s update=%d%s" % (self._name, tmin, tmax, self._update_count, str)) def getOptions(self): return self._options def setOptions(self, options={}): self._options = options Timer.setExpire(self, self._options.get("expire", 0)) Timer.start(self) # will only start the timer if not already running def getUpdateCount(self): return self._update_count def destroy(self): if isinstance(self, Timer): self.stop() logger.debug("[del]%s", self.getStat(), level=3) _CONTEXT_TABLE[self._name].remove(self) if not _CONTEXT_TABLE[self._name]: _CONTEXT_TABLE.pop(self._name) def getName(arg): def escape(s): return s.replace("_", "\\_") if type(arg) is str: return escape(arg) cnt = 0 name = "" for i in arg: if cnt > 0: name += "_" name += escape(str(i)) cnt += 1 return name def search(name, idmef=None, update=False): name = getName(name) for ctx in _CONTEXT_TABLE.get(name, ()): ctime = ctx.checkTimeWindow(idmef, update) if ctime: return ctx return None class _Dummy: pass class ContextUnpickler(pickle.Unpickler): def find_class(self, module, name): try: return pickle.Unpickler.find_class(self, module, name) except (ImportError, AttributeError) as e: logger.warning(e) return _Dummy def save(profile): ctxt_filename = require.get_data_filename("context.dat", profile=profile) fd = open(ctxt_filename, "wb") pickle.dump(_CONTEXT_TABLE, fd, -1) fd.close() def load(profile): ctxt_filename = require.get_data_filename("context.dat", profile=profile) if os.path.exists(ctxt_filename): global _TIMER_LIST global _CONTEXT_TABLE fd = open(ctxt_filename, "rb") try: _CONTEXT_TABLE.update(ContextUnpickler(fd).load()) except EOFError: return logger.debug("[load]: %d context loaded", len(_CONTEXT_TABLE)) for ctxlist in _CONTEXT_TABLE.values(): for ctx in ctxlist[:]: # Destroy the context in case of incompatibility or import failure. # Check the alert_on_expire option because it can contain # some external reference that will be called from the core. if not ctx.isVersionCompatible() or ctx.getOptions()["alert_on_expire"] is _Dummy: ctx.destroy() def wakeup(now): global _TIMER_LIST, _next_wakeup, _last_wakeup if now - _last_wakeup < _next_wakeup: return _next_wakeup = sys.maxsize i = 0 tlen = len(_TIMER_LIST) need_delete = False for timer in _TIMER_LIST: ret = timer.check(now) if ret: _next_wakeup = min(ret, _next_wakeup) else: i += 1 need_delete = True if need_delete: _TIMER_LIST = [x for x in _TIMER_LIST if x._timer_start is not None] logger.debug("woke-up %d/%d timer, next wake-up in %.2f seconds", i, tlen, _next_wakeup) _last_wakeup = now def stats(): now = time.time() with_threshold = [] for ctxlist in _CONTEXT_TABLE.values(): for ctx in ctxlist: if ctx._options["threshold"] == -1: logger.info(ctx.getStat(now)) else: with_threshold.append(ctx) with_threshold.sort(key=lambda x: x.getUpdateCount()) for ctx in with_threshold: logger.info(ctx.getStat(now)) prelude-correlator-4.1.1/preludecorrelator/download.py0000664000175000017500000001110513211634745024655 0ustar tandrejatandreja00000000000000# Copyright (C) 2014-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. try: import urllib.request as urlreq except: import urllib2 as urlreq import os import time from preludecorrelator import error from preludecorrelator.context import Timer class DownloadCache: def _checkPermissions(self): dirname = os.path.dirname(self._filename) if not os.access(dirname, os.R_OK|os.W_OK|os.X_OK): raise error.UserError("DownloadCache directory '%s' does not exist or has wrong permissions" % (dirname)) if os.path.exists(self._filename) and not os.access(self._filename, os.R_OK|os.W_OK): raise error.UserError("DownloadCache file '%s' cannot be opened in read-write mode" % (self._filename)) def __init__(self, name, filename, reload, logger, bindata=False): self._name = name self._filename = filename self._reload = reload self._data = None self.logger = logger self._bindata = bindata self._checkPermissions() age = self._doInit() if self._reload > 0: Timer(self._reload - age, self._download).start() def _doInit(self): age = False try: st = os.stat(self._filename) age = time.time() - st.st_mtime # If the data didn't expire, we're good to go if self._reload <= 0 or age < self._reload: self._load(age) return age except OSError: pass try: self._download() except Exception: # There was an error downloading newer data, use any older data that we have, even if it's expired # If we don't have any older data available, then this is an error, and there is no fallback. if not age: raise error.UserError("%s data couldn't be retrieved, and no previous data available" % self._name) self._load(age) return 0 def _download(self, timer=None): status ="Downloading" if not timer else "Updating" self.logger.info("%s %s report, this might take some time...", status, self._name) try: unparsed_data = self.download() self.__data = self.parse(unparsed_data) fd = open(self._filename, "wb" if self._bindata else "w") self.write(fd, unparsed_data) fd.close() self.logger.info("%s %s report done.", status, self._name) except Exception as e: self.logger.error("error %s %s report : %s", status.lower(), self._name, e) if not timer: raise if timer: timer.setExpire(self._reload) timer.reset() def _load(self, age): self.__data = self.parse(self.read(open(self._filename, "rb" if self._bindata else "r"))) self.logger.info("Loaded %s data from a previous run (age=%.2f hours)", self._name, age / 60 / 60) def download(self): pass def parse(self, data): return data def get(self): return self.__data class HTTPDownloadCache(DownloadCache): def __init__(self, name, filename, uri, timeout, reload, logger, bindata=False): self.__uri = uri self.__timeout = timeout DownloadCache.__init__(self, name, filename, reload, logger, bindata) def read(self, fd): return fd.read() def write(self, fd, data): fd.write(data) def download(self,headers=None): if headers == None: headers={'User-Agent' : "Prelude-Correlator"} con = urlreq.urlopen(urlreq.Request(self.__uri, headers=headers)) data = con.read() if not self._bindata: _mime_type, _sep, encoding = con.headers['content-type'].partition('charset=') data = data.decode(encoding or 'ascii') return data prelude-correlator-4.1.1/preludecorrelator/error.py0000664000175000017500000000004513211634715024175 0ustar tandrejatandreja00000000000000class UserError(Exception): pass prelude-correlator-4.1.1/preludecorrelator/idmef.py0000664000175000017500000001726513211634745024147 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from collections import defaultdict import re import itertools import operator import prelude from preludecorrelator import utils _RegexType = type(re.compile("")) class IDMEF(prelude.IDMEF): def getTime(self): itime = self.get("alert.detect_time") if not itime: itime = self.get("alert.create_time") return itime def get(self, path, flatten=True, replacement=None): path = prelude.IDMEFPath(path) value = path.get(self) if value is None: return replacement if flatten and type(value) is tuple: value = utils.flatten(value) return value def _match(self, path, needle): value = self.get(path) if not isinstance(needle, _RegexType): ret = value == needle else: m = needle.search(value or "") if not m: return False ret = m.groups() return ret def match(self, *args): if (len(args) % 2) != 0: raise("Invalid number of arguments.") ret = [] i = 0 while i < len(args): r = self._match(args[i], args[i + 1]) if r is False: return None elif isinstance(r, tuple): ret.extend(r) i += 2 if ret: return ret return True def alert(self): global prelude_client self.set("alert.create_time", prelude.IDMEFTime()) prelude_client.correlationAlert(self) def _getMergeList(self, path, idmef): newset = [] sharedset = [] curvalues = prelude.IDMEF.get(self, path) for newidx, newval in enumerate(prelude.IDMEF.get(idmef, path) or ()): have_match = False for curidx, curval in enumerate(curvalues): if curval == newval: sharedset.append((curidx, newidx)) have_match = True if not have_match: newset.append((newidx, newval)) unmodified_set = set(range(len(curvalues))) unmodified_set -= set([curidx for curidx, newidx in sharedset]) return list(unmodified_set), sharedset, newset def _mergePort(self, fpath, value): strl = [] has_range = False for k, g in itertools.groupby(enumerate(sorted(set(value))), lambda i_x: i_x[0] - i_x[1]): ilist = list(map(operator.itemgetter(1), g)) if len(ilist) > 1: has_range = True strl.append('%d-%d' % (ilist[0], ilist[-1])) else: strl.append('%d' % ilist[0]) if has_range or len(strl) > 1: return ("service.portlist", ",".join(strl)) else: return ("service.port", value[0]) def _parsePortlist(self, portlist): ranges = (x.split("-") for x in portlist.split(",")) plist = [ i for r in ranges for i in range(int(r[0].strip()), int(r[-1].strip()) + 1) ] return ("service.port", plist) def _defaultMerge(self, fpath, value): return (fpath, value[0]) def _getFilteredValue(self, basepath, fpath, reqval, idmef, preproc_func, filtered): for idx, value in enumerate(prelude.IDMEF.get(idmef, basepath + "." + fpath) or ()): if value: if value == reqval or reqval is None: prelude.IDMEF.set(idmef, basepath + "(%d)." % idx + fpath, None) fpath2 = fpath if value and preproc_func: fpath2, value = preproc_func(value) if not idx in filtered: filtered[idx] = {} if not fpath2 in filtered[idx]: filtered[idx][fpath2] = [] if value: filtered[idx][fpath2] += value if isinstance(value, list) else [value] return fpath def _mergeSet(self, path, idmef, filtered_path=()): filtered_new = {} filtered_cur = {} postproc = {} for (fpath, reqval), preproc_func, postproc_func in filtered_path: r1 = self._getFilteredValue(path, fpath, reqval, self, preproc_func, filtered_cur) r2 = self._getFilteredValue(path, fpath, reqval, idmef, preproc_func, filtered_new) postproc[r1 or r2] = postproc_func if postproc_func else self._defaultMerge unmodified_set, sharedset, newset = self._getMergeList(path, idmef) for idx, value in newset: prelude.IDMEF.set(self, path + "(>>)", value) for fpath, value in filtered_new.get(idx, {}).items(): if value and fpath in postproc: fpath, value = postproc[fpath](fpath, value) if value: prelude.IDMEF.set(self, path + "(-1)." + fpath, value) for idx in unmodified_set: for fpath, value in filtered_cur.get(idx, {}).items(): if value and fpath in postproc: fpath, value = postproc[fpath](fpath, value) if value: prelude.IDMEF.set(self, path + "(%d)." % idx + fpath, value) common = defaultdict(list) for idx, nidx in sharedset: common = defaultdict(list) for a, b in list(filtered_new.get(nidx, {}).items()) + list(filtered_cur.get(idx, {}).items()): common[a] += b for fpath, value in common.items(): if value and fpath in postproc: fpath, value = postproc[fpath](fpath, value) if value: prelude.IDMEF.set(self, path + "(%d)." % idx + fpath, value) for idx, values in filtered_new.items(): for fpath, value in values.items(): if value and fpath in postproc: fpath, value = postproc[fpath](fpath, value) if value: prelude.IDMEF.set(idmef, path + "(%d)." % (idx) + fpath, value) def addAlertReference(self, idmef, auto_set_detect_time=True): if auto_set_detect_time is True: intime = idmef.getTime() curtime = self.getTime() if (not curtime) or intime < curtime: self.set("alert.detect_time", intime) st_filters = [(("process.pid", None), None, None), (("service.name", "unknown"), None, None), (("service.port", None), None, self._mergePort), (("service.portlist", None), self._parsePortlist, self._mergePort)] self._mergeSet("alert.source", idmef, st_filters) self._mergeSet("alert.target", idmef, st_filters) self.set("alert.correlation_alert.alertident(>>).alertident", idmef.get("alert.messageid")) self.set("alert.correlation_alert.alertident(-1).analyzerid", idmef.get("alert.analyzer(*).analyzerid")[-1]) def set_prelude_client(client): global prelude_client prelude_client = client prelude-correlator-4.1.1/preludecorrelator/log.py0000664000175000017500000000552713211634745023642 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import prelude import logging import logging.config import logging.handlers import sys import os import stat debug_level = 0 def _debug(self, msg, *args, **kwargs): level = kwargs.pop("level", 0) if debug_level and level <= debug_level: self.log(logging.DEBUG, msg, *args, **kwargs) logging.Logger.debug = _debug def __C_log_callback(level, log): log = log.rstrip('\n') logger = getLogger("libprelude") if level == prelude.PreludeLog.DEBUG: logger.debug(log) elif level == prelude.PreludeLog.INFO: logger.info(log) elif level == prelude.PreludeLog.WARNING: logger.warning(log) elif level == prelude.PreludeLog.ERROR: logger.error(log) elif level == prelude.PreludeLog.CRITICAL: logger.critical(log) else: logger.warning(("[unknown:%d] " % level) + log) def getSyslogHandlerAddress(): for f in ("/dev/log", "/var/run/log", "/var/run/syslog"): try: if stat.S_ISSOCK(os.stat(f).st_mode): return f except: pass return ("localhost", 514) def initLogger(options): global debug_level debug_level = options.debug try: prelude.PreludeLog.setCallback(__C_log_callback) except: # PreludeLog is available in recent libprelude version, we do not want to fail if it's not. pass try: logging.config.fileConfig(options.config) except Exception as e: DATEFMT = "%d %b %H:%M:%S" FORMAT="%(asctime)s %(name)s (pid:%(process)d) %(levelname)s: %(message)s" logging.basicConfig(level=logging.DEBUG, format=FORMAT, datefmt=DATEFMT, stream=sys.stderr) if options.daemon is True: hdlr = logging.handlers.SysLogHandler(getSyslogHandlerAddress(), facility=logging.handlers.SysLogHandler.LOG_DAEMON) hdlr.setFormatter(logging.Formatter('%(name)s: %(levelname)s: %(message)s')) logging.getLogger().addHandler(hdlr) def getLogger(name=__name__): return logging.getLogger(name) prelude-correlator-4.1.1/preludecorrelator/main.py0000664000175000017500000002320513211634745023776 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import sys import os import time import signal import pkg_resources import errno from optparse import OptionParser, OptionGroup from prelude import ClientEasy, checkVersion, IDMEFCriteria from preludecorrelator import idmef, pluginmanager, context, log, config, require, error logger = log.getLogger(__name__) VERSION = pkg_resources.get_distribution('prelude-correlator').version LIBPRELUDE_REQUIRED_VERSION = "1.2.6" _DEFAULT_PROFILE = "prelude-correlator" def _init_profile_dir(profile): filename = require.get_data_filename("context.dat", profile=profile) try: os.makedirs(os.path.dirname(filename), mode=0o700) except OSError as e: if e.errno != errno.EEXIST: raise class Env: def __init__(self, options): self.prelude_client = None log.initLogger(options) self.config = config.Config(options.config) self.profile = options.profile self.pluginmanager = pluginmanager.PluginManager(self) # restore previous context # (this need to be called after logger is setup, and before plugin loading). context.load(self.profile) # Since we can launch different instances of prelude-correlator with different profiles, # we need to separate their context and specific rules data files # (this need to be called before plugin loading) _init_profile_dir(self.profile) self.pluginmanager.load() logger.info("%d plugins have been loaded.", self.pluginmanager.getPluginCount()) class SignalHandler: def __init__(self, env): self._env = env signal.signal(signal.SIGTERM, self._handle_signal) signal.signal(signal.SIGINT, self._handle_signal) signal.signal(signal.SIGQUIT, self._handle_signal) def _handle_signal(self, signum, frame): logger.info("caught signal %d", signum) self._env.pluginmanager.signal(signum, frame) if signum == signal.SIGQUIT: context.stats() self._env.pluginmanager.stats() if self._env.prelude_client: self._env.prelude_client.stats() else: self._env.prelude_client.stop() class GenericReader(object): def run(self): pass class ClientReader(GenericReader): def __init__(self, prelude_client): self.prelude_client = prelude_client def run(self): while True: msg = idmef.IDMEF() try: ret = self.prelude_client.client.recvIDMEF(msg, 1000) except Exception: ret = None if ret: yield msg else: yield None class FileReader(GenericReader): def __init__(self, filename, offset=0, limit=-1): self.filename = filename self.offset = offset self.limit = limit def run(self): count = 0 with open(self.filename, 'r') as input_file: while self.limit == -1 or count < self.limit + self.offset: msg = idmef.IDMEF() try: msg << input_file except EOFError: break count += 1 if count >= self.offset: yield msg class PreludeClient(object): def __init__(self, env, options, print_input=None, print_output=None, dry_run=False): self._env = env self._events_processed = 0 self._alert_generated = 0 self._print_input = print_input self._print_output = print_output self._continue = True self._dry_run = dry_run self._criteria = self._parse_criteria(self._env.config.get("general", "criteria")) if not options.readfile: self._receiver = ClientReader(self) else: self._receiver = FileReader(options.readfile, options.readoff, options.readlimit) self.client = ClientEasy( options.profile, ClientEasy.PERMISSION_IDMEF_READ|ClientEasy.PERMISSION_IDMEF_WRITE, "Prelude Correlator", "Correlator", "CS-SI", VERSION) self.client.setConfigFilename(options.config) self.client.start() def _handle_event(self, idmef): if self._print_input: self._print_input.write(str(idmef)) self._env.pluginmanager.run(idmef) self._events_processed += 1 def stats(self): logger.info("%d events received, %d correlationAlerts generated.", self._events_processed, self._alert_generated) def correlationAlert(self, idmef): self._alert_generated = self._alert_generated + 1 if not self._dry_run: self.client.sendIDMEF(idmef) if self._print_output: self._print_output.write(str(idmef)) def run(self): last = time.time() for msg in self._receiver.run(): if msg and self._criteria.match(msg): self._handle_event(msg) now = time.time() if now - last >= 1: context.wakeup(now) last = now if not self._continue: break def stop(self): self._continue = False @staticmethod def _parse_criteria(criteria): if not criteria: return IDMEFCriteria("alert") criteria = "alert && (%s)" % (criteria) try: return IDMEFCriteria(criteria) except Exception as e: raise error.UserError("Invalid criteria provided '%s': %s" % (criteria, e)) def runCorrelator(): checkVersion(LIBPRELUDE_REQUIRED_VERSION) config_filename = require.get_config_filename("prelude-correlator.conf") parser = OptionParser(usage="%prog", version="%prog " + VERSION) parser.add_option("-c", "--config", action="store", dest="config", type="string", help="Configuration file to use", metavar="FILE", default=config_filename) parser.add_option("", "--dry-run", action="store_true", dest="dry_run", help="No report to the specified Manager will occur", default=False) parser.add_option("-d", "--daemon", action="store_true", dest="daemon", help="Run in daemon mode") parser.add_option("-P", "--pidfile", action="store", dest="pidfile", type="string", help="Write Prelude Correlator PID to specified file", metavar="FILE") grp = OptionGroup(parser, "IDMEF Input", "Read IDMEF events from file") grp.add_option("", "--input-file", action="store", dest="readfile", type="string", help="Read IDMEF events from the specified file", metavar="FILE") grp.add_option("", "--input-offset", action="store", dest="readoff", type="int", help="Start processing events starting at the given offset", metavar="OFFSET", default=0) grp.add_option("", "--input-limit", action="store", dest="readlimit", type="int", help="Read events until the given limit is reached", metavar="LIMIT", default=-1) parser.add_option_group(grp) grp = OptionGroup(parser, "Prelude", "Prelude generic options") grp.add_option("", "--profile", dest="profile", type="string", help="Profile to use for this analyzer", default=_DEFAULT_PROFILE) parser.add_option_group(grp) parser.add_option("", "--print-input", action="store", dest="print_input", type="string", help="Dump alert input from manager to the specified file", metavar="FILE") parser.add_option("", "--print-output", action="store", dest="print_output", type="string", help="Dump alert output to the specified file", metavar="FILE") parser.add_option("-D", "--debug", action="store", dest="debug", type="int", default=0, help="Enable debugging output (level from 1 to 10)", metavar="LEVEL") (options, args) = parser.parse_args() env = Env(options) SignalHandler(env) ifd = None if options.print_input: if options.print_input == "-": ifd = sys.stdout else: ifd = open(options.print_input, "w") ofd = None if options.print_output: if options.print_output == "-": ofd = sys.stdout else: ofd = open(options.print_output, "w") if options.daemon: if os.fork(): os._exit(0) os.setsid() if os.fork(): os._exit(0) os.umask(0o77) fd = os.open('/dev/null', os.O_RDWR) for i in range(3): os.dup2(fd, i) os.close(fd) if options.pidfile: open(options.pidfile, "w").write(str(os.getpid())) try: env.prelude_client = PreludeClient(env, options, print_input=ifd, print_output=ofd) except Exception as e: raise error.UserError(e) idmef.set_prelude_client(env.prelude_client) env.prelude_client.run() # save existing context context.save(options.profile) def main(): try: runCorrelator() except error.UserError as e: logger.error("error caught while starting prelude-correlator : %s", e) sys.exit(1) except: raise prelude-correlator-4.1.1/preludecorrelator/pluginmanager.py0000664000175000017500000001567113211634745025713 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import pkg_resources import os import imp from preludecorrelator import log, error, require, plugins logger = log.getLogger(__name__) class Plugin(object): enable = True autoload = True conflict = [] def getConfigValue(self, option, fallback=None, type=str): return self.env.config.get(self.__class__.__name__, option, fallback=fallback, type=type) def __init__(self, env): self.env = env def _getName(self): return self.__class__.__name__ def stats(self): pass def signal(self, signo, frame): pass def run(self, idmef): pass class PluginDependenciesError(ImportError): pass class PluginManager(object): _default_entrypoint = 'preludecorrelator.plugins' def __init__(self, env, entrypoint=None): self._env = env self._count = 0 self.__plugins_instances = [] self.__plugins_classes = [] self._conflict = {} self._force_enable = {} plugin_entries = [ (e.name, e, self._load_entrypoint) for e in pkg_resources.iter_entry_points(entrypoint if entrypoint else self._default_entrypoint)] if entrypoint is None: plugin_entries += [ (u[0], u, self._load_userpoint ) for u in self._get_userpoints(env)] for pname, e, fct in plugin_entries: logger.debug("loading point %s", pname, level=1) enable_s = env.config.get(pname, "enable", fallback=None) if enable_s: enable_s = enable_s.lower() enable = enable_s in ("true", "yes", "force", None) disable = env.config.getAsBool(pname, "disable", fallback=False) # do not load if the user specifically used disable=true, or enable=false if not enable or disable: logger.info("[%s]: disabled on user request", pname) continue plugin_class = fct(e) if plugin_class is None: continue if not enable_s: enable = plugin_class.enable if enable: if disable: enable = False elif enable_s == "force": self._force_enable[pname] = enable if not enable: logger.info("[%s]: disabled by default", pname) continue for reason, namelist in plugin_class.conflict: self._conflict.update([(name, (pname, reason)) for name in namelist]) self.__plugins_classes.append(plugin_class) def load(self): for plugin_class in self.getPluginsClassesList(): pname = plugin_class.__name__ if pname in self._conflict and not pname in self._force_enable: logger.info("[%s]: disabled by plugin '%s' reason:%s", pname, self._conflict[pname][0], self._conflict[pname][1]) continue if plugin_class.autoload: try: pi = plugin_class(self._env) except error.UserError as e: logger.error("[%s]: %s", pname, e) raise error.UserError("Plugin '%s' failed to load, please fix the issue or disable the plugin" % pname) self.__plugins_instances.append(pi) self._count += 1 def _get_userpoints(self, env): if not env.config.has_section("python_rules"): python_rules_dirs = require.get_config_filename("rules/python") else: python_rules_dirs = env.config.get("python_rules", "paths", fallback="") for pathdir in python_rules_dirs.splitlines(): if not os.access(pathdir, os.R_OK) or not os.path.isdir(pathdir): logger.warning("Can not load %s python rules dir" % pathdir) continue for f in os.listdir(pathdir): if not f.endswith('.py') or f == '__init__.py': continue if os.path.isdir(os.path.join(pathdir, f)): continue yield (f.rpartition('.')[0], pathdir) def _load_entrypoint(self, entrypoint): try: return entrypoint.load() except ImportError as e: logger.error("[%s]: import error: %s", entrypoint.name, e) return None except Exception as e: logger.exception("[%s]: loading error: %s", entrypoint.name, e) return None def _load_userpoint(self, args): name, path = args try: mod_info = imp.find_module(name, [path]) except ImportError: logger.warning( 'Invalid plugin "%s" in "%s"' % (name, path) ) return None try: return getattr(imp.load_module( self._default_entrypoint + '.' + name , *mod_info), name) except Exception as e: logger.warning( "Unable to load %(file)s: %(error)s" % {'file': name,'error': str(e),}) return None def getPluginCount(self): return self._count def getPluginList(self): return self.getPluginsInstancesList() def getPluginsInstancesList(self): return self.__plugins_instances def getPluginsClassesList(self): return self.__plugins_classes def stats(self): for plugin in self.getPluginsInstancesList(): try: plugin.stats() except Exception: logger.exception("[%s]: exception occurred while retrieving statistics", plugin._getName()) def signal(self, signo, frame): for plugin in self.getPluginsInstancesList(): try: plugin.signal(signo, frame) except Exception: logger.exception("[%s]: exception occurred while signaling", plugin._getName()) def run(self, idmef): for plugin in self.getPluginsInstancesList(): try: plugin.run(idmef) except error.UserError as e: logger.error("[%s]: error running plugin : %s", plugin._getName(), e) except Exception: logger.exception("[%s]: exception occurred while running", plugin._getName()) prelude-correlator-4.1.1/preludecorrelator/require.py0000664000175000017500000000334213211634745024526 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. try: import os from preludecorrelator import siteconfig def get_config_filename(fname, module=None, package="prelude-correlator"): return os.path.join(siteconfig.conf_dir, fname) def get_data_filename(fname, module=None, package="prelude-correlator", profile=None): return os.path.join(siteconfig.lib_dir, profile or "", fname) except: import pkg_resources def get_config_filename(fname, module=None, package="prelude-correlator"): if module is None: module = pkg_resources.Requirement.parse(package) return pkg_resources.resource_filename(module, fname) def get_data_filename(fname, module=None, package="prelude-correlator", profile=None): if module is None: module = pkg_resources.Requirement.parse(package) return pkg_resources.resource_filename(module, os.path.join(profile or "", fname)) prelude-correlator-4.1.1/preludecorrelator/utils.py0000664000175000017500000000276113211634745024216 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import collections def flatten(x): """flatten(sequence) -> list Returns a single, flat list which contains all elements retrieved from the sequence and all recursively contained sub-sequences (iterables). Examples: >>> [1, 2, [3,4], (5,6)] [1, 2, [3, 4], (5, 6)] >>> flatten([[[1,2,3], (42,None)], [4,5], [6], 7, MyVector(8,9,10)]) [1, 2, 3, 42, None, 4, 5, 6, 7, 8, 9, 10]""" if not x: return [] result = [] for el in x: if isinstance(el, collections.Iterable) and not isinstance(el, str): result.extend(flatten(el)) else: result.append(el) return result prelude-correlator-4.1.1/rules/0000775000175000017500000000000013211634770020071 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/rules/BruteForcePlugin.py0000664000175000017500000000627213211634745023673 0ustar tandrejatandreja00000000000000# Copyright (C) 2006 G Ramon Gomez # Copyright (C) 2009-2017 CS-SI # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import re from preludecorrelator.pluginmanager import Plugin from preludecorrelator.context import Context class BruteForcePlugin(Plugin): def _BruteForce(self, idmef): sadd = [sorted(node.get('node.address(*).address')) for node in idmef.get('alert.source(*)', False)] tadd = [sorted(node.get('node.address(*).address')) for node in idmef.get('alert.target(*)', False)] for source in sadd: if not source: continue for target in tadd: if not target: continue ctx = Context(("BRUTE ST", source, target), { "expire": 120, "threshold": 5, "alert_on_expire": True }, update=True, idmef = idmef) if ctx.getUpdateCount() == 0: ctx.set("alert.classification.text", "Brute Force attack") ctx.set("alert.correlation_alert.name", "Multiple failed login") ctx.set("alert.assessment.impact.severity", "high") ctx.set("alert.assessment.impact.description", "Multiple failed attempts have been made to login using different account") def _BruteUserForce(self, idmef): userid = idmef.get("alert.target(*).user.user_id(*).name"); if not userid: return for user in userid: ctx = Context(("BRUTE USER", user), { "expire": 120, "threshold": 5, "alert_on_expire": True }, update=True, idmef=idmef) if ctx.getUpdateCount() == 0: ctx.set("alert.classification.text", "Brute Force attack") ctx.set("alert.correlation_alert.name", "Multiple failed login against a single account") ctx.set("alert.assessment.impact.severity", "high") ctx.set("alert.assessment.impact.description", "Multiple failed attempts have been made to login to a user account") def run(self, idmef): if not idmef.match("alert.classification.text", re.compile("[Ll]ogin|[Aa]uthentication")): return # FIXME: In the future, we might want to include successfull authentication # following a number of failed events, so that generated CorrelationAlert # includes full details. if idmef.get("alert.assessment.impact.completion") == "succeeded": return self._BruteForce(idmef) self._BruteUserForce(idmef) prelude-correlator-4.1.1/rules/BusinessHourPlugin.py0000664000175000017500000000311313211634745024253 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import time from preludecorrelator.idmef import IDMEF from preludecorrelator.pluginmanager import Plugin # Alert only on saturday and sunday, and everyday from 6:00pm to 9:00am. class BusinessHourPlugin(Plugin): def run(self, idmef): t = time.localtime(int(idmef.get("alert.create_time"))) if not (t.tm_wday == 5 or t.tm_wday == 6 or t.tm_hour < 9 or t.tm_hour > 17): return if idmef.get("alert.assessment.impact.completion") != "succeeded": return ca = IDMEF() ca.addAlertReference(idmef) ca.set("alert.classification", idmef.get("alert.classification")) ca.set("alert.correlation_alert.name", "Critical system activity on day off") ca.alert() prelude-correlator-4.1.1/rules/CIArmyPlugin.py0000664000175000017500000000557013211634745022757 0ustar tandrejatandreja00000000000000# Copyright (C) 2015-2017 CS-SI. All Rights Reserved. # Author: Thomas Andrejak # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from preludecorrelator import context, require, log, download from preludecorrelator.pluginmanager import Plugin logger = log.getLogger(__name__) class CIArmyDownloader(download.HTTPDownloadCache): def __init__(self, filename, uri, timeout, reload): download.HTTPDownloadCache.__init__(self, "CIArmy", filename, uri, timeout, reload, logger) def __ipNormalize(self, ip): return ".".join([ i.lstrip("0") for i in ip.split(".") ]) def parse(self, data): ret = [] for line in data.split("\n"): if not line or line[0] == '#': continue ip = line ret.append(self.__ipNormalize(ip)) return ret class CIArmyPlugin(Plugin): CIARMY_RELOAD = 7 * 24 * 60 * 60 CIARMY_URI = "http://cinsscore.com/list/ci-badguys.txt" CIARMY_TIMEOUT = 10 def __init__(self, env): Plugin.__init__(self, env) uri = self.getConfigValue("uri", self.CIARMY_URI) timeout = self.getConfigValue("timeout", self.CIARMY_TIMEOUT, type=float) reload = self.getConfigValue("reload", self.CIARMY_RELOAD, type=int) filename = self.getConfigValue("filename", require.get_data_filename("ciarmy.dat", module=__name__, profile=env.profile)) self.__data = CIArmyDownloader(filename, uri, timeout, reload) def run(self, idmef): data = self.__data.get() for source in idmef.get("alert.source(*).node.address(*).address"): if source in data: ca = context.Context(("CIARMY", source), { "expire": 300, "alert_on_expire": True }, update = True, idmef = idmef) if ca.getUpdateCount() == 0: ca.set("alert.classification.text", "IP source matching CIArmy database") ca.set("alert.correlation_alert.name", "IP source matching CIArmy database") ca.set("alert.assessment.impact.description", "CIArmy gathered this IP address from firewall drop logs (%s)" % (source)) ca.set("alert.assessment.impact.severity", "high") prelude-correlator-4.1.1/rules/DshieldPlugin.py0000664000175000017500000000625113211634745023204 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # Author: Sebastien Tricaud # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from preludecorrelator import context, require, log, download from preludecorrelator.pluginmanager import Plugin logger = log.getLogger(__name__) class DShieldDownloader(download.HTTPDownloadCache): def __init__(self, filename, uri, timeout, reload): download.HTTPDownloadCache.__init__(self, "DShield", filename, uri, timeout, reload, logger) def __ipNormalize(self, ip): return ".".join([ i.lstrip("0") for i in ip.split(".") ]) def parse(self, data): ret = {} for line in data.split("\n"): if not line or line[0] == '#': continue ip, reports, attacks, first_seen, last_seen = line.split('\t') ret[self.__ipNormalize(ip)] = (int(reports), int(attacks), first_seen, last_seen) return ret class DshieldPlugin(Plugin): DSHIELD_RELOAD = 7 * 24 * 60 * 60 DSHIELD_URI = "http://www.dshield.org/ipsascii.html?limit=10000" DSHIELD_TIMEOUT = 10 def __init__(self, env): Plugin.__init__(self, env) uri = self.getConfigValue("uri", self.DSHIELD_URI) timeout = self.getConfigValue("timeout", self.DSHIELD_TIMEOUT, type=float) reload = self.getConfigValue("reload", self.DSHIELD_RELOAD, type=int) filename = self.getConfigValue("filename", require.get_data_filename("dshield.dat", module=__name__, profile=env.profile)) self.__data = DShieldDownloader(filename, uri, timeout, reload) def run(self, idmef): data = self.__data.get() for source in idmef.get("alert.source(*).node.address(*).address"): entry = data.get(source, None) if entry: ca = context.Context(("DSHIELD", source), { "expire": 300, "alert_on_expire": True }, update = True, idmef = idmef) if ca.getUpdateCount() == 0: ca.set("alert.classification.text", "IP source matching Dshield database") ca.set("alert.correlation_alert.name", "IP source matching Dshield database") ca.set("alert.assessment.impact.description", "Dshield gathered this IP address from firewall drops logs (%s - reports: %d, attacks: %d, first/last seen: %s - %s)" % (source, entry[0], entry[1], entry[2], entry[3])) ca.set("alert.assessment.impact.severity", "high") prelude-correlator-4.1.1/rules/EventScanPlugin.py0000664000175000017500000000353013211634745023513 0ustar tandrejatandreja00000000000000# Copyright (C) 2006 G Ramon Gomez # Copyright (C) 2009-2017 CS-SI # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Detect Eventscan: # Playing multiple events from a single host against another single host from preludecorrelator.context import Context from preludecorrelator.pluginmanager import Plugin class EventScanPlugin(Plugin): def run(self, idmef): source = idmef.get("alert.source(*).node.address(*).address") target = idmef.get("alert.target(*).node.address(*).address") if not source or not target: return for saddr in source: for daddr in target: ctx = Context(("SCAN EVENTSCAN", saddr, daddr), { "expire": 60, "threshold": 30, "alert_on_expire": True }, update = True, idmef=idmef) if ctx.getUpdateCount() == 0: ctx.set("alert.correlation_alert.name", "A single host has played many events against a single target. This may be a vulnerability scan") ctx.set("alert.classification.text", "Eventscan") ctx.set("alert.assessment.impact.severity", "high") prelude-correlator-4.1.1/rules/EventStormPlugin.py0000664000175000017500000000335013211634745023733 0ustar tandrejatandreja00000000000000# Copyright (C) 2006 G Ramon Gomez # Copyright (C) 2009-2017 CS-SI # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Detect Eventscan: # Playing multiple events from a single host against another single host from preludecorrelator.context import Context from preludecorrelator.pluginmanager import Plugin # Detect Eventstorm: # Playing excessive events by a single host class EventStormPlugin(Plugin): def run(self, idmef): source = idmef.get("alert.source(*).node.address(*).address") if not source: return for saddr in source: ctx = Context(("SCAN EVENTSTORM", saddr), { "expire": 120, "threshold": 150, "alert_on_expire": True }, update = True, idmef = idmef) if ctx.getUpdateCount() == 0: ctx.set("alert.correlation_alert.name", "A single host is producing an unusual amount of events") ctx.set("alert.classification.text", "Eventstorm") ctx.set("alert.assessment.impact.severity", "high") prelude-correlator-4.1.1/rules/EventSweepPlugin.py0000664000175000017500000000444213211634745023715 0ustar tandrejatandreja00000000000000# Copyright (C) 2006 G Ramon Gomez # Copyright (C) 2009-2017 CS-SI # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Detect Eventscan: # Playing multiple events from a single host against another single host from preludecorrelator.context import Context from preludecorrelator.pluginmanager import Plugin # Detect Eventsweep: # Playing the same event from a single host against multiple hosts class EventSweepPlugin(Plugin): def run(self, idmef): classification = idmef.get("alert.classification.text") source = idmef.get("alert.source(*).node.address(*).address") target = idmef.get("alert.target(*).node.address(*).address") if not source or not target or not classification: return for saddr in source: ctx = Context(("SCAN EVENTSWEEP", classification, saddr), { "expire": 60, "threshold": 30, "alert_on_expire": True }, overwrite = False) if ctx.getUpdateCount() == 0: ctx.set("alert.correlation_alert.name", "A single host has played the same event against multiple targets. This may be a network scan for a specific vulnerability") ctx.set("alert.classification.text", "Eventsweep") ctx.set("alert.assessment.impact.severity", "high") cur = ctx.get("alert.target(*).node.address(*).address") if cur: for address in target: if address in cur: insert = False return ctx.update(idmef=idmef, timer_rst=ctx.getUpdateCount()) prelude-correlator-4.1.1/rules/FirewallPlugin.py0000664000175000017500000001036513211634745023376 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import re, time from preludecorrelator import context from preludecorrelator.pluginmanager import Plugin def _evict(ctx): now = time.time() for target, values in ctx._protected_hosts.items(): if now - values[0] > ctx._flush_protected_hosts: ctx._protected_hosts.pop(target) ctx.reset() def _alert(ctx): cnt = 0 fw = context.search("FIREWALL INFOS") for idmef in ctx.candidates: source = idmef.get("alert.source(0).node.address(0).address") target = idmef.get("alert.target(0).node.address(0).address") dport = str(idmef.get("alert.target(0).service.port", 0)) if not target in fw._protected_hosts: continue if (source + dport) in fw._protected_hosts[target][1]: continue cnt += 1 ctx.addAlertReference(idmef) if cnt > 0: ctx.set("alert.classification.text", "Events hit target") ctx.set("alert.assessment.impact.severity", "medium") ctx.set("alert.assessment.impact.description", "The target are known to be protected by a Firewall device, but a set of event have not been dropped") ctx.set("alert.correlation_alert.name", "No firewall block observed") ctx.alert() ctx.destroy() class FirewallPlugin(Plugin): def __init__(self, env): Plugin.__init__(self, env) self._flush_protected_hosts = self.getConfigValue("flush-protected-hosts", 3600, type=int) def run(self, idmef): source = idmef.get("alert.source(0).node.address(0).address") scat = idmef.get("alert.source(0).node.address(0).category") target = idmef.get("alert.target(0).node.address(0).address") tcat = idmef.get("alert.target(0).node.address(0).category") dport = idmef.get("alert.target(0).service.port") if not source or not target or not dport: return if scat not in ("ipv4-addr", "ipv6-addr") or tcat not in ("ipv4-addr", "ipv6-addr"): return ctx = context.Context("FIREWALL INFOS", { "expire": self._flush_protected_hosts, "alert_on_expire": _evict }, update=True) if ctx.getUpdateCount() == 0: ctx._protected_hosts = {} ctx._flush_protected_hosts = self._flush_protected_hosts if idmef.match("alert.classification.text", re.compile("[Pp]acket [Dd]ropped|[Dd]enied")): if not target in ctx._protected_hosts: ctx._protected_hosts[target] = [0, {}] ctx._protected_hosts[target][0] = float(idmef.getTime()) ctx._protected_hosts[target][1][source + str(dport)] = True else: if not target in ctx._protected_hosts: return if time.time() - ctx._protected_hosts[target][0] > self._flush_protected_hosts: ctx._protected_hosts.pop(target) return; if (source + str(dport)) in ctx._protected_hosts[target][1]: return ctx = context.Context(("FIREWALL", source), { "expire": 120, "alert_on_expire": _alert }, update=True) if ctx.getUpdateCount() == 0: ctx.candidates = [] ctx.candidates.append(idmef) prelude-correlator-4.1.1/rules/OpenSSHAuthPlugin.py0000664000175000017500000000466013211634745023733 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Sebastien Tricaud # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from preludecorrelator.pluginmanager import Plugin from preludecorrelator.context import Context def alert(ctx): if len(ctx.authtype) > 1: ctx.set("alert.classification.text", "Multiple authentication methods") ctx.set("alert.correlation_alert.name", "Multiple authentication methods") ctx.set("alert.assessment.impact.severity", "medium") ctx.set("alert.assessment.impact.description", "Multiple ways of authenticating a single user have been found over SSH. If passphrase is the only allowed method, make sure you disable passwords.") ctx.alert() ctx.destroy() class OpenSSHAuthPlugin(Plugin): def run(self, idmef): if idmef.get("alert.analyzer(-1).manufacturer") != "OpenSSH": return if idmef.get("alert.assessment.impact.completion") != "succeeded": return data = idmef.get("alert.additional_data('Authentication method').data") if not data: return data = data[0] for username in idmef.get("alert.target(*).user.user_id(*).name"): for target in idmef.get("alert.target(*).node.address(*).address"): ctx = Context(("SSHAUTH", target, username), { "expire": 30, "alert_on_expire": alert }, update=True) if ctx.getUpdateCount() == 0: ctx.authtype = { data: True } ctx.addAlertReference(idmef) elif not data in ctx.authtype: ctx.authtype[data] = True ctx.addAlertReference(idmef) prelude-correlator-4.1.1/rules/SpamhausDropPlugin.py0000664000175000017500000000740213211634745024235 0ustar tandrejatandreja00000000000000# Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # Author: Wes Young # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from preludecorrelator import require, log, download from preludecorrelator.pluginmanager import Plugin, PluginDependenciesError from preludecorrelator.context import Context try: # Note: # Versions 0.7.10 to 0.7.15 (inclusive) are known to be very slow # due to a bug in python-netaddr. # See https://github.com/drkjam/netaddr/issues/94 for more information import netaddr except: raise PluginDependenciesError("missing netaddr module, https://pypi.python.org/pypi/netaddr") logger = log.getLogger(__name__) if tuple(int(x) for x in netaddr.__version__.split(".")) >= (0, 7): from netaddr import IPAddress, IPNetwork, IPSet else: from netaddr import IP as IPAddress from netaddr import CIDR as IPNetwork class IPSet(list): def __contains__(self, y): for i in iter(self): if y in i: return True return False def add(self, obj): self.append(obj) class SpamhausDownload(download.HTTPDownloadCache): def __init__(self, filename, uri, timeout, reload): download.HTTPDownloadCache.__init__(self, "SpamhausDrop", filename, uri, timeout, reload, logger) def parse(self, data): mynets = IPSet() for line in data.split("\n"): if not line or line[0] == ';': continue ip, sbl = line.split(';') ip = IPNetwork(ip.strip()) mynets.add(ip) return mynets class SpamhausDropPlugin(Plugin): RELOAD = 7 * 24 * 60 * 60 URI = "http://www.spamhaus.org/drop/drop.txt" TIMEOUT = 10 def __init__(self, env): Plugin.__init__(self, env) reload = self.getConfigValue("reload", self.RELOAD, type=int) filename = self.getConfigValue("filename", require.get_data_filename("spamhaus_drop.dat", module=__name__, profile=env.profile)) uri = self.getConfigValue("uri", self.URI) timeout = self.getConfigValue("timeout", self.TIMEOUT, type=float) self.__data = SpamhausDownload(filename, uri, timeout, reload) def run(self, idmef): for source in idmef.get("alert.source(*).node.address(*).address"): try: addr = IPAddress(source) except: continue if addr in self.__data.get(): ca = Context(("SPAMHAUS", source), { "expire": 300, "alert_on_expire": True }, update = True, idmef = idmef) if ca.getUpdateCount() == 0: ca.set("alert.classification.text", "IP source matching Spamhaus DROP dataset") ca.set("alert.correlation_alert.name", "IP source matching Spamhaus DROP dataset") ca.set("alert.assessment.impact.description", "Spamhaus gathered this IP address in their DROP list - %s" % (source)) ca.set("alert.assessment.impact.severity", "medium") prelude-correlator-4.1.1/rules/WormPlugin.py0000664000175000017500000000577413211634745022565 0ustar tandrejatandreja00000000000000# Copyright (C) 2006 G Ramon Gomez # Copyright (C) 2009-2017 CS-SI # All Rights Reserved. # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This rule looks for events against a host, records the messageid, then sets # a timer of 600 seconds. If the host then replays the event against # other hosts multiple times, an event is generated. from preludecorrelator import context from preludecorrelator.pluginmanager import Plugin class WormPlugin(Plugin): REPEAT = 5 def __init__(self, env): Plugin.__init__(self, env) self.__repeat_target = self.getConfigValue("repeat-target", self.REPEAT, type=int) def run(self, idmef): ctxt = idmef.get("alert.classification.text") if not ctxt: return # Create context for classification combined with all the target. tlist = {} for target in idmef.get("alert.target(*).node.address(*).address"): ctx = context.Context(("WORM HOST", ctxt, target), { "expire": 300 }, overwrite=False, idmef=idmef) if ctx.getUpdateCount() == 0: ctx._target_list = {} tlist[target] = True for source in idmef.get("alert.source(*).node.address(*).address"): # We are trying to see whether a previous target is now attacking other hosts # thus, we check whether a context exist with this classification combined to # this source. ctx = context.search(("WORM HOST", ctxt, source)) if not ctx: continue plen = len(ctx._target_list) ctx._target_list.update(tlist) nlen = len(ctx._target_list) if nlen > plen: ctx.update(idmef=idmef) if nlen >= self.__repeat_target: ctx.set("alert.classification.text", "Possible Worm Activity") ctx.set("alert.correlation_alert.name", "Source host is repeating actions taken against it recently") ctx.set("alert.assessment.impact.severity", "high") ctx.set("alert.assessment.impact.description", source + " has repeated actions taken against it recently at least %d times. It may have been infected with a worm." % (self.__repeat_target)) ctx.alert() ctx.destroy() prelude-correlator-4.1.1/rules/__init__.py0000664000175000017500000000000013211634715022167 0ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/rules/ciarmy.dat0000664000175000017500000064561713211634767022100 0ustar tandrejatandreja000000000000001.10.174.2 1.1.227.39 1.11.244.148 1.119.133.214 1.119.146.86 1.171.210.161 1.180.145.242 1.180.154.186 1.180.186.182 1.180.206.198 1.180.209.128 1.186.220.12 1.186.220.239 1.186.235.35 1.186.237.221 1.188.81.81 1.192.131.36 1.192.144.77 1.192.145.246 1.192.158.133 1.192.218.165 1.197.108.25 1.202.233.208 1.22.230.84 1.22.91.199 1.227.199.48 1.227.38.167 1.23.160.1 1.23.182.188 1.234.1.70 1.24.190.250 1.245.207.3 1.249.243.209 1.25.201.158 1.253.171.54 1.254.219.194 1.254.219.202 1.28.168.106 1.28.202.4 1.30.111.77 1.30.218.39 1.30.218.40 1.30.218.43 1.31.87.35 1.32.216.19 1.32.216.56 1.32.54.47 1.33.209.60 1.34.105.179 1.34.113.192 1.34.36.236 1.36.65.27 1.36.79.69 1.58.30.66 1.70.51.159 1.82.233.131 1.85.17.70 1.85.3.114 2.132.68.113 2.132.68.35 2.136.14.115 2.176.155.121 2.187.6.121 2.228.122.27 2.235.242.209 2.29.212.11 2.61.80.52 2.87.223.124 2.90.219.184 2.90.242.178 2.94.167.187 2.96.200.255 4.14.87.213 5.101.0.22 5.101.0.32 5.101.0.34 5.101.0.9 5.101.40.10 5.101.66.252 5.104.176.19 5.104.250.135 5.11.232.170 5.12.103.26 5.12.188.17 5.13.245.36 5.13.27.101 5.137.150.195 5.137.160.158 5.137.223.78 5.137.254.5 5.140.154.47 5.140.235.6 5.140.35.143 5.141.29.178 5.141.74.109 5.141.76.159 5.141.9.131 5.149.105.14 5.150.245.71 5.153.186.133 5.153.187.86 5.157.7.3 5.158.124.153 5.158.126.238 5.16.94.65 5.164.68.186 5.172.151.106 5.172.8.23 5.188.10.10 5.188.10.103 5.188.10.108 5.188.10.15 5.188.10.180 5.188.10.182 5.188.10.241 5.188.10.242 5.188.203.30 5.188.203.95 5.188.231.7 5.188.86.140 5.188.86.39 5.188.86.49 5.188.86.51 5.188.86.52 5.188.87.7 5.189.135.121 5.189.139.2 5.189.143.2 5.189.166.194 5.189.172.159 5.196.83.178 5.199.130.66 5.2.188.249 5.2.188.58 5.224.122.45 5.224.128.94 5.225.59.30 5.226.92.62 5.255.183.85 5.30.84.0 5.39.217.87 5.39.219.102 5.39.221.50 5.43.130.191 5.53.131.185 5.58.6.37 5.59.53.30 5.69.218.117 5.69.92.13 5.8.18.18 5.8.18.90 5.8.48.13 5.8.48.28 8.26.21.39 8.40.153.186 12.108.232.90 12.133.139.166 12.178.187.6 12.178.187.7 12.178.187.8 12.178.187.9 12.2.85.99 12.22.216.51 12.27.64.22 13.228.168.34 13.229.47.94 13.56.209.200 13.56.23.52 13.57.5.196 13.65.194.93 13.84.135.141 13.92.40.240 13.93.121.173 13.93.122.48 14.1.119.49 14.102.132.59 14.102.27.67 14.102.56.99 14.115.88.94 14.116.146.18 14.117.184.51 14.118.229.59 14.118.232.135 14.124.115.109 14.132.149.166 14.132.41.90 14.133.125.85 14.134.18.222 14.134.19.1 14.134.3.4 14.139.214.247 14.141.79.24 14.152.85.69 14.153.52.93 14.155.113.173 14.156.51.110 14.161.10.99 14.161.19.15 14.161.40.56 14.161.47.223 14.162.154.4 14.166.63.72 14.167.166.232 14.17.77.231 14.177.64.65 14.177.71.141 14.184.149.174 14.189.121.187 14.192.0.106 14.192.0.116 14.192.0.88 14.192.0.89 14.192.0.96 14.192.102.155 14.192.107.209 14.192.121.158 14.192.30.126 14.192.99.197 14.193.154.235 14.193.16.110 14.193.169.14 14.193.201.83 14.193.221.188 14.193.68.251 14.202.152.125 14.21.18.57 14.23.34.99 14.23.39.189 14.32.22.213 14.33.165.236 14.39.222.184 14.39.81.206 14.42.44.101 14.44.3.152 14.44.3.39 14.44.3.63 14.45.230.60 14.45.92.228 14.46.77.122 14.47.251.13 14.47.34.149 14.48.36.5 14.50.163.41 14.63.163.93 18.216.72.235 23.117.243.45 23.239.24.18 23.24.24.194 23.246.76.53 23.247.114.53 23.250.84.190 23.25.67.177 23.25.73.109 23.25.73.173 23.25.97.177 23.25.97.179 23.254.164.153 23.254.240.250 23.27.127.174 23.27.127.178 23.30.140.238 23.30.53.90 23.82.225.104 23.92.135.135 23.94.65.174 23.95.97.22 24.0.242.153 24.102.173.73 24.106.134.198 24.117.112.107 24.143.138.51 24.143.48.36 24.160.121.113 24.172.183.67 24.181.14.30 24.187.64.205 24.199.229.94 24.210.36.96 24.232.119.21 24.232.82.64 24.234.68.11 24.28.160.174 24.37.247.90 24.4.82.195 24.41.232.8 24.44.242.0 24.46.145.35 24.47.175.5 24.56.254.247 24.70.117.18 24.73.193.150 24.76.116.20 24.8.218.219 24.90.132.219 24.97.10.190 24.98.114.111 27.0.24.32 27.0.252.12 27.0.51.165 27.0.53.122 27.0.60.243 27.100.44.72 27.100.49.193 27.106.208.122 27.106.46.74 27.106.77.210 27.106.77.213 27.106.77.215 27.106.77.216 27.106.78.154 27.106.86.132 27.110.103.145 27.110.106.167 27.110.115.202 27.110.118.224 27.110.97.92 27.110.98.201 27.110.98.248 27.112.2.22 27.112.2.61 27.113.13.76 27.113.194.136 27.113.195.107 27.113.217.31 27.113.237.35 27.114.107.242 27.115.124.2 27.115.124.66 27.115.93.58 27.116.53.44 27.12.49.51 27.121.137.174 27.121.168.10 27.121.181.27 27.121.182.80 27.121.196.35 27.123.0.153 27.126.102.31 27.126.109.208 27.126.124.165 27.126.128.177 27.126.141.201 27.126.85.42 27.126.92.121 27.127.108.214 27.127.129.178 27.127.131.59 27.127.139.96 27.127.146.21 27.127.147.113 27.127.154.44 27.127.160.234 27.127.163.134 27.127.164.33 27.127.169.4 27.127.177.167 27.127.188.248 27.131.224.192 27.131.229.119 27.131.232.89 27.132.85.232 27.136.112.15 27.136.120.215 27.136.127.16 27.136.152.54 27.136.168.223 27.136.173.193 27.136.176.228 27.136.40.13 27.136.93.132 27.137.106.45 27.137.127.110 27.137.67.181 27.137.9.244 27.139.132.24 27.139.138.174 27.139.149.114 27.139.159.130 27.139.160.94 27.139.197.109 27.139.216.13 27.139.234.140 27.140.104.119 27.140.106.119 27.140.107.130 27.140.116.5 27.140.125.215 27.140.153.226 27.140.171.34 27.140.178.36 27.140.182.160 27.140.182.234 27.140.187.80 27.140.19.175 27.140.23.109 27.140.27.96 27.140.29.140 27.140.37.101 27.140.47.75 27.140.55.171 27.140.60.171 27.140.7.102 27.140.7.113 27.140.73.197 27.141.102.14 27.141.113.126 27.141.113.155 27.141.121.119 27.141.129.21 27.141.132.52 27.141.154.41 27.141.157.150 27.141.159.208 27.141.177.158 27.141.180.231 27.141.188.221 27.141.210.2 27.141.211.22 27.141.214.133 27.141.236.33 27.141.25.176 27.141.29.203 27.141.29.81 27.141.53.97 27.141.64.122 27.141.66.210 27.141.8.214 27.141.84.242 27.141.95.54 27.142.109.20 27.142.116.118 27.142.1.206 27.142.138.13 27.142.152.204 27.142.153.104 27.142.20.129 27.142.216.102 27.142.244.246 27.142.244.30 27.142.3.142 27.142.53.127 27.142.6.43 27.142.71.148 27.142.81.89 27.142.83.204 27.143.116.221 27.143.123.185 27.143.136.122 27.143.172.245 27.143.205.206 27.143.213.51 27.143.222.91 27.143.231.135 27.143.245.243 27.143.249.191 27.143.47.34 27.147.112.238 27.147.119.169 27.147.121.147 27.147.123.3 27.15.25.94 27.151.197.215 27.151.253.206 27.151.96.147 27.152.75.36 27.154.234.194 27.155.122.17 27.156.108.252 27.17.49.67 27.184.138.68 27.190.131.62 27.191.159.230 27.191.65.246 27.192.179.216 27.192.79.185 27.195.161.54 27.195.170.37 27.195.176.235 27.195.186.153 27.195.32.50 27.195.8.90 27.198.174.180 27.198.209.165 27.200.26.106 27.2.171.215 27.2.216.237 27.2.48.224 27.2.57.185 27.2.58.228 27.2.6.204 27.201.195.50 27.201.236.62 27.209.244.173 27.210.118.179 27.210.59.13 27.212.2.116 27.212.81.146 27.212.94.114 27.212.94.241 27.212.99.88 27.215.139.124 27.217.16.128 27.218.85.188 27.219.132.233 27.219.170.85 27.219.33.81 27.221.11.120 27.223.128.171 27.23.164.92 27.254.34.230 27.255.65.28 27.255.66.62 27.255.80.3 27.255.81.155 27.3.213.101 27.3.237.55 27.3.251.73 27.3.40.176 27.3.41.163 27.3.44.109 27.3.44.236 27.3.94.210 27.3.98.48 27.32.231.245 27.35.97.104 27.35.99.172 27.4.155.202 27.4.18.5 27.4.200.37 27.4.222.196 27.4.28.174 27.4.31.14 27.4.42.203 27.4.96.7 27.46.137.172 27.48.200.8 27.5.115.104 27.5.119.235 27.5.141.128 27.5.49.5 27.5.80.86 27.54.102.246 27.54.106.110 27.6.182.24 27.7.99.189 27.72.128.87 27.72.139.31 27.73.104.64 27.76.235.164 27.76.239.157 27.76.241.85 27.76.242.97 27.76.251.206 27.8.103.40 27.8.47.222 27.96.87.202 27.96.87.63 27.98.11.108 27.98.13.4 27.98.168.231 27.98.177.218 27.98.179.23 27.98.182.141 27.98.183.110 27.98.184.72 27.98.188.26 27.98.22.118 27.98.32.229 27.98.34.45 27.98.38.229 27.98.41.52 27.98.4.46 27.98.50.34 27.98.54.46 27.98.7.184 31.0.220.200 31.0.222.14 31.128.12.113 31.128.35.160 31.129.174.226 31.129.69.232 31.130.248.208 31.131.251.105 31.131.251.181 31.132.216.239 31.133.65.207 31.133.70.187 31.133.79.8 31.135.167.8 31.14.218.240 31.146.32.118 31.146.35.144 31.146.35.222 31.146.35.224 31.146.35.32 31.146.35.33 31.146.35.38 31.146.35.39 31.146.35.69 31.146.35.9 31.146.60.10 31.146.60.110 31.146.60.132 31.146.60.179 31.146.60.23 31.146.60.232 31.146.60.238 31.146.60.254 31.146.60.96 31.148.218.193 31.155.71.49 31.162.108.36 31.162.114.136 31.162.118.56 31.162.124.183 31.162.167.141 31.162.184.196 31.162.75.124 31.162.94.69 31.163.143.11 31.163.150.67 31.163.200.31 31.163.204.10 31.163.204.225 31.163.75.17 31.163.83.103 31.168.86.198 31.170.141.42 31.173.152.5 31.184.236.18 31.185.119.170 31.19.184.164 31.192.151.2 31.202.241.37 31.208.101.85 31.208.201.121 31.208.204.246 31.208.228.240 31.208.53.222 31.210.185.116 31.215.7.242 31.223.116.155 31.31.119.176 31.41.63.179 31.42.192.34 31.42.49.194 31.42.64.209 31.42.71.146 31.42.73.175 31.42.78.241 31.42.79.240 31.43.53.70 31.47.194.150 31.5.51.182 35.176.185.171 35.183.17.72 35.192.34.30 35.193.140.111 36.102.210.100 36.102.212.129 36.107.84.58 36.109.168.81 36.110.11.226 36.110.50.8 36.110.85.202 36.111.43.104 36.2.120.140 36.2.149.22 36.2.194.37 36.2.74.177 36.22.203.131 36.24.44.43 36.25.79.249 36.255.135.25 36.255.156.185 36.255.211.35 36.255.88.150 36.255.90.235 36.3.182.88 36.3.191.225 36.3.216.251 36.3.88.61 36.36.160.78 36.36.223.54 36.38.204.204 36.42.72.140 36.42.72.15 36.49.151.62 36.49.47.33 36.56.6.58 36.67.122.89 36.67.70.250 36.68.215.233 36.7.137.200 36.7.137.65 36.7.139.115 36.7.144.43 36.7.152.130 36.97.181.23 36.97.81.251 37.1.80.46 37.106.67.48 37.109.56.169 37.109.57.163 37.122.174.20 37.130.81.167 37.133.99.33 37.139.171.2 37.139.181.105 37.139.181.204 37.139.183.101 37.139.183.135 37.139.183.81 37.139.189.115 37.144.123.5 37.145.131.76 37.145.173.134 37.146.253.219 37.147.169.246 37.147.43.30 37.148.208.206 37.156.71.20 37.156.71.250 37.17.39.220 37.191.141.126 37.191.64.235 37.194.165.165 37.203.166.156 37.203.18.232 37.203.213.140 37.203.214.106 37.207.19.75 37.210.53.200 37.216.216.50 37.220.33.4 37.220.33.63 37.221.166.147 37.221.235.232 37.232.75.130 37.233.17.250 37.233.20.73 37.233.26.247 37.233.36.88 37.233.9.29 37.235.162.254 37.25.103.1 37.25.108.55 37.252.77.11 37.255.249.154 37.26.0.38 37.26.63.139 37.46.246.28 37.49.212.121 37.49.212.49 37.52.157.104 37.52.194.41 37.52.197.27 37.52.198.52 37.52.2.235 37.52.241.67 37.52.252.243 37.52.67.6 37.53.15.149 37.53.189.42 37.53.246.180 37.53.60.141 37.53.71.1 37.53.87.27 37.53.90.223 37.53.90.45 37.53.95.111 37.54.112.150 37.54.142.72 37.54.156.253 37.54.20.21 37.54.21.160 37.54.222.185 37.54.22.241 37.54.29.192 37.55.0.127 37.55.119.219 37.55.128.104 37.55.129.193 37.55.12.93 37.55.162.143 37.55.176.165 37.55.20.242 37.55.21.104 37.55.218.118 37.55.58.31 37.55.75.97 37.55.84.14 37.57.90.166 37.75.198.149 37.79.161.203 37.79.167.185 37.79.177.218 37.79.178.143 37.79.180.109 37.79.216.149 37.79.216.94 37.79.32.27 37.79.35.29 37.79.35.77 37.79.36.253 37.79.39.210 37.79.87.15 38.107.180.176 38.124.109.156 38.132.120.234 38.133.4.70 38.86.40.8 38.87.69.16 38.95.109.254 39.109.11.178 39.112.225.12 39.112.225.14 39.112.225.37 39.117.61.75 39.129.211.124 39.152.35.196 39.152.35.197 39.155.185.107 39.155.215.202 39.66.181.125 39.67.221.101 39.73.212.240 39.74.42.88 39.75.119.132 39.75.204.44 39.76.162.113 39.77.192.103 39.77.194.5 39.78.60.70 39.79.110.46 39.82.252.12 39.85.42.44 39.88.252.163 40.114.55.79 41.142.244.154 41.152.190.149 41.155.239.240 41.177.47.25 41.185.31.146 41.185.31.85 41.188.33.74 41.193.3.210 41.208.70.152 41.211.127.228 41.213.218.92 41.220.122.250 41.221.164.214 41.224.125.64 41.224.145.248 41.224.152.168 41.224.156.57 41.224.173.140 41.224.242.59 41.224.245.115 41.224.252.31 41.224.253.52 41.224.74.56 41.226.172.78 41.226.248.89 41.226.250.176 41.226.251.162 41.226.254.118 41.226.255.122 41.226.255.137 41.228.163.104 41.228.163.96 41.228.166.152 41.230.0.41 41.230.10.138 41.230.11.169 41.230.12.168 41.230.14.124 41.230.15.139 41.230.15.99 41.230.16.168 41.230.16.78 41.230.16.98 41.230.17.217 41.230.17.35 41.230.18.170 41.230.18.233 41.230.19.96 41.230.20.99 41.230.21.142 41.230.2.131 41.230.221.132 41.230.22.148 41.230.23.232 41.230.2.34 41.230.240.236 41.230.24.155 41.230.249.128 41.230.25.85 41.230.26.148 41.230.31.118 41.230.31.148 41.230.3.166 41.230.5.120 41.230.52.147 41.230.52.218 41.230.52.233 41.230.53.103 41.230.54.123 41.230.5.49 41.230.55.149 41.230.56.239 41.230.57.113 41.230.58.226 41.230.59.13 41.230.8.226 41.230.9.87 41.231.252.25 41.231.53.58 41.232.119.0 41.233.238.102 41.233.242.212 41.237.73.164 41.237.91.20 41.238.187.73 41.239.180.166 41.239.82.119 41.32.124.141 41.32.63.83 41.32.87.76 41.38.125.101 41.38.190.29 41.38.195.177 41.38.222.107 41.38.235.246 41.38.247.179 41.38.249.36 41.39.140.166 41.39.165.30 41.39.71.68 41.41.215.211 41.42.188.72 41.45.87.194 41.63.32.15 41.65.160.124 41.71.77.166 41.71.77.60 41.74.30.86 41.78.172.29 41.86.104.61 41.86.105.34 41.86.33.140 42.112.138.155 42.115.206.38 42.115.90.197 42.116.94.75 42.118.222.204 42.122.123.140 42.123.126.246 42.123.80.50 42.123.82.142 42.123.82.64 42.123.82.84 42.123.85.95 42.123.87.128 42.124.149.214 42.124.180.140 42.124.184.45 42.124.184.60 42.124.186.98 42.124.189.165 42.124.197.214 42.124.220.86 42.124.225.22 42.124.248.7 42.124.51.25 42.125.129.14 42.125.153.177 42.125.170.38 42.125.171.33 42.125.177.240 42.125.22.12 42.125.30.121 42.125.51.210 42.125.62.240 42.126.155.5 42.126.84.59 42.127.224.143 42.127.253.96 42.144.0.99 42.144.150.194 42.144.156.68 42.144.159.172 42.144.160.201 42.144.16.105 42.144.194.244 42.144.202.150 42.144.210.82 42.144.224.92 42.144.226.61 42.144.28.6 42.144.44.55 42.144.59.82 42.144.64.204 42.144.64.34 42.144.69.82 42.144.80.77 42.144.93.122 42.145.100.222 42.145.106.227 42.145.116.147 42.145.124.206 42.145.133.105 42.145.136.202 42.145.216.101 42.145.229.78 42.145.242.116 42.145.37.217 42.145.72.12 42.145.82.57 42.145.95.47 42.146.134.67 42.146.147.156 42.146.150.180 42.146.217.222 42.146.221.145 42.146.227.20 42.146.245.82 42.146.253.245 42.146.32.97 42.146.78.199 42.146.98.2 42.147.100.124 42.147.109.19 42.147.126.161 42.147.14.127 42.147.17.111 42.147.180.5 42.147.202.9 42.147.21.167 42.147.212.220 42.147.22.22 42.147.246.131 42.147.248.88 42.147.254.109 42.147.31.216 42.147.56.153 42.148.118.152 42.148.135.20 42.148.168.212 42.148.211.153 42.148.223.147 42.148.224.5 42.148.249.78 42.148.41.25 42.148.56.68 42.148.98.9 42.150.138.27 42.150.142.38 42.150.167.174 42.150.199.253 42.150.234.185 42.150.31.147 42.150.47.73 42.150.49.103 42.150.73.238 42.151.13.102 42.151.36.83 42.151.37.82 42.151.40.250 42.151.41.51 42.151.50.34 42.151.52.209 42.151.64.205 42.151.66.28 42.151.73.147 42.151.85.62 42.151.86.177 42.151.86.65 42.151.87.166 42.151.87.69 42.159.202.248 42.159.233.108 42.187.125.83 42.200.203.81 42.200.214.94 42.2.203.16 42.201.179.93 42.201.196.42 42.202.146.77 42.236.10.104 42.236.10.72 42.236.10.77 42.236.87.87 42.242.11.163 42.242.90.88 42.242.9.84 42.243.2.224 42.247.18.38 42.3.48.125 42.48.118.134 42.51.166.115 42.51.193.13 42.51.209.190 42.51.217.3 42.51.43.23 42.51.44.195 42.51.44.59 42.52.8.124 42.56.0.137 42.56.7.80 42.57.202.167 42.61.63.22 42.62.51.53 42.63.13.28 42.83.16.32 42.83.2.105 42.83.23.95 42.83.24.115 42.83.26.88 42.83.35.156 42.83.36.214 42.83.37.215 42.83.38.1 42.83.38.118 42.83.39.136 42.83.48.91 42.83.9.56 42.86.69.194 42.95.235.146 43.224.157.166 43.224.183.105 43.224.2.47 43.225.160.37 43.225.20.23 43.225.26.165 43.225.39.156 43.226.164.217 43.226.4.103 43.226.45.34 43.227.224.158 43.227.226.71 43.228.94.206 43.228.94.212 43.228.94.233 43.228.94.234 43.228.94.251 43.229.152.24 43.229.88.43 43.231.78.22 43.232.144.57 43.232.157.167 43.232.184.93 43.233.18.123 43.233.30.95 43.233.31.230 43.234.83.74 43.235.140.158 43.235.186.46 43.240.244.150 43.241.129.72 43.242.227.102 43.243.123.227 43.243.130.172 43.243.148.87 43.243.39.25 43.243.39.36 43.244.91.252 43.245.102.129 43.245.102.136 43.245.102.18 43.245.102.246 43.245.102.254 43.245.102.26 43.245.102.49 43.247.145.158 43.247.176.46 43.247.176.91 43.247.68.225 43.247.69.231 43.247.71.107 43.247.71.110 43.247.71.188 43.248.73.6 43.249.57.255 43.251.96.242 43.254.25.68 43.254.26.18 43.255.143.224 45.112.127.74 45.112.201.22 45.113.160.250 45.113.251.145 45.113.251.183 45.113.67.136 45.113.90.186 45.114.194.178 45.114.83.155 45.114.83.200 45.114.83.229 45.116.113.5 45.116.113.91 45.116.150.234 45.116.3.94 45.117.1.197 45.117.134.13 45.117.245.66 45.118.10.77 45.118.217.83 45.118.218.215 45.118.248.181 45.118.32.60 45.119.28.20 45.119.29.138 45.120.114.136 45.120.124.47 45.122.121.18 45.125.155.136 45.126.123.230 45.126.170.237 45.126.20.26 45.126.255.152 45.126.8.184 45.126.9.176 45.225.173.7 45.225.174.235 45.226.105.10 45.248.149.112 45.248.169.118 45.248.169.80 45.248.26.205 45.248.67.47 45.249.121.248 45.249.181.254 45.249.181.49 45.250.232.53 45.250.232.56 45.250.235.61 45.250.33.177 45.251.117.237 45.251.62.6 45.32.202.168 45.33.66.232 45.35.76.43 45.5.250.253 45.55.0.154 45.55.13.92 45.55.13.94 45.55.200.159 45.55.200.166 45.55.202.34 45.55.3.10 45.56.91.118 45.58.114.146 45.6.12.19 45.6.238.223 45.6.66.161 45.64.222.36 45.64.237.46 45.76.14.219 45.77.148.62 45.79.106.170 46.0.88.63 46.100.58.173 46.10.103.170 46.10.237.78 46.1.160.11 46.101.123.127 46.101.167.62 46.101.4.32 46.102.191.72 46.102.35.80 46.102.83.55 46.108.108.48 46.108.123.2 46.109.230.189 46.109.232.85 46.120.9.46 46.13.81.122 46.136.112.168 46.143.242.226 46.143.242.230 46.148.18.162 46.148.20.25 46.148.42.174 46.160.122.124 46.160.85.228 46.161.103.174 46.161.9.49 46.165.230.157 46.166.171.31 46.166.179.12 46.167.107.115 46.167.85.113 46.170.224.50 46.17.40.128 46.17.41.15 46.17.46.118 46.17.46.77 46.17.46.8 46.171.60.98 46.172.132.117 46.172.134.162 46.173.175.74 46.174.191.28 46.174.191.29 46.174.191.30 46.174.191.31 46.174.191.32 46.174.236.76 46.175.215.91 46.19.100.27 46.191.192.84 46.191.239.13 46.200.143.85 46.200.155.94 46.200.163.17 46.200.166.183 46.200.78.16 46.200.78.33 46.20.53.91 46.20.58.73 46.20.61.64 46.201.120.70 46.201.15.46 46.201.165.57 46.201.169.48 46.201.199.6 46.201.227.197 46.201.247.181 46.201.34.24 46.201.53.69 46.201.68.141 46.211.212.159 46.214.125.132 46.214.128.49 46.214.46.7 46.218.35.59 46.225.115.179 46.227.29.178 46.231.175.183 46.233.15.60 46.233.4.111 46.236.70.167 46.236.70.180 46.236.70.189 46.238.143.225 46.238.248.34 46.239.161.166 46.240.170.128 46.24.161.52 46.24.84.186 46.24.88.128 46.246.124.132 46.246.29.212 46.246.31.88 46.249.74.180 46.250.24.85 46.25.241.198 46.252.214.201 46.255.39.89 46.26.204.112 46.26.92.178 46.27.101.152 46.27.214.32 46.29.116.170 46.29.161.213 46.29.161.245 46.29.161.79 46.29.162.11 46.29.162.15 46.29.162.26 46.29.162.27 46.29.219.216 46.33.225.184 46.33.227.182 46.33.233.129 46.33.241.169 46.33.246.120 46.33.98.30 46.35.173.227 46.36.77.13 46.36.86.19 46.37.194.191 46.37.217.37 46.37.221.61 46.38.8.132 46.39.207.244 46.39.67.170 46.39.83.119 46.42.167.198 46.42.17.81 46.46.90.52 46.5.36.12 46.55.216.162 46.59.59.22 46.59.77.205 46.60.1.11 46.6.36.183 46.6.40.182 46.6.41.6 46.73.84.145 46.77.68.222 46.99.158.235 47.136.118.236 47.146.115.11 47.148.67.152 47.180.189.14 47.18.165.216 47.190.47.7 47.22.71.11 47.222.154.241 47.23.4.54 47.42.184.115 47.44.212.13 47.44.51.76 47.63.175.138 47.63.230.178 47.74.14.253 47.74.17.48 47.74.19.91 47.74.20.201 47.74.23.148 47.74.2.87 47.74.3.63 47.74.5.66 47.91.19.216 47.91.28.212 47.91.28.96 47.91.29.190 47.91.29.201 47.91.30.165 47.91.30.247 47.91.40.106 47.91.40.165 47.91.40.171 47.91.40.248 47.91.41.113 47.91.41.154 47.91.41.78 47.91.42.70 47.91.42.91 47.91.43.73 47.91.44.202 47.91.44.241 47.91.44.96 47.91.45.244 47.92.131.42 47.92.38.174 47.92.5.216 47.92.66.189 47.92.87.219 47.92.96.96 49.113.123.3 49.128.100.208 49.128.100.3 49.128.101.212 49.128.102.163 49.128.102.38 49.128.103.163 49.128.173.25 49.128.174.204 49.128.17.63 49.128.31.120 49.128.97.82 49.129.139.233 49.156.212.35 49.156.244.41 49.159.19.202 49.159.233.236 49.166.28.157 49.174.26.38 49.206.198.7 49.206.199.30 49.207.0.2 49.207.11.143 49.207.9.50 49.212.112.228 49.236.206.129 49.236.206.45 49.238.25.154 49.238.27.136 49.238.28.14 49.238.29.107 49.238.29.136 49.238.31.133 49.238.7.110 49.241.69.53 49.242.2.17 49.242.9.200 49.250.106.239 49.250.107.213 49.250.116.111 49.250.152.14 49.250.155.70 49.250.16.143 49.250.1.92 49.250.197.161 49.250.208.227 49.250.218.13 49.250.27.22 49.250.37.95 49.250.44.238 49.250.72.47 49.250.82.153 49.250.82.204 49.250.88.81 49.250.96.59 49.251.117.4 49.251.146.201 49.251.169.137 49.251.176.159 49.251.198.90 49.251.210.168 49.251.229.147 49.251.232.205 49.251.253.239 49.251.41.116 49.251.45.84 49.251.60.70 49.251.62.47 49.251.73.179 49.251.90.23 49.251.92.92 49.251.96.105 49.251.96.201 49.251.98.14 49.4.135.15 49.4.140.6 49.64.255.107 49.81.52.109 49.86.54.67 50.192.190.124 50.196.53.98 50.197.43.58 50.197.58.137 50.198.231.100 50.199.186.27 50.199.70.18 50.20.53.230 50.232.66.26 50.235.128.182 50.243.180.218 50.243.32.97 50.243.53.218 50.244.25.90 50.245.155.33 50.245.80.186 50.246.182.26 50.246.56.243 50.252.155.246 50.31.26.152 50.53.66.176 50.56.212.225 50.72.9.15 50.73.189.49 50.74.173.203 50.75.135.164 50.75.237.77 50.78.174.98 50.78.72.42 50.79.205.253 50.98.116.229 51.15.10.19 51.15.10.227 51.15.11.107 51.15.11.206 51.15.146.174 51.15.146.5 51.15.147.25 51.15.147.70 51.15.179.152 51.15.179.176 51.15.183.141 51.15.183.143 51.15.189.153 51.15.189.198 51.15.189.42 51.15.189.83 51.15.190.16 51.15.190.72 51.15.197.100 51.15.206.235 51.15.210.3 51.15.210.42 51.15.212.18 51.15.218.178 51.15.221.198 51.15.3.21 51.15.5.46 51.15.65.27 51.15.67.70 51.15.70.87 51.15.72.13 51.15.82.88 51.15.83.201 51.15.84.227 51.15.9.105 51.15.9.21 51.15.93.62 51.254.47.198 51.4.204.163 52.0.162.151 52.174.62.231 52.174.98.44 52.221.212.131 52.232.26.16 52.233.31.51 52.3.106.251 52.64.121.150 52.73.169.169 52.76.73.142 52.77.240.68 52.87.219.251 54.179.136.225 54.179.161.51 54.225.89.92 54.251.145.118 54.254.254.130 54.255.132.57 54.255.188.9 54.36.95.23 54.37.131.93 54.37.76.77 58.0.122.164 58.0.88.120 58.119.3.76 58.119.3.77 58.119.6.147 58.120.185.9 58.120.227.40 58.126.215.58 58.127.237.3 58.13.204.116 58.13.219.38 58.135.80.126 58.137.192.154 58.145.80.19 58.146.115.188 58.146.11.76 58.146.11.92 58.146.17.121 58.146.20.199 58.146.42.235 58.150.205.190 58.152.11.178 58.152.11.70 58.153.47.112 58.156.119.40 58.156.133.173 58.158.105.54 58.158.67.159 58.16.220.43 58.166.212.232 58.166.214.230 58.17.30.180 58.17.89.24 58.18.130.101 58.18.133.165 58.18.212.139 58.18.228.108 58.183.164.114 58.185.115.62 58.188.115.151 58.188.227.149 58.189.14.111 58.189.153.173 58.189.165.72 58.189.188.241 58.189.241.66 58.189.42.92 58.189.45.99 58.189.8.106 58.190.146.148 58.190.184.47 58.190.205.57 58.190.252.93 58.191.126.114 58.191.9.38 58.20.133.231 58.210.131.194 58.210.165.50 58.210.182.86 58.210.197.2 58.210.205.170 58.210.208.154 58.210.237.62 58.210.46.114 58.210.50.242 58.211.131.157 58.211.138.17 58.211.171.26 58.211.201.214 58.211.96.179 58.211.96.227 58.213.120.106 58.213.134.86 58.213.143.154 58.213.50.182 58.213.66.130 58.215.201.226 58.215.205.54 58.216.183.94 58.216.195.14 58.216.214.126 58.216.242.58 58.216.253.122 58.217.103.18 58.218.185.74 58.218.200.24 58.218.200.3 58.218.200.31 58.218.200.8 58.218.205.102 58.218.213.60 58.218.213.81 58.218.213.82 58.218.213.97 58.220.214.242 58.22.16.247 58.221.115.4 58.221.12.202 58.221.12.238 58.221.13.186 58.221.146.166 58.221.173.38 58.221.186.83 58.221.186.88 58.221.190.98 58.221.220.6 58.221.239.46 58.221.240.194 58.221.248.114 58.221.249.102 58.221.44.10 58.221.46.247 58.221.46.248 58.221.47.187 58.221.47.208 58.221.49.118 58.221.49.21 58.221.49.79 58.221.55.126 58.221.55.143 58.221.57.105 58.221.57.241 58.221.58.232 58.221.81.158 58.221.91.166 58.222.107.26 58.222.20.18 58.225.143.3 58.226.176.66 58.226.176.78 58.230.66.215 58.231.114.69 58.236.241.85 58.240.100.41 58.241.164.203 58.241.30.226 58.241.78.39 58.242.185.222 58.243.182.83 58.243.96.223 58.246.201.66 58.246.48.158 58.246.83.98 58.247.211.231 58.247.224.174 58.247.82.38 58.250.44.31 58.251.76.195 58.252.105.173 58.27.209.215 58.3.121.132 58.3.165.153 58.3.179.77 58.3.228.227 58.3.236.238 58.3.249.5 58.3.252.98 58.3.32.14 58.3.62.193 58.3.62.207 58.3.66.142 58.34.69.187 58.4.205.244 58.4.91.137 58.42.144.23 58.42.243.107 58.44.246.89 58.47.177.157 58.49.91.194 58.50.150.23 58.50.212.248 58.5.156.116 58.5.240.64 58.5.63.15 58.51.197.245 58.52.198.11 58.52.200.202 58.53.219.75 58.56.171.102 58.56.241.182 58.58.122.86 58.58.182.12 58.59.158.49 58.59.176.235 58.59.98.134 58.61.141.124 58.62.238.246 58.63.224.186 58.63.244.154 58.63.245.211 58.64.185.27 58.65.129.4 58.65.33.189 58.65.44.143 58.70.184.91 58.70.53.108 58.70.63.168 58.70.69.5 58.72.165.41 58.80.110.253 58.80.125.157 58.80.42.197 58.80.6.123 58.83.247.122 58.84.176.14 58.84.22.200 58.85.109.204 58.85.11.36 58.85.11.45 58.85.116.16 58.85.117.52 58.85.121.242 58.85.1.253 58.85.145.243 58.85.15.89 58.85.178.101 58.85.187.122 58.85.228.26 58.85.232.184 58.85.248.82 58.85.33.111 58.85.4.203 58.85.43.43 58.85.43.81 58.85.53.79 58.85.58.174 58.85.86.171 58.85.8.98 58.85.98.140 58.87.194.223 58.87.199.178 58.89.119.153 58.89.225.137 58.90.56.139 58.9.182.81 58.91.239.237 58.91.239.92 58.91.29.210 58.92.184.140 58.93.1.25 58.93.38.79 58.93.78.218 58.94.111.19 58.94.33.62 58.94.95.228 58.95.172.8 59.11.27.55 59.120.11.180 59.120.123.4 59.120.237.85 59.120.32.34 59.120.41.61 59.12.23.24 59.124.109.2 59.124.247.89 59.125.45.24 59.126.114.55 59.126.174.68 59.126.179.59 59.126.20.15 59.126.34.245 59.126.34.89 59.127.194.205 59.127.200.146 59.127.245.63 59.127.48.41 59.127.68.68 59.127.82.159 59.128.60.17 59.128.62.139 59.128.62.16 59.128.62.168 59.128.62.202 59.128.63.138 59.128.63.147 59.128.66.8 59.128.67.11 59.128.68.103 59.128.71.192 59.128.72.11 59.128.72.14 59.128.80.30 59.128.80.74 59.128.81.225 59.128.81.41 59.146.1.19 59.146.236.154 59.146.238.160 59.147.201.167 59.147.38.192 59.150.105.6 59.152.144.78 59.153.62.30 59.157.112.222 59.158.10.138 59.158.113.216 59.158.171.209 59.158.25.141 59.158.53.125 59.159.159.18 59.16.116.114 59.16.116.15 59.166.1.184 59.166.12.219 59.166.135.199 59.166.136.58 59.166.148.254 59.166.187.118 59.166.196.22 59.166.212.23 59.166.220.55 59.166.226.70 59.166.231.13 59.166.8.155 59.168.100.182 59.168.10.175 59.168.130.151 59.168.131.236 59.168.141.214 59.168.150.48 59.168.161.112 59.168.169.93 59.168.180.23 59.168.185.84 59.168.192.231 59.168.199.116 59.168.199.152 59.168.199.254 59.168.201.190 59.168.22.26 59.168.228.80 59.168.234.235 59.168.240.163 59.168.246.246 59.168.253.102 59.168.255.18 59.168.4.197 59.168.5.174 59.168.53.18 59.168.7.126 59.168.81.151 59.168.89.111 59.168.92.50 59.168.99.42 59.169.129.58 59.169.176.124 59.169.178.91 59.169.180.72 59.170.16.153 59.170.16.232 59.170.177.87 59.170.213.212 59.170.222.23 59.170.242.13 59.170.32.155 59.170.40.194 59.170.46.82 59.170.4.86 59.17.158.226 59.171.129.98 59.171.137.141 59.171.137.71 59.171.141.190 59.171.141.65 59.171.145.47 59.171.148.188 59.171.162.116 59.171.165.144 59.171.173.137 59.171.180.244 59.171.18.70 59.171.241.101 59.171.249.118 59.171.253.166 59.171.3.49 59.171.64.249 59.172.6.242 59.173.12.127 59.173.130.202 59.173.13.231 59.175.128.199 59.181.147.66 59.187.251.100 59.188.16.149 59.190.114.114 59.190.114.135 59.190.117.36 59.190.26.137 59.190.49.245 59.19.129.28 59.191.141.23 59.191.142.233 59.191.148.171 59.191.160.12 59.191.162.233 59.191.163.183 59.191.164.244 59.191.166.58 59.191.169.110 59.191.172.68 59.191.177.100 59.191.182.83 59.191.187.168 59.191.190.68 59.21.230.133 59.27.80.177 59.28.132.8 59.30.208.131 59.3.106.187 59.3.46.113 59.37.169.44 59.38.100.155 59.38.212.130 59.38.32.6 59.38.35.243 59.41.187.226 59.44.152.139 59.44.177.238 59.45.179.23 59.46.211.137 59.46.212.196 59.47.40.109 59.48.122.182 59.48.122.218 59.48.125.170 59.48.126.86 59.48.130.90 59.48.131.174 59.48.131.178 59.48.134.198 59.48.134.42 59.48.134.54 59.48.134.70 59.48.134.86 59.48.72.50 59.48.93.110 59.49.103.72 59.49.145.221 59.49.19.163 59.49.241.146 59.50.64.238 59.51.66.142 59.53.182.91 59.53.67.84 59.54.132.247 59.54.172.17 59.55.125.97 59.56.213.36 59.56.253.138 59.56.65.222 59.57.122.26 59.57.16.194 59.57.28.5 59.60.62.162 59.61.146.199 59.61.146.50 59.63.161.112 59.63.165.12 59.67.77.183 59.72.29.161 59.8.194.66 59.85.249.68 59.85.253.39 59.87.250.58 59.87.32.180 59.92.11.178 60.10.172.3 60.10.199.131 60.10.41.173 60.10.56.170 60.10.57.137 60.11.172.5 60.11.249.242 60.12.127.134 60.12.171.30 60.12.223.11 60.12.26.106 60.13.131.106 60.13.231.222 60.132.31.63 60.132.36.165 60.138.176.174 60.138.183.176 60.138.187.75 60.14.26.245 60.142.31.16 60.144.248.239 60.161.222.71 60.161.222.73 60.164.249.197 60.164.249.206 60.165.134.50 60.165.160.45 60.165.80.109 60.166.67.105 60.168.147.57 60.168.150.207 60.169.78.81 60.169.79.8 60.169.86.227 60.170.103.4 60.170.183.215 60.170.188.36 60.170.188.43 60.170.196.2 60.170.255.89 60.170.40.26 60.170.58.78 60.171.105.22 60.171.108.213 60.171.116.136 60.172.226.248 60.172.229.172 60.172.38.158 60.172.8.10 60.173.0.188 60.173.10.16 60.173.16.141 60.173.16.62 60.173.247.6 60.173.255.176 60.173.82.156 60.173.83.243 60.174.195.41 60.174.40.119 60.174.72.111 60.175.139.54 60.175.89.80 60.176.124.208 60.177.54.81 60.178.153.27 60.179.111.170 60.179.57.74 60.184.64.201 60.185.42.185 60.188.251.58 60.189.18.217 60.189.220.216 60.190.15.204 60.190.166.42 60.190.215.30 60.190.223.16 60.190.223.184 60.191.221.52 60.191.29.20 60.191.38.77 60.191.38.78 60.191.39.2 60.191.40.197 60.191.62.156 60.191.8.154 60.191.8.155 60.191.8.156 60.195.93.240 60.196.157.234 60.20.113.222 60.2.114.42 60.2.253.156 60.2.46.50 60.2.52.140 60.210.139.172 60.210.147.18 60.210.147.27 60.210.64.207 60.210.64.29 60.21.136.26 60.21.211.38 60.211.212.42 60.212.48.42 60.213.11.222 60.214.136.214 60.216.103.152 60.216.24.93 60.217.58.54 60.220.198.22 60.22.155.220 60.22.237.112 60.221.229.142 60.221.239.68 60.221.49.2 60.222.233.208 60.223.236.61 60.223.237.86 60.223.241.74 60.223.244.111 60.23.50.198 60.23.77.127 60.236.115.26 60.236.205.165 60.236.214.52 60.237.199.180 60.238.145.4 60.238.167.244 60.238.250.178 60.238.43.174 60.239.200.157 60.239.55.169 60.24.211.75 60.243.108.14 60.243.112.34 60.243.17.201 60.243.43.204 60.243.66.120 60.243.89.41 60.246.118.129 60.246.187.201 60.248.225.151 60.248.237.134 60.248.51.154 60.250.121.128 60.250.88.50 60.251.148.236 60.253.53.3 60.254.121.122 60.254.121.219 60.254.121.71 60.254.122.12 60.254.124.19 60.254.127.189 60.254.16.72 60.254.18.89 60.254.22.1 60.254.23.136 60.254.31.119 60.254.31.134 60.254.31.50 60.254.40.72 60.254.41.123 60.254.4.165 60.254.42.238 60.254.52.122 60.254.52.125 60.254.52.92 60.254.59.13 60.254.59.71 60.254.59.84 60.254.6.126 60.254.6.163 60.254.63.113 60.254.89.173 60.254.89.78 60.254.91.112 60.254.9.207 60.254.92.105 60.254.92.27 60.254.93.120 60.254.94.105 60.254.94.155 60.254.94.73 60.28.129.205 60.29.107.106 60.29.130.154 60.29.135.181 60.3.151.84 60.3.192.47 60.3.217.112 60.34.93.105 60.35.184.73 60.35.188.252 60.35.193.192 60.35.92.17 60.36.100.243 60.36.96.185 60.39.62.11 60.41.107.97 60.41.186.160 60.41.63.30 60.42.248.204 60.42.252.97 60.42.4.174 60.43.114.82 60.43.56.227 60.46.186.158 60.46.225.86 60.46.226.195 60.47.236.12 60.48.194.217 60.49.106.107 60.55.55.57 60.56.154.168 60.56.180.120 60.56.212.129 60.56.45.223 60.57.56.211 60.57.94.26 60.60.165.211 60.60.172.136 60.60.174.101 60.60.81.92 60.60.85.38 60.6.218.17 60.6.250.2 60.61.113.237 60.61.153.219 60.61.16.213 60.61.164.39 60.61.215.131 60.61.218.83 60.61.223.158 60.61.226.143 60.61.233.235 60.61.7.211 60.61.85.165 60.61.89.136 60.61.96.158 60.62.132.14 60.62.150.62 60.62.15.106 60.62.15.233 60.62.168.223 60.62.197.156 60.62.202.32 60.62.224.103 60.62.224.198 60.62.229.232 60.62.237.97 60.62.255.154 60.62.50.207 60.62.54.51 60.62.55.22 60.62.61.148 60.62.81.219 60.7.171.173 60.7.243.89 60.7.70.205 60.7.77.186 60.71.179.68 60.74.229.17 61.0.234.97 61.100.181.118 61.101.219.244 61.11.136.62 61.11.142.113 61.11.148.76 61.11.155.199 61.11.168.206 61.11.187.120 61.11.187.21 61.11.192.140 61.11.199.180 61.113.98.159 61.114.73.24 61.114.76.177 61.114.84.174 61.114.86.210 61.115.137.188 61.115.166.152 61.115.168.43 61.115.171.77 61.115.191.182 61.115.209.145 61.115.212.28 61.115.213.107 61.115.219.157 61.115.221.135 61.115.249.175 61.117.175.147 61.120.225.114 61.120.227.237 61.120.236.145 61.120.236.197 61.120.240.138 61.120.243.102 61.120.244.61 61.120.245.134 61.120.250.129 61.12.155.53 61.121.228.238 61.121.238.215 61.121.85.166 61.122.48.253 61.125.154.180 61.125.159.134 61.125.36.132 61.125.67.93 61.125.73.148 61.125.80.51 61.125.91.110 61.125.97.67 61.126.174.165 61.128.161.154 61.130.105.126 61.130.31.98 61.131.252.110 61.131.252.56 61.131.94.127 61.132.106.198 61.132.107.30 61.132.26.193 61.132.89.150 61.132.96.5 61.133.142.147 61.133.215.190 61.134.49.150 61.135.194.32 61.136.207.136 61.138.108.130 61.138.14.187 61.139.124.136 61.140.236.76 61.14.208.44 61.142.80.31 61.143.109.162 61.144.102.231 61.144.106.56 61.144.107.212 61.144.20.49 61.145.196.98 61.145.230.46 61.145.231.69 61.146.131.153 61.147.103.21 61.147.198.190 61.147.66.84 61.147.73.10 61.147.73.87 61.148.123.214 61.148.197.2 61.149.5.25 61.150.88.176 61.153.11.126 61.153.157.14 61.153.225.194 61.153.237.54 61.153.47.18 61.153.76.30 61.154.135.198 61.154.228.126 61.155.194.120 61.155.194.214 61.155.202.128 61.155.202.173 61.155.234.66 61.155.41.224 61.155.54.26 61.158.162.203 61.158.162.204 61.158.162.205 61.158.162.206 61.158.163.39 61.158.163.58 61.158.163.85 61.158.163.90 61.158.168.57 61.160.125.150 61.160.195.54 61.160.201.72 61.160.212.242 61.160.213.140 61.160.213.3 61.160.215.142 61.160.222.96 61.160.254.19 61.160.6.19 61.160.64.102 61.160.82.158 61.160.93.106 61.160.96.122 61.161.149.66 61.161.155.244 61.161.155.99 61.161.214.3 61.161.253.66 61.163.83.134 61.164.213.247 61.164.248.58 61.164.37.178 61.164.80.250 61.165.226.74 61.175.101.165 61.175.101.166 61.177.141.198 61.177.153.122 61.177.157.186 61.177.158.166 61.177.185.29 61.177.194.134 61.177.60.70 61.177.76.130 61.178.122.129 61.178.142.98 61.178.197.243 61.178.199.78 61.178.20.92 61.178.213.2 61.178.220.121 61.178.43.67 61.178.53.133 61.178.71.8 61.179.146.4 61.179.157.208 61.180.241.40 61.18.245.210 61.182.226.234 61.183.159.66 61.183.85.126 61.184.84.106 61.186.172.200 61.186.172.201 61.186.172.204 61.188.189.7 61.188.205.34 61.190.123.13 61.190.132.26 61.190.19.98 61.191.61.105 61.192.122.116 61.192.19.179 61.192.25.76 61.192.34.163 61.192.46.36 61.192.46.76 61.192.55.32 61.192.57.200 61.192.8.113 61.192.84.5 61.193.249.51 61.195.130.108 61.198.104.145 61.198.126.95 61.198.48.140 61.198.56.191 61.198.61.219 61.198.62.177 61.198.63.49 61.199.136.53 61.199.148.1 61.199.148.206 61.200.77.226 61.2.64.82 61.203.232.191 61.203.37.219 61.205.131.41 61.205.137.202 61.205.140.192 61.205.149.16 61.205.154.201 61.205.170.56 61.206.0.58 61.206.195.41 61.206.196.28 61.206.198.13 61.206.204.188 61.206.205.176 61.206.205.44 61.206.206.240 61.206.207.224 61.206.212.29 61.206.212.98 61.206.238.105 61.206.70.169 61.206.70.26 61.207.118.94 61.207.231.242 61.207.243.113 61.208.214.73 61.209.222.224 61.209.223.75 61.210.122.52 61.21.136.3 61.21.152.42 61.21.154.24 61.21.158.126 61.21.161.133 61.21.164.19 61.21.25.100 61.21.46.12 61.21.56.142 61.211.194.72 61.211.51.125 61.213.22.31 61.213.25.245 61.213.26.172 61.213.29.25 61.213.33.17 61.213.34.54 61.213.38.133 61.213.44.204 61.213.46.69 61.216.14.175 61.216.185.145 61.219.127.118 61.219.178.38 61.220.196.1 61.22.155.168 61.22.180.229 61.22.193.27 61.22.220.23 61.22.242.207 61.22.249.117 61.22.37.78 61.22.40.142 61.22.45.20 61.22.4.7 61.23.110.34 61.23.139.104 61.23.158.147 61.23.212.84 61.23.242.34 61.23.246.67 61.23.249.83 61.23.83.190 61.23.87.191 61.233.11.58 61.233.14.179 61.235.77.56 61.236.233.34 61.237.161.11 61.237.162.199 61.238.119.93 61.24.117.211 61.24.125.246 61.24.148.157 61.24.157.153 61.24.193.216 61.24.216.153 61.24.238.52 61.24.241.193 61.24.246.102 61.24.248.147 61.245.208.88 61.247.112.53 61.247.67.79 61.25.136.25 61.25.152.28 61.25.154.196 61.25.155.100 61.25.183.77 61.26.0.79 61.26.112.151 61.26.131.21 61.26.152.227 61.26.175.40 61.26.187.30 61.26.206.115 61.26.24.69 61.26.33.21 61.26.35.93 61.26.4.104 61.26.55.245 61.26.65.84 61.26.91.31 61.26.96.37 61.27.125.173 61.27.171.6 61.27.18.125 61.27.19.82 61.27.212.30 61.27.255.38 61.27.52.75 61.27.55.34 61.27.65.196 61.27.90.35 61.36.172.93 61.44.227.217 61.44.229.49 61.44.231.249 61.44.236.219 61.44.237.80 61.44.250.114 61.46.114.10 61.46.144.164 61.46.152.106 61.46.162.202 61.46.169.134 61.46.171.25 61.46.173.160 61.46.176.130 61.46.179.46 61.46.211.214 61.46.216.43 61.46.217.121 61.46.232.148 61.46.242.80 61.46.249.213 61.46.250.148 61.46.250.42 61.46.35.229 61.46.35.232 61.46.45.110 61.46.57.158 61.46.69.232 61.46.72.250 61.46.88.247 61.48.211.149 61.50.106.82 61.50.110.62 61.51.139.238 61.51.70.71 61.53.66.86 61.55.156.203 61.55.189.164 61.56.180.184 61.7.40.100 61.7.47.11 61.7.59.83 61.74.28.72 61.77.34.77 61.79.165.251 61.80.236.71 61.82.199.55 61.82.37.175 61.83.180.96 61.85.12.49 61.85.254.116 61.86.10.252 61.86.114.179 61.86.144.192 61.86.144.58 61.86.144.83 61.86.145.47 61.86.150.219 61.86.174.94 61.86.177.178 61.86.190.144 61.86.240.25 61.86.89.227 61.86.89.35 61.86.91.197 61.89.112.171 61.89.119.191 61.89.122.49 61.89.126.190 61.89.137.9 61.89.161.157 61.89.161.190 61.89.179.82 61.89.183.129 61.89.188.105 61.89.190.47 61.89.255.108 61.89.25.67 61.89.34.233 61.89.4.212 61.89.43.181 61.89.43.205 61.89.43.77 61.89.45.27 61.89.50.5 61.89.54.224 61.89.54.237 61.89.6.103 61.89.67.42 61.89.70.125 61.89.70.192 61.89.76.97 61.89.79.54 61.89.80.229 61.91.188.30 61.93.168.105 61.98.116.251 62.105.28.200 62.122.127.60 62.196.28.248 62.198.225.31 62.210.127.77 62.210.149.56 62.210.178.242 62.210.188.168 62.210.196.70 62.210.205.141 62.210.247.195 62.21.113.212 62.217.223.149 62.219.191.115 62.219.213.8 62.219.63.112 62.221.52.86 62.250.106.199 62.28.97.19 62.29.17.17 62.33.113.33 62.38.252.213 62.4.14.131 62.4.14.138 62.72.234.154 62.74.237.28 62.97.242.146 62.97.87.164 62.98.20.241 62.99.70.47 62.99.76.97 62.99.77.193 62.99.78.212 64.118.93.79 64.145.111.26 64.145.130.102 64.145.172.10 64.145.19.218 64.205.59.10 64.212.74.171 64.223.155.123 64.237.43.154 64.251.30.42 64.251.31.93 64.34.14.21 64.34.78.5 64.62.193.121 64.63.66.216 64.69.79.93 64.69.95.186 64.76.180.90 65.164.218.123 65.175.204.208 65.181.121.136 65.24.184.19 65.34.219.46 65.39.231.167 65.50.1.227 65.50.75.110 65.95.230.234 65.99.185.151 66.161.190.243 66.186.182.234 66.190.125.246 66.220.9.84 66.222.231.193 66.223.180.105 66.240.192.138 66.240.205.34 66.240.219.146 66.240.236.119 66.253.188.125 66.35.51.195 66.70.181.24 66.70.241.115 66.96.204.101 66.96.216.154 66.97.180.135 67.10.234.214 67.129.171.155 67.161.138.191 67.174.207.249 67.180.128.240 67.206.200.34 67.208.104.10 67.208.104.14 67.215.14.254 67.233.149.133 67.233.2.159 67.76.132.240 67.82.220.117 68.109.48.12 68.113.210.57 68.143.224.90 68.161.231.230 68.169.140.201 68.169.140.202 68.169.140.203 68.169.140.204 68.184.203.119 68.186.40.59 68.196.147.61 68.198.153.68 68.48.111.243 68.62.48.26 68.64.210.160 69.10.36.180 69.118.185.29 69.16.251.248 69.172.254.13 69.175.97.171 69.175.97.173 69.175.97.174 69.176.74.166 69.197.188.66 69.202.170.56 69.249.19.217 69.253.17.150 69.51.24.20 69.61.141.122 69.74.245.173 69.84.104.163 69.85.84.244 70.124.224.24 70.187.137.198 70.60.27.90 70.89.25.42 70.89.44.218 70.91.56.201 70.91.56.202 71.170.243.94 71.193.138.220 71.208.76.184 71.248.124.218 71.31.30.62 71.42.28.137 71.42.29.45 71.46.89.16 71.56.57.8 71.6.135.131 71.6.142.80 71.6.142.87 71.6.146.185 71.6.146.186 71.6.158.166 71.6.165.200 71.6.167.142 71.6.202.198 71.6.202.243 71.86.60.140 71.90.202.39 71.90.95.155 71.91.128.220 72.129.179.166 72.176.147.134 72.181.214.179 72.181.233.163 72.201.26.202 72.209.152.110 72.244.118.254 72.253.193.219 72.255.186.205 72.27.170.79 72.43.19.94 72.48.17.56 72.52.124.131 72.74.173.200 73.104.82.207 73.110.122.176 73.115.73.57 73.164.105.200 73.177.1.16 73.195.13.108 73.236.116.47 73.70.6.26 73.89.185.126 73.90.20.49 73.9.200.94 74.143.230.218 74.194.123.191 74.196.196.159 74.208.166.77 74.208.71.22 74.216.245.195 74.59.118.72 74.62.103.162 74.62.247.178 74.64.117.143 74.64.46.219 74.66.105.39 74.82.240.76 74.82.47.10 74.82.47.11 74.82.47.12 74.82.47.13 74.82.47.14 74.82.47.15 74.82.47.16 74.82.47.17 74.82.47.18 74.82.47.19 74.82.47.2 74.82.47.20 74.82.47.21 74.82.47.22 74.82.47.23 74.82.47.24 74.82.47.25 74.82.47.26 74.82.47.27 74.82.47.28 74.82.47.29 74.82.47.3 74.82.47.30 74.82.47.31 74.82.47.32 74.82.47.33 74.82.47.34 74.82.47.35 74.82.47.36 74.82.47.37 74.82.47.38 74.82.47.39 74.82.47.4 74.82.47.40 74.82.47.41 74.82.47.42 74.82.47.43 74.82.47.44 74.82.47.45 74.82.47.46 74.82.47.47 74.82.47.48 74.82.47.49 74.82.47.5 74.82.47.50 74.82.47.51 74.82.47.52 74.82.47.53 74.82.47.54 74.82.47.55 74.82.47.56 74.82.47.57 74.82.47.58 74.82.47.59 74.82.47.6 74.82.47.60 74.82.47.61 74.82.47.62 74.82.47.63 74.82.47.7 74.82.47.8 74.82.47.9 74.87.159.200 74.87.47.138 74.90.97.34 74.92.101.53 74.93.88.225 74.93.88.254 75.108.64.38 75.108.69.76 75.146.253.130 75.147.84.243 75.151.118.29 75.182.70.69 75.65.82.71 76.10.173.58 76.11.223.137 76.11.223.173 76.167.228.191 76.170.130.71 76.17.153.118 76.22.73.228 76.65.226.65 76.73.239.218 77.105.152.105 77.107.41.199 77.109.164.29 77.110.27.130 77.111.172.56 77.120.235.34 77.120.243.43 77.121.32.101 77.121.50.254 77.123.215.40 77.132.39.188 77.157.125.26 77.158.42.130 77.21.236.12 77.220.33.74 77.221.192.214 77.222.153.191 77.223.67.27 77.223.75.191 77.227.247.247 77.230.120.87 77.235.137.146 77.235.21.150 77.240.202.128 77.245.0.2 77.245.105.26 77.247.17.108 77.247.249.5 77.247.92.9 77.252.158.42 77.252.69.205 77.253.226.236 77.40.137.251 77.45.100.2 77.45.5.17 77.46.101.5 77.46.1.201 77.53.204.3 77.53.54.29 77.54.206.218 77.71.70.209 77.72.82.11 77.72.82.12 77.72.82.147 77.72.82.158 77.72.82.177 77.72.82.182 77.72.82.187 77.72.82.19 77.72.82.198 77.72.82.222 77.72.82.80 77.72.83.115 77.72.85.10 77.81.25.162 77.89.110.194 77.91.220.120 77.96.214.58 78.10.234.63 78.10.235.75 78.10.39.89 78.108.245.85 78.109.34.225 78.11.125.9 78.128.46.23 78.129.231.40 78.130.241.8 78.131.152.138 78.137.21.215 78.137.26.68 78.137.28.121 78.137.36.110 78.137.52.8 78.137.6.139 78.137.7.183 78.137.7.30 78.137.9.77 78.138.91.14 78.139.231.48 78.140.195.250 78.140.8.8 78.155.39.20 78.155.60.104 78.162.114.121 78.175.21.176 78.179.200.136 78.180.151.49 78.182.191.110 78.185.174.134 78.186.122.59 78.186.136.4 78.186.158.244 78.186.172.47 78.186.45.11 78.187.146.202 78.187.159.164 78.187.167.51 78.187.17.223 78.187.196.154 78.187.208.254 78.187.212.224 78.187.214.218 78.187.220.21 78.187.228.111 78.187.35.41 78.187.36.121 78.187.38.128 78.187.81.60 78.188.100.116 78.188.107.175 78.188.224.208 78.188.238.14 78.188.8.113 78.188.89.182 78.189.137.191 78.189.137.70 78.189.143.82 78.189.170.203 78.189.171.233 78.189.217.118 78.189.25.199 78.189.87.99 78.221.223.169 78.230.101.101 78.235.25.16 78.24.222.131 78.248.139.23 78.26.164.218 78.29.15.122 78.38.114.203 78.63.168.169 78.70.228.108 78.8.31.81 78.84.108.192 78.84.220.199 78.85.38.63 79.0.91.12 79.100.181.47 79.101.240.255 79.101.252.158 79.101.67.87 79.101.76.95 79.104.192.144 79.108.188.130 79.110.14.88 79.11.240.52 79.111.121.208 79.111.121.58 79.112.165.141 79.113.83.215 79.118.208.38 79.118.79.27 79.119.192.178 79.121.0.237 79.124.60.100 79.127.63.7 79.131.185.229 79.131.200.12 79.132.211.6 79.134.10.105 79.135.216.42 79.138.109.207 79.141.112.70 79.148.243.107 79.168.245.224 79.175.108.226 79.187.231.70 79.187.54.94 79.187.59.1 79.187.84.146 79.188.250.213 79.189.204.57 79.190.200.74 79.190.26.50 79.190.9.194 79.21.212.184 79.49.181.191 79.60.151.66 79.61.212.251 79.73.145.136 79.78.157.47 79.78.235.105 79.9.248.202 80.11.107.248 80.11.146.165 80.11.28.118 80.11.36.200 80.11.93.238 80.112.149.149 80.112.153.21 80.12.83.43 80.13.212.136 80.13.226.73 80.13.58.147 80.13.87.12 80.14.140.211 80.14.233.222 80.14.243.226 80.14.40.252 80.14.88.160 80.147.64.128 80.15.100.140 80.15.106.104 80.15.180.188 80.15.91.4 80.15.96.143 80.179.176.242 80.19.252.41 80.191.209.85 80.2.133.34 80.211.135.120 80.211.232.27 80.211.253.42 80.217.12.48 80.217.222.212 80.227.140.78 80.238.116.230 80.238.125.245 80.24.113.183 80.243.3.150 80.244.95.89 80.244.95.94 80.245.115.203 80.252.252.49 80.38.199.194 80.51.81.169 80.54.234.18 80.55.175.172 80.64.168.26 80.65.25.25 80.65.61.198 80.68.1.225 80.69.51.6 80.73.1.51 80.74.227.124 80.81.232.133 80.82.70.133 80.82.77.139 80.82.77.240 80.82.77.33 81.15.212.143 81.159.200.13 81.16.112.243 81.16.114.118 81.163.134.34 81.163.139.64 81.163.204.104 81.163.88.11 81.174.128.71 81.177.1.171 81.177.122.116 81.182.74.152 81.183.90.150 81.190.106.55 81.190.109.7 81.20.104.50 81.213.143.112 81.213.144.11 81.213.156.242 81.213.166.110 81.213.215.76 81.214.108.239 81.214.120.207 81.214.120.22 81.214.143.125 81.214.190.20 81.214.245.176 81.214.245.220 81.214.39.152 81.214.57.226 81.214.57.44 81.214.70.186 81.214.74.184 81.214.84.254 81.214.84.27 81.215.105.65 81.215.201.109 81.215.206.231 81.215.209.130 81.215.23.127 81.218.125.33 81.218.140.85 81.218.168.196 81.218.187.219 81.22.135.245 81.22.60.88 81.225.90.120 81.240.111.95 81.24.82.118 81.243.50.218 81.248.12.104 81.248.164.10 81.248.236.22 81.248.237.8 81.27.32.148 81.28.204.55 81.30.212.236 81.48.255.25 81.56.38.177 81.57.49.14 81.6.141.58 81.82.48.101 82.102.173.74 82.102.216.128 82.112.33.142 82.112.63.89 82.114.81.230 82.114.88.19 82.115.144.140 82.117.242.205 82.12.52.39 82.127.149.31 82.127.211.95 82.127.222.189 82.127.92.201 82.130.161.126 82.137.28.171 82.141.171.13 82.144.200.82 82.144.213.195 82.147.51.162 82.151.193.136 82.152.41.145 82.162.227.73 82.166.23.126 82.178.163.5 82.183.37.187 82.194.18.103 82.194.18.175 82.194.18.196 82.194.18.231 82.200.191.122 82.207.115.92 82.207.118.228 82.207.21.250 82.207.23.229 82.207.39.73 82.207.40.62 82.207.45.206 82.207.64.85 82.207.74.179 82.207.88.193 82.207.96.141 82.208.137.146 82.208.153.134 82.209.9.178 82.213.210.94 82.221.105.6 82.221.105.7 82.222.195.136 82.222.59.134 82.222.59.174 82.228.117.238 82.235.159.32 82.237.110.53 82.238.23.19 82.244.129.38 82.253.60.63 82.45.108.50 82.47.209.94 82.76.191.81 82.77.17.119 82.77.243.29 82.77.47.238 82.78.222.109 82.78.231.80 82.78.237.11 82.79.243.82 82.79.53.214 82.80.130.151 82.80.148.35 82.81.212.124 82.81.89.201 83.0.154.138 83.10.163.46 83.1.132.15 83.102.141.77 83.103.67.215 83.110.144.221 83.110.208.18 83.12.179.10 83.12.221.14 83.13.115.58 83.13.181.182 83.14.41.114 83.143.200.12 83.143.246.30 83.144.100.126 83.144.82.2 83.144.91.134 83.144.95.188 83.145.172.60 83.146.71.202 83.147.84.253 83.16.92.229 83.165.215.63 83.17.243.130 83.172.28.235 83.174.219.57 83.174.236.93 83.19.70.154 83.208.169.67 83.208.43.226 83.208.86.193 83.209.19.140 83.209.247.150 83.209.247.169 83.209.247.194 83.209.247.197 83.226.188.27 83.228.10.72 83.228.37.169 83.228.40.61 83.228.56.23 83.228.56.38 83.23.128.30 83.234.207.33 83.238.170.199 83.238.195.77 83.24.134.167 83.242.255.53 83.250.199.252 83.253.228.130 83.3.151.42 83.3.162.78 83.3.29.102 83.34.115.187 83.54.79.116 83.64.70.98 84.0.81.189 84.1.160.118 84.117.202.72 84.2.25.196 84.204.147.70 84.208.195.101 84.232.235.248 84.232.239.16 84.232.254.139 84.232.254.193 84.236.67.57 84.238.56.145 84.242.237.189 84.243.8.156 84.38.95.147 84.43.190.161 84.47.171.253 84.51.34.61 84.51.45.96 84.51.52.254 84.51.58.123 84.53.197.34 84.53.230.38 84.75.162.189 84.76.215.85 84.95.241.34 85.100.108.219 85.100.124.58 85.100.126.247 85.100.58.18 85.101.77.161 85.104.122.90 85.105.105.85 85.105.12.162 85.105.122.182 85.105.160.93 85.105.173.178 85.105.176.95 85.105.182.126 85.105.182.59 85.105.198.174 85.105.199.235 85.105.209.46 85.105.216.151 85.105.221.226 85.105.36.200 85.105.47.2 85.105.47.38 85.105.63.136 85.105.97.160 85.108.129.16 85.11.20.254 85.112.221.40 85.113.145.225 85.113.188.59 85.113.51.239 85.120.48.176 85.120.67.130 85.121.148.136 85.125.84.220 85.14.10.115 85.148.74.63 85.149.39.227 85.149.65.204 85.15.175.20 85.157.18.254 85.157.203.182 85.159.3.248 85.175.171.219 85.184.165.85 85.185.218.36 85.186.137.45 85.187.115.60 85.190.157.160 85.192.128.249 85.192.150.91 85.198.221.28 85.217.171.164 85.221.230.74 85.221.242.42 85.234.35.17 85.234.37.53 85.235.23.254 85.237.50.135 85.238.107.17 85.238.120.177 85.238.99.208 85.25.151.174 85.252.121.26 85.27.192.77 85.52.166.45 85.71.184.91 85.71.46.25 85.71.65.234 85.8.0.227 85.88.195.3 85.89.170.99 85.89.171.110 85.89.171.136 85.90.202.137 85.90.222.31 85.9.72.81 85.9.74.88 85.91.198.154 85.93.20.243 85.93.20.248 85.93.20.62 85.93.59.80 85.94.125.108 85.95.191.233 85.96.174.115 85.96.178.36 85.96.195.127 85.97.111.252 85.97.188.21 85.97.190.158 85.97.191.92 85.97.200.253 85.98.10.141 85.98.31.155 85.98.31.34 85.98.44.164 85.98.44.83 85.99.227.233 85.99.238.245 85.99.244.147 85.99.245.45 85.99.251.212 85.99.255.130 86.100.173.165 86.104.231.106 86.107.39.157 86.107.39.174 86.109.49.131 86.110.14.190 86.122.123.70 86.122.33.197 86.123.136.233 86.123.185.198 86.124.228.77 86.125.99.40 86.193.162.11 86.198.192.13 86.220.177.209 86.254.162.92 86.29.211.208 86.34.201.131 86.34.230.123 86.34.253.84 86.34.30.47 86.34.40.221 86.35.139.160 86.35.173.197 86.35.216.134 86.35.22.109 86.35.240.229 86.44.68.41 86.47.125.98 86.47.233.5 86.47.88.211 86.56.145.3 86.6.127.153 86.61.72.124 86.61.78.226 86.62.93.117 86.63.115.182 86.63.96.24 86.98.2.229 86.98.38.246 86.98.43.121 86.98.45.50 87.103.242.76 87.103.249.33 87.109.243.86 87.117.17.65 87.119.65.98 87.120.235.149 87.120.255.131 87.120.255.141 87.124.151.180 87.13.195.68 87.19.9.80 87.196.21.133 87.198.127.59 87.200.242.154 87.217.160.222 87.217.233.198 87.218.47.81 87.219.10.179 87.219.30.120 87.221.73.112 87.228.195.214 87.228.27.216 87.236.208.30 87.244.136.109 87.244.179.171 87.244.251.40 87.247.120.3 87.251.252.22 87.255.21.162 87.26.46.109 87.96.160.155 87.96.248.177 87.97.225.190 87.98.241.203 88.102.5.222 88.103.117.75 88.129.136.7 88.129.224.220 88.135.201.22 88.135.205.212 88.148.45.152 88.156.71.10 88.158.167.13 88.162.11.80 88.165.78.201 88.166.214.209 88.182.254.104 88.187.158.4 88.209.82.74 88.225.219.5 88.227.113.13 88.234.208.148 88.240.236.18 88.242.10.196 88.246.28.218 88.247.117.206 88.247.131.29 88.247.137.154 88.247.143.155 88.247.153.96 88.247.157.74 88.247.161.15 88.247.167.25 88.247.225.175 88.247.226.199 88.247.42.225 88.247.45.75 88.247.47.49 88.247.50.112 88.247.65.194 88.247.83.232 88.248.132.79 88.248.13.5 88.248.139.169 88.248.174.75 88.248.51.177 88.248.81.147 88.248.90.99 88.249.101.105 88.249.106.161 88.249.14.37 88.249.161.228 88.249.164.90 88.249.226.137 88.249.24.173 88.249.242.64 88.249.255.16 88.249.35.207 88.249.49.92 88.249.97.110 88.250.103.117 88.250.108.91 88.250.156.169 88.250.16.194 88.250.181.70 88.250.196.199 88.250.224.99 88.250.237.92 88.250.39.219 88.250.70.233 88.250.92.136 88.85.207.147 88.85.208.168 88.86.217.210 89.102.95.148 89.106.101.227 89.106.244.86 89.109.4.22 89.111.60.37 89.114.6.78 89.115.24.249 89.120.115.11 89.120.135.53 89.120.169.202 89.120.169.222 89.120.171.152 89.120.171.96 89.120.208.91 89.120.213.62 89.120.4.253 89.120.46.208 89.120.5.8 89.121.166.182 89.121.167.101 89.122.108.225 89.122.124.141 89.122.127.45 89.122.130.253 89.122.179.233 89.122.1.80 89.122.232.175 89.122.36.193 89.122.68.147 89.123.216.57 89.136.167.45 89.142.195.20 89.152.184.29 89.153.216.82 89.154.201.43 89.155.151.174 89.162.186.106 89.163.146.24 89.163.227.15 89.163.235.49 89.163.242.167 89.165.120.197 89.165.156.247 89.165.158.246 89.165.209.249 89.165.226.175 89.165.252.68 89.174.196.70 89.175.12.156 89.175.136.3 89.175.139.132 89.175.145.101 89.188.239.194 89.189.130.201 89.189.13.3 89.189.150.198 89.190.89.114 89.191.153.101 89.211.204.107 89.216.28.130 89.218.155.22 89.218.159.236 89.218.214.108 89.218.232.46 89.22.54.112 89.222.217.99 89.228.131.153 89.228.203.76 89.228.226.220 89.229.28.231 89.229.64.229 89.236.24.57 89.238.190.203 89.242.2.242 89.248.167.131 89.248.172.16 89.248.172.90 89.248.173.119 89.248.174.45 89.249.66.53 89.249.85.126 89.250.87.12 89.25.169.15 89.25.242.66 89.252.22.51 89.252.229.73 89.252.39.61 89.29.205.130 89.33.84.118 89.36.95.44 89.38.15.101 89.39.16.202 89.39.16.218 89.39.70.126 89.39.75.157 89.40.165.208 89.40.81.211 89.46.50.56 89.68.159.212 90.150.244.174 90.150.90.202 90.151.101.53 90.151.130.22 90.151.139.24 90.151.80.0 90.151.80.100 90.151.80.17 90.151.80.223 90.151.80.231 90.151.83.119 90.151.83.134 90.151.83.177 90.151.83.210 90.151.83.219 90.151.85.110 90.151.85.250 90.151.86.235 90.151.86.81 90.151.86.84 90.151.87.35 90.151.87.99 90.151.88.103 90.151.88.248 90.151.88.251 90.151.88.47 90.151.89.107 90.151.89.116 90.151.89.193 90.151.89.210 90.151.89.239 90.151.89.27 90.151.89.7 90.151.90.157 90.151.90.25 90.151.90.53 90.151.90.79 90.151.92.143 90.151.92.168 90.151.92.96 90.151.93.226 90.151.94.15 90.151.94.210 90.151.94.242 90.151.94.51 90.151.94.73 90.151.94.85 90.151.95.118 90.151.95.147 90.151.95.185 90.151.95.38 90.162.101.16 90.162.175.222 90.164.95.165 90.170.77.194 90.17.229.50 90.176.124.180 90.176.182.53 90.176.236.72 90.177.70.17 90.177.76.42 90.178.13.223 90.178.150.111 90.178.150.117 90.178.55.157 90.179.40.188 90.180.107.137 90.180.148.117 90.195.75.143 90.211.167.174 90.224.215.221 90.224.98.105 90.29.6.14 90.63.246.73 90.71.150.121 90.84.228.32 90.87.149.66 91.105.28.142 91.106.201.250 91.109.203.162 91.109.203.163 91.109.203.200 91.109.203.252 91.109.207.153 91.109.207.196 91.117.147.111 91.121.133.95 91.121.169.217 91.124.212.147 91.124.253.27 91.124.88.126 91.134.133.251 91.134.159.181 91.140.139.53 91.143.16.35 91.148.125.213 91.151.109.21 91.157.118.29 91.192.109.246 91.192.135.82 91.193.76.133 91.194.239.149 91.195.103.164 91.195.103.170 91.195.103.173 91.195.103.83 91.195.103.84 91.195.103.99 91.195.156.238 91.195.245.251 91.197.135.30 91.197.19.178 91.199.0.165 91.200.12.3 91.200.12.9 91.206.19.197 91.207.98.68 91.210.104.214 91.210.104.217 91.210.104.245 91.210.178.120 91.210.179.199 91.210.20.152 91.214.80.53 91.214.84.42 91.215.105.22 91.218.140.227 91.218.19.105 91.218.19.25 91.218.223.155 91.221.30.125 91.224.147.18 91.226.237.44 91.230.252.245 91.231.120.250 91.232.157.189 91.233.187.93 91.234.26.19 91.236.134.94 91.237.40.203 91.239.78.144 91.243.175.136 91.244.10.243 91.244.10.62 91.244.185.101 91.244.2.226 91.244.23.196 91.244.23.49 91.244.40.56 91.244.42.85 91.244.45.47 91.244.9.1 91.244.9.254 91.245.114.225 91.250.62.109 91.57.230.39 91.84.218.71 91.92.136.60 91.93.0.182 91.93.121.146 91.93.183.223 91.93.201.250 91.99.103.238 92.109.17.129 92.11.79.90 92.112.155.242 92.112.168.155 92.112.175.105 92.112.208.130 92.112.210.30 92.112.217.219 92.112.240.42 92.113.127.215 92.126.199.66 92.127.149.219 92.154.65.236 92.154.76.45 92.17.240.231 92.190.30.16 92.19.245.54 92.222.9.125 92.237.196.50 92.241.142.66 92.245.66.239 92.247.182.147 92.248.131.52 92.248.171.58 92.248.221.186 92.249.194.128 92.255.172.208 92.27.196.33 92.27.225.98 92.39.143.193 92.4.84.128 92.42.107.139 92.44.190.88 92.44.44.159 92.44.83.126 92.49.167.222 92.50.39.19 92.51.1.40 92.54.55.34 92.57.230.196 92.60.229.219 92.63.101.22 92.63.110.67 92.80.123.87 92.81.110.24 92.81.120.130 92.81.92.11 92.82.75.189 92.83.0.82 92.83.226.93 92.83.246.170 92.83.53.226 92.84.54.133 92.85.46.162 92.86.97.29 92.87.250.113 93.100.203.106 93.108.200.11 93.113.176.7 93.114.123.203 93.114.88.2 93.114.96.91 93.115.26.60 93.118.225.11 93.119.154.161 93.119.154.164 93.122.151.120 93.122.195.109 93.122.238.195 93.152.166.96 93.158.215.54 93.159.193.118 93.159.194.225 93.159.194.226 93.159.195.139 93.159.197.51 93.174.93.218 93.174.93.46 93.174.95.106 93.177.52.41 93.183.131.221 93.184.80.156 93.184.8.194 93.186.193.119 93.190.138.107 93.190.206.106 93.42.176.143 93.42.207.104 93.43.1.170 93.56.117.108 93.72.158.141 93.75.195.196 93.76.51.26 93.79.22.134 93.80.126.119 93.97.219.82 94.102.230.215 94.102.237.114 94.102.49.190 94.102.49.193 94.102.52.36 94.122.50.185 94.124.26.53 94.132.72.27 94.137.246.186 94.141.152.157 94.141.59.104 94.155.131.4 94.158.153.247 94.176.153.10 94.176.153.7 94.177.134.131 94.177.135.232 94.177.192.147 94.177.236.218 94.178.137.187 94.179.143.211 94.179.213.141 94.179.224.236 94.179.238.178 94.189.194.251 94.189.207.141 94.19.243.215 94.200.209.214 94.20.246.240 94.201.86.252 94.203.150.165 94.203.220.15 94.204.255.243 94.206.183.98 94.207.67.107 94.21.243.58 94.229.125.216 94.230.202.113 94.230.202.184 94.23.25.32 94.231.112.88 94.231.8.148 94.243.210.149 94.249.61.65 94.250.251.51 94.250.254.173 94.251.82.74 94.255.229.180 94.28.204.166 94.3.236.235 94.34.42.163 94.41.206.244 94.43.170.165 94.43.170.179 94.43.170.186 94.43.170.212 94.43.170.220 94.43.170.231 94.43.170.232 94.43.170.237 94.43.170.238 94.43.170.242 94.43.170.34 94.43.171.13 94.43.171.167 94.43.171.222 94.43.171.41 94.43.92.226 94.50.231.92 94.50.239.87 94.51.149.235 94.51.152.97 94.52.15.232 94.53.21.146 94.53.244.94 94.61.51.106 94.62.66.223 94.63.15.80 94.70.167.228 94.74.88.227 94.76.181.142 94.77.209.21 94.79.7.5 94.79.7.6 94.88.97.26 94.88.97.82 94.98.228.232 95.0.74.140 95.109.40.243 95.110.226.46 95.110.234.160 95.12.110.130 95.128.45.223 95.129.183.147 95.133.165.104 95.133.222.70 95.134.118.225 95.134.208.97 95.135.138.242 95.135.188.16 95.135.195.56 95.138.194.251 95.155.0.201 95.155.34.31 95.155.55.246 95.158.165.129 95.158.186.87 95.158.26.3 95.158.35.37 95.159.167.97 95.160.32.60 95.165.202.122 95.168.236.10 95.175.30.10 95.177.213.164 95.18.112.74 95.18.19.77 95.18.218.163 95.18.76.32 95.181.178.182 95.19.240.91 95.191.170.170 95.20.140.99 95.20.18.230 95.21.92.57 95.211.148.238 95.213.137.18 95.215.1.37 95.215.60.198 95.215.62.189 95.215.62.72 95.224.202.23 95.255.46.228 95.27.110.112 95.30.156.93 95.42.69.193 95.43.202.81 95.46.6.35 95.47.129.39 95.48.84.198 95.5.146.181 95.5.209.99 95.51.186.245 95.56.117.79 95.57.123.19 95.57.48.94 95.58.160.42 95.60.115.201 95.6.30.187 95.6.39.67 95.6.42.184 95.6.45.151 95.6.45.7 95.6.81.100 95.63.239.213 95.70.172.199 95.70.178.29 95.70.203.68 95.76.255.212 95.76.90.180 95.77.148.29 95.79.35.129 95.79.50.240 95.85.2.239 95.9.173.9 95.9.193.98 95.9.40.214 95.9.93.67 95.92.129.32 95.93.102.172 95.95.82.159 96.112.184.102 96.231.103.22 96.37.112.59 96.39.162.211 96.56.254.142 96.70.205.225 96.71.207.229 96.72.75.133 96.73.52.77 96.73.60.202 96.80.252.217 96.83.210.139 96.83.210.147 96.83.210.163 96.83.210.171 96.83.210.179 96.83.210.187 96.83.210.195 96.83.210.203 96.83.210.51 96.83.210.59 96.83.210.99 96.83.245.146 96.87.122.123 96.88.34.149 96.90.33.42 96.90.86.229 96.9.69.234 96.9.88.28 96.92.215.211 96.93.198.50 96.93.59.106 96.93.59.122 96.93.59.138 97.105.4.174 97.107.137.179 97.65.20.178 97.76.13.210 97.76.22.214 97.76.94.70 97.78.208.44 97.93.66.42 98.126.154.242 98.143.155.163 98.151.250.108 98.174.240.136 98.176.205.139 98.210.0.116 98.238.66.222 98.7.70.240 99.192.253.250 99.247.186.122 99.252.144.60 99.44.189.175 100.33.130.194 100.42.227.46 101.1.101.143 101.1.105.91 101.1.110.118 101.1.114.126 101.1.116.89 101.1.119.220 101.1.126.50 101.1.133.148 101.1.173.252 101.1.196.203 101.1.242.199 101.1.76.157 101.1.80.71 101.1.84.141 101.1.97.98 101.1.98.112 101.102.15.93 101.102.46.209 101.111.11.38 101.111.1.229 101.111.125.109 101.111.128.60 101.111.26.209 101.111.3.195 101.111.51.79 101.111.66.142 101.111.73.146 101.111.82.60 101.111.96.43 101.140.14.177 101.140.162.177 101.140.165.244 101.140.228.130 101.141.118.129 101.141.69.234 101.142.228.187 101.142.90.139 101.143.110.160 101.143.67.100 101.17.251.53 101.20.17.87 101.2.133.194 101.2.154.126 101.2.158.202 101.204.229.18 101.22.34.29 101.226.179.205 101.231.213.242 101.248.130.9 101.249.0.11 101.25.139.234 101.25.187.186 101.251.213.198 101.251.225.196 101.251.244.62 101.251.247.246 101.251.68.130 101.254.207.170 101.254.207.57 101.255.5.9 101.255.66.146 101.27.187.249 101.28.112.71 101.28.237.19 101.28.48.235 101.29.186.147 101.30.11.79 101.37.151.169 101.4.0.2 101.4.15.204 101.4.63.1 101.50.144.13 101.50.45.143 101.50.48.206 101.50.5.190 101.50.62.194 101.55.134.38 101.55.152.83 101.64.108.12 101.65.52.178 101.68.67.178 101.70.84.163 101.71.29.235 101.71.48.41 101.72.27.46 101.75.165.211 101.75.37.172 101.75.40.174 101.75.50.233 101.78.250.148 101.79.44.115 101.81.139.34 101.81.194.157 101.81.200.37 101.81.20.93 101.88.224.61 101.88.226.218 101.89.136.208 101.94.169.24 101.95.13.202 101.95.168.166 101.95.171.230 101.95.1.82 101.96.134.166 101.96.34.74 101.96.36.192 101.96.38.186 101.96.50.137 101.99.7.128 103.100.222.105 103.10.197.106 103.10.197.18 103.10.87.50 103.1.244.115 103.1.246.245 103.11.118.178 103.11.208.138 103.11.209.146 103.11.209.164 103.12.116.71 103.12.195.200 103.13.61.249 103.13.63.113 103.13.63.22 103.13.63.234 103.16.255.250 103.192.205.96 103.192.206.43 103.192.61.9 103.192.75.121 103.195.79.63 103.195.81.240 103.196.78.229 103.198.12.57 103.198.14.4 103.198.65.29 103.199.127.232 103.199.146.90 103.199.152.59 103.2.65.183 103.2.67.13 103.202.222.118 103.203.145.130 103.204.165.172 103.204.166.2 103.204.54.205 103.204.79.238 103.205.163.143 103.205.51.51 103.206.114.152 103.206.114.158 103.206.114.184 103.206.114.203 103.206.114.218 103.206.114.222 103.206.210.25 103.206.210.89 103.206.221.71 103.206.63.96 103.207.124.120 103.207.37.185 103.207.37.186 103.207.37.228 103.207.37.52 103.207.37.53 103.207.39.124 103.207.39.175 103.207.39.190 103.207.39.226 103.207.39.85 103.207.47.231 103.208.32.28 103.209.18.202 103.209.21.6 103.210.202.74 103.210.38.188 103.210.39.48 103.210.39.81 103.210.84.174 103.210.84.24 103.210.87.214 103.210.87.75 103.21.141.216 103.21.141.250 103.21.76.182 103.21.78.42 103.211.188.139 103.211.8.42 103.212.222.138 103.213.237.134 103.214.233.187 103.215.166.244 103.216.167.208 103.216.239.125 103.216.81.50 103.217.84.162 103.218.112.201 103.218.135.229 103.218.135.82 103.219.167.143 103.219.167.21 103.219.42.137 103.220.89.122 103.224.4.196 103.224.7.48 103.226.185.130 103.228.130.53 103.228.152.43 103.228.152.46 103.228.38.59 103.228.39.233 103.229.110.161 103.229.111.221 103.229.111.55 103.229.92.153 103.230.169.128 103.230.243.55 103.231.47.76 103.233.112.235 103.233.92.82 103.233.96.181 103.234.226.2 103.234.226.30 103.235.113.41 103.235.224.237 103.236.152.172 103.236.252.43 103.236.254.5 103.236.255.185 103.237.158.141 103.237.158.151 103.237.36.132 103.237.39.94 103.237.57.244 103.238.228.207 103.239.52.138 103.240.162.196 103.240.168.67 103.24.119.106 103.24.228.216 103.24.97.171 103.241.234.213 103.241.80.252 103.242.175.204 103.242.186.196 103.242.233.82 103.243.186.28 103.243.187.72 103.243.187.83 103.243.46.25 103.243.46.91 103.244.7.100 103.246.69.179 103.249.123.29 103.250.149.146 103.250.189.227 103.25.7.93 103.251.17.208 103.255.114.211 103.255.176.121 103.255.178.140 103.255.179.96 103.26.169.217 103.26.210.172 103.26.210.180 103.26.210.183 103.26.217.3 103.27.49.156 103.28.38.161 103.29.159.35 103.29.69.96 103.29.70.204 103.29.97.2 103.29.99.186 103.31.249.196 103.35.108.102 103.35.109.66 103.36.137.197 103.38.224.155 103.38.246.131 103.38.247.203 103.39.117.8 103.40.10.68 103.40.112.207 103.40.130.84 103.40.60.250 103.40.67.219 103.41.52.145 103.41.55.112 103.42.124.112 103.42.249.91 103.43.152.226 103.43.160.37 103.43.16.160 103.43.6.108 103.45.7.169 103.46.241.48 103.47.18.206 103.47.238.197 103.47.32.9 103.48.153.81 103.50.144.27 103.50.146.202 103.50.4.26 103.50.6.38 103.5.134.115 103.51.27.42 103.51.78.161 103.52.247.175 103.53.166.203 103.53.73.69 103.54.24.202 103.54.99.229 103.55.214.181 103.56.199.101 103.56.30.153 103.56.85.24 103.57.254.45 103.57.82.30 103.58.116.8 103.58.66.5 103.58.67.184 103.59.133.122 103.59.133.19 103.60.198.229 103.60.213.70 103.66.113.220 103.66.113.227 103.66.49.163 103.66.49.171 103.66.49.174 103.66.49.189 103.68.35.113 103.68.35.160 103.68.35.167 103.68.44.59 103.70.164.92 103.71.53.188 103.72.11.195 103.72.206.231 103.72.206.234 103.74.72.27 103.74.73.99 103.74.96.251 103.75.160.28 103.75.227.156 103.76.52.62 103.77.229.67 103.77.56.43 103.78.150.233 103.78.170.53 103.78.205.237 103.78.207.62 103.78.246.14 103.79.141.108 103.79.141.128 103.79.142.59 103.79.142.85 103.79.143.239 103.79.8.243 103.8.166.109 103.8.40.135 103.81.32.51 103.81.33.7 103.81.35.119 103.81.35.27 103.82.208.139 103.83.186.190 103.83.212.240 103.83.212.241 103.84.255.184 103.86.17.220 103.87.49.71 103.88.77.178 103.89.41.42 103.89.88.104 103.89.88.107 103.89.88.108 103.89.88.115 103.89.88.134 103.89.88.164 103.89.88.180 103.89.88.192 103.89.88.63 103.89.88.66 103.89.89.160 103.89.89.161 103.89.89.162 103.89.89.163 103.89.89.169 103.89.89.181 103.89.89.190 103.89.89.191 103.89.89.192 103.89.89.193 103.89.89.236 103.89.90.18 103.89.90.246 103.89.90.28 103.89.91.28 103.89.91.53 103.9.195.169 103.91.180.18 103.91.220.134 103.91.52.4 103.93.27.2 103.94.112.62 103.94.192.67 103.94.193.120 103.94.193.166 103.94.193.199 103.94.194.159 103.94.194.212 103.96.239.34 103.98.191.63 103.99.0.53 103.99.200.64 104.130.74.42 104.131.109.198 104.131.131.69 104.131.132.58 104.131.133.158 104.131.134.28 104.131.135.16 104.131.135.24 104.131.135.74 104.131.138.84 104.131.141.237 104.131.142.61 104.131.143.131 104.131.143.230 104.131.145.240 104.131.145.69 104.131.146.23 104.131.150.68 104.131.156.165 104.131.159.139 104.131.24.23 104.139.98.165 104.148.42.208 104.153.231.163 104.162.17.124 104.168.141.19 104.168.141.7 104.168.143.191 104.168.146.200 104.168.147.71 104.198.58.40 104.223.143.17 104.233.73.34 104.236.130.177 104.236.131.99 104.236.135.136 104.236.135.220 104.236.136.146 104.236.136.163 104.236.136.49 104.236.139.128 104.236.139.133 104.236.142.81 104.236.143.102 104.236.144.153 104.236.144.231 104.236.149.146 104.236.150.16 104.236.152.111 104.236.152.143 104.236.152.150 104.236.152.167 104.236.153.173 104.236.153.63 104.236.154.106 104.236.154.170 104.236.154.173 104.236.154.22 104.236.154.229 104.236.154.32 104.236.154.37 104.236.154.98 104.236.154.99 104.236.155.109 104.236.155.114 104.236.155.185 104.236.155.30 104.236.155.46 104.236.155.53 104.236.155.61 104.236.155.62 104.236.156.137 104.236.156.186 104.236.156.195 104.236.156.241 104.236.156.244 104.236.156.52 104.236.156.92 104.236.157.11 104.236.157.149 104.236.157.163 104.236.157.168 104.236.157.185 104.236.158.173 104.236.158.206 104.236.158.242 104.236.158.66 104.236.159.107 104.236.159.119 104.236.159.121 104.236.159.134 104.236.159.153 104.236.159.157 104.236.159.16 104.236.159.245 104.236.159.36 104.236.159.4 104.236.159.47 104.236.159.55 104.236.159.65 104.236.159.70 104.236.159.71 104.236.159.95 104.236.160.163 104.236.160.184 104.236.160.206 104.236.160.211 104.236.160.225 104.236.160.227 104.236.160.231 104.236.161.103 104.236.161.160 104.236.161.251 104.236.161.54 104.236.161.60 104.236.162.139 104.236.162.14 104.236.162.185 104.236.162.228 104.236.163.13 104.236.163.149 104.236.163.154 104.236.163.173 104.236.163.20 104.236.163.227 104.236.163.244 104.236.164.17 104.236.164.170 104.236.164.172 104.236.164.183 104.236.164.184 104.236.164.185 104.236.164.230 104.236.164.247 104.236.164.36 104.236.164.41 104.236.164.6 104.236.164.62 104.236.165.119 104.236.165.151 104.236.165.200 104.236.165.222 104.236.165.224 104.236.165.237 104.236.165.35 104.236.165.51 104.236.165.53 104.236.166.102 104.236.166.151 104.236.166.188 104.236.166.190 104.236.166.195 104.236.166.21 104.236.166.245 104.236.166.65 104.236.166.86 104.236.166.94 104.236.167.114 104.236.167.116 104.236.167.13 104.236.167.150 104.236.167.180 104.236.167.211 104.236.167.237 104.236.167.52 104.236.167.64 104.236.167.86 104.236.167.98 104.236.168.132 104.236.168.142 104.236.168.170 104.236.168.233 104.236.168.252 104.236.168.64 104.236.168.66 104.236.168.76 104.236.169.126 104.236.169.189 104.236.169.216 104.236.169.221 104.236.169.239 104.236.169.242 104.236.169.35 104.236.169.88 104.236.170.10 104.236.170.41 104.236.170.61 104.236.177.107 104.236.178.199 104.236.182.105 104.236.184.155 104.236.185.202 104.236.190.223 104.236.191.153 104.236.191.25 104.236.191.42 104.236.25.156 104.245.93.25 104.255.4.16 104.32.41.105 104.45.11.136 104.45.137.137 105.227.167.127 105.228.13.63 105.229.211.206 105.27.205.98 105.96.64.68 105.96.98.62 106.0.37.200 106.0.38.213 106.0.38.65 106.105.173.118 106.112.139.150 106.113.126.28 106.123.213.183 106.172.105.150 106.184.3.122 106.184.4.52 106.184.73.92 106.184.76.182 106.184.78.104 106.184.83.121 106.184.90.206 106.184.93.238 106.185.117.32 106.185.124.89 106.185.95.113 106.186.113.169 106.186.119.244 106.186.20.183 106.187.45.144 106.187.52.160 106.187.97.102 106.2.220.56 106.2.231.115 106.2.231.90 106.2.45.17 106.2.45.27 106.3.210.37 106.37.178.162 106.38.52.146 106.38.88.219 106.39.231.136 106.39.36.130 106.39.41.131 106.41.25.184 106.42.76.154 106.45.14.47 106.51.12.30 106.51.253.250 106.56.152.178 106.75.18.132 106.75.18.134 106.75.18.143 106.75.18.144 106.75.18.148 106.75.31.144 106.75.3.52 106.75.50.36 106.75.63.218 106.75.65.85 106.75.79.172 106.75.79.192 106.75.84.197 106.75.92.229 106.8.86.87 106.92.6.183 107.134.16.169 107.150.6.154 107.170.201.137 107.170.205.41 107.170.207.64 107.170.217.15 107.170.232.18 107.170.50.17 107.173.27.62 107.173.46.78 107.173.58.155 107.175.70.110 107.181.81.162 107.218.125.71 107.6.171.131 108.170.146.80 108.170.77.226 108.170.78.106 108.174.127.208 108.176.134.71 108.18.118.49 108.211.184.23 108.36.112.67 108.41.83.81 108.51.25.211 108.59.0.74 108.60.206.41 108.60.212.73 108.61.195.87 108.84.185.160 109.101.213.253 109.101.236.228 109.101.238.196 109.101.253.231 109.102.206.170 109.102.206.174 109.102.32.23 109.102.7.250 109.102.84.29 109.102.96.117 109.102.98.49 109.103.108.118 109.103.118.66 109.103.186.201 109.103.218.186 109.103.29.193 109.103.37.182 109.103.62.178 109.103.6.99 109.104.182.24 109.104.188.246 109.104.191.219 109.105.186.253 109.106.138.71 109.111.175.72 109.124.174.27 109.167.137.174 109.170.142.78 109.171.106.24 109.173.86.193 109.194.111.221 109.194.227.166 109.194.78.122 109.195.18.129 109.195.21.65 109.196.119.16 109.196.241.102 109.200.246.10 109.202.8.149 109.204.130.210 109.206.140.20 109.207.112.51 109.207.244.118 109.207.61.158 109.21.243.114 109.224.30.178 109.226.220.205 109.226.49.161 109.226.57.150 109.227.105.112 109.227.108.90 109.227.110.205 109.227.120.29 109.227.123.149 109.227.123.171 109.227.124.173 109.227.54.37 109.227.69.139 109.227.72.138 109.227.72.147 109.227.72.221 109.227.72.249 109.227.90.144 109.227.93.127 109.228.120.48 109.228.156.4 109.228.78.139 109.233.168.92 109.235.188.197 109.237.83.205 109.241.39.96 109.241.92.4 109.241.92.42 109.241.92.73 109.248.46.55 109.248.9.248 109.251.210.41 109.255.96.145 109.69.162.40 109.69.164.80 109.72.102.32 109.72.107.156 109.75.40.148 109.86.219.240 109.87.228.190 109.88.223.78 109.92.179.167 109.92.186.61 109.92.19.110 109.93.206.241 109.97.150.90 109.98.108.203 109.98.110.118 109.98.17.33 109.98.223.226 109.98.50.211 109.99.178.233 109.99.181.38 109.99.223.62 109.99.251.16 110.10.178.167 110.132.109.177 110.132.109.249 110.132.118.84 110.132.12.83 110.132.133.135 110.132.165.55 110.132.184.184 110.132.210.102 110.132.2.189 110.132.243.124 110.132.246.231 110.132.254.5 110.132.27.177 110.132.29.23 110.132.31.224 110.132.38.58 110.132.6.27 110.132.68.96 110.132.9.74 110.133.101.80 110.133.106.94 110.133.111.198 110.133.16.33 110.133.168.42 110.133.171.13 110.133.197.253 110.133.198.41 110.133.210.136 110.133.210.23 110.133.218.205 110.133.247.241 110.133.49.142 110.133.57.65 110.133.58.185 110.133.74.213 110.133.81.82 110.133.85.64 110.134.129.178 110.134.130.153 110.134.133.178 110.134.142.10 110.134.145.219 110.134.161.202 110.134.162.132 110.134.163.10 110.134.184.23 110.134.232.199 110.134.234.42 110.134.238.48 110.134.242.133 110.134.245.195 110.134.246.81 110.134.246.83 110.134.46.214 110.134.85.208 110.135.114.160 110.135.121.195 110.135.124.37 110.135.144.221 110.135.151.64 110.135.25.141 110.135.33.109 110.135.37.214 110.135.60.161 110.135.60.197 110.135.78.83 110.14.220.10 110.14.220.6 110.14.220.8 110.141.216.171 110.142.110.100 110.142.153.148 110.143.157.175 110.143.62.193 110.154.124.178 110.154.43.114 110.156.160.177 110.16.13.250 110.164.217.64 110.167.233.194 110.167.236.14 110.17.165.146 110.172.162.189 110.172.162.201 110.172.174.131 110.172.188.81 110.172.53.163 110.172.60.106 110.172.61.211 110.175.77.108 110.177.45.105 110.182.249.34 110.184.12.128 110.184.212.216 110.185.26.60 110.185.8.150 110.189.102.138 110.19.192.171 110.19.30.165 110.228.217.219 110.228.80.230 110.230.202.238 110.232.136.252 110.232.227.115 110.232.233.142 110.232.233.8 110.232.234.154 110.232.249.143 110.233.13.250 110.233.179.93 110.233.25.82 110.233.52.106 110.233.57.33 110.235.223.116 110.242.236.123 110.244.119.58 110.250.77.250 110.253.179.226 110.35.204.240 110.4.33.142 110.4.33.21 110.4.38.181 110.4.39.182 110.4.56.234 110.4.57.220 110.44.66.75 110.44.68.93 110.44.74.59 110.44.75.117 110.44.78.29 110.44.80.74 110.44.81.232 110.44.8.247 110.44.82.66 110.44.83.91 110.44.84.115 110.44.85.106 110.44.86.53 110.44.86.88 110.44.87.53 110.44.90.11 110.44.91.133 110.44.93.211 110.53.227.20 110.53.23.146 110.54.30.175 110.54.36.180 110.54.40.230 110.54.54.242 110.54.61.90 110.54.63.210 110.54.64.234 110.54.87.45 110.77.194.123 110.80.8.234 110.85.58.89 110.92.83.216 111.1.64.22 111.1.79.159 111.1.88.242 111.108.112.87 111.119.226.3 111.119.236.62 111.119.238.30 111.121.193.195 111.122.191.218 111.122.191.34 111.125.10.156 111.125.10.41 111.125.241.24 111.125.255.220 111.125.32.191 111.125.32.88 111.125.35.78 111.125.45.189 111.125.49.119 111.125.5.14 111.125.57.151 111.127.163.200 111.161.155.73 111.161.7.84 111.161.7.85 111.161.7.86 111.161.7.87 111.161.7.88 111.161.7.89 111.162.153.74 111.163.179.205 111.163.214.94 111.165.35.78 111.167.104.147 111.167.236.23 111.169.202.234 111.170.213.136 111.17.202.108 111.181.167.91 111.193.207.122 111.193.228.33 111.193.4.189 111.196.25.41 111.197.243.186 111.197.245.140 111.198.38.2 111.198.38.243 111.200.231.44 111.200.233.250 111.2.25.83 111.202.194.195 111.204.215.185 111.207.248.194 111.216.100.152 111.216.132.136 111.216.168.72 111.216.191.38 111.216.243.14 111.217.226.89 111.217.9.195 111.22.232.10 111.22.237.5 111.221.193.55 111.221.247.52 111.222.128.160 111.224.80.185 111.225.216.3 111.226.56.6 111.230.166.116 111.230.195.101 111.231.207.114 111.233.208.171 111.3.185.162 111.38.30.47 111.39.105.158 111.39.236.186 111.39.79.98 111.40.114.33 111.43.223.112 111.43.223.126 111.43.223.135 111.43.223.159 111.43.223.189 111.43.223.19 111.43.223.53 111.43.223.60 111.43.223.62 111.47.80.115 111.53.184.34 111.53.53.234 111.56.12.19 111.6.101.13 111.6.101.15 111.6.101.18 111.6.101.19 111.62.13.129 111.65.184.9 111.65.197.124 111.65.203.133 111.65.213.69 111.65.223.176 111.67.128.127 111.67.138.233 111.67.141.136 111.67.144.5 111.67.145.50 111.67.150.155 111.67.152.25 111.67.158.241 111.67.178.30 111.67.182.46 111.67.197.214 111.73.46.34 111.75.233.27 111.78.205.202 111.78.78.72 111.8.190.246 111.87.118.52 111.87.118.99 111.89.221.144 111.90.170.170 111.90.2.160 111.90.27.72 111.90.7.81 111.90.94.166 111.91.12.87 111.91.19.141 111.91.69.205 111.91.83.153 111.91.83.44 111.91.83.78 111.91.90.48 111.92.182.117 111.93.241.59 111.93.72.38 112.1.66.34 112.1.9.235 112.102.119.236 112.104.139.3 112.113.92.149 112.116.1.0 112.12.32.6 112.121.0.213 112.124.124.139 112.132.144.171 112.133.211.154 112.137.108.169 112.137.155.113 112.137.157.80 112.137.87.36 112.137.97.172 112.138.114.67 112.138.159.91 112.138.186.106 112.138.189.71 112.138.221.127 112.138.253.226 112.138.60.11 112.139.135.185 112.140.16.75 112.140.168.15 112.140.28.45 112.140.30.212 112.140.30.227 112.140.30.84 112.140.31.195 112.16.207.82 112.16.38.196 112.16.39.112 112.162.214.117 112.165.182.222 112.165.97.216 112.166.109.231 112.166.250.211 112.169.131.154 112.172.125.22 112.175.242.117 112.176.232.49 112.184.45.44 112.186.244.186 112.19.172.100 112.196.22.132 112.196.48.26 112.196.61.237 112.196.68.10 112.197.196.217 112.197.206.191 112.197.212.67 112.197.215.48 112.197.241.187 112.197.246.205 112.197.76.21 112.197.87.150 112.20.179.106 112.213.105.111 112.213.105.48 112.216.110.194 112.216.28.54 112.217.150.112 112.226.231.170 112.226.244.135 112.227.98.59 112.228.192.226 112.228.201.85 112.230.197.91 112.232.187.105 112.233.161.220 112.234.202.234 112.234.203.170 112.234.233.96 112.238.240.36 112.239.116.161 112.240.77.186 112.240.84.134 112.242.66.132 112.248.91.230 112.250.53.204 112.25.134.230 112.25.139.164 112.25.171.120 112.251.122.253 112.253.10.250 112.254.66.123 112.255.163.35 112.255.192.184 112.27.77.64 112.27.77.65 112.28.10.20 112.28.11.225 112.30.128.4 112.30.128.73 112.35.2.230 112.4.132.173 112.5.77.130 112.5.77.243 112.5.90.232 112.5.95.10 112.5.95.11 112.5.95.136 112.5.95.178 112.5.95.187 112.5.95.190 112.6.124.118 112.64.178.46 112.65.171.14 112.68.139.202 112.68.173.130 112.68.175.40 112.68.179.243 112.68.193.137 112.69.175.45 112.69.180.30 112.69.230.46 112.69.64.71 112.70.119.8 112.70.129.32 112.70.136.3 112.70.161.57 112.70.197.110 112.70.69.176 112.71.101.13 112.71.135.252 112.71.139.36 112.71.14.192 112.71.14.245 112.71.248.166 112.71.251.109 112.72.137.18 112.72.175.178 112.78.134.130 112.78.136.84 112.81.132.205 112.81.154.70 112.81.68.233 112.82.90.43 112.83.192.90 112.83.81.35 112.84.124.40 112.85.212.90 112.85.56.127 112.86.159.195 112.86.201.140 112.86.81.153 112.90.239.34 112.90.68.185 112.91.156.123 112.91.93.209 112.95.235.86 113.10.158.244 113.105.123.164 113.105.92.172 113.106.0.114 113.106.12.63 113.106.202.61 113.106.4.237 113.106.74.234 113.107.140.78 113.107.245.27 113.108.127.140 113.108.96.206 113.109.249.27 113.111.1.197 113.118.24.98 113.121.207.235 113.123.82.68 113.124.61.83 113.131.200.33 113.140.19.98 113.140.21.130 113.140.43.90 113.157.249.105 113.157.249.219 113.160.133.132 113.160.151.202 113.160.156.224 113.161.128.39 113.161.212.26 113.177.75.181 113.190.242.93 113.190.246.22 113.193.129.5 113.193.191.174 113.193.254.46 113.195.117.198 113.196.225.133 113.197.21.37 113.197.61.2 113.197.62.10 113.200.224.205 113.20.211.239 113.20.214.184 113.20.223.183 113.20.230.12 113.20.236.186 113.20.236.35 113.20.246.8 113.20.254.254 113.207.15.133 113.209.107.135 113.209.11.226 113.21.52.225 113.21.54.21 113.21.78.117 113.21.78.67 113.218.120.133 113.234.195.20 113.237.244.138 113.240.253.194 113.246.188.237 113.247.255.123 113.3.213.141 113.3.43.16 113.32.151.231 113.33.135.154 113.33.6.95 113.36.69.12 113.37.62.116 113.38.88.20 113.41.110.162 113.41.1.74 113.41.185.57 113.41.33.15 113.41.98.194 113.42.104.230 113.42.206.85 113.43.46.230 113.52.25.23 113.58.104.7 113.58.107.92 113.58.116.91 113.58.152.170 113.58.64.106 113.58.86.127 113.58.88.242 113.59.0.150 113.59.141.129 113.59.231.1 113.59.66.153 113.6.252.191 113.6.42.252 113.62.0.71 113.65.6.142 113.66.40.174 113.66.62.162 113.69.10.10 113.69.10.115 113.70.238.132 113.79.74.182 113.8.193.134 113.81.235.115 113.86.13.104 113.87.161.114 113.88.216.178 113.9.71.201 113.93.16.242 113.99.201.157 114.104.156.81 114.104.161.174 114.104.204.82 114.112.100.88 114.112.69.202 114.113.237.24 114.115.129.154 114.115.152.103 114.134.104.102 114.134.104.21 114.134.104.68 114.134.105.19 114.134.115.141 114.134.116.88 114.134.118.120 114.134.118.203 114.134.137.45 114.134.137.49 114.134.139.135 114.134.141.181 114.134.158.54 114.134.190.182 114.134.234.40 114.134.234.48 114.134.248.218 114.141.196.28 114.141.32.163 114.141.33.233 114.142.132.65 114.142.139.114 114.142.33.35 114.142.42.220 114.142.57.252 114.142.8.226 114.142.83.121 114.142.9.1 114.142.92.44 114.142.94.82 114.143.24.36 114.144.12.152 114.144.22.223 114.145.217.40 114.145.240.101 114.149.178.22 114.149.76.187 114.149.84.230 114.150.61.124 114.151.218.193 114.151.46.39 114.154.156.199 114.156.106.127 114.157.205.8 114.158.116.146 114.158.211.249 114.159.182.224 114.159.23.41 114.159.35.177 114.159.37.156 114.160.130.73 114.161.186.139 114.162.59.134 114.162.98.62 114.165.107.247 114.165.115.126 114.166.131.106 114.166.92.63 114.170.106.202 114.172.159.218 114.172.180.168 114.173.161.18 114.175.38.42 114.176.175.224 114.178.179.140 114.180.108.46 114.182.42.248 114.182.54.3 114.183.108.42 114.183.216.107 114.183.239.116 114.183.68.70 114.183.70.56 114.184.164.154 114.184.223.159 114.184.68.238 114.185.206.235 114.185.24.164 114.186.181.180 114.186.217.18 114.187.102.42 114.187.10.34 114.187.177.72 114.187.181.106 114.187.197.204 114.187.254.33 114.188.216.178 114.189.49.28 114.189.89.106 114.189.91.182 114.190.108.178 114.190.148.218 114.190.64.150 114.191.105.91 114.191.121.122 114.191.146.157 114.191.21.33 114.191.230.26 114.191.3.149 114.191.70.234 114.191.71.204 114.191.81.174 114.199.162.9 114.199.163.27 114.199.18.146 114.199.190.10 114.199.190.202 114.199.30.4 114.216.138.242 114.218.38.46 114.218.5.24 114.219.38.14 114.219.58.170 114.219.65.63 114.226.174.187 114.227.153.241 114.229.189.149 114.232.183.90 114.232.186.162 114.232.25.245 114.237.66.234 114.240.18.68 114.240.218.247 114.242.128.130 114.242.26.208 114.242.86.74 114.243.227.2 114.243.237.5 114.245.1.196 114.245.17.196 114.245.195.69 114.245.51.205 114.245.63.83 114.245.75.6 114.245.95.125 114.247.226.130 114.248.218.66 114.248.63.96 114.249.10.3 114.249.44.244 114.250.85.111 114.251.126.200 114.251.20.5 114.251.62.169 114.253.54.180 114.254.157.83 114.255.13.85 114.255.212.2 114.29.237.152 114.30.76.104 114.32.141.44 114.32.142.16 114.32.235.96 114.32.77.33 114.33.135.194 114.33.201.140 114.33.253.221 114.33.29.236 114.34.117.185 114.34.123.142 114.35.109.135 114.35.152.193 114.35.154.253 114.35.156.146 114.35.156.31 114.35.85.177 114.35.92.234 114.5.35.194 114.67.228.214 114.69.104.116 114.69.109.234 114.69.133.238 114.69.145.186 114.69.149.39 114.69.169.5 114.69.22.235 114.69.28.80 114.69.34.123 114.69.4.22 114.69.61.50 114.69.77.242 114.69.94.105 114.69.98.41 114.79.157.216 114.79.171.139 114.79.173.254 114.80.208.218 114.86.168.90 114.89.78.156 114.95.124.96 114.95.214.94 114.98.173.117 115.114.191.55 115.115.67.44 115.117.46.144 115.118.115.3 115.118.131.103 115.119.123.162 115.124.141.193 115.124.160.197 115.124.196.205 115.124.226.191 115.124.229.48 115.124.233.24 115.124.49.197 115.124.54.152 115.125.120.159 115.125.208.40 115.156.33.136 115.157.71.229 115.159.115.102 115.159.203.227 115.159.68.236 115.160.129.94 115.160.65.32 115.160.86.21 115.160.96.242 115.160.96.54 115.160.96.81 115.162.127.251 115.163.114.228 115.163.175.57 115.163.29.142 115.165.116.62 115.165.122.69 115.165.26.218 115.165.29.99 115.165.31.82 115.165.34.213 115.165.36.106 115.165.36.114 115.165.36.171 115.165.4.9 115.165.54.3 115.165.63.167 115.165.86.161 115.166.132.29 115.177.132.78 115.177.227.88 115.177.233.186 115.178.75.244 115.179.108.213 115.179.167.181 115.186.57.35 115.192.138.103 115.202.152.26 115.202.230.129 115.202.9.72 115.203.170.139 115.203.172.205 115.203.182.210 115.205.168.184 115.207.222.8 115.207.227.170 115.208.105.244 115.208.52.22 115.214.133.110 115.216.242.84 115.219.43.154 115.220.71.56 115.22.210.151 115.221.204.23 115.221.81.14 115.224.242.161 115.227.204.227 115.230.208.128 115.231.109.190 115.231.218.21 115.231.218.24 115.231.218.25 115.231.218.26 115.231.218.27 115.231.218.28 115.231.218.36 115.231.218.41 115.231.218.42 115.231.218.43 115.231.218.76 115.231.219.59 115.236.12.130 115.236.16.6 115.236.182.156 115.236.182.157 115.236.182.158 115.236.41.26 115.236.81.162 115.236.86.138 115.237.235.48 115.238.131.126 115.238.191.219 115.238.240.155 115.239.226.140 115.239.227.66 115.239.240.146 115.24.177.26 115.249.48.70 115.252.78.87 115.31.167.18 115.31.42.44 115.31.6.185 115.31.81.124 115.36.22.71 115.36.90.158 115.37.156.93 115.37.86.8 115.43.111.87 115.43.175.111 115.45.72.54 115.47.117.203 115.50.53.48 115.60.255.23 115.66.207.100 115.66.50.68 115.68.46.24 115.69.216.242 115.69.248.12 115.73.169.51 115.75.16.109 115.77.243.55 115.79.58.161 115.84.99.224 115.85.112.194 115.86.177.84 115.89.218.92 115.89.218.93 115.91.161.213 115.96.30.214 115.96.31.78 115.96.88.36 115.97.191.150 115.97.20.23 115.97.231.25 115.97.236.247 115.97.32.164 115.99.2.1 115.99.3.244 116.0.139.195 116.0.140.115 116.0.142.140 116.0.147.171 116.0.153.136 116.0.157.189 116.0.181.158 116.0.181.204 116.0.236.38 116.100.31.131 116.100.41.191 116.1.53.202 116.101.241.162 116.101.242.116 116.101.242.140 116.101.246.1 116.101.247.112 116.104.10.137 116.104.11.25 116.104.8.71 116.107.156.130 116.107.156.55 116.108.186.89 116.108.215.21 116.111.0.168 116.111.117.48 116.111.126.157 116.111.25.252 116.111.27.228 116.111.31.209 116.112.1.46 116.114.41.239 116.116.109.213 116.117.252.190 116.118.208.240 116.118.210.78 116.118.216.123 116.118.216.252 116.118.219.201 116.118.221.133 116.118.28.19 116.12.136.3 116.12.136.4 116.127.121.80 116.18.228.53 116.193.103.6 116.193.126.185 116.193.159.66 116.193.166.70 116.193.238.226 116.193.240.226 116.193.246.147 116.193.99.116 116.196.114.154 116.196.64.6 116.196.94.35 116.199.179.175 116.199.182.152 116.199.38.14 116.2.54.145 116.206.223.68 116.211.121.70 116.211.144.30 116.211.91.193 116.220.128.100 116.220.134.73 116.220.137.232 116.220.147.81 116.220.148.240 116.220.155.89 116.220.165.35 116.220.16.90 116.220.176.232 116.220.218.101 116.220.219.85 116.220.24.241 116.220.26.56 116.220.29.218 116.220.33.208 116.220.48.29 116.220.48.30 116.220.68.88 116.220.73.223 116.220.8.221 116.220.91.123 116.220.96.254 116.22.251.112 116.226.188.116 116.226.216.105 116.226.4.241 116.226.45.156 116.228.100.250 116.228.217.78 116.228.223.84 116.228.229.186 116.228.236.206 116.231.180.99 116.231.29.129 116.231.37.70 116.231.93.47 116.236.135.26 116.236.148.2 116.236.216.90 116.236.222.106 116.238.128.63 116.24.37.70 116.24.91.239 116.246.27.148 116.247.94.34 116.254.10.65 116.254.67.9 116.254.75.208 116.254.78.83 116.254.79.106 116.254.80.117 116.254.88.113 116.254.88.63 116.255.137.215 116.255.149.196 116.255.165.88 116.255.177.192 116.255.181.13 116.255.205.43 116.255.214.157 116.255.222.195 116.255.243.80 116.255.250.47 116.30.199.66 116.30.222.63 116.3.219.113 116.3.50.157 116.3.70.234 116.5.3.214 116.52.251.226 116.52.74.41 116.53.204.117 116.53.36.75 116.58.145.172 116.58.150.227 116.58.186.123 116.64.106.16 116.64.118.73 116.64.126.69 116.64.130.220 116.64.14.119 116.64.146.26 116.64.148.201 116.64.167.241 116.64.182.206 116.64.20.31 116.64.56.170 116.64.62.107 116.64.85.43 116.64.93.19 116.64.9.92 116.65.129.112 116.65.147.136 116.65.169.203 116.65.17.53 116.65.195.44 116.65.211.210 116.65.21.5 116.65.24.194 116.65.244.105 116.65.254.72 116.65.37.245 116.65.37.27 116.65.53.109 116.65.62.96 116.65.79.248 116.65.97.191 116.67.153.148 116.67.174.185 116.70.152.140 116.70.169.32 116.70.169.50 116.70.173.225 116.70.178.104 116.70.187.75 116.70.188.140 116.70.190.82 116.70.224.7 116.70.241.140 116.7.176.134 116.72.11.153 116.72.11.202 116.72.11.30 116.72.13.178 116.72.13.72 116.72.14.222 116.72.148.5 116.72.15.213 116.72.17.251 116.72.17.87 116.72.18.107 116.72.18.113 116.72.19.168 116.72.19.19 116.72.19.194 116.72.22.192 116.72.22.236 116.72.227.17 116.72.22.99 116.72.23.217 116.72.2.33 116.72.23.79 116.72.24.82 116.72.26.4 116.72.26.47 116.72.27.100 116.72.27.113 116.72.27.138 116.72.27.76 116.72.29.207 116.72.30.128 116.72.30.52 116.72.32.101 116.72.32.138 116.72.32.196 116.72.34.36 116.72.36.190 116.72.36.24 116.72.37.122 116.72.37.143 116.72.38.65 116.72.41.113 116.72.41.149 116.72.42.111 116.72.42.88 116.72.43.142 116.72.44.190 116.72.45.74 116.72.46.15 116.72.47.66 116.72.51.173 116.72.52.152 116.72.52.234 116.72.54.183 116.72.6.13 116.72.6.210 116.72.72.171 116.72.8.170 116.73.163.124 116.73.183.223 116.73.192.79 116.73.193.120 116.73.194.215 116.73.196.94 116.73.197.112 116.73.197.150 116.73.198.115 116.73.199.27 116.73.199.29 116.73.201.241 116.73.202.104 116.73.202.213 116.73.202.55 116.73.204.203 116.73.204.75 116.73.205.89 116.73.206.132 116.73.206.58 116.73.207.36 116.73.208.232 116.73.208.241 116.73.209.239 116.73.210.167 116.73.210.174 116.73.210.223 116.73.210.32 116.73.212.137 116.73.213.165 116.73.214.181 116.73.214.94 116.73.215.8 116.73.216.66 116.73.68.94 116.74.101.206 116.74.102.2 116.74.102.250 116.74.104.223 116.74.104.48 116.74.105.224 116.74.107.144 116.74.108.107 116.74.108.135 116.74.109.139 116.74.109.9 116.74.110.104 116.74.110.178 116.74.113.12 116.74.115.126 116.74.115.210 116.74.117.229 116.74.119.228 116.74.120.151 116.74.120.2 116.74.123.176 116.74.124.150 116.74.124.191 116.74.124.251 116.74.125.126 116.74.125.241 116.74.125.41 116.74.125.78 116.74.126.158 116.74.126.208 116.74.127.37 116.74.127.58 116.74.136.179 116.74.177.223 116.74.186.34 116.74.214.113 116.74.216.76 116.74.219.219 116.74.67.241 116.74.86.29 116.74.89.111 116.74.92.106 116.74.92.87 116.74.92.95 116.74.96.84 116.75.13.210 116.75.139.124 116.75.142.25 116.75.179.166 116.75.21.138 116.75.22.126 116.75.35.51 116.75.36.249 116.75.37.189 116.75.8.29 116.75.84.226 116.76.110.4 116.76.129.17 116.76.195.135 116.76.225.71 116.76.24.222 116.76.68.237 116.76.92.202 116.77.90.81 116.80.121.237 116.80.69.180 116.81.37.108 116.82.183.247 116.82.188.205 116.82.191.71 116.85.10.97 116.85.12.77 116.90.193.33 116.90.194.168 116.90.200.181 116.91.161.144 116.94.1.108 116.94.115.158 116.94.130.241 116.94.188.158 116.94.220.178 116.94.248.41 116.94.249.33 116.94.31.110 116.94.4.210 116.94.60.80 116.94.6.166 116.96.246.140 116.96.249.110 116.96.251.140 116.96.251.19 116.96.82.201 116.96.93.129 116.98.148.224 117.0.128.174 117.0.140.207 117.0.141.154 117.0.211.106 117.0.212.169 117.0.215.110 117.0.216.157 117.10.2.157 117.10.33.59 117.1.100.218 117.1.102.223 117.1.102.91 117.1.163.93 117.1.165.170 117.1.165.252 117.1.168.126 117.1.169.182 117.1.175.158 117.1.176.143 117.1.176.88 117.1.178.158 117.1.181.233 117.1.191.25 117.1.191.4 117.1.192.238 117.1.195.152 117.1.195.59 117.1.198.229 117.1.202.231 117.1.202.253 117.1.244.247 117.1.244.41 117.102.194.155 117.104.10.178 117.104.11.186 117.104.23.233 117.104.34.219 117.104.44.111 117.104.45.250 117.104.51.48 117.104.54.191 117.108.10.190 117.108.1.34 117.108.16.183 117.108.18.145 117.108.21.39 117.108.22.217 117.108.32.195 117.108.37.110 117.108.40.75 117.108.48.74 117.108.50.199 117.108.59.153 117.108.65.159 117.108.69.220 117.108.70.85 117.108.81.66 117.108.9.250 117.109.106.194 117.109.12.96 117.109.148.147 117.109.156.202 117.109.18.245 117.109.19.147 117.109.193.214 117.109.196.213 117.109.20.13 117.109.208.136 117.109.212.245 117.109.233.142 117.109.234.134 117.109.235.242 117.109.23.92 117.109.26.107 117.109.26.71 117.109.27.157 117.109.28.54 117.109.29.244 117.109.30.243 117.109.34.176 117.109.49.114 117.109.62.157 117.109.63.159 117.109.79.64 117.109.80.187 117.109.92.164 117.109.93.171 117.109.95.104 117.11.194.250 117.121.102.225 117.123.167.138 117.131.169.25 117.131.237.129 117.131.5.202 117.131.7.246 117.132.13.101 117.139.86.217 117.141.120.194 117.15.94.246 117.158.114.130 117.158.197.105 117.158.20.102 117.158.83.48 117.158.94.211 117.158.94.213 117.158.94.215 117.158.94.216 117.159.147.67 117.159.3.2 117.169.66.117 117.173.38.66 117.18.133.15 117.18.162.86 117.18.172.240 117.18.179.32 117.18.189.148 117.18.189.212 117.18.190.116 117.18.190.231 117.18.200.17 117.18.205.184 117.18.213.117 117.201.244.171 117.218.145.198 117.218.236.59 117.239.191.146 117.240.18.131 117.240.184.17 117.24.193.50 117.247.134.5 117.247.248.36 117.247.83.31 117.25.138.67 117.25.145.170 117.25.168.210 117.25.28.1 117.29.186.250 117.3.96.11 117.34.105.84 117.34.110.103 117.34.116.244 117.34.25.224 117.34.70.56 117.34.72.92 117.40.83.113 117.44.25.66 117.45.0.51 117.48.193.190 117.48.197.190 117.48.197.27 117.48.197.5 117.48.202.200 117.48.204.152 117.48.204.58 117.48.206.94 117.48.211.71 117.50.6.160 117.5.106.101 117.5.106.127 117.5.131.145 117.5.133.16 117.5.136.0 117.5.144.12 117.5.144.191 117.5.145.119 117.5.150.158 117.5.152.194 117.5.153.254 117.5.165.172 117.5.165.246 117.5.173.3 117.52.87.214 117.53.8.147 117.56.55.61 117.58.144.31 117.58.156.162 117.58.156.41 117.6.53.47 117.6.54.200 117.6.58.83 117.7.204.197 117.7.207.120 117.7.213.7 117.7.238.88 117.71.53.214 117.74.16.2 117.74.21.52 117.74.5.169 117.78.50.7 117.80.152.174 117.80.166.30 117.80.242.74 117.80.46.29 117.82.114.126 117.82.253.114 117.82.60.201 117.82.89.127 117.83.114.51 117.88.140.16 118.0.15.224 118.10.192.228 118.10.61.70 118.102.129.222 118.102.215.155 118.103.212.23 118.105.147.108 118.105.221.24 118.106.171.112 118.108.153.67 118.109.236.86 118.109.49.173 118.110.129.33 118.110.191.63 118.110.191.68 118.110.69.124 118.110.70.207 118.111.96.189 118.112.123.176 118.112.123.200 118.112.202.241 118.112.88.33 118.12.203.112 118.12.233.96 118.121.166.25 118.122.117.139 118.122.126.148 118.122.168.64 118.122.181.80 118.122.253.20 118.122.33.148 118.122.4.173 118.122.51.200 118.122.5.91 118.123.12.177 118.123.4.139 118.126.16.152 118.126.16.158 118.129.33.132 118.14.8.148 118.144.138.202 118.15.123.237 118.16.127.248 118.16.31.247 118.163.132.82 118.163.152.225 118.163.16.3 118.163.229.175 118.163.236.136 118.163.86.147 118.163.86.2 118.163.91.128 118.169.209.192 118.169.40.80 118.17.11.90 118.17.14.38 118.172.43.10 118.173.232.14 118.173.246.100 118.174.229.43 118.179.168.4 118.179.202.218 118.179.43.6 118.180.7.30 118.18.252.162 118.18.48.127 118.182.213.60 118.184.43.62 118.186.17.8 118.186.17.9 118.186.36.50 118.19.145.79 118.19.255.250 118.193.31.179 118.193.31.180 118.193.31.181 118.194.243.71 118.200.132.182 118.200.165.175 118.200.239.223 118.200.65.218 118.20.103.7 118.20.175.75 118.20.47.132 118.21.145.24 118.212.81.192 118.218.86.112 118.22.77.232 118.232.163.84 118.237.243.83 118.237.5.16 118.237.94.108 118.238.103.86 118.243.186.228 118.244.228.220 118.244.234.220 118.249.163.144 118.249.214.153 118.32.89.116 118.33.41.220 118.34.88.30 118.36.35.16 118.41.13.17 118.44.20.245 118.44.238.60 118.47.242.7 118.5.210.25 118.6.13.46 118.69.111.56 118.69.59.44 118.69.78.56 118.70.177.186 118.7.55.4 118.8.91.100 118.82.62.245 118.83.158.232 118.83.168.107 118.83.178.140 118.83.193.38 118.83.240.216 118.83.243.54 118.83.28.159 118.83.34.43 118.83.36.5 118.83.46.10 118.83.46.111 118.83.99.160 118.85.194.26 118.86.155.220 118.86.17.123 118.86.248.35 118.86.250.5 118.86.38.112 118.86.5.64 118.86.94.142 118.87.101.188 118.87.104.155 118.87.130.29 118.87.142.242 118.87.18.33 118.87.184.23 118.87.244.16 118.87.48.226 118.89.19.73 118.89.219.31 118.89.47.253 118.91.220.224 118.91.222.67 118.91.24.211 118.97.50.18 118.97.50.20 118.99.250.9 119.10.11.73 119.10.28.193 119.10.29.234 119.10.29.81 119.10.30.102 119.10.30.140 119.10.30.186 119.10.46.89 119.10.51.220 119.10.52.177 119.10.53.176 119.10.53.219 119.10.53.230 119.10.54.198 119.10.54.20 119.10.54.202 119.10.54.238 119.10.55.4 119.10.56.115 119.10.56.198 119.10.56.24 119.10.57.139 119.10.57.72 119.10.58.120 119.10.58.153 119.10.58.215 119.10.58.216 119.10.59.135 119.10.59.98 119.10.6.108 119.10.67.188 119.10.67.55 119.10.70.122 119.10.70.207 119.10.71.100 119.10.71.204 119.10.71.70 119.10.81.103 119.10.81.63 119.10.8.176 119.10.8.215 119.10.82.153 119.10.82.198 119.10.8.22 119.10.83.18 119.10.9.70 119.1.109.85 119.121.117.82 119.123.79.57 119.126.162.42 119.126.89.94 119.129.101.1 119.131.218.16 119.136.114.245 119.145.100.10 119.145.61.165 119.145.9.120 119.161.97.114 119.163.148.107 119.164.102.186 119.164.183.157 119.164.255.197 119.164.27.101 119.165.80.247 119.166.127.253 119.166.75.226 119.167.115.78 119.167.8.90 119.170.116.195 119.170.132.152 119.170.133.65 119.170.135.25 119.170.153.7 119.170.153.98 119.170.158.219 119.170.167.207 119.170.168.240 119.170.180.238 119.170.194.12 119.170.218.65 119.170.36.66 119.170.38.169 119.170.50.130 119.170.57.14 119.170.67.76 119.170.68.169 119.170.83.125 119.170.84.237 119.170.88.32 119.170.93.247 119.170.97.22 119.171.105.248 119.171.121.248 119.171.180.189 119.171.204.37 119.171.220.181 119.171.22.240 119.171.228.107 119.171.238.159 119.171.38.229 119.171.86.172 119.172.107.211 119.172.1.247 119.172.16.10 119.172.17.74 119.172.177.48 119.172.187.196 119.172.199.58 119.172.204.45 119.172.216.100 119.172.2.39 119.172.79.234 119.172.81.208 119.172.8.62 119.172.96.245 119.173.101.227 119.173.112.83 119.173.157.132 119.173.189.59 119.173.204.62 119.173.206.154 119.173.226.167 119.173.26.179 119.173.29.5 119.173.49.200 119.173.57.252 119.173.66.139 119.173.84.75 119.173.85.89 119.173.89.176 119.173.90.155 119.175.116.118 119.175.119.13 119.175.122.191 119.175.162.149 119.175.167.234 119.175.168.81 119.175.174.38 119.175.227.156 119.175.235.12 119.175.58.207 119.175.59.142 119.175.60.40 119.175.91.48 119.176.73.243 119.178.174.230 119.180.20.239 119.180.219.196 119.180.247.96 119.180.92.195 119.18.179.161 119.18.183.66 119.181.199.97 119.181.222.13 119.181.234.178 119.182.112.239 119.182.148.104 119.184.248.57 119.185.132.153 119.186.193.125 119.188.169.144 119.192.163.160 119.195.174.123 119.199.160.223 119.199.160.56 119.201.95.72 119.203.184.221 119.210.55.123 119.224.236.137 119.228.129.189 119.228.254.45 119.229.109.61 119.229.173.39 119.229.174.54 119.229.227.138 119.230.128.28 119.230.159.247 119.230.65.75 119.231.21.67 119.238.161.127 119.24.112.237 119.24.132.251 119.24.136.88 119.24.138.179 119.24.173.130 119.24.177.226 119.24.178.209 119.24.188.96 119.24.200.163 119.24.200.165 119.24.2.172 119.24.217.227 119.24.22.184 119.24.235.30 119.24.27.17 119.24.45.162 119.24.66.23 119.24.69.10 119.24.90.45 119.24.97.17 119.24.99.207 119.241.180.127 119.241.211.1 119.241.40.132 119.241.78.231 119.242.113.223 119.242.88.215 119.243.163.90 119.243.166.61 119.244.213.185 119.244.228.46 119.244.50.29 119.244.53.246 119.245.43.2 119.247.140.180 119.249.54.119 119.25.11.56 119.25.136.38 119.25.142.186 119.25.146.124 119.25.162.84 119.25.167.125 119.25.169.88 119.25.170.247 119.25.173.182 119.25.180.69 119.25.181.135 119.25.190.41 119.25.196.50 119.25.209.113 119.25.209.14 119.25.211.117 119.25.234.191 119.25.252.206 119.25.26.44 119.25.33.180 119.25.37.206 119.25.80.12 119.25.81.160 119.25.83.168 119.251.46.204 119.251.88.56 119.253.248.211 119.26.116.185 119.26.134.51 119.26.138.70 119.26.144.245 119.26.146.84 119.26.148.50 119.26.15.7 119.26.169.253 119.26.178.184 119.26.194.25 119.26.195.105 119.26.197.34 119.26.201.220 119.26.202.180 119.26.206.225 119.26.209.254 119.26.215.143 119.26.233.243 119.26.244.164 119.26.37.185 119.26.39.178 119.26.44.45 119.26.54.53 119.26.57.221 119.27.162.188 119.28.13.12 119.28.61.77 119.28.84.202 119.28.84.32 119.29.219.245 119.29.224.133 119.29.225.25 119.29.37.246 119.29.82.34 119.36.158.238 119.39.247.138 119.39.65.74 119.41.216.176 119.42.127.186 119.42.33.173 119.44.217.220 119.44.220.72 119.47.110.232 119.47.131.168 119.47.147.217 119.47.157.150 119.47.174.106 119.47.226.159 119.47.69.86 119.47.78.78 119.52.141.222 119.52.189.254 119.53.132.34 119.63.113.200 119.63.120.190 119.63.120.76 119.63.175.93 119.63.22.115 119.75.144.201 119.82.175.212 119.82.178.218 119.82.195.193 119.83.221.1 119.90.135.203 119.90.228.23 119.90.39.194 119.92.167.242 119.96.61.103 119.97.180.234 120.0.134.42 120.0.13.5 120.11.190.179 120.11.191.17 120.12.188.174 120.12.238.77 120.132.176.19 120.132.23.55 120.132.9.226 120.136.232.135 120.137.199.222 120.138.100.12 120.138.100.139 120.138.100.150 120.138.100.16 120.138.100.21 120.138.100.22 120.138.100.62 120.138.140.174 120.138.141.254 120.138.170.114 120.138.184.242 120.138.185.233 120.14.216.50 120.15.125.198 120.151.124.229 120.192.21.162 120.192.62.85 120.192.73.74 120.194.132.104 120.194.42.194 120.194.80.151 120.195.88.93 120.197.175.7 120.197.250.31 120.197.250.5 120.198.118.195 120.198.118.47 120.198.129.83 120.198.129.85 120.198.185.37 120.198.185.76 120.198.5.37 120.198.67.19 120.198.83.158 120.202.21.156 120.203.27.11 120.234.18.90 120.234.5.206 120.236.175.181 120.236.41.177 120.236.53.9 120.236.77.229 120.237.244.97 120.237.48.95 120.237.50.86 120.237.61.69 120.31.136.2 120.33.152.225 120.4.147.181 120.4.192.53 120.42.81.241 120.42.90.151 120.43.211.24 120.50.116.194 120.50.126.187 120.50.19.100 120.50.226.209 120.50.228.58 120.50.230.173 120.50.234.93 120.50.244.122 120.50.250.71 120.50.252.140 120.50.254.21 120.5.209.193 120.5.229.24 120.51.30.159 120.51.84.67 120.51.86.125 120.51.95.90 120.52.176.93 120.57.19.109 120.57.19.125 120.63.202.150 120.68.151.214 120.68.252.195 120.71.201.233 120.72.13.223 120.74.141.213 120.75.77.41 120.83.49.103 121.0.142.73 121.101.87.57 121.103.198.223 121.103.51.86 121.11.71.34 121.112.100.160 121.112.100.218 121.112.122.20 121.112.13.247 121.112.187.34 121.112.193.190 121.113.230.243 121.113.95.131 121.114.105.162 121.114.150.97 121.114.197.97 121.114.244.68 121.114.60.17 121.115.101.84 121.115.214.60 121.116.113.101 121.116.120.58 121.116.174.47 121.116.195.58 121.116.202.102 121.116.34.232 121.116.35.226 121.117.112.15 121.117.153.219 121.118.208.64 121.12.104.162 121.12.104.168 121.12.162.186 121.13.64.214 121.131.73.151 121.138.241.29 121.139.163.167 121.14.12.78 121.14.27.58 121.14.7.198 121.14.7.240 121.14.7.244 121.141.225.10 121.145.150.216 121.148.251.78 121.148.252.181 121.15.212.209 121.15.5.18 121.151.214.243 121.151.53.150 121.152.143.139 121.152.65.229 121.156.226.220 121.17.172.209 121.17.43.170 121.174.242.238 121.174.69.165 121.176.85.248 121.176.85.35 121.176.85.38 121.176.85.63 121.177.220.136 121.177.220.223 121.177.220.245 121.180.45.135 121.180.45.137 121.180.45.138 121.180.45.140 121.180.45.141 121.180.45.142 121.180.45.143 121.180.47.135 121.18.231.84 121.189.66.180 121.193.130.141 121.194.2.247 121.194.2.251 121.194.2.252 121.200.148.199 121.20.255.188 121.20.62.226 121.2.28.160 121.2.59.176 121.201.107.114 121.201.107.16 121.201.109.154 121.201.75.161 121.22.18.136 121.224.187.105 121.224.189.125 121.23.50.76 121.232.3.39 121.236.172.54 121.236.179.20 121.236.179.230 121.236.201.189 121.239.86.246 121.241.120.222 121.25.73.52 121.26.253.62 121.28.103.135 121.28.131.226 121.28.76.194 121.30.239.50 121.3.186.210 121.3.97.35 121.32.151.43 121.52.210.233 121.53.75.95 121.55.148.5 121.55.66.4 121.55.68.198 121.58.181.159 121.6.37.121 121.7.123.97 121.7.7.177 121.80.117.72 121.80.132.3 121.80.71.40 121.8.180.61 121.81.107.11 121.81.135.58 121.81.190.19 121.81.242.188 121.81.244.43 121.81.29.208 121.81.8.92 121.82.220.62 121.83.19.211 121.84.103.107 121.84.2.68 121.85.108.76 121.85.125.143 121.85.125.199 121.85.245.225 121.85.35.61 121.86.0.189 121.86.19.132 121.86.241.138 121.86.250.158 121.86.31.133 121.86.31.213 121.87.119.243 121.87.126.208 121.87.186.65 121.87.80.106 121.9.248.6 121.95.174.52 122.0.23.196 122.0.23.197 122.0.23.198 122.100.186.51 122.102.199.87 122.102.200.10 122.103.162.97 122.103.222.32 122.11.56.11 122.114.10.246 122.114.10.8 122.114.111.187 122.114.111.65 122.114.128.178 122.114.14.177 122.114.15.129 122.114.165.16 122.114.165.213 122.114.165.215 122.114.168.125 122.114.170.103 122.114.170.252 122.114.170.43 122.114.171.29 122.114.171.80 122.114.172.197 122.114.172.220 122.114.173.106 122.114.173.126 122.114.178.221 122.114.180.99 122.114.181.85 122.114.182.122 122.114.182.230 122.114.182.245 122.114.182.64 122.114.183.79 122.114.187.101 122.114.188.219 122.114.190.19 122.114.191.60 122.114.191.77 122.114.192.216 122.114.197.156 122.114.211.155 122.114.212.111 122.114.212.61 122.114.213.225 122.114.213.69 122.114.214.211 122.114.215.197 122.114.215.35 122.114.216.29 122.114.217.101 122.114.222.5 122.114.223.228 122.114.226.210 122.114.228.193 122.114.228.232 122.114.229.215 122.114.229.236 122.114.229.59 122.114.230.164 122.114.23.240 122.114.236.32 122.114.241.188 122.114.241.57 122.114.244.22 122.114.245.222 122.114.246.5 122.114.246.55 122.114.247.101 122.114.249.54 122.114.253.110 122.114.30.222 122.114.32.38 122.114.36.158 122.114.37.222 122.114.38.36 122.114.39.16 122.114.39.83 122.114.43.113 122.114.43.169 122.114.43.39 122.114.44.158 122.114.44.197 122.114.44.221 122.114.45.172 122.114.48.23 122.114.52.253 122.114.52.98 122.114.55.212 122.114.58.106 122.114.59.145 122.114.65.42 122.114.75.93 122.114.80.190 122.114.87.120 122.114.91.132 122.114.91.2 122.114.99.96 122.116.213.82 122.117.180.212 122.117.186.90 122.117.190.230 122.117.194.158 122.117.250.92 122.128.10.222 122.128.11.65 122.128.3.165 122.128.5.40 122.128.6.91 122.128.9.117 122.129.186.230 122.129.74.149 122.130.163.98 122.13.3.168 122.131.173.239 122.131.77.87 122.131.81.140 122.133.102.45 122.133.147.129 122.133.31.72 122.133.93.1 122.134.138.47 122.134.81.81 122.135.133.115 122.135.79.109 122.135.81.39 122.137.241.62 122.137.242.42 122.137.242.43 122.138.205.122 122.140.174.52 122.140.95.51 122.144.128.39 122.144.9.53 122.152.215.248 122.152.35.33 122.152.37.30 122.152.41.128 122.152.59.102 122.152.59.241 122.152.67.86 122.152.88.82 122.155.7.133 122.158.118.117 122.159.107.146 122.160.42.187 122.164.36.76 122.164.42.227 122.165.131.57 122.165.160.16 122.165.208.214 122.165.228.234 122.165.88.7 122.166.127.88 122.166.182.68 122.166.187.22 122.166.193.70 122.166.222.242 122.168.124.149 122.169.106.240 122.17.244.45 122.17.55.232 122.175.39.176 122.175.56.218 122.176.59.239 122.176.68.222 122.176.87.201 122.179.158.211 122.18.255.209 122.19.182.205 122.19.5.178 122.192.145.217 122.192.180.86 122.192.4.134 122.192.5.82 122.194.108.22 122.194.132.155 122.194.200.46 122.194.76.132 122.194.9.178 122.194.9.201 122.194.9.220 122.194.9.231 122.194.9.234 122.194.9.240 122.195.105.234 122.195.113.78 122.195.177.88 122.196.126.17 122.196.128.14 122.196.148.190 122.196.167.27 122.196.17.137 122.196.176.238 122.196.212.21 122.196.214.45 122.196.217.27 122.196.233.49 122.196.247.193 122.196.37.70 122.196.60.181 122.196.62.13 122.196.82.157 122.197.104.205 122.197.157.163 122.197.164.69 122.197.166.108 122.197.170.79 122.197.174.188 122.197.196.149 122.197.196.151 122.197.222.109 122.197.232.245 122.197.50.84 122.197.5.92 122.197.65.31 122.197.67.5 122.197.78.174 122.197.80.193 122.197.86.252 122.197.89.212 122.197.94.241 122.197.97.168 122.208.74.83 122.209.110.145 122.209.177.232 122.209.77.16 122.210.171.92 122.210.19.191 122.210.229.198 122.210.92.117 122.21.207.22 122.21.242.137 122.211.44.244 122.211.5.94 122.212.218.198 122.214.229.19 122.214.23.120 122.215.176.152 122.217.40.167 122.218.17.92 122.219.217.29 122.219.222.71 122.219.54.105 122.22.43.61 122.221.237.57 122.224.112.162 122.224.172.31 122.224.223.215 122.224.238.190 122.224.5.240 122.225.125.58 122.225.36.138 122.226.158.131 122.226.189.132 122.227.192.58 122.227.62.106 122.227.78.82 122.228.187.155 122.228.208.110 122.228.255.109 122.230.145.57 122.235.243.178 122.237.36.135 122.237.39.113 122.24.136.226 122.242.64.220 122.243.178.15 122.243.245.67 122.245.21.87 122.248.85.59 122.249.137.130 122.250.164.97 122.25.58.90 122.251.108.17 122.251.11.51 122.251.12.225 122.251.188.227 122.251.190.195 122.251.191.148 122.251.20.184 122.251.250.69 122.251.25.127 122.251.31.15 122.251.7.200 122.251.73.143 122.251.75.173 122.252.225.179 122.255.160.152 122.255.161.86 122.255.173.216 122.255.185.153 122.255.185.4 122.255.193.21 122.255.195.105 122.255.202.60 122.255.205.146 122.255.212.21 122.255.248.188 122.255.253.43 122.255.254.198 122.27.102.113 122.27.36.219 122.3.195.213 122.4.208.113 122.4.248.84 122.4.69.134 122.4.94.34 122.49.1.200 122.49.1.231 122.49.241.7 122.49.241.78 122.49.246.170 122.50.44.201 122.50.51.176 122.6.144.102 122.70.145.45 122.84.179.114 122.96.140.194 122.96.140.226 122.96.184.95 122.96.96.187 122.97.216.52 123.0.101.211 123.0.104.35 123.0.106.132 123.0.106.160 123.0.110.137 123.0.119.225 123.0.126.94 123.0.68.213 123.0.76.233 123.0.79.116 123.0.80.59 123.0.82.12 123.0.89.142 123.0.95.140 123.0.99.146 123.100.63.165 123.1.189.186 123.103.141.89 123.103.142.4 123.103.142.81 123.103.149.233 123.103.149.25 123.103.149.46 123.103.150.170 123.103.157.215 123.103.164.2 123.103.164.3 123.103.172.10 123.103.172.2 123.103.174.2 123.103.178.20 123.103.180.11 123.103.184.5 123.103.188.4 123.103.188.7 123.108.228.114 123.110.141.139 123.112.192.181 123.113.23.194 123.114.189.97 123.114.199.224 123.114.204.132 123.116.251.57 123.117.54.165 123.118.162.4 123.118.163.61 123.119.13.209 123.119.238.216 123.120.178.189 123.120.178.89 123.120.4.246 123.120.81.172 123.12.70.126 123.121.89.153 123.122.131.80 123.123.52.227 123.125.21.179 123.126.29.110 123.130.248.113 123.13.160.5 123.13.226.12 123.131.134.18 123.131.14.25 123.132.226.10 123.132.89.199 123.133.65.58 123.134.67.3 123.135.4.133 123.135.5.210 123.136.255.88 123.138.111.133 123.138.36.90 123.139.234.197 123.14.144.156 123.14.160.149 123.147.190.8 123.148.212.69 123.150.200.121 123.155.36.84 123.157.138.165 123.160.95.13 123.161.206.210 123.163.57.126 123.165.110.204 123.165.115.35 123.165.119.116 123.165.22.112 123.169.87.180 123.171.104.32 123.171.165.229 123.173.68.18 123.176.132.58 123.176.136.78 123.176.139.143 123.176.146.252 123.176.147.1 123.176.147.77 123.176.158.245 123.176.160.219 123.176.172.208 123.176.178.13 123.176.179.217 123.176.179.54 123.176.38.66 123.178.172.50 123.184.68.220 123.186.147.2 123.186.219.232 123.198.136.110 123.199.75.20 123.200.50.89 123.201.0.13 123.201.112.87 123.201.119.149 123.201.119.235 123.201.119.93 123.201.132.82 123.201.136.6 123.201.138.205 123.201.139.49 123.201.148.149 123.201.181.174 123.201.185.24 123.201.190.166 123.201.190.44 123.201.195.235 123.201.20.30 123.201.208.153 123.201.209.68 123.201.214.42 123.201.214.57 123.201.217.226 123.201.243.165 123.201.245.112 123.201.245.137 123.201.252.2 123.201.36.196 123.201.5.243 123.201.59.80 123.201.63.199 123.201.63.51 123.201.83.169 123.201.84.3 123.206.127.226 123.206.129.14 123.207.137.238 123.207.161.245 123.207.16.195 123.207.164.159 123.207.170.20 123.207.170.229 123.207.172.150 123.207.248.180 123.207.29.234 123.207.29.252 123.207.31.29 123.207.35.130 123.207.37.174 123.207.9.236 123.214.130.207 123.218.156.242 123.219.38.119 123.219.45.53 123.219.78.178 123.22.148.175 123.221.207.225 123.221.213.118 123.222.59.38 123.223.168.206 123.224.18.132 123.225.1.159 123.23.217.146 123.233.240.147 123.233.246.106 123.234.190.44 123.234.36.198 123.235.209.178 123.236.53.62 123.240.69.164 123.242.214.206 123.243.198.145 123.243.83.50 123.244.205.161 123.244.9.44 123.247.35.31 123.247.53.194 123.247.95.140 123.249.0.131 123.249.12.24 123.249.18.246 123.249.27.172 123.249.27.176 123.249.3.183 123.249.35.136 123.249.35.137 123.249.4.18 123.249.4.3 123.249.4.57 123.249.76.52 123.249.79.232 123.249.79.250 123.249.9.214 123.249.9.93 123.255.233.140 123.255.249.14 123.255.251.70 123.30.173.187 123.31.44.71 123.48.120.236 123.59.182.194 123.98.241.78 124.102.114.154 124.102.241.4 124.106.1.100 124.106.55.232 124.108.59.136 124.109.129.171 124.110.123.100 124.111.93.20 124.112.76.183 124.113.224.207 124.114.154.78 124.114.96.182 124.117.228.18 124.117.241.152 124.119.54.215 124.123.20.41 124.123.32.118 124.123.40.138 124.123.40.238 124.123.40.31 124.123.40.94 124.123.41.145 124.123.42.253 124.123.42.70 124.123.78.250 124.123.92.59 124.123.97.170 124.123.98.10 124.124.120.74 124.124.212.174 124.125.26.132 124.127.132.138 124.127.197.2 124.127.198.5 124.128.127.165 124.128.158.36 124.129.32.57 124.130.146.194 124.133.16.39 124.133.23.20 124.133.2.41 124.134.120.187 124.134.206.79 124.140.102.28 124.140.108.87 124.140.111.178 124.140.11.147 124.140.119.90 124.140.121.181 124.140.125.118 124.140.128.171 124.140.139.94 124.140.143.214 124.140.151.80 124.140.156.58 124.140.166.44 124.140.17.153 124.140.179.37 124.140.180.57 124.140.19.157 124.140.192.238 124.140.193.212 124.140.196.175 124.140.198.172 124.140.198.185 124.140.210.61 124.140.235.24 124.140.240.136 124.140.248.153 124.140.248.201 124.140.67.17 124.140.80.166 124.140.80.73 124.140.82.213 124.140.85.122 124.140.87.31 124.140.91.222 124.140.9.160 124.140.9.230 124.140.93.50 124.141.103.48 124.141.106.118 124.141.110.36 124.141.126.138 124.141.130.128 124.141.133.163 124.141.153.101 124.141.167.57 124.141.169.127 124.141.178.151 124.141.185.115 124.141.185.128 124.141.186.111 124.141.188.144 124.141.189.175 124.141.204.118 124.141.206.5 124.141.21.139 124.141.212.33 124.141.22.32 124.141.242.148 124.141.245.78 124.141.36.142 124.141.41.77 124.141.59.177 124.141.65.159 124.141.9.119 124.141.92.149 124.141.97.252 124.142.194.241 124.142.196.186 124.142.203.190 124.142.204.204 124.142.209.185 124.142.209.194 124.142.218.177 124.142.242.143 124.142.251.3 124.144.106.13 124.144.113.213 124.144.151.10 124.144.167.140 124.144.2.207 124.144.225.67 124.144.36.194 124.144.54.26 124.144.69.59 124.144.7.101 124.144.7.197 124.144.7.207 124.144.83.11 124.146.210.212 124.146.73.94 124.150.146.102 124.150.214.162 124.150.224.187 124.150.245.36 124.152.20.108 124.154.247.241 124.155.240.157 124.155.241.49 124.155.243.17 124.155.243.68 124.155.246.163 124.155.246.86 124.155.248.163 124.155.249.254 124.155.255.65 124.159.107.17 124.159.157.34 124.159.169.240 124.159.210.206 124.159.219.44 124.159.232.206 124.159.233.237 124.159.238.190 124.159.91.102 124.159.98.195 124.160.126.130 124.160.153.162 124.160.153.18 124.160.153.60 124.160.154.18 124.160.154.28 124.160.154.34 124.163.255.68 124.164.240.35 124.165.227.18 124.165.248.158 124.166.144.83 124.166.248.8 124.166.65.188 124.17.34.78 124.17.34.79 124.17.34.80 124.172.136.158 124.172.139.181 124.172.144.104 124.172.148.111 124.172.184.197 124.172.220.66 124.173.117.109 124.173.117.147 124.18.105.166 124.18.67.159 124.18.79.133 124.192.105.236 124.192.143.14 124.193.176.66 124.193.66.242 124.194.75.115 124.195.144.2 124.197.23.157 124.200.189.234 124.205.110.68 124.205.29.39 124.207.100.146 124.207.148.216 124.224.204.214 124.224.204.98 124.224.206.10 124.224.206.18 124.225.58.206 124.227.119.20 124.227.196.132 124.228.248.111 124.229.33.121 124.232.133.23 124.232.145.50 124.235.195.36 124.235.195.52 124.237.90.54 124.239.191.196 124.240.230.87 124.240.244.36 124.240.253.16 124.24.223.147 124.241.148.217 124.241.156.216 124.241.178.53 124.241.179.201 124.241.26.3 124.243.245.66 124.244.217.220 124.246.131.73 124.246.132.117 124.246.132.80 124.246.135.120 124.246.137.170 124.246.138.138 124.246.138.210 124.246.139.191 124.246.139.211 124.246.140.143 124.246.140.252 124.246.141.153 124.246.141.28 124.246.142.117 124.246.143.103 124.246.145.177 124.246.146.114 124.246.146.120 124.246.146.42 124.246.151.57 124.246.151.63 124.246.154.66 124.246.157.14 124.246.159.205 124.246.164.123 124.246.164.50 124.246.167.202 124.246.171.169 124.246.188.135 124.246.198.215 124.246.198.59 124.246.200.92 124.246.201.115 124.246.201.48 124.246.203.229 124.246.215.199 124.246.217.11 124.246.221.132 124.246.235.48 124.246.249.137 124.246.253.169 124.246.254.17 124.247.127.237 124.247.187.197 124.247.190.211 124.247.92.75 124.248.239.221 124.25.136.141 124.255.140.62 124.255.153.105 124.26.166.188 124.26.173.3 124.29.238.157 124.33.164.121 124.33.171.4 124.35.109.100 124.35.125.52 124.35.205.223 124.36.244.249 124.38.159.237 124.38.187.76 124.38.206.174 124.39.255.145 124.40.100.191 124.40.102.136 124.40.102.242 124.40.105.126 124.40.108.17 124.40.110.192 124.40.244.164 124.40.245.234 124.40.246.164 124.40.252.1 124.40.78.167 124.40.83.107 124.40.83.118 124.40.90.72 124.40.94.224 124.40.96.6 124.44.176.8 124.45.121.5 124.45.181.235 124.47.102.250 124.47.120.215 124.47.122.6 124.47.21.22 124.47.74.53 124.47.81.127 124.47.85.252 124.47.90.252 124.47.93.102 124.47.94.25 124.47.95.222 124.65.177.62 124.65.250.82 124.66.194.182 124.66.198.125 124.66.199.109 124.66.204.68 124.66.207.94 124.66.232.187 124.66.241.159 124.66.251.162 124.67.115.131 124.67.255.158 124.72.151.143 124.72.190.18 124.72.245.211 124.73.236.39 124.73.236.40 124.84.203.42 124.85.198.79 124.86.230.62 124.88.170.229 124.93.192.75 124.93.248.35 124.99.174.65 124.99.31.184 125.0.181.81 125.1.42.26 125.107.106.184 125.107.124.187 125.109.8.165 125.111.147.182 125.111.43.16 125.112.28.199 125.113.231.195 125.114.247.181 125.114.247.47 125.115.151.114 125.116.43.132 125.117.253.164 125.12.12.232 125.12.18.141 125.12.28.38 125.121.60.42 125.124.116.97 125.124.52.238 125.125.145.227 125.127.253.111 125.128.127.64 125.129.196.184 125.129.80.220 125.13.104.79 125.13.118.39 125.13.13.125 125.13.13.158 125.13.185.186 125.13.230.8 125.13.234.105 125.13.24.175 125.13.244.10 125.13.246.81 125.13.38.202 125.13.57.184 125.136.230.111 125.139.163.67 125.139.179.164 125.14.142.142 125.14.164.178 125.14.19.211 125.14.193.245 125.14.196.177 125.14.206.4 125.14.212.18 125.14.22.75 125.14.27.136 125.14.47.10 125.14.78.227 125.15.22.103 125.175.131.145 125.175.48.141 125.185.159.165 125.191.116.152 125.192.190.27 125.192.250.59 125.192.43.53 125.193.90.233 125.194.138.115 125.196.110.231 125.197.24.177 125.198.166.236 125.198.86.61 125.199.151.98 125.199.169.122 125.2.84.215 125.201.125.19 125.201.166.6 125.201.208.88 125.201.48.250 125.202.101.85 125.202.37.104 125.202.7.145 125.203.114.124 125.203.32.60 125.204.182.176 125.204.192.69 125.205.147.7 125.205.216.42 125.205.26.146 125.208.192.39 125.208.194.62 125.208.251.36 125.209.82.142 125.212.217.214 125.212.217.215 125.214.136.32 125.214.148.219 125.214.151.216 125.214.159.94 125.215.124.45 125.218.212.162 125.227.157.207 125.227.51.58 125.234.129.85 125.24.156.43 125.30.110.101 125.30.123.151 125.30.31.132 125.3.71.130 125.31.92.12 125.33.231.154 125.37.125.161 125.39.222.247 125.39.222.248 125.39.222.252 125.39.222.253 125.4.129.197 125.4.129.244 125.4.142.82 125.4.144.24 125.4.148.124 125.4.156.173 125.4.202.238 125.4.205.194 125.4.218.125 125.4.224.23 125.4.243.224 125.4.26.24 125.4.27.72 125.4.42.108 125.4.43.173 125.4.54.103 125.4.56.117 125.4.95.89 125.45.157.231 125.46.36.49 125.46.52.194 125.47.64.163 125.56.10.76 125.56.1.237 125.58.105.136 125.58.69.243 125.58.79.75 125.58.85.85 125.64.133.119 125.64.16.69 125.64.220.220 125.64.247.181 125.64.76.208 125.64.94.200 125.64.94.201 125.65.42.72 125.65.82.42 125.66.18.42 125.66.2.217 125.66.53.176 125.75.124.109 125.75.124.140 125.75.124.254 125.75.207.25 125.75.234.105 125.77.16.115 125.77.30.26 125.77.80.167 125.78.150.62 125.78.165.158 125.8.112.12 125.8.160.221 125.8.192.20 125.8.196.20 125.8.214.76 125.83.88.71 125.88.36.18 125.90.10.50 125.9.1.232 125.9.1.29 125.9.144.245 125.9.159.68 125.9.172.184 125.9.38.164 125.9.38.243 125.9.75.12 125.9.84.124 125.93.254.151 125.94.36.180 125.94.36.40 125.99.100.22 125.99.154.38 125.99.242.84 125.99.64.166 125.99.81.43 125.99.8.251 126.100.127.217 126.109.223.191 126.109.75.8 126.11.195.107 126.114.151.219 126.115.58.61 126.116.171.205 126.116.221.63 126.120.235.246 126.12.214.48 126.12.247.15 126.121.121.8 126.122.172.146 126.122.250.184 126.124.232.44 126.125.141.154 126.125.191.147 126.126.200.142 126.129.109.49 126.129.14.80 126.130.17.193 126.130.54.218 126.131.109.150 126.131.109.183 126.15.138.185 126.15.66.69 126.16.127.202 126.16.168.202 126.16.91.220 126.169.42.203 126.19.121.201 126.20.123.205 126.2.51.178 126.2.54.210 126.27.46.237 126.27.78.10 126.28.165.228 126.29.119.23 126.29.210.70 126.31.114.79 126.36.226.205 126.39.128.43 126.4.186.169 126.42.115.28 126.42.235.190 126.44.148.150 126.44.63.125 126.46.47.251 126.46.56.126 126.48.221.168 126.54.215.241 126.58.221.196 126.58.229.193 126.60.112.205 126.60.185.17 126.60.200.177 126.60.250.131 126.60.26.118 126.61.112.75 126.61.237.222 126.62.71.128 126.62.88.229 126.64.224.182 126.64.240.91 126.65.191.224 126.66.77.191 126.68.98.222 126.7.191.112 126.72.55.145 126.73.126.167 126.73.173.175 126.73.41.88 126.80.255.186 126.83.214.105 126.86.185.96 126.86.190.150 126.90.201.80 126.93.178.97 126.94.67.175 126.94.76.204 126.99.224.19 128.199.112.153 128.199.200.116 128.22.116.233 128.28.135.191 128.28.221.253 128.28.42.120 128.28.50.3 128.53.251.92 128.53.253.42 128.53.57.3 128.53.84.229 128.70.243.70 128.74.153.81 128.74.155.223 128.75.179.199 128.75.37.64 129.205.147.68 129.250.206.86 130.0.164.6 130.0.31.165 130.63.76.37 131.0.63.170 131.129.158.203 131.129.97.158 131.156.85.109 131.156.85.13 131.161.224.6 131.196.216.2 131.213.39.73 131.213.81.203 132.248.214.210 132.255.30.175 132.255.30.179 132.255.94.182 133.130.232.37 133.137.149.120 133.137.2.214 133.137.96.84 133.149.208.165 133.155.155.46 133.155.167.121 133.155.169.220 133.155.171.214 133.155.181.182 133.155.192.149 133.155.219.12 133.155.224.70 133.155.226.193 133.155.229.88 133.155.235.57 133.202.160.9 133.202.214.48 133.202.218.203 133.203.110.105 133.203.135.152 133.203.135.163 133.203.47.1 133.203.49.15 133.208.246.35 133.209.124.24 133.209.128.81 133.209.135.116 133.209.216.130 133.209.245.70 133.209.99.19 133.218.108.105 133.218.61.94 133.232.69.143 133.236.107.185 133.236.125.29 133.236.98.217 134.119.178.51 134.119.187.251 134.119.187.95 134.119.214.141 134.119.223.131 134.3.250.123 135.84.176.83 136.24.147.56 136.62.241.47 137.101.171.107 137.101.43.197 137.101.43.203 137.117.97.127 137.59.227.48 138.117.181.244 138.121.44.135 138.16.226.11 138.197.67.31 138.204.201.26 138.204.202.211 138.219.96.183 138.36.1.144 138.68.165.157 138.68.87.53 138.94.11.254 138.97.180.90 138.97.215.204 138.99.11.247 138.99.196.230 138.99.212.58 139.101.123.182 139.101.22.102 139.101.40.235 139.101.50.125 139.101.54.228 139.101.83.52 139.159.209.206 139.159.221.17 139.162.109.43 139.162.110.116 139.162.111.138 139.162.113.212 139.162.115.7 139.162.116.22 139.162.120.76 139.162.120.98 139.162.121.251 139.162.123.103 139.162.124.90 139.162.203.18 139.162.65.76 139.162.70.53 139.162.71.210 139.162.72.191 139.162.79.111 139.162.90.220 139.199.100.170 139.199.183.24 139.199.4.251 139.209.60.46 139.213.228.59 139.59.108.52 139.59.69.162 139.59.69.55 139.59.77.252 139.60.160.139 139.60.160.222 139.60.161.161 139.60.161.162 139.60.161.163 139.60.161.164 139.60.161.89 139.60.177.122 140.250.182.151 141.101.23.115 141.101.24.239 141.101.3.105 141.105.227.64 141.136.71.227 141.136.85.162 141.138.114.190 141.212.121.193 141.212.121.197 141.212.121.198 141.212.121.201 141.212.121.205 141.212.122.100 141.212.122.101 141.212.122.102 141.212.122.103 141.212.122.104 141.212.122.105 141.212.122.106 141.212.122.107 141.212.122.108 141.212.122.109 141.212.122.110 141.212.122.111 141.212.122.114 141.212.122.115 141.212.122.123 141.212.122.124 141.212.122.125 141.212.122.17 141.212.122.179 141.212.122.18 141.212.122.180 141.212.122.195 141.212.122.197 141.212.122.198 141.212.122.208 141.212.122.209 141.212.122.210 141.212.122.211 141.212.122.212 141.212.122.213 141.212.122.215 141.212.122.216 141.212.122.217 141.212.122.218 141.212.122.219 141.212.122.220 141.212.122.221 141.212.122.222 141.212.122.223 141.212.122.224 141.212.122.225 141.212.122.226 141.212.122.227 141.212.122.228 141.212.122.229 141.212.122.230 141.212.122.231 141.212.122.234 141.212.122.235 141.212.122.236 141.212.122.238 141.212.122.239 141.212.122.24 141.212.122.26 141.212.122.27 141.212.122.51 141.212.122.58 141.212.122.80 141.212.122.81 141.212.122.82 141.212.122.83 141.212.122.84 141.212.122.85 141.212.122.86 141.212.122.87 141.212.122.88 141.212.122.89 141.212.122.90 141.212.122.91 141.212.122.92 141.212.122.93 141.212.122.94 141.212.122.95 141.212.122.96 141.212.122.97 141.212.122.98 141.212.122.99 141.226.192.201 141.226.26.201 142.0.38.235 142.113.87.59 142.177.223.192 142.252.248.132 142.252.251.160 142.252.252.35 142.4.196.32 142.44.213.75 142.54.191.10 143.0.49.21 143.189.194.124 143.189.232.175 143.255.49.213 144.12.63.251 144.123.12.118 144.139.244.214 144.217.126.187 144.217.41.171 144.217.4.253 144.255.234.249 144.52.191.215 145.239.41.231 145.239.91.72 145.249.104.226 145.249.105.70 145.255.1.77 145.255.27.203 146.0.243.29 146.0.32.53 146.0.38.69 146.0.72.188 146.0.72.189 146.0.74.253 146.0.77.165 146.0.77.21 146.0.78.20 146.185.14.152 146.196.47.10 146.247.147.156 146.255.224.138 146.255.229.214 146.255.234.30 146.255.234.66 146.255.235.106 146.255.236.70 146.255.238.14 146.255.243.10 146.255.247.138 148.153.35.50 148.153.36.138 148.153.44.86 148.231.246.2 148.240.6.9 148.255.106.137 148.3.78.71 148.56.126.87 148.56.235.123 149.107.15.16 149.210.90.54 149.3.106.118 149.3.106.124 149.3.106.154 149.3.106.157 149.3.106.189 149.3.106.22 149.3.106.223 149.3.106.230 149.3.106.29 149.3.106.30 149.3.106.33 149.3.106.41 149.3.106.42 149.3.106.49 149.3.106.50 149.3.106.58 149.3.106.69 149.3.106.88 149.3.121.121 149.3.121.126 149.3.121.15 149.3.121.23 149.3.121.43 149.3.121.55 149.3.121.59 149.3.33.166 149.3.33.17 149.3.33.187 149.3.33.193 149.3.33.208 149.3.33.222 149.3.33.39 149.3.33.4 149.3.33.7 149.3.33.79 149.3.33.87 149.3.33.93 149.3.71.102 149.3.71.172 149.3.71.177 149.3.71.187 149.3.71.196 149.3.71.217 149.3.71.228 149.3.71.237 149.3.71.242 149.3.71.3 149.3.71.40 149.3.71.99 149.54.139.94 149.54.158.67 149.54.173.111 149.54.175.147 149.54.175.238 149.54.180.143 149.54.184.194 149.54.188.181 149.54.189.251 149.54.190.214 149.54.196.11 149.54.227.8 149.56.127.166 149.56.251.153 149.56.36.139 149.91.107.123 150.107.100.18 150.107.100.64 150.107.102.9 150.107.103.19 150.107.103.38 150.107.218.176 150.107.97.254 150.129.112.137 150.129.157.155 150.129.176.171 150.129.182.113 150.129.205.189 150.129.77.31 150.147.127.117 150.147.131.159 150.147.22.48 150.242.18.89 150.242.68.100 150.242.68.96 150.242.71.223 150.246.226.215 150.246.72.62 150.246.82.27 150.255.15.185 150.255.15.59 150.255.84.105 150.31.33.132 151.0.134.54 151.0.14.15 151.0.179.87 151.1.173.21 151.106.6.237 151.13.12.20 151.16.38.130 151.182.48.16 151.204.230.56 151.237.80.75 151.250.211.230 151.250.213.198 151.250.214.150 151.250.218.34 151.250.37.228 151.251.0.180 151.33.103.121 151.40.182.3 151.55.144.112 151.61.110.194 151.62.51.202 151.75.217.180 151.80.145.92 152.168.149.103 152.168.30.64 152.168.83.150 152.169.117.23 152.169.157.62 152.169.173.189 152.169.239.197 152.170.244.199 152.170.39.216 152.171.115.166 152.171.150.203 152.171.174.7 152.171.248.26 152.249.235.183 153.0.101.3 153.0.96.134 153.124.228.80 153.125.116.208 153.125.117.29 153.125.16.16 153.125.4.250 153.125.47.146 153.125.58.171 153.125.58.205 153.125.69.140 153.125.70.92 153.125.8.127 153.125.83.234 153.125.9.254 153.125.96.165 153.130.150.81 153.130.51.115 153.132.180.200 153.133.169.13 153.134.134.175 153.137.111.253 153.141.191.144 153.143.174.122 153.143.174.197 153.143.188.53 153.143.194.94 153.143.199.181 153.143.204.78 153.143.205.40 153.143.209.177 153.143.209.250 153.143.218.60 153.143.222.95 153.143.239.72 153.143.24.36 153.143.252.65 153.144.124.124 153.145.137.237 153.150.162.252 153.151.204.96 153.156.198.223 153.156.210.103 153.156.79.207 153.161.237.132 153.162.186.156 153.163.188.176 153.164.153.218 153.166.44.122 153.166.60.54 153.168.2.75 153.169.42.112 153.169.77.51 153.171.203.189 153.171.60.33 153.172.110.57 153.174.182.156 153.174.184.230 153.174.237.229 153.175.195.38 153.175.90.237 153.177.1.105 153.177.34.162 153.178.52.124 153.180.46.205 153.181.185.109 153.182.32.107 153.183.71.5 153.185.204.6 153.185.42.247 153.185.81.98 153.185.82.8 153.187.135.48 153.187.138.86 153.188.208.40 153.188.57.58 153.190.170.67 153.190.247.170 153.190.255.111 153.193.164.78 153.193.196.55 153.193.39.89 153.193.5.85 153.194.78.14 153.196.103.86 153.196.143.194 153.196.200.116 153.199.7.223 153.200.70.110 153.201.181.121 153.201.251.203 153.202.195.100 153.203.130.173 153.203.250.107 153.204.11.50 153.204.116.168 153.204.159.92 153.204.181.190 153.204.188.66 153.204.3.157 153.205.173.240 153.205.54.204 153.206.108.161 153.206.118.17 153.206.55.71 153.208.252.244 153.209.71.2 153.209.91.28 153.210.155.109 153.210.57.220 153.211.25.249 153.212.46.82 153.212.61.118 153.212.84.103 153.213.23.203 153.214.55.93 153.214.97.192 153.215.127.23 153.215.239.34 153.215.62.93 153.216.159.210 153.216.73.232 153.217.116.23 153.218.133.11 153.219.217.202 153.219.238.148 153.219.64.172 153.220.144.251 153.220.57.231 153.221.141.215 153.221.97.123 153.222.228.13 153.223.221.114 153.225.244.252 153.225.53.125 153.227.181.190 153.228.136.209 153.228.232.97 153.229.192.40 153.229.233.105 153.230.205.58 153.230.66.194 153.231.147.210 153.231.150.33 153.232.10.111 153.232.235.199 153.232.7.104 153.232.76.147 153.232.89.170 153.3.22.99 153.34.146.211 153.34.27.66 153.34.78.16 153.35.188.9 153.35.189.173 153.35.217.55 153.36.14.73 153.36.46.168 154.126.80.178 154.127.141.209 154.41.2.16 154.59.98.92 154.73.21.27 155.133.16.39 155.229.174.138 155.254.33.73 155.4.138.114 155.4.14.125 155.4.172.90 155.4.73.73 155.94.88.83 156.194.120.108 156.194.176.12 156.194.208.59 156.202.108.108 156.202.71.20 156.203.33.132 156.205.91.211 156.210.27.92 156.67.115.114 157.0.78.71 157.107.59.101 157.112.163.39 157.112.164.4 157.112.166.175 157.112.175.60 157.119.206.35 157.14.206.186 157.157.24.10 157.192.117.206 157.25.227.211 157.65.84.27 158.140.183.3 158.181.24.227 158.255.249.100 158.255.26.85 158.69.207.26 158.69.248.14 158.85.81.114 158.85.81.115 158.85.81.116 158.85.81.117 158.85.81.118 158.85.81.119 158.85.81.120 158.85.81.121 158.85.81.122 158.85.81.123 158.85.81.124 158.85.81.125 158.85.81.126 159.147.49.72 159.192.122.134 159.203.101.228 159.203.109.178 159.203.169.238 159.203.76.119 159.224.25.22 159.224.35.101 159.226.231.209 159.89.18.179 159.89.18.180 159.89.26.142 160.13.243.112 160.13.243.202 160.202.12.51 160.202.13.103 160.202.13.77 160.202.159.244 160.3.247.84 162.17.1.147 162.210.218.65 162.211.181.236 162.213.30.10 162.217.97.222 162.220.166.35 162.237.106.27 162.243.157.31 162.243.159.46 162.243.8.104 162.243.9.111 162.247.232.186 162.250.188.188 162.251.166.218 162.255.122.112 163.131.102.95 163.131.120.48 163.131.123.69 163.131.136.176 163.131.138.18 163.131.142.249 163.131.143.250 163.131.146.173 163.131.146.224 163.131.150.106 163.131.151.161 163.131.151.236 163.131.151.239 163.131.151.51 163.131.151.80 163.131.153.47 163.131.155.24 163.131.156.150 163.131.156.22 163.131.158.118 163.131.158.125 163.131.162.11 163.131.162.129 163.131.162.140 163.131.162.35 163.131.162.46 163.131.164.241 163.131.167.55 163.131.167.75 163.131.169.253 163.131.169.91 163.131.170.240 163.131.176.153 163.131.176.206 163.131.178.155 163.131.180.68 163.131.181.51 163.131.182.167 163.131.182.60 163.131.184.238 163.131.186.188 163.131.186.196 163.131.186.251 163.131.187.8 163.131.196.154 163.131.209.4 163.131.2.232 163.131.23.68 163.131.248.161 163.131.248.69 163.131.41.135 163.131.4.117 163.131.42.159 163.131.42.196 163.131.44.114 163.131.47.220 163.131.58.106 163.131.59.102 163.131.59.19 163.131.59.245 163.131.61.4 163.131.64.94 163.131.67.150 163.131.70.68 163.131.71.153 163.131.78.254 163.131.79.38 163.131.83.42 163.131.94.188 163.131.98.36 163.139.222.78 163.142.18.198 163.158.102.75 163.172.118.112 163.172.12.194 163.172.12.206 163.172.126.108 163.172.13.113 163.172.13.137 163.172.140.205 163.172.142.251 163.172.143.149 163.172.150.68 163.172.175.131 163.172.183.237 163.172.200.128 163.172.200.194 163.172.200.223 163.172.209.111 163.172.209.126 163.172.209.15 163.172.209.160 163.172.209.164 163.172.209.195 163.172.209.81 163.172.211.162 163.172.212.147 163.172.213.28 163.172.69.250 163.172.71.215 163.239.22.99 163.44.33.200 163.53.205.58 163.58.132.10 163.58.135.78 163.58.140.217 163.58.146.54 163.58.147.43 163.58.149.166 163.58.155.222 163.58.193.218 163.58.205.29 164.177.48.137 164.39.129.214 164.52.0.140 164.52.7.130 164.52.7.134 164.77.112.220 165.100.183.185 165.100.190.161 165.227.103.112 165.227.110.31 165.227.116.27 165.227.181.167 165.227.210.57 165.227.223.226 165.227.99.61 165.255.238.11 165.73.16.41 165.73.24.160 165.73.24.212 165.73.24.58 165.73.25.107 165.73.25.65 166.62.39.130 166.70.202.88 167.114.60.66 167.114.88.241 167.249.144.138 168.0.52.86 168.1.128.34 168.1.128.35 168.1.128.36 168.1.128.37 168.1.128.38 168.1.128.50 168.1.128.51 168.1.128.52 168.1.128.53 168.1.128.54 168.1.128.59 168.1.128.61 168.1.128.62 168.1.128.74 168.1.128.76 168.1.128.77 168.121.97.132 168.150.123.98 168.167.128.3 168.181.105.73 168.181.120.47 168.194.232.246 168.195.3.46 168.196.105.71 168.205.167.152 168.226.35.75 168.227.215.2 168.228.22.110 168.228.57.36 168.232.188.52 168.232.192.104 168.243.230.112 169.0.115.199 169.0.125.77 169.0.139.201 169.0.146.242 169.0.172.125 169.0.175.73 169.0.179.233 169.0.188.142 169.0.189.161 169.0.210.143 169.0.213.37 169.0.229.182 169.0.245.216 169.0.245.242 169.0.53.219 169.1.133.119 169.1.150.236 169.1.164.43 169.1.23.108 169.1.23.28 169.1.25.111 169.1.33.138 169.1.33.161 169.1.33.206 169.1.34.215 169.1.35.231 169.1.35.26 169.1.37.212 169.1.38.249 169.1.39.162 169.1.43.121 169.1.44.33 169.1.46.226 169.1.46.63 169.255.5.138 169.46.164.55 169.53.184.23 169.53.184.28 169.53.184.5 169.54.181.244 169.54.233.116 169.54.233.117 169.54.233.118 169.54.233.119 169.54.233.120 169.54.233.121 169.54.233.123 169.54.233.124 169.54.233.125 169.54.233.126 169.54.244.75 169.54.244.78 169.54.244.82 169.54.244.84 169.54.244.89 169.54.244.93 170.233.236.68 170.238.1.41 170.244.140.73 170.244.44.55 170.246.20.1 170.246.235.79 170.78.105.255 170.81.101.84 170.81.159.4 170.84.2.34 171.105.47.24 171.105.5.50 171.11.74.160 171.113.50.214 171.116.48.191 171.121.50.249 171.122.170.62 171.122.180.244 171.122.232.105 171.122.233.29 171.123.119.86 171.123.245.119 171.124.167.239 171.125.11.167 171.125.195.21 171.15.177.0 171.208.5.37 171.220.191.53 171.224.83.172 171.224.93.89 171.233.69.192 171.234.200.9 171.234.201.158 171.234.205.255 171.234.205.58 171.234.205.59 171.234.206.14 171.234.208.196 171.234.212.61 171.234.218.68 171.234.226.3 171.234.236.216 171.234.238.134 171.234.239.4 171.239.181.40 171.239.49.210 171.240.90.252 171.248.144.57 171.248.183.184 171.248.189.178 171.248.191.167 171.248.201.226 171.249.181.145 171.249.194.6 171.250.221.167 171.25.172.17 171.34.34.77 171.7.145.112 171.90.255.70 172.104.130.222 172.104.174.208 172.104.75.101 172.125.185.15 172.222.249.150 172.245.14.134 172.245.179.246 172.245.220.86 172.76.10.34 172.93.107.66 172.96.161.10 173.0.25.182 173.11.234.45 173.13.166.66 173.15.146.27 173.15.162.153 173.161.208.197 173.161.208.205 173.161.239.242 173.161.239.251 173.162.111.57 173.162.73.217 173.167.255.242 173.208.146.74 173.212.194.146 173.212.208.28 173.212.242.223 173.217.220.131 173.220.134.182 173.230.184.26 173.233.191.51 173.242.121.35 173.249.0.254 173.25.27.47 173.255.213.43 173.3.122.216 173.81.20.100 173.82.2.237 173.89.185.142 174.100.174.152 174.138.223.133 174.28.235.209 174.50.201.224 174.61.28.106 174.7.21.39 174.87.145.27 174.89.158.205 174.91.236.51 175.0.224.35 175.100.154.158 175.100.154.9 175.100.155.39 175.100.158.125 175.100.189.142 175.100.25.174 175.100.38.52 175.10.53.22 175.101.27.6 175.101.9.29 175.101.9.85 175.103.2.167 175.103.2.189 175.107.203.17 175.111.120.242 175.111.63.15 175.118.197.32 175.148.214.200 175.153.114.28 175.154.113.176 175.158.126.125 175.161.163.243 175.165.124.17 175.17.222.193 175.173.136.19 175.174.60.206 175.176.184.203 175.176.185.91 175.177.100.193 175.177.102.45 175.177.132.203 175.177.183.22 175.177.220.215 175.177.43.199 175.177.44.150 175.177.51.51 175.177.54.166 175.177.55.94 175.177.67.161 175.177.93.99 175.177.97.70 175.180.136.179 175.18.59.58 175.183.32.208 175.184.89.9 175.193.75.33 175.194.40.229 175.199.179.211 175.200.35.129 175.200.71.241 175.206.234.92 175.208.232.181 175.212.64.28 175.213.42.233 175.214.172.162 175.214.79.215 175.215.209.157 175.23.185.5 175.231.43.225 175.28.130.151 175.28.167.113 175.28.205.204 175.28.21.168 175.28.232.93 175.28.241.226 175.28.243.230 175.28.246.47 175.41.119.70 175.43.138.160 175.6.7.140 175.8.248.179 176.100.193.182 176.101.239.10 176.102.195.197 176.102.200.142 176.102.200.148 176.102.200.150 176.102.201.224 176.102.215.215 176.102.218.243 176.103.204.136 176.106.144.219 176.108.103.126 176.109.179.236 176.109.181.208 176.109.181.218 176.109.187.145 176.109.187.19 176.109.188.239 176.109.188.9 176.109.189.71 176.109.237.98 176.109.240.16 176.109.241.106 176.109.245.74 176.109.253.177 176.109.48.1 176.112.64.131 176.118.51.174 176.120.103.142 176.120.120.141 176.120.120.142 176.120.223.11 176.121.226.73 176.122.101.78 176.123.26.65 176.124.255.4 176.124.29.114 176.14.78.177 176.159.48.252 176.192.22.174 176.221.149.115 176.221.149.126 176.221.149.128 176.221.149.132 176.221.149.135 176.221.149.14 176.221.149.15 176.221.149.177 176.221.149.190 176.221.149.239 176.221.149.47 176.221.149.58 176.221.164.144 176.221.164.160 176.221.164.167 176.221.164.17 176.221.164.173 176.221.164.200 176.221.164.35 176.221.164.37 176.221.164.4 176.221.164.44 176.221.164.57 176.221.164.59 176.221.164.90 176.221.164.93 176.221.203.110 176.221.203.112 176.221.203.114 176.221.203.117 176.221.203.136 176.221.203.164 176.221.203.189 176.221.203.196 176.221.203.203 176.221.203.204 176.221.203.207 176.221.203.214 176.221.203.243 176.221.203.29 176.221.203.30 176.221.203.41 176.221.203.58 176.221.203.9 176.221.231.102 176.221.231.111 176.221.231.14 176.221.231.161 176.221.231.171 176.221.231.181 176.221.231.193 176.221.231.233 176.221.231.242 176.221.231.246 176.221.231.40 176.221.231.44 176.221.231.62 176.221.231.84 176.221.231.91 176.221.66.241 176.222.84.54 176.226.157.59 176.226.183.107 176.241.138.232 176.31.105.13 176.31.31.85 176.33.15.135 176.33.178.167 176.33.180.67 176.36.87.242 176.43.5.120 176.44.226.168 176.48.29.183 176.48.31.61 176.49.38.250 176.51.175.154 176.51.188.89 176.67.15.39 176.67.21.150 176.67.22.77 176.67.26.102 176.67.26.141 176.74.138.152 176.96.194.208 176.97.143.184 176.97.253.13 177.100.52.250 177.101.199.91 177.103.187.22 177.103.220.169 177.105.66.146 177.12.56.148 177.12.98.221 177.124.215.226 177.125.20.4 177.125.4.16 177.126.172.94 177.126.4.51 177.126.91.51 177.128.104.105 177.129.246.50 177.129.62.63 177.130.18.18 177.130.196.205 177.131.6.11 177.135.85.12 177.137.232.83 177.137.236.86 177.139.180.110 177.139.192.179 177.140.46.23 177.141.162.125 177.141.246.198 177.142.62.109 177.180.11.62 177.18.107.113 177.183.130.93 177.184.223.132 177.189.204.175 177.189.206.121 177.189.214.96 177.190.199.126 177.190.200.3 177.190.200.50 177.19.132.26 177.19.196.115 177.192.131.109 177.192.239.30 177.193.165.113 177.193.233.228 177.194.218.130 177.200.65.244 177.207.214.10 177.21.200.23 177.23.2.198 177.240.233.128 177.32.130.31 177.32.94.53 177.33.208.184 177.33.220.15 177.33.99.166 177.34.231.38 177.37.160.20 177.37.165.6 177.39.107.15 177.39.252.57 177.39.56.82 177.39.84.95 177.4.179.5 177.43.182.172 177.43.182.173 177.47.228.123 177.47.238.6 177.52.193.106 177.53.231.176 177.53.80.2 177.54.104.124 177.55.62.53 177.55.98.244 177.64.57.62 177.66.119.51 177.66.224.26 177.66.228.162 177.67.203.87 177.68.149.147 177.68.156.47 177.7.81.11 177.71.65.6 177.72.66.37 177.72.79.138 177.73.202.42 177.75.138.227 177.80.49.250 177.8.169.230 177.81.175.11 177.81.182.232 177.81.34.168 177.82.30.161 177.83.54.3 177.84.108.227 177.86.181.178 177.89.170.57 177.91.115.17 177.93.155.248 177.94.224.160 177.99.118.27 178.124.161.81 178.124.166.117 178.134.111.115 178.134.111.135 178.134.111.141 178.134.111.149 178.134.111.156 178.134.111.162 178.134.111.164 178.134.111.170 178.134.111.187 178.134.111.201 178.134.111.210 178.134.111.219 178.134.111.221 178.134.111.241 178.134.111.25 178.134.111.253 178.134.111.40 178.134.111.61 178.134.111.85 178.134.11.94 178.134.212.120 178.134.212.138 178.134.212.174 178.134.212.206 178.134.212.207 178.134.212.221 178.134.212.222 178.134.212.23 178.134.212.246 178.134.212.252 178.134.212.42 178.134.212.54 178.134.212.67 178.134.212.72 178.134.213.174 178.134.55.186 178.136.216.233 178.136.243.235 178.141.0.221 178.141.137.8 178.141.152.159 178.141.163.181 178.141.164.94 178.141.245.214 178.141.58.224 178.141.64.225 178.141.69.146 178.141.70.28 178.141.77.139 178.141.9.243 178.148.225.28 178.149.235.212 178.151.126.241 178.151.243.243 178.156.144.142 178.156.151.224 178.156.181.40 178.157.201.48 178.157.233.252 178.158.131.87 178.158.80.31 178.159.197.136 178.159.197.138 178.159.197.147 178.159.198.134 178.159.198.139 178.159.198.146 178.159.198.176 178.159.198.187 178.159.198.67 178.159.36.150 178.159.36.29 178.159.36.60 178.159.37.99 178.161.151.76 178.164.235.186 178.165.121.103 178.168.118.6 178.168.29.23 178.168.6.155 178.168.80.62 178.168.81.213 178.168.92.46 178.169.203.137 178.17.35.175 178.174.155.16 178.174.228.36 178.184.144.179 178.187.251.142 178.19.100.164 178.19.181.218 178.19.181.75 178.19.186.13 178.207.12.82 178.209.88.38 178.210.131.128 178.212.53.1 178.216.3.133 178.217.114.118 178.217.216.201 178.217.216.229 178.219.174.106 178.222.242.245 178.235.44.112 178.235.49.242 178.236.109.198 178.239.208.140 178.239.210.169 178.239.218.48 178.251.111.194 178.254.198.25 178.34.180.81 178.38.116.242 178.46.16.60 178.46.208.203 178.46.210.227 178.46.210.241 178.46.40.208 178.46.52.112 178.46.57.177 178.46.60.82 178.46.61.254 178.47.115.109 178.47.122.139 178.47.164.251 178.47.166.165 178.47.168.177 178.47.215.137 178.47.247.137 178.47.255.195 178.47.26.219 178.54.191.143 178.62.116.105 178.62.218.76 178.62.242.200 178.62.61.127 178.62.77.189 178.74.56.46 178.75.11.161 178.75.13.102 178.75.13.106 178.75.220.148 178.75.32.180 178.75.43.77 178.75.44.168 178.78.233.14 178.79.19.131 178.87.193.79 178.88.68.60 178.89.110.141 178.89.188.158 178.89.242.215 178.92.10.36 178.92.120.126 178.92.164.139 178.92.189.166 178.92.236.56 178.92.27.126 178.93.157.115 178.93.171.173 178.93.244.13 178.94.138.92 178.94.139.95 178.94.141.49 178.94.209.228 178.94.250.177 178.95.164.23 178.95.232.50 178.95.252.236 179.104.46.21 179.107.166.213 179.108.42.10 179.109.144.18 179.111.213.90 179.126.137.231 179.127.140.25 179.127.140.6 179.127.50.153 179.153.237.205 179.155.101.217 179.155.184.107 179.156.204.129 179.156.242.149 179.159.177.233 179.159.213.235 179.159.72.220 179.176.126.210 179.176.145.9 179.183.91.137 179.184.222.54 179.184.38.4 179.184.90.94 179.185.78.144 179.185.92.229 179.187.149.84 179.191.103.170 179.191.193.52 179.191.239.194 179.191.85.252 179.191.96.234 179.197.118.53 179.208.233.241 179.208.35.51 179.209.180.117 179.210.242.28 179.214.176.222 179.215.156.165 179.215.16.139 179.216.168.12 179.218.241.191 179.219.235.8 179.219.243.42 179.219.7.214 179.220.8.32 179.222.115.112 179.222.241.46 179.225.166.121 179.228.193.64 179.232.246.245 179.235.21.93 179.40.132.69 179.40.133.30 179.40.139.166 179.40.161.89 179.40.187.215 179.40.216.176 179.40.231.234 179.40.238.206 179.40.249.107 179.40.71.40 179.41.14.189 179.41.20.159 179.41.24.240 179.43.134.3 179.60.10.203 179.60.12.208 179.60.15.229 179.60.17.172 179.60.24.213 179.60.27.235 179.60.2.79 179.60.28.141 179.60.28.95 179.60.5.30 179.83.102.31 179.95.159.241 179.97.232.70 179.99.218.215 180.0.181.225 180.0.183.224 180.1.227.231 180.1.86.169 180.101.227.133 180.101.252.81 180.102.138.229 180.103.130.145 180.103.158.23 180.104.108.230 180.104.225.105 180.104.249.230 180.105.157.179 180.105.63.14 180.106.211.160 180.107.111.245 180.109.169.250 180.11.193.130 180.111.36.230 180.114.106.78 180.117.180.7 180.12.254.146 180.121.85.73 180.13.145.51 180.131.204.251 180.131.234.28 180.137.47.10 180.139.94.111 180.14.111.144 180.144.128.136 180.144.190.11 180.144.56.205 180.144.62.66 180.145.14.16 180.145.155.35 180.145.211.227 180.145.245.192 180.145.32.193 180.145.86.195 180.145.9.196 180.146.106.167 180.146.191.174 180.146.191.20 180.146.216.129 180.146.253.1 180.146.33.221 180.146.46.132 180.146.70.46 180.147.185.95 180.148.149.233 180.148.57.141 180.149.224.42 180.151.82.52 180.153.229.217 180.154.237.177 180.160.194.182 180.16.199.107 180.16.99.163 180.162.196.196 180.163.220.100 180.163.220.101 180.163.220.124 180.163.220.125 180.163.220.126 180.163.220.41 180.163.220.42 180.163.220.43 180.163.220.47 180.163.220.60 180.163.220.61 180.163.220.95 180.163.220.96 180.163.220.97 180.163.220.99 180.164.91.170 180.166.103.51 180.166.146.250 180.166.149.44 180.166.30.54 180.167.73.226 180.168.129.197 180.168.212.6 180.168.28.137 180.168.28.173 180.168.69.154 180.169.229.74 180.170.131.115 180.173.108.84 180.173.69.25 180.173.8.134 180.173.83.8 180.175.21.23 180.175.233.166 180.175.58.118 180.177.115.130 180.177.233.143 180.178.86.170 180.178.89.4 180.182.119.155 180.189.114.157 180.189.70.254 180.19.18.110 180.19.188.44 180.196.208.59 180.197.118.88 180.197.37.41 180.198.146.4 180.200.1.235 180.200.22.28 180.200.35.213 180.200.65.137 180.200.68.70 180.200.7.12 180.200.78.110 180.20.107.13 180.20.153.39 180.2.165.206 180.2.217.219 180.211.119.26 180.213.164.106 180.214.226.217 180.214.226.95 180.220.108.166 180.220.120.66 180.220.122.148 180.220.13.216 180.220.140.234 180.220.167.63 180.220.168.84 180.220.251.208 180.220.33.59 180.220.3.92 180.220.58.62 180.220.6.138 180.220.6.41 180.220.93.135 180.220.96.160 180.22.184.158 180.221.0.156 180.221.104.72 180.221.129.160 180.221.201.240 180.221.201.77 180.221.207.68 180.221.24.168 180.221.56.123 180.221.83.143 180.221.83.65 180.23.148.197 180.23.52.123 180.233.103.5 180.233.151.210 180.233.97.81 180.233.99.237 180.235.3.249 180.24.162.55 180.24.239.15 180.25.74.6 180.27.101.48 180.29.118.168 180.29.211.41 180.29.46.96 180.30.104.66 180.3.87.199 180.32.106.206 180.32.208.40 180.33.196.109 180.34.159.221 180.34.39.120 180.38.139.142 180.4.177.230 180.4.222.154 180.4.231.69 180.4.44.79 180.44.139.133 180.45.21.96 180.45.30.246 180.46.55.13 180.49.150.55 180.49.199.94 180.49.202.63 180.51.161.110 180.51.161.4 180.51.94.74 180.53.112.148 180.54.101.230 180.56.95.29 180.57.1.59 180.57.160.147 180.59.210.236 180.59.40.221 180.63.132.39 180.63.137.169 180.63.167.31 180.63.39.172 180.63.54.163 180.67.97.117 180.76.153.113 180.76.171.88 180.76.180.63 180.87.254.35 180.87.255.14 180.9.241.99 180.9.49.52 180.92.17.97 180.92.36.10 180.92.39.125 180.92.41.86 180.94.212.179 180.94.246.227 180.95.200.238 180.96.63.167 180.97.106.163 180.97.106.164 180.97.106.39 180.97.220.225 181.10.43.206 181.113.62.78 181.114.139.235 181.118.183.117 181.118.183.25 181.118.183.29 181.118.183.46 181.118.183.65 181.118.183.73 181.118.184.91 181.121.6.110 181.128.0.9 181.128.100.221 181.128.100.224 181.128.102.98 181.128.105.28 181.128.106.23 181.128.106.55 181.128.107.207 181.128.108.107 181.128.110.176 181.128.110.247 181.128.110.7 181.128.111.139 181.128.111.152 181.128.111.92 181.128.114.169 181.128.115.145 181.128.117.109 181.128.117.240 181.128.119.239 181.128.1.208 181.128.12.136 181.128.12.198 181.128.122.146 181.128.126.63 181.128.13.205 181.128.14.17 181.128.14.207 181.128.1.57 181.128.16.197 181.128.16.248 181.128.16.252 181.128.16.9 181.128.19.10 181.128.19.248 181.128.193.136 181.128.193.22 181.128.194.206 181.128.194.26 181.128.194.6 181.128.194.67 181.128.195.126 181.128.196.144 181.128.196.94 181.128.197.12 181.128.198.167 181.128.199.249 181.128.200.208 181.128.200.220 181.128.200.230 181.128.200.44 181.128.202.100 181.128.202.88 181.128.203.141 181.128.203.211 181.128.203.26 181.128.203.60 181.128.204.126 181.128.204.196 181.128.204.224 181.128.204.234 181.128.205.154 181.128.205.185 181.128.205.196 181.128.205.51 181.128.206.111 181.128.206.8 181.128.207.127 181.128.207.215 181.128.207.222 181.128.207.47 181.128.207.48 181.128.207.70 181.128.208.173 181.128.208.34 181.128.209.115 181.128.209.139 181.128.209.222 181.128.209.237 181.128.209.41 181.128.210.21 181.128.211.21 181.128.212.102 181.128.212.231 181.128.21.244 181.128.213.122 181.128.213.134 181.128.213.187 181.128.214.98 181.128.215.150 181.128.215.209 181.128.216.197 181.128.216.51 181.128.217.34 181.128.217.84 181.128.218.150 181.128.218.22 181.128.218.49 181.128.218.90 181.128.218.92 181.128.219.152 181.128.219.202 181.128.219.244 181.128.219.64 181.128.220.124 181.128.220.138 181.128.220.203 181.128.220.246 181.128.220.45 181.128.2.206 181.128.220.67 181.128.223.111 181.128.223.227 181.128.223.246 181.128.224.148 181.128.224.159 181.128.224.6 181.128.225.177 181.128.226.100 181.128.226.31 181.128.226.44 181.128.226.47 181.128.227.43 181.128.227.45 181.128.228.102 181.128.228.121 181.128.228.166 181.128.229.35 181.128.230.101 181.128.231.217 181.128.231.218 181.128.231.33 181.128.231.69 181.128.23.197 181.128.232.118 181.128.232.154 181.128.233.175 181.128.233.69 181.128.234.239 181.128.234.249 181.128.235.143 181.128.235.231 181.128.235.68 181.128.236.198 181.128.236.74 181.128.237.113 181.128.239.74 181.128.240.129 181.128.240.155 181.128.241.218 181.128.241.64 181.128.243.131 181.128.243.151 181.128.243.55 181.128.243.97 181.128.244.103 181.128.244.125 181.128.244.156 181.128.244.198 181.128.245.105 181.128.245.149 181.128.246.210 181.128.246.239 181.128.248.119 181.128.248.237 181.128.251.23 181.128.251.35 181.128.252.107 181.128.252.166 181.128.253.138 181.128.253.176 181.128.253.255 181.128.254.192 181.128.254.246 181.128.26.170 181.128.29.175 181.128.31.111 181.128.31.74 181.128.31.98 181.128.32.150 181.128.32.25 181.128.33.228 181.128.33.241 181.128.33.25 181.128.33.67 181.128.34.233 181.128.34.247 181.128.34.74 181.128.35.99 181.128.36.103 181.128.3.63 181.128.37.185 181.128.38.61 181.128.39.106 181.128.39.186 181.128.39.232 181.128.39.252 181.128.40.165 181.128.41.10 181.128.41.235 181.128.42.185 181.128.42.251 181.128.44.31 181.128.48.89 181.128.49.117 181.128.49.72 181.128.5.206 181.128.52.141 181.128.52.54 181.128.53.32 181.128.54.104 181.128.54.188 181.128.56.30 181.128.57.103 181.128.57.88 181.128.59.33 181.128.59.95 181.128.60.199 181.128.62.31 181.128.63.30 181.128.63.34 181.128.63.98 181.128.64.108 181.128.64.40 181.128.65.137 181.128.66.80 181.128.68.14 181.128.68.26 181.128.73.130 181.128.75.0 181.128.77.188 181.128.77.207 181.128.77.216 181.128.77.5 181.128.79.237 181.128.7.93 181.128.81.136 181.128.81.245 181.128.83.22 181.128.83.29 181.128.85.140 181.128.85.25 181.128.85.6 181.128.88.92 181.128.88.93 181.128.90.45 181.128.92.5 181.128.94.90 181.128.95.111 181.128.95.74 181.128.98.34 181.128.99.138 181.128.99.193 181.128.99.28 181.128.99.58 181.132.13.143 181.138.0.151 181.138.0.5 181.138.10.41 181.138.11.160 181.138.14.81 181.138.14.98 181.138.16.27 181.138.16.43 181.138.16.77 181.138.18.161 181.138.18.204 181.138.18.245 181.138.19.205 181.138.19.62 181.138.2.138 181.138.22.115 181.138.23.155 181.138.25.222 181.138.28.26 181.138.29.248 181.138.31.181 181.138.32.21 181.138.33.123 181.138.34.151 181.138.35.147 181.138.35.183 181.138.36.11 181.138.36.210 181.138.36.242 181.138.37.132 181.138.39.62 181.138.40.158 181.138.40.165 181.138.40.225 181.138.4.105 181.138.4.109 181.138.41.66 181.138.4.179 181.138.4.235 181.138.45.168 181.138.45.75 181.138.46.70 181.138.47.249 181.138.47.99 181.138.48.231 181.138.49.56 181.138.51.137 181.138.5.114 181.138.51.167 181.138.5.134 181.138.5.208 181.138.58.245 181.138.60.208 181.138.61.157 181.138.6.130 181.138.6.200 181.138.63.160 181.138.64.73 181.138.70.17 181.138.72.124 181.138.76.125 181.138.83.100 181.138.84.105 181.138.86.136 181.138.86.255 181.138.9.27 181.138.9.54 181.139.0.189 181.139.104.239 181.139.105.120 181.139.105.177 181.139.106.194 181.139.109.224 181.139.112.181 181.139.115.222 181.139.117.22 181.139.118.119 181.139.118.149 181.139.118.44 181.139.1.211 181.139.121.86 181.139.123.178 181.139.123.81 181.139.124.220 181.139.126.14 181.139.127.38 181.139.128.129 181.139.129.100 181.139.129.42 181.139.129.43 181.139.130.164 181.139.130.181 181.139.130.251 181.139.13.11 181.139.132.161 181.139.133.138 181.139.133.145 181.139.134.22 181.139.137.115 181.139.139.162 181.139.142.178 181.139.142.206 181.139.145.162 181.139.145.237 181.139.1.46 181.139.146.120 181.139.148.250 181.139.15.12 181.139.151.202 181.139.151.249 181.139.152.127 181.139.157.109 181.139.157.173 181.139.158.59 181.139.159.36 181.139.159.56 181.139.159.64 181.139.165.72 181.139.170.253 181.139.172.125 181.139.175.94 181.139.177.201 181.139.183.229 181.139.189.228 181.139.190.173 181.139.19.212 181.139.194.195 181.139.194.31 181.139.197.156 181.139.20.151 181.139.210.103 181.139.21.18 181.139.212.91 181.139.22.226 181.139.22.7 181.139.23.178 181.139.25.125 181.139.29.23 181.139.30.227 181.139.31.136 181.139.33.140 181.139.33.24 181.139.35.29 181.139.36.122 181.139.36.228 181.139.37.46 181.139.38.61 181.139.40.167 181.139.40.60 181.139.41.133 181.139.42.143 181.139.42.173 181.139.42.92 181.139.45.149 181.139.46.106 181.139.46.213 181.139.47.151 181.139.47.18 181.139.50.140 181.139.53.122 181.139.54.244 181.139.55.243 181.139.56.58 181.139.59.252 181.139.62.193 181.139.63.161 181.139.65.112 181.139.65.97 181.139.66.120 181.139.67.141 181.139.7.119 181.139.71.2 181.139.7.193 181.139.7.236 181.139.74.38 181.139.78.117 181.139.79.189 181.139.79.241 181.139.80.166 181.139.8.119 181.139.81.243 181.139.82.133 181.139.83.109 181.139.83.193 181.139.84.95 181.139.86.119 181.139.87.10 181.139.88.39 181.139.89.132 181.139.89.153 181.139.89.87 181.139.90.239 181.139.92.64 181.139.93.189 181.139.93.20 181.139.93.215 181.139.96.35 181.139.97.59 181.139.98.99 181.143.186.130 181.143.223.51 181.143.7.181 181.15.243.188 181.164.202.58 181.164.248.66 181.165.101.108 181.165.111.168 181.165.120.235 181.165.211.13 181.166.9.101 181.167.142.228 181.167.226.144 181.167.68.137 181.168.106.210 181.168.16.121 181.168.4.65 181.168.89.110 181.169.13.116 181.169.189.140 181.169.208.141 181.169.52.186 181.170.70.66 181.170.72.93 181.171.114.150 181.171.60.165 181.189.143.75 181.191.175.112 181.193.49.218 181.193.56.116 181.196.244.58 181.211.128.106 181.213.111.81 181.214.87.11 181.214.87.12 181.214.87.239 181.214.87.243 181.214.87.50 181.214.87.6 181.220.171.124 181.225.64.190 181.225.64.6 181.226.208.17 181.229.15.253 181.229.182.142 181.229.187.125 181.229.247.84 181.229.64.41 181.230.76.181 181.231.106.145 181.231.110.75 181.231.115.124 181.231.120.207 181.231.30.5 181.231.92.147 181.231.94.75 181.232.106.135 181.232.14.160 181.27.62.78 181.28.0.30 181.29.132.177 181.29.229.78 181.29.52.151 181.31.0.133 181.31.237.158 181.31.250.243 181.39.96.100 181.40.124.206 181.44.10.147 181.46.203.231 181.49.129.178 181.49.195.170 181.49.55.186 181.65.251.227 181.67.108.61 182.100.110.16 182.100.67.118 182.106.217.30 182.110.100.114 182.113.52.27 182.114.3.81 182.121.65.254 182.121.71.177 182.131.125.106 182.132.64.140 182.135.224.213 182.137.31.157 182.140.215.131 182.140.215.148 182.140.215.153 182.140.215.164 182.140.215.165 182.149.66.247 182.156.224.245 182.156.95.254 182.164.113.72 182.164.21.191 182.164.236.48 182.164.249.203 182.164.46.41 182.165.53.227 182.166.144.38 182.166.224.37 182.166.36.159 182.166.76.72 182.167.177.200 182.167.181.28 182.167.234.1 182.167.234.242 182.168.162.29 182.168.219.56 182.168.231.20 182.168.238.110 182.168.75.94 182.169.134.157 182.169.159.50 182.169.44.56 182.169.89.165 182.170.207.86 182.170.65.6 182.171.113.90 182.171.153.10 182.173.132.254 182.173.133.6 182.173.143.116 182.173.154.73 182.173.74.184 182.18.191.61 182.18.21.121 182.18.22.126 182.191.77.208 182.20.175.60 182.201.140.120 182.201.143.10 182.209.230.14 182.209.66.17 182.21.102.182 182.21.120.51 182.21.143.127 182.21.170.129 182.21.44.198 182.21.85.197 182.211.96.9 182.212.236.188 182.225.227.46 182.227.0.192 182.227.59.134 182.228.68.96 182.23.217.164 182.23.225.249 182.23.242.164 182.23.245.156 182.234.215.105 182.237.10.66 182.237.152.64 182.237.155.116 182.237.164.71 182.237.167.200 182.237.180.152 182.237.183.44 182.240.91.163 182.242.57.215 182.245.221.148 182.246.194.85 182.252.6.50 182.254.157.192 182.254.228.154 182.255.65.147 182.255.66.160 182.255.74.25 182.255.79.234 182.31.39.28 182.31.39.40 182.31.39.76 182.31.39.84 182.31.47.32 182.33.94.137 182.39.244.148 182.42.230.246 182.45.112.13 182.46.53.23 182.48.105.210 182.48.243.189 182.48.65.50 182.50.205.245 182.50.217.124 182.52.135.9 182.56.83.113 182.61.26.215 182.61.26.88 182.61.33.63 182.65.100.217 182.65.120.43 182.65.169.223 182.65.179.124 182.65.179.151 182.65.180.177 182.65.186.30 182.65.193.40 182.65.203.146 182.65.203.78 182.65.207.172 182.65.226.42 182.65.244.96 182.65.69.139 182.65.69.215 182.65.71.34 182.65.73.70 182.65.76.17 182.65.85.180 182.65.86.180 182.65.87.42 182.65.90.96 182.65.91.220 182.65.93.194 182.65.93.73 182.71.30.123 182.71.75.118 182.71.86.62 182.72.147.90 182.72.176.132 182.73.178.26 182.75.204.38 182.76.96.170 182.93.36.10 183.103.219.5 183.105.104.178 183.105.247.194 183.105.247.195 183.106.43.223 183.109.82.25 183.110.253.233 183.129.160.229 183.129.185.170 183.129.189.109 183.129.254.90 183.129.254.91 183.129.254.92 183.129.255.34 183.131.54.49 183.131.74.201 183.131.83.167 183.131.83.53 183.131.83.73 183.133.95.58 183.136.188.116 183.14.78.32 183.142.133.158 183.143.77.121 183.148.169.21 183.15.173.245 183.15.34.188 183.157.168.110 183.162.203.251 183.166.155.2 183.166.187.135 183.166.59.76 183.167.240.117 183.176.150.85 183.177.190.245 183.178.44.174 183.179.30.116 183.182.91.183 183.186.110.83 183.189.243.195 183.191.52.22 183.192.189.131 183.196.85.212 183.20.157.56 183.207.161.118 183.214.95.80 183.220.33.12 183.222.14.177 183.224.78.176 183.230.7.225 183.233.158.253 183.233.162.111 183.233.162.240 183.233.166.196 183.233.186.111 183.233.236.194 183.234.32.46 183.234.50.74 183.238.142.211 183.238.143.78 183.238.23.178 183.238.55.223 183.238.89.54 183.239.129.154 183.239.150.218 183.239.200.148 183.239.201.139 183.239.210.114 183.240.196.145 183.246.211.89 183.247.176.208 183.250.164.211 183.250.68.153 183.250.70.61 183.253.157.209 183.255.237.81 183.26.171.164 183.3.138.190 183.4.30.132 183.46.103.155 183.54.236.122 183.54.236.145 183.56.148.127 183.56.148.237 183.56.148.46 183.57.37.178 183.60.143.71 183.60.48.25 183.6.105.200 183.6.115.132 183.6.118.12 183.6.144.210 183.6.182.106 183.61.37.28 183.62.157.102 183.62.39.59 183.63.120.52 183.63.12.222 183.63.221.174 183.63.60.50 183.65.43.30 183.77.125.41 183.77.235.78 183.77.253.149 183.78.180.27 183.80.139.77 183.82.101.112 183.82.101.56 183.82.103.195 183.82.113.184 183.82.113.6 183.82.114.211 183.82.114.59 183.82.115.246 183.82.119.165 183.82.119.94 183.82.120.14 183.82.122.8 183.82.144.189 183.82.144.76 183.82.145.198 183.82.147.193 183.82.147.77 183.82.148.91 183.82.197.156 183.82.212.41 183.82.2.140 183.82.250.11 183.82.57.106 183.82.57.136 183.82.57.170 183.82.57.3 183.82.58.156 183.82.59.113 183.82.59.170 183.82.59.242 183.82.60.128 183.82.60.133 183.82.60.15 183.82.61.117 183.82.96.193 183.82.99.101 183.83.216.130 183.83.217.151 183.83.218.115 183.83.218.221 183.83.218.225 183.83.218.239 183.86.129.52 183.86.137.174 183.86.142.159 183.86.148.25 183.86.155.171 183.86.183.14 183.86.33.49 183.86.34.1 183.86.39.177 183.86.39.211 183.86.51.61 183.86.51.84 183.86.53.163 183.86.54.21 183.86.81.107 183.86.83.127 183.87.163.177 183.87.164.234 183.87.172.144 183.87.174.230 183.87.217.181 183.87.224.108 183.87.224.111 183.87.94.17 183.91.100.218 183.91.101.116 183.91.110.47 183.91.115.228 183.91.216.74 183.91.218.107 183.91.218.88 183.91.254.36 183.91.254.81 184.105.139.100 184.105.139.101 184.105.139.102 184.105.139.103 184.105.139.104 184.105.139.105 184.105.139.106 184.105.139.107 184.105.139.108 184.105.139.109 184.105.139.110 184.105.139.111 184.105.139.112 184.105.139.113 184.105.139.114 184.105.139.115 184.105.139.116 184.105.139.117 184.105.139.118 184.105.139.119 184.105.139.120 184.105.139.121 184.105.139.122 184.105.139.123 184.105.139.124 184.105.139.125 184.105.139.126 184.105.139.67 184.105.139.68 184.105.139.69 184.105.139.70 184.105.139.71 184.105.139.72 184.105.139.73 184.105.139.74 184.105.139.75 184.105.139.76 184.105.139.77 184.105.139.78 184.105.139.79 184.105.139.80 184.105.139.81 184.105.139.82 184.105.139.83 184.105.139.84 184.105.139.85 184.105.139.86 184.105.139.87 184.105.139.88 184.105.139.89 184.105.139.90 184.105.139.91 184.105.139.92 184.105.139.93 184.105.139.94 184.105.139.95 184.105.139.96 184.105.139.97 184.105.139.98 184.105.139.99 184.105.247.194 184.105.247.195 184.105.247.196 184.105.247.198 184.105.247.199 184.105.247.200 184.105.247.202 184.105.247.203 184.105.247.204 184.105.247.206 184.105.247.207 184.105.247.208 184.105.247.210 184.105.247.211 184.105.247.212 184.105.247.214 184.105.247.215 184.105.247.216 184.105.247.218 184.105.247.219 184.105.247.220 184.105.247.222 184.105.247.223 184.105.247.224 184.105.247.226 184.105.247.227 184.105.247.228 184.105.247.230 184.105.247.231 184.105.247.232 184.105.247.234 184.105.247.235 184.105.247.236 184.105.247.238 184.105.247.239 184.105.247.240 184.105.247.242 184.105.247.243 184.105.247.244 184.105.247.246 184.105.247.247 184.105.247.248 184.105.247.250 184.105.247.251 184.105.247.252 184.105.247.254 184.106.79.184 184.148.81.12 184.22.5.115 184.64.167.234 184.67.105.238 184.68.42.190 184.89.148.55 184.89.229.8 185.104.184.226 185.107.80.34 185.107.83.129 185.107.83.248 185.107.83.249 185.107.83.26 185.107.94.121 185.107.94.58 185.107.94.69 185.110.132.232 185.110.132.49 185.117.140.239 185.117.185.2 185.121.173.171 185.124.183.102 185.124.183.41 185.125.50.110 185.125.50.112 185.125.50.121 185.125.50.22 185.125.50.54 185.125.50.56 185.127.224.21 185.127.247.224 185.128.13.34 185.128.95.93 185.129.148.163 185.129.148.175 185.129.37.147 185.130.212.167 185.130.212.19 185.135.232.109 185.145.104.225 185.148.219.0 185.151.32.20 185.153.120.218 185.153.198.126 185.155.8.38 185.158.114.202 185.162.140.137 185.163.109.66 185.165.175.197 185.165.29.145 185.165.29.58 185.170.185.105 185.177.241.12 185.177.242.116 185.177.243.52 185.18.245.228 185.181.102.18 185.183.105.18 185.186.143.249 185.188.207.13 185.190.58.103 185.190.58.104 185.190.58.105 185.190.58.106 185.190.58.151 185.190.58.181 185.190.58.186 185.190.58.187 185.190.58.192 185.190.58.193 185.190.58.194 185.190.58.196 185.195.201.148 185.204.156.124 185.206.147.70 185.207.205.162 185.209.0.7 185.214.253.186 185.214.255.117 185.216.140.21 185.217.92.117 185.217.92.118 185.217.92.119 185.217.92.12 185.22.155.72 185.22.184.157 185.223.216.8 185.27.107.98 185.28.36.100 185.28.36.130 185.29.9.171 185.3.148.43 185.3.150.138 185.33.45.30 185.34.20.103 185.36.56.114 185.38.45.134 185.40.4.16 185.40.4.36 185.40.4.43 185.43.11.151 185.44.71.134 185.46.151.42 185.46.221.36 185.53.154.34 185.54.238.199 185.55.218.95 185.56.82.28 185.56.82.30 185.56.82.56 185.60.133.34 185.6.53.214 185.61.245.56 185.61.245.61 185.7.217.13 185.80.223.249 185.8.49.210 185.86.183.1 185.90.241.188 185.9.19.154 185.92.72.12 185.93.182.36 185.93.242.112 185.94.111.1 185.94.188.130 185.97.114.36 186.0.129.26 186.0.129.43 186.0.129.46 186.0.129.62 186.0.132.163 186.0.132.213 186.0.132.214 186.0.133.147 186.0.133.151 186.0.135.143 186.0.135.219 186.101.89.210 186.112.146.34 186.12.234.144 186.122.42.167 186.131.129.10 186.136.139.71 186.136.178.154 186.136.19.171 186.136.202.249 186.136.217.35 186.136.29.106 186.136.4.8 186.136.90.222 186.136.97.20 186.137.117.53 186.137.237.65 186.137.38.17 186.137.69.74 186.138.143.2 186.138.237.213 186.139.136.96 186.147.241.18 186.147.28.159 186.148.145.7 186.148.65.102 186.15.102.127 186.151.140.120 186.156.191.23 186.159.136.72 186.18.100.42 186.18.172.136 186.18.53.98 186.18.68.136 186.190.162.3 186.190.162.34 186.190.162.42 186.190.162.49 186.190.162.53 186.190.167.138 186.190.167.142 186.190.167.143 186.190.167.152 186.190.167.161 186.190.167.186 186.190.167.36 186.190.168.100 186.190.168.108 186.190.168.110 186.190.168.70 186.190.168.83 186.190.168.91 186.190.168.96 186.190.172.45 186.190.173.112 186.19.157.195 186.193.159.69 186.193.186.206 186.194.127.234 186.205.55.53 186.205.86.167 186.206.199.142 186.219.68.228 186.220.224.102 186.221.129.88 186.222.249.52 186.222.66.79 186.226.37.156 186.226.37.21 186.227.166.94 186.227.175.12 186.227.255.68 186.228.42.45 186.23.145.249 186.23.231.142 186.235.187.6 186.235.189.2 186.235.190.218 186.236.50.33 186.249.180.115 186.249.182.178 186.251.224.46 186.251.224.62 186.251.59.173 186.28.241.175 186.38.104.37 186.38.16.61 186.46.24.70 186.56.59.138 186.56.60.69 186.56.66.216 186.56.66.231 186.64.67.18 186.64.67.25 186.64.67.58 186.64.67.59 186.64.72.238 186.64.76.172 186.64.87.28 186.64.89.157 186.65.111.124 186.67.204.132 186.67.238.165 186.67.246.87 186.68.45.82 186.73.137.149 186.73.137.66 186.73.190.15 186.73.22.42 186.73.241.142 186.74.114.19 186.74.212.52 186.74.80.11 186.74.80.31 186.75.60.135 186.75.61.10 186.86.119.205 186.86.249.77 186.90.178.253 186.94.250.138 187.103.173.58 187.104.3.228 187.107.168.66 187.107.200.161 187.109.253.199 187.109.5.126 187.111.90.238 187.112.193.38 187.113.131.209 187.115.165.204 187.120.176.42 187.12.45.130 187.122.205.65 187.125.106.34 187.131.152.242 187.141.143.180 187.149.5.1 187.149.94.54 187.152.236.216 187.16.231.221 187.161.32.28 187.162.108.40 187.162.150.116 187.162.245.40 187.163.97.114 187.172.252.200 187.176.240.176 187.177.80.159 187.178.136.110 187.180.16.56 187.180.19.122 187.180.217.106 187.18.185.69 187.189.48.36 187.20.174.167 187.20.214.45 187.2.174.41 187.205.180.8 187.209.35.103 187.22.100.117 187.22.179.158 187.22.227.111 187.23.209.22 187.245.193.208 187.255.180.3 187.28.38.12 187.28.38.198 187.3.96.43 187.33.244.255 187.35.134.143 187.35.145.85 187.37.16.134 187.37.207.22 187.37.71.181 187.38.167.176 187.38.173.126 187.38.254.248 187.38.42.176 187.39.103.127 187.39.23.179 187.39.38.217 187.39.64.124 187.4.61.170 187.45.102.228 187.5.200.106 187.59.245.174 187.60.188.138 187.60.214.22 187.60.234.229 187.60.234.230 187.60.247.176 187.63.222.3 187.65.10.69 187.65.19.216 187.65.98.215 187.66.1.172 187.66.145.187 187.67.232.58 187.7.213.54 187.73.228.8 187.73.56.22 187.74.48.235 187.75.165.114 187.76.191.154 187.84.128.14 187.84.134.110 187.84.139.83 187.86.147.166 187.86.83.132 187.94.243.8 187.95.85.172 187.95.90.27 188.115.130.137 188.115.143.154 188.115.183.84 188.117.148.178 188.120.241.234 188.120.243.30 188.126.73.107 188.137.98.155 188.138.1.25 188.138.129.205 188.138.167.144 188.138.176.212 188.138.211.143 188.138.246.40 188.138.249.165 188.158.180.66 188.165.240.168 188.166.10.30 188.166.30.241 188.166.32.125 188.166.34.51 188.166.56.90 188.169.149.13 188.169.149.152 188.169.2.149 188.169.2.153 188.169.2.167 188.169.2.2 188.169.2.211 188.169.22.110 188.169.22.137 188.169.22.143 188.169.22.170 188.169.22.177 188.169.2.218 188.169.22.181 188.169.2.22 188.169.22.212 188.169.22.222 188.169.22.232 188.169.22.239 188.169.2.225 188.169.22.32 188.169.2.253 188.169.44.190 188.170.228.180 188.17.10.152 188.17.16.74 188.17.25.117 188.173.112.53 188.173.20.196 188.18.54.236 188.18.55.74 188.190.222.141 188.190.223.136 188.190.223.72 188.19.12.12 188.19.136.157 188.19.136.83 188.19.14.232 188.19.204.88 188.19.213.196 188.19.217.45 188.195.166.85 188.208.18.191 188.209.218.139 188.210.224.201 188.213.143.41 188.213.212.104 188.215.118.201 188.226.129.74 188.226.177.231 188.226.182.117 188.226.184.42 188.226.184.43 188.226.243.226 188.230.233.44 188.231.149.21 188.239.192.58 188.246.133.81 188.252.104.99 188.253.44.156 188.254.159.207 188.26.101.241 188.26.104.136 188.26.116.97 188.26.125.154 188.26.3.138 188.26.99.120 188.27.230.73 188.27.235.76 188.34.104.12 188.36.243.226 188.43.20.113 188.44.120.127 188.65.235.104 188.68.178.240 188.68.178.244 188.68.201.115 188.69.231.79 188.75.136.10 188.85.233.194 188.85.27.107 188.85.73.149 188.93.238.177 189.100.206.59 189.100.72.151 189.101.161.253 189.101.254.54 189.111.218.253 189.112.109.185 189.120.23.17 189.12.124.105 189.122.11.54 189.122.30.246 189.122.46.60 189.122.56.215 189.123.70.242 189.124.17.154 189.126.190.96 189.127.32.194 189.127.34.110 189.135.154.143 189.147.240.183 189.153.47.175 189.154.137.163 189.155.113.238 189.155.230.99 189.155.74.80 189.156.185.243 189.165.105.75 189.17.37.115 189.180.91.194 189.189.213.80 189.190.152.7 189.205.41.11 189.207.136.182 189.207.63.207 189.208.26.98 189.219.71.152 189.224.239.244 189.228.2.132 189.234.20.1 189.236.94.201 189.237.133.241 189.238.0.207 189.243.176.29 189.26.145.226 189.29.107.1 189.3.148.94 189.3.20.99 189.33.105.16 189.33.23.123 189.33.49.253 189.35.214.10 189.38.250.8 189.39.125.166 189.4.163.78 189.4.186.34 189.4.97.9 189.41.143.170 189.45.122.203 189.47.91.252 189.5.139.236 189.52.48.243 189.54.194.125 189.58.110.95 189.59.8.107 189.59.8.121 189.6.44.89 189.61.209.84 189.62.190.137 189.63.112.81 189.63.246.19 189.70.185.8 189.7.153.83 189.75.115.240 189.8.94.210 189.83.65.217 189.89.155.19 189.89.155.20 189.90.29.102 190.101.128.69 190.101.15.91 190.104.67.174 190.105.6.49 190.106.122.25 190.106.127.198 190.106.127.201 190.107.240.250 190.109.211.116 190.109.211.117 190.109.65.145 190.110.33.90 190.11.143.32 190.11.198.144 190.11.198.149 190.11.198.175 190.11.200.165 190.11.200.166 190.11.201.217 190.11.201.221 190.11.201.227 190.11.202.87 190.11.205.90 190.11.225.254 190.11.36.187 190.11.42.3 190.11.43.3 190.11.49.46 190.11.57.10 190.11.60.121 190.11.60.201 190.11.62.178 190.112.232.207 190.116.50.25 190.121.16.110 190.122.102.162 190.122.129.71 190.122.129.78 190.122.129.90 190.122.130.89 190.122.138.66 190.122.141.150 190.122.141.153 190.122.141.171 190.124.162.186 190.128.117.60 190.128.123.71 190.128.13.129 190.128.22.233 190.128.23.155 190.128.23.191 190.128.23.75 190.128.25.147 190.128.25.179 190.128.29.89 190.128.82.206 190.131.210.235 190.141.185.23 190.142.144.121 190.144.109.83 190.146.247.36 190.147.155.112 190.15.193.144 190.15.200.10 190.151.119.227 190.151.200.152 190.151.200.82 190.151.202.141 190.151.205.161 190.153.230.38 190.153.55.182 190.160.123.128 190.16.240.194 190.163.106.20 190.164.177.207 190.164.79.13 190.165.161.41 190.165.165.167 190.165.166.139 190.165.189.199 190.165.190.213 190.17.174.114 190.17.175.145 190.17.190.88 190.17.22.201 190.17.244.138 190.17.255.65 190.171.202.19 190.171.220.70 190.171.221.170 190.171.226.25 190.179.36.59 190.180.0.36 190.180.0.93 190.180.107.156 190.180.108.215 190.180.108.78 190.180.111.79 190.180.126.9 190.180.66.188 190.180.85.6 190.18.150.15 190.18.2.89 190.181.4.190 190.181.87.138 190.186.165.198 190.186.165.243 190.186.177.238 190.186.1.83 190.186.194.60 190.186.221.113 190.186.69.219 190.188.192.128 190.188.196.232 190.188.198.42 190.188.212.220 190.189.107.185 190.189.191.42 190.189.212.199 190.189.23.221 190.189.55.10 190.190.48.48 190.19.103.182 190.19.106.52 190.19.228.115 190.19.49.250 190.191.112.25 190.191.12.56 190.191.138.200 190.191.178.66 190.191.189.122 190.191.214.172 190.191.241.37 190.191.87.70 190.191.92.144 190.191.9.34 190.192.135.230 190.192.136.119 190.192.181.105 190.192.197.144 190.192.53.119 190.192.73.15 190.192.92.69 190.193.105.22 190.193.222.205 190.194.6.168 190.195.161.94 190.195.215.93 190.2.36.155 190.202.52.6 190.203.80.178 190.210.142.45 190.210.182.218 190.210.215.175 190.210.216.36 190.210.235.80 190.210.50.253 190.211.129.10 190.211.129.13 190.211.129.19 190.211.129.21 190.211.129.22 190.211.129.58 190.211.194.203 190.211.3.215 190.211.7.190 190.214.8.34 190.215.254.29 190.216.224.86 190.217.1.19 190.217.221.148 190.217.5.185 190.218.134.74 190.223.56.109 190.244.117.19 190.244.135.20 190.244.232.219 190.244.8.222 190.244.95.90 190.245.163.39 190.245.185.190 190.246.0.199 190.246.37.34 190.247.137.56 190.247.226.51 190.247.96.4 190.249.105.88 190.249.110.199 190.249.112.129 190.249.114.50 190.249.115.208 190.249.115.70 190.249.116.141 190.249.116.99 190.249.117.108 190.249.117.151 190.249.117.171 190.249.118.198 190.249.118.20 190.249.119.139 190.249.119.156 190.249.119.66 190.249.122.196 190.249.122.92 190.249.123.200 190.249.124.102 190.249.126.218 190.249.126.53 190.249.127.115 190.249.127.98 190.249.139.126 190.249.140.204 190.249.140.224 190.249.143.124 190.249.149.184 190.249.153.82 190.249.154.160 190.249.155.142 190.249.156.120 190.249.162.238 190.249.163.230 190.249.173.238 190.249.184.240 190.249.188.18 190.249.189.200 190.249.195.202 190.249.196.36 190.249.196.74 190.249.197.170 190.249.197.56 190.249.199.106 190.249.200.114 190.249.201.143 190.249.201.150 190.249.202.115 190.249.204.239 190.249.206.101 190.249.206.142 190.249.206.36 190.249.207.147 190.249.208.23 190.249.210.199 190.249.211.135 190.249.215.170 190.249.216.229 190.249.223.123 190.249.231.45 190.28.122.195 190.28.72.166 190.28.76.235 190.28.76.38 190.29.102.117 190.29.10.55 190.29.111.105 190.29.113.92 190.29.115.54 190.29.117.26 190.29.17.59 190.29.19.150 190.29.27.35 190.29.5.185 190.32.101.61 190.32.107.83 190.32.191.85 190.32.194.126 190.32.207.12 190.32.54.3 190.33.70.30 190.33.83.143 190.33.83.147 190.34.158.250 190.34.2.72 190.34.2.8 190.34.53.105 190.35.109.76 190.35.187.243 190.35.45.137 190.35.76.49 190.39.151.9 190.40.129.13 190.40.149.179 190.44.94.234 190.45.219.221 190.45.33.187 190.46.115.217 190.46.17.204 190.47.145.142 190.47.194.14 190.47.45.119 190.5.93.225 190.51.213.214 190.54.22.67 190.54.28.68 190.58.54.191 190.58.78.9 190.6.18.253 190.6.62.30 190.6.63.122 190.61.31.105 190.7.20.187 190.72.148.194 190.72.227.177 190.77.187.114 190.77.35.190 190.82.66.210 190.85.116.60 190.85.51.27 190.85.83.195 190.90.36.60 190.92.71.74 190.94.83.61 190.96.118.67 190.97.2.30 190.97.47.152 190.99.95.245 191.101.167.235 191.101.167.250 191.101.167.251 191.101.167.7 191.101.167.73 191.101.167.99 191.102.120.90 191.109.145.197 191.176.106.105 191.180.27.128 191.180.36.156 191.181.120.64 191.181.50.73 191.182.54.19 191.188.33.238 191.188.62.81 191.189.48.86 191.189.65.22 191.209.114.64 191.209.114.65 191.209.63.171 191.241.55.253 191.243.48.139 191.248.152.126 191.249.132.162 191.249.225.233 191.32.139.140 191.33.180.215 191.34.79.28 191.5.125.98 191.5.46.1 191.53.1.7 191.6.16.26 191.7.81.235 191.8.125.49 191.8.80.156 191.85.131.218 191.85.132.103 191.85.133.210 191.85.135.160 191.85.137.124 191.85.138.204 191.85.140.144 191.85.143.156 191.85.144.16 191.85.145.160 191.85.145.179 191.85.146.128 191.85.146.235 191.85.146.76 191.85.146.83 191.85.147.62 191.85.150.208 191.85.152.7 191.85.154.141 191.85.156.67 191.85.159.145 191.85.159.85 191.85.163.119 191.85.164.115 191.85.171.37 191.85.172.195 191.85.173.181 191.85.174.238 191.85.176.61 191.85.178.195 191.85.178.67 191.85.178.82 191.85.184.207 191.85.187.93 191.85.191.91 191.96.249.12 191.96.249.131 191.96.249.173 191.96.249.189 191.96.249.68 191.98.64.109 191.98.71.147 191.98.73.14 191.98.75.164 191.98.75.88 191.98.76.170 191.98.78.166 191.98.79.190 192.0.175.49 192.0.212.251 192.140.252.238 192.140.253.193 192.154.252.84 192.159.172.68 192.162.101.180 192.162.155.68 192.162.25.89 192.186.163.42 192.187.102.50 192.223.76.218 192.241.160.101 192.241.166.249 192.241.197.224 192.241.203.59 192.241.216.57 192.241.228.106 192.241.241.124 192.241.241.50 192.3.178.226 192.3.8.106 192.40.95.17 192.40.95.27 192.47.157.244 192.99.132.6 192.99.35.116 193.0.196.53 193.105.134.101 193.107.170.142 193.107.9.59 193.107.96.21 193.110.113.68 193.125.105.135 193.125.162.171 193.150.84.131 193.151.80.157 193.151.96.74 193.161.87.38 193.193.71.38 193.194.64.114 193.200.32.236 193.201.224.109 193.201.224.209 193.201.224.241 193.203.59.196 193.223.98.249 193.238.38.49 193.238.38.94 193.239.36.177 193.248.182.69 193.251.20.52 193.251.31.7 193.253.245.189 193.27.208.21 193.53.83.218 193.77.143.254 193.77.70.154 193.8.246.144 193.86.244.51 193.93.230.233 194.110.220.144 194.116.195.98 194.12.83.133 194.132.237.47 194.135.7.82 194.186.247.202 194.186.51.235 194.187.251.184 194.190.169.113 194.190.82.178 194.213.121.123 194.213.122.146 194.224.155.250 194.242.98.194 194.246.105.131 194.246.105.164 194.246.105.193 194.246.105.36 194.29.62.216 194.31.40.239 194.42.119.18 194.44.203.180 194.44.216.76 194.44.239.252 194.44.65.229 194.44.77.182 194.54.87.151 194.54.87.152 194.73.180.109 194.74.181.123 194.8.145.56 194.84.50.130 194.87.191.42 195.117.124.193 195.135.228.216 195.136.206.230 195.138.92.45 195.140.213.10 195.149.108.44 195.149.108.47 195.150.57.22 195.154.169.166 195.154.180.60 195.154.189.200 195.154.194.42 195.154.221.150 195.154.222.113 195.154.225.213 195.154.230.48 195.154.232.246 195.154.233.232 195.154.236.177 195.154.241.205 195.154.243.75 195.154.37.186 195.154.39.11 195.154.39.146 195.154.41.86 195.154.47.181 195.154.47.48 195.154.48.31 195.154.53.13 195.154.53.9 195.154.61.53 195.154.63.143 195.162.168.115 195.182.22.223 195.189.137.55 195.189.17.154 195.190.102.75 195.2.253.27 195.211.101.148 195.218.156.134 195.22.125.96 195.22.126.145 195.225.254.36 195.230.141.233 195.234.21.124 195.238.85.176 195.26.204.198 195.3.144.113 195.3.146.96 195.34.206.149 195.5.18.121 195.5.26.78 195.54.176.59 195.62.129.222 195.67.216.5 195.68.111.242 195.68.203.12 195.72.145.211 195.9.1.30 195.9.242.98 195.9.27.162 195.95.232.187 196.14.219.202 196.20.45.54 196.202.154.180 196.202.55.220 196.202.93.190 196.203.53.78 196.203.7.100 196.203.77.196 196.203.89.113 196.207.65.6 196.210.81.78 196.221.165.139 196.36.178.150 196.47.173.28 196.52.43.51 196.52.43.52 196.52.43.54 196.52.43.55 196.52.43.56 196.52.43.57 196.52.43.58 196.52.43.59 196.52.43.60 196.52.43.61 196.52.43.62 196.52.43.63 196.52.43.64 196.52.43.65 196.52.43.66 196.52.43.67 196.54.55.38 197.136.228.21 197.148.35.134 197.199.242.11 197.199.242.8 197.199.246.231 197.199.252.220 197.211.238.149 197.232.55.235 197.248.116.202 197.248.141.194 197.248.160.182 197.248.161.10 197.248.177.34 197.248.194.234 197.249.21.174 197.249.81.216 197.249.83.106 197.249.86.48 197.251.5.155 197.255.254.66 197.27.17.180 197.27.93.252 197.44.136.232 197.44.155.78 197.44.162.202 197.44.186.164 197.44.46.96 197.44.81.112 197.45.0.28 197.45.132.194 197.45.156.190 197.45.161.153 197.45.167.225 197.45.169.92 197.45.173.93 197.45.219.214 197.45.28.101 197.45.38.234 197.50.133.47 197.50.209.28 197.50.25.179 197.50.29.139 197.51.154.33 197.51.56.22 197.85.7.175 197.89.234.196 198.12.69.86 198.12.88.86 198.12.96.137 198.143.133.155 198.144.40.239 198.153.90.140 198.154.102.249 198.20.101.156 198.20.69.74 198.20.69.98 198.20.70.114 198.20.87.98 198.20.99.130 198.207.25.20 198.23.140.122 198.23.211.62 198.55.103.108 198.57.174.184 198.57.211.223 198.72.214.152 198.98.51.123 199.168.99.114 199.180.113.18 199.36.73.122 199.47.50.93 199.48.164.165 199.59.113.142 199.66.118.28 200.116.108.104 200.116.114.41 200.116.114.9 200.119.200.243 200.119.201.66 200.119.209.254 200.122.224.51 200.124.5.69 200.126.164.92 200.126.239.49 200.127.0.226 200.127.251.226 200.141.130.132 200.141.130.134 200.141.213.202 200.148.49.63 200.150.108.253 200.150.168.6 200.161.195.179 200.164.239.163 200.164.239.164 200.167.2.164 200.168.20.221 200.171.118.143 200.175.44.46 200.180.159.11 200.180.159.18 200.188.138.229 200.2.100.13 200.2.100.28 200.2.100.75 200.201.199.82 200.202.229.142 200.204.163.158 200.204.166.143 200.205.55.109 200.207.142.38 200.207.95.91 200.216.254.234 200.216.73.66 200.217.162.38 200.237.158.95 200.24.255.37 200.24.41.143 200.27.129.14 200.27.185.42 200.27.233.44 200.31.163.75 200.45.237.157 200.48.108.185 200.49.61.54 200.53.19.43 200.54.166.99 200.55.25.114 200.55.251.80 200.58.182.77 200.58.203.38 200.58.74.53 200.58.78.83 200.68.123.28 200.68.2.10 200.7.122.30 200.7.177.67 200.7.178.235 200.7.181.206 200.7.183.177 200.73.13.14 200.75.11.163 200.75.3.84 200.75.69.141 200.75.69.34 200.75.73.97 200.75.86.45 200.84.12.146 200.85.88.114 200.85.88.118 200.85.88.120 200.85.88.123 200.85.88.24 200.85.88.5 200.85.88.74 200.85.88.75 200.85.95.157 200.87.239.125 201.122.225.127 201.124.172.212 201.127.11.231 201.127.125.226 201.130.150.120 201.131.227.7 201.139.99.126 201.143.252.3 201.149.87.178 201.158.48.14 201.161.20.220 201.17.224.148 201.172.113.59 201.172.118.71 201.172.159.130 201.172.205.66 201.173.228.116 201.173.75.178 201.175.91.62 201.177.145.193 201.177.152.50 201.177.164.198 201.18.144.90 201.18.144.94 201.18.99.218 201.181.1.160 201.182.199.197 201.184.10.11 201.184.10.166 201.184.10.184 201.184.11.109 201.184.11.203 201.184.11.232 201.184.11.26 201.184.11.50 201.184.11.73 201.184.12.42 201.184.12.80 201.184.14.222 201.184.253.91 201.184.36.7 201.184.37.158 201.184.40.104 201.184.40.153 201.184.43.160 201.184.44.79 201.184.8.175 201.184.9.128 201.184.9.251 201.184.9.40 201.19.213.56 201.191.170.88 201.191.46.209 201.192.241.179 201.192.241.180 201.197.227.227 201.200.208.30 201.20.98.254 201.204.195.114 201.206.146.162 201.206.204.133 201.207.4.22 201.208.194.85 201.209.241.99 201.21.196.33 201.212.156.15 201.213.18.67 201.213.33.132 201.213.42.46 201.216.196.25 201.220.173.127 201.220.180.103 201.222.0.23 201.222.29.215 201.225.233.16 201.226.0.9 201.226.179.19 201.227.0.6 201.227.104.29 201.227.105.12 201.227.11.60 201.227.148.8 201.227.220.23 201.231.135.198 201.231.187.196 201.231.67.172 201.232.23.204 201.232.3.127 201.232.42.15 201.232.42.99 201.232.46.83 201.232.50.42 201.232.58.100 201.232.7.239 201.232.81.240 201.232.94.166 201.232.97.156 201.235.101.235 201.236.129.91 201.236.135.155 201.236.160.43 201.236.213.102 201.236.213.240 201.236.213.45 201.236.217.220 201.236.218.173 201.236.224.113 201.236.225.43 201.236.237.132 201.236.248.226 201.236.252.60 201.239.194.202 201.240.242.34 201.245.16.104 201.246.3.162 201.251.124.195 201.251.242.245 201.251.242.5 201.251.81.107 201.253.128.71 201.33.170.162 201.37.223.62 201.37.85.111 201.40.248.42 201.40.248.43 201.40.248.44 201.40.248.46 201.40.252.2 201.40.252.3 201.44.178.179 201.53.235.7 201.57.219.114 201.6.167.77 201.6.215.176 201.67.137.251 201.69.200.178 201.75.121.116 201.75.24.185 201.75.67.72 201.77.118.29 201.78.254.55 201.80.35.65 201.81.9.237 201.90.174.83 201.91.219.213 201.93.189.20 202.100.177.147 202.100.179.141 202.100.179.188 202.100.179.218 202.10.78.86 202.101.102.203 202.101.164.131 202.101.92.16 202.101.92.3 202.102.21.85 202.102.79.156 202.103.150.253 202.103.203.88 202.103.239.232 202.105.46.170 202.106.51.66 202.107.104.119 202.107.210.50 202.107.231.233 202.109.143.110 202.109.254.170 202.110.253.130 202.111.173.157 202.111.196.13 202.113.109.8 202.114.32.244 202.118.26.101 202.120.143.122 202.121.253.13 202.122.179.69 202.122.188.3 202.124.48.212 202.124.49.78 202.124.57.21 202.124.61.234 202.125.51.232 202.126.242.127 202.126.253.20 202.126.253.29 202.126.255.165 202.126.26.136 202.133.72.124 202.133.72.184 202.134.145.112 202.134.147.85 202.134.151.61 202.134.152.99 202.134.153.146 202.134.153.148 202.134.154.183 202.134.155.102 202.134.159.135 202.134.159.158 202.134.161.248 202.134.175.216 202.134.188.125 202.134.188.22 202.137.155.18 202.137.184.220 202.137.190.118 202.137.36.35 202.137.38.46 202.137.39.242 202.137.40.213 202.137.41.1 202.137.4.162 202.137.44.116 202.137.44.12 202.137.49.120 202.137.59.110 202.137.61.115 202.140.217.82 202.141.231.22 202.142.170.142 202.143.223.130 202.147.196.26 202.148.246.177 202.148.31.10 202.151.103.61 202.151.110.117 202.151.116.99 202.151.119.74 202.151.123.36 202.151.127.178 202.151.175.6 202.151.96.161 202.157.231.142 202.157.232.240 202.158.234.120 202.158.237.210 202.162.153.79 202.162.84.224 202.162.90.236 202.162.92.59 202.163.162.44 202.163.167.51 202.163.172.92 202.163.179.210 202.164.48.108 202.164.49.235 202.165.53.38 202.168.151.128 202.169.186.209 202.169.188.170 202.169.191.32 202.169.66.237 202.169.73.111 202.170.103.240 202.170.179.117 202.170.182.120 202.171.41.100 202.171.84.95 202.171.85.198 202.171.85.34 202.173.105.192 202.173.96.105 202.173.99.131 202.174.158.58 202.175.106.202 202.175.187.74 202.177.107.157 202.177.111.24 202.177.113.216 202.177.116.107 202.177.116.26 202.177.233.230 202.177.233.58 202.177.241.72 202.177.73.79 202.177.76.89 202.177.90.197 202.178.87.20 202.178.87.71 202.178.89.182 202.179.38.137 202.179.38.201 202.179.40.191 202.179.43.138 202.179.49.160 202.179.55.66 202.179.79.97 202.182.52.170 202.183.54.51 202.191.215.2 202.195.224.41 202.195.224.43 202.197.224.60 202.199.100.213 202.199.128.123 202.201.251.140 202.202.1.34 202.202.192.243 202.203.132.249 202.205.160.128 202.205.161.240 202.205.161.84 202.206.56.253 202.212.62.158 202.212.86.175 202.213.116.4 202.213.51.33 202.213.58.160 202.213.63.87 202.215.211.80 202.216.134.107 202.216.141.131 202.216.86.149 202.216.87.191 202.216.88.200 202.216.89.54 202.217.216.19 202.220.175.32 202.220.229.213 202.220.237.14 202.220.238.60 202.220.241.62 202.220.241.98 202.220.242.174 202.220.243.120 202.220.247.57 202.220.254.65 202.220.254.98 202.222.136.205 202.224.122.202 202.224.126.199 202.224.27.99 202.224.29.44 202.225.58.167 202.226.213.92 202.227.102.24 202.227.83.84 202.227.83.87 202.231.127.148 202.231.182.36 202.232.148.96 202.239.202.55 202.241.163.216 202.255.23.71 202.28.248.43 202.29.232.155 202.3.157.151 202.32.246.33 202.43.68.71 202.43.69.81 202.46.32.36 202.47.115.181 202.47.115.65 202.47.118.96 202.47.119.175 202.47.5.16 202.51.43.222 202.53.119.108 202.53.120.143 202.55.117.124 202.55.74.17 202.56.239.108 202.56.24.254 202.56.27.234 202.56.29.89 202.56.30.4 202.56.70.207 202.56.72.72 202.58.145.50 202.59.183.101 202.60.167.74 202.60.168.190 202.60.168.200 202.61.38.55 202.62.224.40 202.62.58.81 202.62.67.254 202.70.176.222 202.70.227.143 202.70.231.114 202.70.248.211 202.70.248.243 202.70.251.129 202.70.42.90 202.71.110.60 202.71.13.166 202.71.16.114 202.71.16.2 202.71.17.179 202.71.18.187 202.71.18.38 202.71.18.66 202.71.19.211 202.71.21.154 202.71.21.47 202.71.21.52 202.71.27.230 202.71.27.96 202.71.28.207 202.71.28.29 202.71.28.57 202.71.30.51 202.71.4.121 202.71.4.192 202.71.4.69 202.71.49.162 202.71.5.103 202.71.5.124 202.71.55.153 202.71.8.86 202.71.9.229 202.72.68.10 202.75.112.179 202.75.112.66 202.75.115.190 202.75.121.81 202.75.157.93 202.75.215.247 202.76.197.104 202.76.199.116 202.76.208.106 202.76.208.76 202.76.208.80 202.76.209.181 202.76.222.158 202.76.222.38 202.77.104.22 202.78.182.207 202.79.133.148 202.79.133.47 202.79.134.238 202.79.143.125 202.80.96.189 202.80.99.175 202.8.208.179 202.8.210.48 202.8.213.176 202.8.213.63 202.8.214.68 202.8.216.10 202.8.216.129 202.8.218.242 202.84.52.125 202.84.52.221 202.84.54.110 202.84.54.229 202.84.55.87 202.84.57.158 202.84.57.37 202.84.59.160 202.84.62.27 202.86.123.90 202.86.242.63 202.86.246.55 202.88.150.115 202.88.228.221 202.88.236.198 202.89.246.165 202.89.81.73 202.90.208.24 202.90.214.129 202.90.214.22 202.91.144.125 202.91.144.80 202.91.239.252 202.91.50.123 202.91.50.21 202.91.53.153 202.91.73.156 202.93.144.35 202.94.61.238 202.95.164.49 202.95.184.47 202.95.206.19 202.95.37.53 202.96.99.99 202.97.179.126 202.97.205.78 202.98.191.213 202.98.20.238 202.98.239.73 203.104.114.41 203.104.119.156 203.104.126.251 203.104.127.233 203.109.100.82 203.109.106.166 203.109.107.74 203.109.75.207 203.109.82.225 203.109.83.154 203.109.83.63 203.109.96.176 203.110.224.100 203.110.228.173 203.112.55.17 203.114.197.129 203.114.197.203 203.114.219.190 203.115.123.98 203.124.94.37 203.127.98.194 203.128.189.107 203.128.189.67 203.128.189.97 203.129.102.142 203.130.20.206 203.132.182.86 203.133.138.145 203.133.142.234 203.133.151.184 203.133.201.100 203.133.201.165 203.133.225.137 203.133.229.37 203.133.230.75 203.133.243.99 203.136.160.88 203.136.246.224 203.139.30.63 203.140.184.254 203.140.189.118 203.140.212.115 203.140.212.35 203.140.220.249 203.140.245.64 203.141.113.1 203.141.116.101 203.141.122.106 203.146.192.16 203.154.55.197 203.158.215.23 203.158.215.24 203.158.215.25 203.160.62.218 203.163.233.201 203.163.234.178 203.163.245.216 203.163.246.177 203.165.110.224 203.165.121.163 203.165.121.39 203.165.122.222 203.165.132.182 203.165.134.41 203.165.136.75 203.165.142.64 203.165.156.227 203.165.198.150 203.165.209.138 203.165.246.135 203.165.247.168 203.165.34.175 203.165.55.123 203.167.17.66 203.168.105.36 203.171.229.165 203.171.233.199 203.174.211.139 203.174.213.69 203.177.174.189 203.180.79.100 203.186.49.26 203.187.197.177 203.187.204.145 203.187.208.47 203.187.209.64 203.188.210.131 203.188.215.111 203.189.159.210 203.189.88.2 203.190.163.125 203.19.35.67 203.192.197.23 203.192.203.244 203.192.203.246 203.192.209.111 203.192.219.132 203.192.225.111 203.192.229.109 203.192.236.254 203.194.103.251 203.195.132.28 203.195.149.105 203.195.191.64 203.195.217.169 203.196.83.179 203.197.145.247 203.202.212.208 203.205.97.186 203.210.91.67 203.211.35.194 203.212.217.146 203.212.245.141 203.213.160.189 203.213.161.208 203.213.169.123 203.213.170.90 203.213.191.133 203.217.181.228 203.219.30.236 203.222.216.220 203.222.217.91 203.222.218.155 203.222.218.44 203.222.219.195 203.223.189.118 203.228.89.101 203.232.212.55 203.76.64.209 203.76.74.212 203.80.244.154 203.81.123.61 203.81.125.189 203.81.246.57 203.86.6.90 203.86.69.132 203.88.130.98 203.88.189.6 203.89.37.34 203.90.125.156 203.91.170.64 203.91.185.253 203.92.19.155 203.95.221.194 203.95.35.84 203.95.38.69 203.95.53.107 204.116.70.201 204.152.218.49 204.16.198.95 205.144.214.162 205.209.143.189 205.209.159.13 205.209.159.15 205.209.159.19 205.209.163.137 206.191.155.176 206.221.184.180 207.107.146.109 207.127.19.45 207.171.232.124 207.189.214.203 207.191.246.13 207.232.36.69 207.239.32.235 207.251.80.202 207.38.2.190 207.38.90.242 207.99.102.202 208.100.26.228 208.102.194.72 208.126.19.180 208.180.216.33 208.67.248.59 208.74.79.42 209.114.160.108 209.126.136.2 209.126.136.3 209.126.136.4 209.126.136.5 209.126.136.6 209.126.65.134 209.141.54.240 209.150.58.78 209.153.244.28 209.222.109.218 209.235.68.34 209.92.176.105 209.92.176.11 209.92.176.114 209.92.176.14 209.92.176.24 209.92.176.34 210.1.151.49 210.1.153.13 210.1.162.149 210.1.166.193 210.1.166.253 210.1.167.135 210.1.170.79 210.1.182.100 210.111.161.7 210.117.75.5 210.12.56.60 210.121.114.199 210.13.64.18 210.131.133.9 210.132.164.26 210.134.192.50 210.134.194.59 210.134.197.67 210.134.199.109 210.134.199.138 210.134.203.107 210.134.204.226 210.136.193.165 210.138.0.66 210.138.25.95 210.138.48.217 210.138.48.60 210.138.98.104 210.139.148.219 210.139.233.249 210.14.49.181 210.14.49.254 210.14.78.146 210.141.218.74 210.141.218.81 210.141.233.174 210.143.18.140 210.143.20.98 210.143.21.167 210.143.22.105 210.143.74.11 210.146.243.56 210.147.238.205 210.147.29.189 210.147.44.168 210.147.87.248 210.156.123.232 210.156.187.88 210.156.189.249 210.156.22.128 210.156.27.35 210.157.91.169 210.157.91.251 210.157.93.120 210.157.95.196 210.158.162.53 210.158.183.19 210.158.188.11 210.16.115.207 210.16.115.22 210.16.187.178 210.16.187.29 210.16.89.105 210.161.143.6 210.163.222.204 210.165.205.119 210.165.207.77 210.168.156.237 210.170.18.85 210.171.144.191 210.171.222.93 210.171.86.81 210.172.216.10 210.172.253.120 210.18.137.13 210.18.138.25 210.18.139.187 210.18.154.152 210.18.176.76 210.187.173.170 210.194.102.204 210.194.10.249 210.194.120.20 210.194.136.94 210.194.1.5 210.194.160.142 210.194.169.103 210.194.224.191 210.194.231.154 210.194.233.107 210.194.241.129 210.194.244.4 210.194.250.99 210.194.252.223 210.194.42.45 210.194.47.254 210.194.56.170 210.194.58.52 210.194.60.198 210.194.61.23 210.194.82.87 210.194.96.217 210.197.122.25 210.198.125.121 210.20.101.196 210.20.130.18 210.20.156.226 210.20.168.234 210.20.170.160 210.20.229.29 210.20.68.58 210.20.68.99 210.2.212.79 210.2.241.154 210.2.243.236 210.2.249.106 210.201.88.192 210.201.89.96 210.201.90.92 210.203.195.149 210.203.209.20 210.203.214.27 210.206.59.124 210.209.70.177 210.209.76.223 210.21.232.62 210.212.210.86 210.212.98.241 210.219.162.18 210.219.162.51 210.219.162.66 210.22.13.11 210.227.4.200 210.227.6.109 210.228.24.116 210.235.52.10 210.235.53.199 210.235.54.154 210.235.55.183 210.235.61.7 210.236.118.228 210.242.54.21 210.250.110.234 210.251.184.154 210.251.204.139 210.251.205.126 210.251.215.100 210.251.218.76 210.252.42.157 210.253.38.60 210.255.244.150 210.255.244.62 210.255.245.167 210.255.246.183 210.255.247.192 210.255.250.176 210.255.255.40 210.255.255.55 210.3.220.34 210.37.32.11 210.38.64.152 210.4.251.102 210.41.192.78 210.41.223.253 210.51.191.164 210.56.169.68 210.56.4.98 210.74.143.29 210.76.54.148 210.79.194.204 210.79.196.104 210.79.39.184 210.79.39.219 210.79.41.97 211.10.157.219 211.101.15.60 211.103.191.196 211.103.236.196 211.103.24.10 211.103.255.6 211.107.218.145 211.112.64.103 211.112.64.21 211.112.64.24 211.112.66.72 211.116.203.27 211.120.102.144 211.120.140.243 211.120.146.215 211.120.146.50 211.120.156.162 211.120.184.197 211.120.184.77 211.120.213.31 211.124.129.211 211.124.137.238 211.124.152.158 211.124.16.139 211.124.17.66 211.124.184.35 211.124.194.220 211.124.195.115 211.124.21.47 211.124.225.19 211.124.34.198 211.124.54.94 211.124.55.117 211.124.60.141 211.124.68.30 211.124.80.90 211.125.100.6 211.125.102.215 211.125.105.121 211.125.107.247 211.125.154.158 211.125.155.222 211.125.158.228 211.125.159.106 211.125.212.252 211.125.212.57 211.125.218.16 211.125.245.241 211.125.46.17 211.125.99.231 211.127.118.70 211.13.33.101 211.132.151.1 211.133.206.43 211.133.210.139 211.133.211.113 211.133.211.55 211.135.114.222 211.135.115.188 211.135.116.205 211.135.121.206 211.135.13.60 211.135.57.13 211.135.66.35 211.135.74.191 211.135.77.205 211.136.86.67 211.137.100.98 211.137.225.110 211.137.225.4 211.139.125.142 211.140.139.212 211.140.243.2 211.14.230.117 211.14.248.38 211.141.117.141 211.141.57.49 211.141.94.133 211.142.18.100 211.143.231.120 211.143.252.170 211.144.153.35 211.149.167.117 211.149.174.253 211.149.207.179 211.149.221.14 211.149.225.87 211.149.245.197 211.149.249.181 211.149.250.162 211.149.250.78 211.150.77.91 211.15.118.201 211.15.28.43 211.15.9.10 211.154.137.69 211.154.146.34 211.155.88.131 211.157.179.205 211.159.153.21 211.159.156.90 211.172.51.204 211.178.86.37 211.19.195.48 211.19.213.187 211.19.240.237 211.19.250.28 211.19.255.248 211.197.13.38 211.198.237.139 211.198.237.141 211.198.237.142 211.198.237.152 211.198.237.153 211.198.237.154 211.198.237.155 211.198.237.156 211.198.237.158 211.200.126.134 211.206.123.18 211.212.145.228 211.214.160.56 211.215.21.219 211.22.61.229 211.223.96.85 211.226.100.187 211.228.221.91 211.229.166.79 211.229.179.131 211.229.30.238 211.233.46.76 211.235.43.16 211.235.62.59 211.236.210.235 211.238.64.40 211.238.64.44 211.238.75.68 211.24.122.201 211.245.209.233 211.245.21.58 211.25.18.168 211.25.94.206 211.34.169.249 211.37.46.52 211.54.89.94 211.67.59.1 211.67.59.29 211.7.145.33 211.7.145.96 211.71.30.67 211.75.141.141 211.75.169.23 211.75.176.99 211.81.160.1 211.85.207.204 211.92.142.35 211.95.5.226 211.99.195.137 212.0.149.85 212.109.217.182 212.115.229.97 212.117.188.60 212.118.13.8 212.129.0.31 212.129.20.218 212.129.2.249 212.129.29.44 212.129.41.33 212.129.45.120 212.129.58.30 212.129.7.167 212.129.9.202 212.142.226.124 212.156.218.175 212.164.143.51 212.164.204.15 212.164.229.84 212.174.26.17 212.179.3.57 212.181.82.41 212.186.245.130 212.191.134.36 212.220.203.72 212.220.211.145 212.220.216.223 212.220.216.49 212.224.66.189 212.225.139.211 212.230.65.107 212.230.82.114 212.230.88.16 212.236.38.43 212.236.38.44 212.236.38.45 212.237.41.66 212.252.134.70 212.253.81.95 212.3.110.134 212.34.246.5 212.42.207.114 212.47.234.165 212.47.238.232 212.52.42.240 212.55.79.108 212.55.80.71 212.55.82.146 212.55.89.190 212.55.89.216 212.55.89.220 212.55.89.246 212.56.211.254 212.66.111.227 212.68.168.31 212.83.144.172 212.83.145.185 212.83.147.42 212.83.148.53 212.83.151.119 212.83.155.57 212.83.174.146 212.87.172.103 212.90.35.9 212.92.225.165 212.92.236.152 212.92.237.245 212.92.246.134 213.105.81.202 213.108.249.139 213.109.13.197 213.111.145.11 213.111.158.145 213.111.160.159 213.112.31.52 213.125.114.11 213.136.89.104 213.136.89.67 213.138.167.26 213.14.131.224 213.14.141.121 213.14.142.112 213.14.144.134 213.14.144.70 213.14.152.219 213.14.158.200 213.14.164.43 213.14.169.133 213.14.171.117 213.14.174.118 213.14.181.21 213.14.190.97 213.142.216.42 213.150.213.20 213.153.197.234 213.158.47.166 213.159.49.31 213.163.97.101 213.163.97.102 213.163.97.103 213.163.97.104 213.163.9.90 213.165.177.201 213.172.159.171 213.179.240.106 213.195.146.176 213.197.136.178 213.22.80.145 213.231.2.184 213.231.26.111 213.231.30.18 213.231.3.36 213.231.4.41 213.231.47.206 213.231.50.167 213.231.5.12 213.231.5.35 213.234.1.230 213.240.209.233 213.240.235.110 213.248.128.148 213.251.229.86 213.251.237.27 213.27.6.156 213.30.29.190 213.32.14.77 213.46.29.140 213.5.194.113 213.65.63.247 213.79.112.106 213.8.188.100 213.91.207.199 213.91.244.120 213.97.251.4 216.105.168.10 216.107.179.21 216.14.253.53 216.158.238.186 216.158.239.226 216.160.182.58 216.172.100.167 216.172.100.179 216.172.110.182 216.195.225.252 216.218.206.100 216.218.206.101 216.218.206.102 216.218.206.103 216.218.206.104 216.218.206.105 216.218.206.106 216.218.206.107 216.218.206.108 216.218.206.109 216.218.206.111 216.218.206.112 216.218.206.113 216.218.206.114 216.218.206.115 216.218.206.116 216.218.206.117 216.218.206.118 216.218.206.119 216.218.206.120 216.218.206.121 216.218.206.122 216.218.206.123 216.218.206.124 216.218.206.125 216.218.206.126 216.218.206.66 216.218.206.67 216.218.206.68 216.218.206.69 216.218.206.70 216.218.206.71 216.218.206.72 216.218.206.73 216.218.206.74 216.218.206.75 216.218.206.76 216.218.206.77 216.218.206.78 216.218.206.79 216.218.206.80 216.218.206.81 216.218.206.82 216.218.206.83 216.218.206.84 216.218.206.85 216.218.206.86 216.218.206.87 216.218.206.88 216.218.206.89 216.218.206.90 216.218.206.91 216.218.206.92 216.218.206.93 216.218.206.94 216.218.206.95 216.218.206.96 216.218.206.97 216.218.206.98 216.218.206.99 216.231.132.44 216.67.219.231 216.67.219.254 216.75.169.98 216.75.58.86 216.75.62.8 216.80.115.84 216.8.22.96 216.8.5.67 216.98.153.227 216.98.153.228 216.98.153.229 216.98.153.230 216.98.153.231 216.98.153.232 216.98.153.233 216.98.153.234 216.98.153.235 216.98.153.236 216.98.153.237 216.98.153.238 216.98.153.239 216.98.153.240 216.98.153.241 216.98.153.242 216.98.153.243 216.98.153.244 216.98.153.245 216.98.153.246 216.98.153.247 216.98.153.248 216.98.153.249 216.98.153.250 216.98.153.251 216.98.153.252 216.98.153.253 216.98.153.254 217.12.198.101 217.128.139.198 217.128.36.30 217.13.107.18 217.131.129.5 217.133.52.152 217.145.154.211 217.160.143.122 217.165.186.188 217.165.49.201 217.182.173.112 217.182.196.153 217.182.205.91 217.196.140.14 217.199.160.190 217.209.201.28 217.211.165.26 217.218.225.21 217.219.194.74 217.23.15.77 217.23.74.95 217.27.179.105 217.29.188.76 217.61.104.146 217.61.18.106 217.61.6.153 217.61.7.223 217.65.215.207 217.67.230.76 217.77.220.217 217.77.223.118 217.79.181.152 217.79.239.52 218.0.218.77 218.106.146.195 218.108.98.174 218.110.236.210 218.110.57.252 218.115.184.7 218.13.14.26 218.157.2.114 218.159.78.194 218.16.215.238 218.161.100.42 218.161.18.39 218.161.34.4 218.161.53.189 218.17.246.223 218.17.61.30 218.18.152.89 218.186.92.65 218.198.56.210 218.200.6.146 218.2.0.133 218.2.106.237 218.201.50.194 218.203.114.159 218.203.114.160 218.204.130.238 218.204.77.202 218.205.116.62 218.205.119.50 218.205.146.130 218.205.187.230 218.206.197.234 218.206.227.194 218.207.144.74 218.207.180.137 218.207.200.172 218.207.217.134 218.21.3.90 218.21.39.238 218.216.162.14 218.216.164.238 218.216.175.69 218.216.198.173 218.216.223.153 218.216.246.190 218.219.26.163 218.219.29.183 218.219.30.176 218.219.46.21 218.219.47.33 218.219.48.116 218.220.114.66 218.220.145.113 218.220.151.195 218.220.170.109 218.220.184.168 218.220.18.7 218.220.1.94 218.220.202.240 218.220.230.193 218.220.245.205 218.220.4.191 218.220.62.222 218.220.64.180 218.220.67.61 218.220.74.58 218.220.89.94 218.22.213.126 218.22.31.130 218.22.53.242 218.22.55.188 218.221.108.144 218.223.23.76 218.225.193.101 218.226.146.135 218.226.179.108 218.226.35.71 218.227.108.238 218.227.113.197 218.227.81.160 218.228.1.130 218.228.150.44 218.228.25.60 218.228.69.230 218.228.71.172 218.228.7.152 218.228.73.27 218.228.79.230 218.228.82.214 218.228.8.49 218.228.90.101 218.228.92.15 218.228.93.14 218.228.95.94 218.23.101.222 218.23.104.186 218.23.106.24 218.23.124.99 218.231.56.20 218.235.147.253 218.237.64.41 218.24.14.69 218.241.130.34 218.241.157.27 218.241.161.206 218.241.186.178 218.241.251.154 218.246.177.50 218.247.128.204 218.247.234.43 218.247.234.44 218.248.240.42 218.249.85.101 218.250.225.41 218.25.214.167 218.25.231.34 218.25.89.125 218.251.17.106 218.255.174.98 218.255.181.87 218.255.181.88 218.26.14.198 218.26.172.50 218.26.181.38 218.27.117.134 218.27.136.130 218.27.84.34 218.28.206.218 218.28.39.147 218.28.39.149 218.29.142.44 218.3.116.166 218.31.223.58 218.31.55.65 218.40.104.200 218.40.105.236 218.40.131.64 218.40.142.95 218.40.213.208 218.40.75.99 218.4.102.14 218.4.117.150 218.4.179.74 218.4.180.194 218.4.213.106 218.4.213.186 218.4.213.190 218.4.213.194 218.4.213.198 218.4.213.202 218.4.213.234 218.4.217.54 218.41.199.48 218.42.2.90 218.43.46.214 218.45.152.56 218.45.153.28 218.45.154.106 218.45.155.121 218.45.157.163 218.45.159.108 218.45.206.136 218.45.207.234 218.45.207.63 218.45.43.97 218.47.109.198 218.47.138.246 218.5.70.236 218.56.102.182 218.56.158.118 218.58.59.66 218.59.176.202 218.60.136.106 218.60.176.30 218.60.56.143 218.6.128.138 218.6.48.245 218.6.52.135 218.6.8.69 218.6.98.236 218.61.30.235 218.61.30.83 218.62.97.247 218.63.105.186 218.63.213.74 218.63.74.169 218.64.216.92 218.64.66.50 218.64.91.95 218.65.178.118 218.65.178.155 218.65.178.38 218.65.30.210 218.66.176.141 218.66.178.240 218.66.179.80 218.66.5.73 218.67.125.164 218.67.157.65 218.67.89.178 218.69.108.50 218.70.218.46 218.70.255.213 218.70.255.214 218.7.216.62 218.7.36.227 218.71.137.44 218.71.138.86 218.71.140.221 218.75.101.82 218.75.27.198 218.76.143.245 218.76.167.21 218.76.167.22 218.76.167.24 218.76.252.143 218.76.50.195 218.77.186.18 218.77.80.122 218.8.128.232 218.84.16.197 218.84.213.101 218.84.213.124 218.84.219.45 218.84.237.56 218.84.70.60 218.85.189.210 218.85.227.190 218.86.113.222 218.86.119.242 218.88.245.49 218.89.148.103 218.89.150.251 218.89.37.206 218.89.54.6 218.89.55.92 218.89.65.87 218.90.154.14 218.90.164.242 218.92.160.190 218.92.161.60 218.92.170.246 218.92.185.202 218.93.13.188 218.93.13.217 218.93.178.26 218.94.146.178 218.94.179.194 218.94.179.198 218.94.179.202 218.94.192.250 218.94.198.6 218.94.4.126 218.95.133.72 218.95.37.134 218.95.69.239 219.100.135.121 219.100.70.106 219.100.90.195 219.100.97.228 219.100.99.165 219.10.70.2 219.101.11.45 219.101.12.143 219.101.24.98 219.101.3.95 219.101.99.14 219.102.83.160 219.103.120.103 219.103.27.69 219.103.53.141 219.103.54.175 219.103.76.180 219.103.77.154 219.103.78.247 219.103.79.244 219.105.121.71 219.105.183.12 219.105.74.215 219.106.139.2 219.106.142.83 219.106.157.106 219.106.178.197 219.106.178.211 219.106.180.53 219.106.182.248 219.106.186.94 219.106.210.17 219.106.219.5 219.106.30.97 219.106.39.96 219.107.205.161 219.107.95.9 219.109.103.138 219.109.150.124 219.109.202.52 219.109.206.14 219.109.253.177 219.110.107.127 219.110.109.163 219.110.117.190 219.110.118.59 219.110.119.38 219.110.133.177 219.110.133.216 219.110.152.67 219.110.153.68 219.110.154.175 219.110.189.93 219.110.219.68 219.110.220.131 219.110.222.108 219.110.225.43 219.110.241.185 219.110.242.150 219.110.26.161 219.110.30.125 219.110.52.79 219.110.56.191 219.110.60.8 219.110.83.137 219.110.90.150 219.111.213.106 219.111.69.2 219.112.154.247 219.112.163.62 219.112.173.156 219.112.178.81 219.112.184.1 219.112.186.186 219.113.112.3 219.113.112.92 219.113.113.177 219.113.115.232 219.113.123.18 219.113.55.126 219.113.56.35 219.114.216.214 219.114.240.189 219.114.241.206 219.114.244.188 219.115.115.102 219.115.115.76 219.115.116.13 219.115.120.89 219.115.124.161 219.115.127.111 219.115.146.220 219.115.148.133 219.115.149.30 219.115.152.122 219.115.184.29 219.115.196.189 219.115.208.22 219.115.210.98 219.115.216.203 219.115.22.231 219.115.31.218 219.115.34.71 219.115.38.138 219.115.50.62 219.115.54.4 219.115.71.69 219.115.78.32 219.116.109.166 219.116.126.39 219.116.87.229 219.117.124.196 219.117.165.28 219.117.84.240 219.117.8.91 219.118.121.21 219.118.123.149 219.118.134.81 219.118.137.106 219.118.137.56 219.118.141.75 219.118.143.114 219.118.147.206 219.118.150.51 219.118.152.170 219.121.142.253 219.121.50.2 219.122.102.114 219.122.134.233 219.122.23.100 219.122.26.44 219.122.26.6 219.122.31.104 219.122.87.123 219.122.91.45 219.124.15.221 219.124.156.178 219.124.157.219 219.124.197.252 219.124.199.226 219.124.200.227 219.124.209.137 219.124.214.137 219.124.214.190 219.124.215.36 219.124.228.35 219.124.5.105 219.124.5.51 219.124.9.163 219.126.191.28 219.126.44.207 219.126.64.174 219.126.71.216 219.126.73.168 219.126.80.111 219.128.125.58 219.128.254.130 219.128.255.106 219.130.112.20 219.130.55.201 219.132.205.46 219.133.31.126 219.134.129.50 219.134.163.202 219.135.195.33 219.135.97.193 219.135.97.228 219.136.22.20 219.137.116.207 219.137.182.99 219.137.226.75 219.138.150.114 219.138.78.138 219.139.160.29 219.139.191.144 219.139.191.151 219.140.68.34 219.141.203.208 219.141.204.242 219.143.2.115 219.144.222.232 219.148.37.152 219.148.72.98 219.148.83.88 219.149.53.84 219.153.42.174 219.153.65.109 219.154.108.223 219.154.52.189 219.156.160.159 219.159.103.171 219.159.103.197 219.160.226.241 219.16.168.11 219.164.225.102 219.164.68.235 219.167.185.225 219.167.3.222 219.167.46.125 219.194.96.3 219.196.12.18 219.202.56.7 219.209.164.2 219.214.84.14 219.216.72.200 219.216.73.248 219.217.90.74 219.219.219.1 219.230.75.79 219.232.165.7 219.234.135.113 219.234.136.42 219.234.5.210 219.234.5.56 219.235.80.3 219.237.254.202 219.239.227.249 219.243.24.14 219.246.95.136 219.246.95.137 219.246.95.141 219.246.95.142 219.246.95.163 219.255.132.92 219.45.28.27 219.55.16.6 219.61.240.1 219.67.232.242 219.67.64.186 219.75.134.253 219.82.222.69 219.91.136.159 219.91.137.176 219.91.142.47 219.91.152.175 219.91.152.39 219.91.154.47 219.91.159.28 219.91.188.146 219.91.202.85 219.91.204.198 219.91.211.116 219.91.211.44 219.91.222.249 219.91.242.164 219.91.251.245 219.91.253.111 219.92.38.149 219.96.179.80 219.96.28.191 219.96.57.106 219.97.53.94 219.97.9.148 219.99.15.95 219.99.17.225 219.99.229.234 219.99.23.151 219.99.238.208 219.99.24.100 219.99.242.191 219.99.244.55 219.99.28.142 219.99.28.158 219.99.30.59 220.100.216.182 220.100.31.162 220.100.40.88 220.100.41.28 220.100.75.95 220.10.124.53 220.102.187.227 220.102.25.205 220.106.150.82 220.107.29.178 220.108.109.130 220.108.110.202 220.108.155.73 220.108.232.20 220.108.3.196 220.108.44.222 220.109.141.184 220.109.232.110 220.109.247.191 220.112.200.245 220.119.58.48 220.120.207.3 220.120.221.181 220.125.180.58 220.126.178.250 220.128.119.105 220.130.153.7 220.130.81.135 220.13.12.7 220.132.105.127 220.132.186.196 220.132.246.162 220.132.69.115 220.132.69.166 220.132.88.124 220.133.250.23 220.133.58.181 220.134.181.169 220.134.223.107 220.134.223.79 220.134.52.90 220.134.8.46 220.135.169.203 220.14.28.1 220.141.117.178 220.144.48.254 220.144.59.133 220.144.8.17 220.145.169.56 220.145.36.225 220.146.146.93 220.147.137.129 220.148.155.79 220.148.40.113 220.148.70.230 220.152.111.57 220.152.12.136 220.152.15.44 220.152.17.132 220.152.26.39 220.152.80.74 220.152.81.40 220.152.88.143 220.153.103.236 220.153.105.149 220.153.68.19 220.153.69.48 220.153.69.83 220.156.200.49 220.156.202.146 220.156.207.254 220.156.216.68 220.156.220.21 220.156.231.11 220.156.233.87 220.156.234.61 220.156.235.73 220.156.236.71 220.156.237.94 220.156.241.159 220.156.246.200 220.156.248.128 220.156.92.222 220.158.161.230 220.158.204.239 220.158.41.80 220.158.64.191 220.160.117.178 220.160.4.99 220.162.112.132 220.162.237.43 220.162.98.164 220.164.161.234 220.164.162.226 220.165.174.132 220.165.9.15 220.167.54.42 220.167.79.18 220.169.108.8 220.169.248.71 220.169.63.94 220.171.34.138 220.173.235.58 220.176.152.213 220.177.100.106 220.178.172.47 220.178.38.230 220.178.71.156 220.179.241.160 220.180.176.192 220.180.223.220 220.180.223.221 220.180.92.69 220.18.12.8 220.181.159.77 220.181.179.5 220.182.3.100 220.185.67.213 220.186.169.68 220.187.68.216 220.189.238.206 220.189.255.9 220.191.194.22 220.197.207.238 220.197.223.153 220.208.122.173 220.208.149.165 220.208.156.196 220.208.158.104 220.208.160.104 220.208.163.10 220.208.166.96 220.208.170.212 220.208.174.27 220.208.184.21 220.208.236.44 220.208.244.5 220.208.244.71 220.208.245.36 220.208.33.201 220.208.37.130 220.208.44.14 220.208.44.242 220.208.51.77 220.208.57.49 220.210.246.223 220.213.146.175 220.213.150.133 220.213.213.50 220.213.215.14 220.215.129.152 220.215.173.36 220.215.176.130 220.215.177.12 220.215.196.73 220.215.209.99 220.215.226.40 220.216.119.180 220.216.14.181 220.216.38.172 220.216.60.142 220.216.71.75 220.216.72.105 220.218.162.205 220.218.224.101 220.220.18.66 220.220.234.49 220.221.133.143 220.221.24.217 220.225.117.202 220.225.33.17 220.231.90.220 220.246.35.90 220.246.8.178 220.247.185.113 220.247.186.178 220.247.187.128 220.247.188.99 220.247.51.60 220.248.36.55 220.249.16.34 220.250.43.7 220.254.100.121 220.254.133.8 220.254.161.71 220.254.163.169 220.254.172.134 220.254.177.72 220.254.186.145 220.254.187.236 220.254.191.59 220.254.210.89 220.254.211.187 220.254.212.96 220.41.164.4 220.71.157.250 220.79.182.115 220.79.66.89 220.80.236.27 220.84.249.108 220.93.107.98 220.99.227.178 221.0.194.23 221.10.112.130 221.1.106.115 221.1.149.152 221.1.251.184 221.106.16.5 221.11.163.27 221.112.228.122 221.112.234.222 221.112.80.51 221.112.87.108 221.115.46.197 221.117.89.53 221.118.10.86 221.118.4.56 221.118.76.58 221.118.8.130 221.118.86.76 221.120.201.161 221.121.211.192 221.121.219.152 221.121.226.245 221.121.255.101 221.121.255.13 221.122.101.21 221.122.102.213 221.122.60.55 221.123.137.123 221.124.15.222 221.124.77.49 221.130.79.67 221.132.144.93 221.132.159.206 221.132.186.116 221.133.113.149 221.133.115.115 221.133.115.130 221.133.118.162 221.133.119.11 221.133.122.116 221.133.77.107 221.133.79.42 221.133.84.68 221.133.85.2 221.133.96.42 221.141.67.244 221.147.93.176 221.151.77.207 221.157.199.219 221.166.154.231 221.170.120.219 221.173.128.199 221.176.153.147 221.176.188.90 221.176.202.239 221.176.223.194 221.178.150.62 221.181.46.240 221.182.0.222 221.182.220.226 221.182.236.2 221.182.236.8 221.182.96.207 221.189.35.120 221.189.93.148 221.192.202.28 221.193.195.51 221.194.2.108 221.194.44.216 221.194.44.224 221.195.128.26 221.195.25.125 221.195.45.19 221.195.58.226 221.195.60.164 221.196.53.93 221.198.150.106 221.2.101.235 221.2.169.194 221.2.74.10 221.203.116.166 221.203.162.6 221.203.19.192 221.203.33.183 221.203.78.182 221.203.80.70 221.203.98.8 221.204.232.87 221.206.194.82 221.208.136.170 221.213.54.67 221.213.54.70 221.213.54.71 221.213.54.76 221.213.80.94 221.214.182.100 221.214.183.173 221.214.210.42 221.214.218.151 221.214.54.122 221.215.160.138 221.215.74.187 221.215.83.162 221.216.40.31 221.220.20.112 221.221.86.61 221.224.122.162 221.224.136.6 221.224.184.162 221.224.198.138 221.224.29.92 221.224.63.166 221.224.7.122 221.224.82.54 221.225.118.16 221.226.103.46 221.226.15.70 221.226.15.79 221.226.15.81 221.226.15.89 221.226.226.129 221.226.226.132 221.226.226.134 221.226.226.135 221.226.226.141 221.226.226.152 221.226.226.153 221.226.226.158 221.226.226.159 221.226.226.160 221.226.226.164 221.226.226.79 221.228.228.162 221.229.160.246 221.229.162.115 221.229.166.44 221.229.196.193 221.229.204.100 221.229.204.101 221.229.204.122 221.230.38.172 221.230.7.85 221.231.108.141 221.232.130.30 221.232.141.93 221.236.173.39 221.237.179.197 221.239.106.210 221.239.55.218 221.239.95.42 221.241.242.55 221.241.255.132 221.241.81.154 221.242.109.76 221.243.124.236 221.246.116.229 221.248.208.26 221.248.7.144 221.250.214.250 221.251.225.52 221.252.238.182 221.255.103.94 221.255.7.50 221.28.164.23 221.3.74.16 221.34.68.25 221.4.174.117 221.4.182.104 221.4.182.126 221.58.25.1 221.6.108.130 221.6.246.125 221.6.64.82 221.67.198.8 221.7.225.218 221.9.242.89 222.101.80.106 222.102.27.16 222.102.27.18 222.102.27.19 222.102.27.20 222.102.27.23 222.102.27.24 222.107.52.160 222.108.193.103 222.111.145.187 222.112.247.231 222.112.82.112 222.118.140.166 222.118.32.90 222.12.43.231 222.128.19.252 222.129.13.122 222.130.140.5 222.130.179.99 222.132.156.2 222.132.156.3 222.132.179.210 222.132.28.107 222.132.52.230 222.133.32.70 222.134.103.44 222.134.103.72 222.134.45.42 222.134.75.6 222.134.78.50 222.134.86.126 222.135.110.62 222.139.4.81 222.143.25.94 222.144.170.85 222.145.73.120 222.147.41.55 222.149.209.235 222.149.49.166 222.150.16.61 222.150.203.182 222.150.243.228 222.150.45.101 222.150.48.117 222.150.89.25 222.150.95.43 222.151.52.212 222.151.58.179 222.160.124.100 222.160.158.14 222.161.215.5 222.161.223.54 222.161.63.211 222.163.128.126 222.168.134.230 222.168.64.30 222.168.90.173 222.170.210.31 222.170.218.107 222.171.207.92 222.171.49.157 222.171.50.210 222.171.95.56 222.172.221.54 222.172.224.92 222.172.23.141 222.173.109.110 222.173.157.38 222.173.214.50 222.173.253.122 222.173.42.245 222.174.243.134 222.174.253.59 222.175.59.154 222.178.10.238 222.178.133.185 222.178.220.252 222.179.210.38 222.180.73.113 222.184.110.241 222.184.237.178 222.184.35.55 222.184.35.6 222.184.35.64 222.184.56.249 222.185.122.46 222.185.208.124 222.185.236.154 222.186.103.200 222.186.11.117 222.186.11.9 222.186.129.104 222.186.129.120 222.186.129.68 222.186.172.46 222.186.190.122 222.186.193.132 222.186.21.139 222.186.217.109 222.186.218.241 222.186.227.17 222.186.42.123 222.186.48.173 222.186.50.187 222.186.52.202 222.186.52.218 222.186.57.66 222.186.57.68 222.186.58.108 222.186.58.130 222.186.59.131 222.186.59.143 222.186.59.216 222.186.59.245 222.187.25.6 222.187.46.190 222.188.0.229 222.188.0.245 222.188.110.158 222.188.1.20 222.188.98.41 222.188.98.42 222.188.98.43 222.190.107.162 222.190.146.22 222.191.251.225 222.196.36.22 222.198.128.214 222.209.200.74 222.21.32.136 222.211.83.21 222.215.17.75 222.216.231.42 222.217.145.148 222.217.220.230 222.217.224.69 222.218.210.111 222.219.96.164 222.221.162.171 222.222.216.166 222.222.45.57 222.222.49.82 222.222.64.194 222.223.118.93 222.223.125.68 222.223.187.187 222.223.189.4 222.223.198.70 222.223.227.234 222.225.10.18 222.225.13.185 222.225.15.151 222.225.16.217 222.225.21.226 222.225.21.37 222.225.21.50 222.225.22.87 222.225.22.92 222.225.29.172 222.225.4.214 222.229.100.22 222.229.104.12 222.229.105.32 222.229.115.4 222.229.124.82 222.229.125.165 222.229.97.43 222.229.99.167 222.237.79.43 222.239.117.35 222.240.143.100 222.240.222.92 222.241.161.187 222.247.57.142 222.247.58.230 222.255.175.100 222.255.175.139 222.255.175.97 222.32.3.144 222.32.88.51 222.32.88.53 222.33.192.68 222.33.81.68 222.36.5.13 222.42.120.162 222.42.12.6 222.43.28.39 222.45.101.172 222.45.250.155 222.45.250.241 222.46.32.59 222.51.248.53 222.55.15.57 222.59.134.23 222.59.189.124 222.60.190.133 222.69.92.24 222.73.129.75 222.73.136.252 222.73.139.109 222.73.22.117 222.73.42.100 222.74.238.66 222.74.240.146 222.77.97.121 222.78.191.70 222.78.241.171 222.78.254.172 222.79.8.90 222.80.157.134 222.80.72.46 222.81.68.111 222.82.194.135 222.82.234.130 222.82.243.5 222.82.30.56 222.82.7.175 222.83.75.94 222.85.144.45 222.85.146.16 222.85.71.242 222.86.159.214 222.86.201.247 222.88.152.96 222.88.233.250 222.89.155.166 222.89.218.3 222.89.229.135 222.89.229.212 222.89.241.106 222.90.83.42 222.92.117.246 222.92.122.146 222.92.144.50 222.92.166.170 222.92.20.155 222.92.203.222 222.92.228.230 222.92.46.170 222.92.6.163 222.92.7.250 222.92.88.242 222.93.148.55 222.93.240.253 222.95.80.137 222.96.190.71 222.99.1.47 223.100.152.102 223.100.49.105 223.112.0.83 223.112.75.140 223.112.89.58 223.132.81.200 223.133.155.20 223.133.189.75 223.133.224.116 223.134.230.53 223.134.65.69 223.135.64.239 223.153.246.233 223.165.40.59 223.165.50.174 223.165.86.200 223.166.206.60 223.166.80.67 223.17.194.195 223.197.227.41 223.202.134.6 223.202.134.7 223.204.133.13 223.204.17.67 223.204.203.223 223.207.129.171 223.215.167.106 223.216.234.49 223.217.133.97 223.217.166.122 223.217.206.105 223.217.228.177 223.217.23.197 223.217.68.235 223.217.74.234 223.217.88.205 223.218.110.48 223.218.115.167 223.219.43.94 223.219.96.206 223.223.133.40 223.223.134.229 223.223.158.118 223.223.158.46 223.223.159.138 223.223.159.66 223.223.18.251 223.223.194.210 223.223.198.162 223.223.202.201 223.223.21.136 223.223.48.12 223.223.50.81 223.241.102.213 223.241.214.39 223.241.225.196 223.241.240.187 223.245.227.150 223.245.4.206 223.247.37.179 223.255.244.2 223.27.113.141 223.27.72.224 223.27.72.92 223.27.75.102 223.27.75.125 223.27.79.172 223.29.179.69 223.29.184.47 223.29.195.46 223.29.246.137 223.29.247.155 223.30.221.158 223.31.189.62 223.67.65.61 223.68.134.29 223.68.169.142 223.68.192.213 223.68.210.153 223.72.230.8 223.94.70.89 223.95.73.134 223.97.3.130 223.99.13.197 223.99.201.194 prelude-correlator-4.1.1/rules/dshield.dat0000664000175000017500000163107213211634767022217 0ustar tandrejatandreja00000000000000# ipsascii.html # DO NOT USE AS BLOCKLIST # you may obtain longer/shorter lists by adding '?limit=1234' to the URL # "1234" is the number of IPs returned. You can specify a number between 10 # and 10,000. # NOTE: Please use your API instead. See https://isc.sans.edu/api # # IMPORTANT: Include your e-mail address in the user agent if you are using # a script to access this page. # # created: Wed, 06 Dec 2017 00:35:36 +0000 # Date in GMT. YYYY-MM-DD format. 184.014.174.078 1294303 31957 2017-11-03 2017-12-05 173.015.214.244 1063968 15707 2017-11-15 2017-12-05 173.165.189.194 1067189 15507 2017-11-19 2017-12-05 191.101.167.235 1009809 13270 2017-11-05 2017-12-05 077.072.082.080 1004548 12819 2017-11-09 2017-12-05 024.098.011.201 671136 11835 2017-11-01 2017-11-23 191.101.167.077 539787 10782 2017-10-23 2017-12-05 060.191.040.197 59394 10660 2017-10-28 2017-12-05 216.158.238.186 303731 9867 2017-10-25 2017-12-05 095.215.001.037 577339 9638 2017-11-15 2017-12-05 077.072.082.158 381833 9491 2017-11-22 2017-12-05 185.094.111.001 230078 9467 2017-11-19 2017-12-05 077.072.082.147 599679 9307 2017-11-20 2017-12-05 129.250.206.086 35145 9197 2017-11-15 2017-12-05 024.125.089.215 438213 8934 2017-11-23 2017-12-05 181.214.087.012 215515 8780 2017-11-20 2017-12-05 181.214.087.239 213002 8630 2017-11-11 2017-12-05 005.188.010.108 176183 8586 2017-11-19 2017-12-05 077.072.085.010 204131 8441 2017-11-12 2017-12-05 074.125.094.099 49284 8433 2017-10-26 2017-12-05 074.125.010.010 149223 8192 2017-11-17 2017-12-05 051.015.189.030 64896 8192 2017-12-02 2017-12-03 163.172.215.046 65601 8187 2017-12-02 2017-12-05 085.093.020.248 137778 8058 2017-10-25 2017-12-05 117.034.014.184 22484 7997 2017-11-26 2017-11-26 181.214.087.006 281090 7875 2017-11-03 2017-12-05 091.247.038.067 200194 7777 2017-10-31 2017-11-23 012.006.136.153 553889 7766 2017-11-15 2017-12-04 085.093.020.062 161738 7698 2017-11-09 2017-12-05 181.214.087.011 299732 7508 2017-11-20 2017-12-05 046.017.046.077 101726 7311 2017-11-06 2017-12-05 005.008.049.072 111373 7276 2017-11-14 2017-11-19 080.082.077.139 137078 6732 2017-11-09 2017-12-05 077.072.082.222 156750 6713 2017-11-18 2017-12-05 051.015.189.153 43126 6572 2017-11-09 2017-12-04 080.082.077.033 137511 6529 2017-11-19 2017-12-05 103.078.132.003 215707 6407 2017-11-23 2017-11-30 191.101.167.099 143979 6299 2017-10-31 2017-12-04 077.072.082.145 294749 6212 2017-11-15 2017-12-05 111.006.101.015 29009 6197 2017-11-20 2017-12-05 223.252.223.019 15597 6061 2017-10-28 2017-11-21 216.158.239.226 138824 6061 2017-11-26 2017-12-05 085.093.020.247 95057 5912 2017-10-26 2017-11-28 081.150.174.129 6053 5732 2017-11-12 2017-11-29 005.188.086.039 78115 5685 2017-11-13 2017-12-05 005.188.086.049 61690 5634 2017-11-19 2017-12-05 185.070.184.089 50346 5585 2017-11-19 2017-12-04 005.188.010.103 106353 5584 2017-11-18 2017-12-05 191.101.167.251 111607 5582 2017-11-02 2017-12-05 060.191.029.020 48954 5578 2017-11-19 2017-12-03 005.188.010.242 111369 5577 2017-11-09 2017-12-05 046.029.162.020 206887 5475 2017-10-26 2017-12-01 060.191.038.077 99314 5438 2017-11-01 2017-12-05 191.101.167.250 98407 5344 2017-11-02 2017-12-05 085.093.020.243 91848 5275 2017-11-17 2017-12-05 023.227.207.153 6873 5267 2017-11-07 2017-12-03 208.100.026.228 73535 5089 2017-11-01 2017-12-05 085.093.020.245 96691 5075 2017-10-22 2017-11-24 077.072.082.012 69722 5040 2017-11-18 2017-12-05 005.188.203.023 15296 5022 2017-11-07 2017-11-23 217.019.187.171 11820 5020 2017-11-15 2017-11-29 191.101.167.246 94163 4963 2017-10-27 2017-12-05 163.172.209.160 107082 4920 2017-11-16 2017-12-04 080.068.001.225 7093 4799 2017-11-20 2017-12-05 125.212.217.214 79210 4751 2017-11-18 2017-12-05 095.181.178.182 8624 4750 2017-11-03 2017-12-05 080.082.070.133 86371 4731 2017-11-13 2017-12-05 125.212.217.215 72782 4727 2017-11-08 2017-12-05 130.211.015.150 746391 4719 2017-11-02 2017-11-20 061.012.089.018 8203 4644 2017-11-27 2017-12-05 091.247.038.068 65764 4565 2017-11-01 2017-11-23 005.188.086.140 48881 4511 2017-11-15 2017-12-05 117.239.138.178 7934 4506 2017-11-27 2017-12-05 187.216.009.013 5949 4505 2017-11-15 2017-12-02 005.188.203.030 1664670 4438 2017-11-13 2017-12-05 005.101.000.009 73096 4400 2017-11-19 2017-12-05 071.006.146.185 68317 4368 2017-11-18 2017-12-05 061.216.014.175 53101 4367 2017-11-01 2017-12-05 108.171.107.065 6004 4350 2017-11-10 2017-11-29 185.107.083.249 83821 4323 2017-11-14 2017-12-05 080.179.176.242 6500 4288 2017-10-28 2017-12-04 109.248.009.248 219799 4226 2017-11-15 2017-12-05 209.126.136.005 62884 4184 2017-11-15 2017-12-05 045.077.156.075 30563 4128 2017-11-27 2017-12-02 183.129.160.229 64494 4116 2017-11-11 2017-12-05 077.072.082.007 96463 4101 2017-10-28 2017-12-05 146.000.077.021 51036 4080 2017-11-13 2017-12-05 185.129.148.163 80255 4063 2017-10-23 2017-12-05 184.105.139.067 52213 4051 2017-11-15 2017-12-05 146.000.072.189 22531 4050 2017-11-10 2017-12-04 093.174.095.106 56118 4044 2017-11-16 2017-12-05 091.195.103.164 70880 4034 2017-11-13 2017-12-05 091.195.103.083 68474 4026 2017-11-15 2017-12-05 092.042.107.139 91184 3975 2017-11-03 2017-12-05 091.195.103.084 68850 3965 2017-11-15 2017-12-05 091.195.103.173 70268 3951 2017-11-15 2017-12-05 066.240.205.034 58307 3941 2017-11-10 2017-12-05 185.188.207.013 43883 3840 2017-11-17 2017-12-05 071.006.146.186 54125 3814 2017-11-10 2017-12-05 085.093.020.250 47256 3813 2017-11-05 2017-11-29 043.249.057.255 10623 3733 2017-11-12 2017-12-05 163.172.255.048 44900 3713 2017-11-11 2017-11-25 051.015.190.016 73505 3690 2017-10-30 2017-12-04 077.072.082.011 64089 3666 2017-11-11 2017-12-05 178.159.037.099 328702 3660 2017-11-16 2017-12-05 071.006.135.131 48628 3619 2017-11-07 2017-12-05 049.151.184.131 3624 3615 2017-11-14 2017-11-14 125.064.094.200 43519 3567 2017-11-11 2017-12-05 162.217.097.222 40283 3550 2017-12-01 2017-12-05 163.172.211.162 43878 3542 2017-11-14 2017-12-04 188.065.235.104 5321 3528 2017-11-01 2017-12-05 120.192.073.074 5360 3518 2017-11-11 2017-12-05 060.191.038.078 42601 3477 2017-11-01 2017-12-05 049.151.139.009 3462 3456 2017-11-15 2017-11-15 024.037.247.090 5230 3449 2017-11-10 2017-12-05 216.243.031.002 47778 3441 2017-10-28 2017-12-05 209.126.136.004 40147 3438 2017-11-15 2017-12-05 058.186.067.088 3534 3406 2017-11-12 2017-11-12 066.240.219.146 45952 3391 2017-11-06 2017-12-05 096.088.046.089 3660 3381 2017-11-10 2017-12-04 091.210.104.245 31217 3377 2017-11-07 2017-12-05 085.093.020.251 36432 3368 2017-11-04 2017-11-15 159.203.168.043 41605 3361 2017-11-17 2017-11-17 091.210.104.217 37138 3352 2017-11-09 2017-12-05 185.222.211.006 7377 3343 2017-11-20 2017-12-05 175.215.209.157 3468 3343 2017-11-25 2017-12-05 119.145.075.179 7227 3321 2017-11-15 2017-12-05 209.126.136.006 34880 3304 2017-11-01 2017-12-05 203.086.006.090 5682 3291 2017-11-07 2017-12-05 163.172.209.088 3599 3290 2017-11-03 2017-11-26 195.055.083.190 3388 3278 2017-11-19 2017-11-26 051.015.005.046 52438 3273 2017-11-15 2017-12-05 071.006.142.085 35019 3263 2017-11-15 2017-12-03 190.085.047.106 3339 3259 2017-11-02 2017-12-04 182.100.067.118 58759 3257 2017-11-15 2017-12-05 104.236.216.235 39036 3247 2017-11-17 2017-11-17 037.058.143.010 3235 3224 2017-11-11 2017-11-11 123.133.065.058 37226 3207 2017-10-30 2017-12-05 220.181.159.077 36214 3180 2017-10-27 2017-12-04 188.227.074.217 3564 3173 2017-11-22 2017-11-22 163.172.209.126 53544 3171 2017-11-15 2017-12-05 037.059.253.230 5319 3167 2017-10-29 2017-11-29 185.188.207.015 38343 3150 2017-10-29 2017-11-15 195.154.062.094 33008 3133 2017-11-13 2017-11-30 119.028.084.202 4248 3117 2017-11-20 2017-12-05 202.101.006.082 37910 3115 2017-11-05 2017-12-04 089.248.167.131 38570 3113 2017-11-13 2017-12-05 185.209.000.007 35817 3098 2017-11-28 2017-12-04 060.173.083.243 4973 3077 2017-10-23 2017-12-05 111.038.030.047 5526 3063 2017-11-13 2017-12-05 109.248.009.241 37284 3062 2017-11-09 2017-12-05 185.107.083.248 25635 3062 2017-11-11 2017-12-05 062.024.127.177 3112 3062 2017-11-08 2017-11-08 071.006.165.200 38157 3050 2017-10-25 2017-12-05 066.240.192.138 38700 3040 2017-11-11 2017-12-05 222.173.253.122 4538 3027 2017-10-30 2017-12-05 066.240.236.119 38121 3026 2017-11-07 2017-12-05 082.102.173.080 36367 3025 2017-11-10 2017-11-27 198.020.099.130 34810 3017 2017-10-25 2017-12-05 163.172.209.188 3315 3010 2017-11-19 2017-11-26 085.093.020.034 102716 3010 2017-10-24 2017-12-05 064.076.180.090 4022 3006 2017-11-13 2017-12-05 144.217.179.040 4150 2988 2017-11-18 2017-12-02 071.006.202.198 34025 2988 2017-10-27 2017-12-06 058.052.198.011 4473 2988 2017-11-03 2017-12-05 149.056.240.184 38199 2982 2017-11-10 2017-12-05 198.020.069.098 33571 2966 2017-11-15 2017-12-05 217.218.225.021 4353 2961 2017-10-26 2017-12-05 202.075.157.093 4608 2949 2017-11-15 2017-12-05 041.142.244.154 4190 2937 2017-11-15 2017-12-05 195.154.243.075 48715 2923 2017-10-24 2017-12-05 181.143.007.181 4148 2917 2017-10-31 2017-12-05 198.020.087.098 32498 2914 2017-11-19 2017-12-05 050.196.025.098 2977 2911 2017-11-08 2017-11-22 200.054.166.099 4270 2898 2017-10-30 2017-12-05 209.126.136.002 32652 2889 2017-11-17 2017-12-05 195.154.051.109 19871 2886 2017-10-26 2017-11-24 089.189.130.201 3904 2865 2017-11-05 2017-12-05 200.075.003.084 4157 2855 2017-11-15 2017-12-05 089.248.172.016 28878 2835 2017-11-15 2017-12-05 005.008.048.013 25983 2830 2017-10-26 2017-12-05 155.094.088.058 27485 2820 2017-11-19 2017-11-28 213.000.108.166 2875 2818 2017-11-12 2017-12-05 094.102.049.190 28239 2811 2017-11-08 2017-12-05 093.174.093.218 28445 2801 2017-11-03 2017-12-05 190.061.031.105 4003 2800 2017-11-03 2017-12-05 178.132.004.123 113101 2790 2017-12-03 2017-12-05 037.049.227.133 2859 2784 2017-11-07 2017-11-26 077.072.082.187 35183 2782 2017-11-12 2017-12-05 125.064.094.201 28509 2775 2017-11-13 2017-12-05 093.190.225.122 2816 2774 2017-11-17 2017-11-28 217.061.006.153 40580 2773 2017-11-06 2017-12-04 065.050.001.227 3964 2772 2017-11-09 2017-12-04 202.010.006.194 2795 2764 2017-11-20 2017-11-20 185.110.132.232 21079 2750 2017-11-13 2017-12-05 103.094.194.212 5447 2740 2017-11-19 2017-12-05 138.068.165.157 19495 2728 2017-10-26 2017-12-05 005.008.050.130 119180 2721 2017-10-25 2017-12-05 046.017.046.213 37485 2720 2017-11-05 2017-11-07 217.061.007.223 41777 2720 2017-11-06 2017-12-04 093.118.097.085 2727 2716 2017-11-20 2017-11-20 188.166.030.241 12599 2712 2017-11-11 2017-12-05 191.096.249.084 18439 2698 2017-11-13 2017-12-05 188.226.184.043 37526 2696 2017-11-23 2017-12-02 051.015.003.219 2766 2691 2017-11-20 2017-11-26 196.022.160.107 3262 2679 2017-10-28 2017-12-02 121.039.088.019 17789 2678 2017-10-23 2017-11-21 191.101.167.243 101364 2670 2017-10-22 2017-12-05 005.188.010.241 20445 2669 2017-10-23 2017-12-05 188.226.184.044 35228 2660 2017-11-23 2017-12-01 058.241.164.203 3811 2658 2017-10-30 2017-12-05 195.154.049.167 21737 2654 2017-10-25 2017-11-25 005.101.066.252 23667 2652 2017-10-26 2017-12-05 095.158.150.040 2911 2647 2017-11-22 2017-11-28 200.072.044.240 3848 2646 2017-11-04 2017-12-01 163.172.229.094 26472 2640 2017-11-12 2017-12-01 005.039.222.028 26939 2640 2017-11-10 2017-12-02 188.166.034.051 12744 2632 2017-11-11 2017-12-05 095.085.002.239 34568 2630 2017-11-23 2017-12-02 216.234.118.246 2797 2623 2017-12-04 2017-12-04 163.172.209.164 28102 2617 2017-11-01 2017-12-03 123.244.009.044 36367 2614 2017-11-07 2017-12-04 082.221.105.006 25578 2607 2017-11-14 2017-12-05 195.154.046.053 22972 2602 2017-10-25 2017-11-19 005.188.010.010 51042 2599 2017-11-07 2017-12-05 192.241.166.249 16503 2589 2017-11-11 2017-12-05 138.068.087.053 11073 2584 2017-11-11 2017-12-05 180.097.106.039 20270 2570 2017-11-01 2017-12-05 194.088.105.121 14767 2564 2017-11-13 2017-12-05 220.137.000.072 2623 2554 2017-11-20 2017-11-20 104.236.191.025 14842 2508 2017-11-08 2017-12-05 134.119.214.141 94593 2504 2017-11-14 2017-12-05 184.105.247.252 21232 2500 2017-11-19 2017-12-05 165.227.179.255 35270 2500 2017-11-23 2017-12-01 192.241.160.101 16547 2497 2017-11-11 2017-12-05 195.154.053.009 23046 2486 2017-10-29 2017-12-05 061.160.093.106 15811 2482 2017-10-29 2017-12-05 192.162.025.089 22387 2480 2017-11-11 2017-12-05 077.072.082.184 29655 2471 2017-11-05 2017-12-01 139.162.120.076 20169 2469 2017-11-14 2017-12-05 123.147.190.008 3766 2465 2017-10-27 2017-12-05 094.102.049.193 20330 2455 2017-10-24 2017-12-05 109.001.196.092 2456 2449 2017-11-08 2017-11-21 182.253.200.206 17331 2446 2017-11-09 2017-11-22 082.221.105.007 20610 2442 2017-11-17 2017-12-05 005.188.010.251 537859 2438 2017-11-12 2017-12-05 117.003.096.011 3585 2437 2017-10-26 2017-12-02 071.006.167.142 25471 2435 2017-11-08 2017-12-05 104.236.178.199 18579 2426 2017-11-21 2017-12-05 124.243.245.066 19909 2426 2017-11-08 2017-12-05 051.015.179.176 16983 2422 2017-12-01 2017-12-05 191.101.167.247 97312 2404 2017-10-29 2017-12-05 212.083.170.097 24075 2399 2017-11-01 2017-11-27 186.068.045.082 3592 2398 2017-11-04 2017-12-05 062.004.014.131 20077 2395 2017-11-19 2017-12-05 085.099.251.212 3828 2394 2017-11-17 2017-12-05 162.220.166.035 3664 2391 2017-11-04 2017-12-05 103.010.157.219 2476 2379 2017-11-24 2017-11-27 169.001.033.138 8116 2377 2017-10-29 2017-12-02 122.136.045.138 16189 2375 2017-11-05 2017-11-23 104.236.149.146 15855 2374 2017-11-09 2017-12-05 085.093.020.253 129317 2368 2017-11-09 2017-12-05 163.172.209.015 34694 2368 2017-11-26 2017-12-05 058.211.138.017 19995 2365 2017-10-23 2017-12-05 188.226.184.042 29947 2363 2017-11-23 2017-12-02 046.101.161.132 13928 2361 2017-11-14 2017-11-28 197.211.238.149 3136 2355 2017-10-30 2017-12-04 184.105.247.238 17322 2355 2017-10-30 2017-12-05 192.099.035.116 18768 2350 2017-10-23 2017-12-05 082.147.051.162 3745 2337 2017-11-01 2017-12-05 005.188.086.041 45318 2335 2017-11-16 2017-11-17 192.241.241.124 11574 2333 2017-11-11 2017-12-05 212.129.063.038 2484 2330 2017-11-13 2017-11-28 095.215.060.198 18110 2323 2017-11-21 2017-12-05 103.029.070.204 16573 2320 2017-10-25 2017-12-05 222.240.222.092 16970 2320 2017-10-30 2017-12-05 118.186.017.009 18005 2319 2017-11-18 2017-12-05 005.101.040.010 86221 2319 2017-11-19 2017-12-05 184.105.247.247 16798 2311 2017-10-31 2017-12-05 192.241.241.050 9951 2311 2017-11-11 2017-12-05 193.105.134.101 28445 2304 2017-11-16 2017-12-04 085.113.188.059 16781 2301 2017-10-28 2017-12-05 165.227.171.003 12023 2297 2017-11-14 2017-11-28 185.056.082.034 20546 2296 2017-11-13 2017-12-05 123.150.200.121 18006 2296 2017-11-09 2017-12-05 103.207.036.045 36002 2295 2017-11-08 2017-12-04 103.195.083.091 3659 2291 2017-11-19 2017-11-29 188.166.011.131 14874 2282 2017-11-14 2017-11-29 189.112.109.185 2619 2280 2017-11-13 2017-12-04 202.113.109.008 16286 2271 2017-11-07 2017-12-05 118.174.021.074 3120 2271 2017-11-16 2017-11-30 071.006.146.130 14870 2269 2017-11-16 2017-12-05 104.236.191.153 13976 2265 2017-11-18 2017-12-05 172.106.110.090 30580 2262 2017-11-23 2017-12-01 188.166.010.031 11712 2261 2017-11-14 2017-11-29 046.101.004.032 9299 2259 2017-11-11 2017-12-05 203.086.069.132 17462 2248 2017-11-01 2017-12-05 139.162.110.116 16013 2247 2017-10-28 2017-12-05 045.055.013.094 15551 2239 2017-11-17 2017-12-05 005.008.048.028 22511 2238 2017-10-26 2017-12-05 190.034.158.250 3634 2236 2017-11-01 2017-12-06 139.162.071.210 16169 2230 2017-11-10 2017-12-05 163.172.209.081 23316 2229 2017-11-08 2017-12-05 139.162.079.111 16116 2228 2017-11-10 2017-12-05 139.162.116.022 16145 2226 2017-11-17 2017-12-05 139.162.124.090 15986 2225 2017-10-24 2017-12-05 139.162.090.220 15952 2225 2017-10-24 2017-12-05 084.016.243.131 2239 2217 2017-11-16 2017-11-28 139.162.072.191 16011 2216 2017-11-17 2017-12-05 139.162.065.076 16140 2215 2017-11-17 2017-12-05 198.007.059.177 47566 2215 2017-11-16 2017-11-26 085.093.020.244 15949 2211 2017-10-25 2017-11-09 104.131.141.237 13914 2206 2017-11-12 2017-12-05 169.054.244.082 14904 2205 2017-11-18 2017-12-05 139.162.123.103 16081 2204 2017-11-17 2017-12-05 181.214.087.050 22378 2204 2017-12-01 2017-12-05 045.055.013.092 13658 2203 2017-11-04 2017-12-05 192.241.216.057 12700 2202 2017-10-25 2017-12-05 077.072.082.197 47810 2200 2017-11-10 2017-12-05 060.172.229.172 18783 2190 2017-10-31 2017-12-05 169.054.244.089 15510 2189 2017-11-14 2017-12-05 103.029.069.096 13086 2187 2017-11-14 2017-12-05 005.188.086.040 38382 2184 2017-11-15 2017-11-16 045.079.106.170 13290 2183 2017-10-28 2017-12-05 139.162.121.251 16046 2182 2017-10-25 2017-12-05 139.162.109.043 15988 2181 2017-11-12 2017-12-05 045.056.091.118 13602 2180 2017-11-17 2017-12-05 169.054.244.093 14717 2179 2017-11-14 2017-12-05 184.105.247.196 14546 2175 2017-10-28 2017-12-05 037.010.071.246 37296 2175 2017-11-19 2017-12-05 169.054.233.118 14736 2174 2017-11-14 2017-12-05 169.054.233.124 14653 2168 2017-11-14 2017-12-05 185.165.029.198 27955 2168 2017-10-30 2017-12-03 138.068.149.171 18476 2167 2017-11-18 2017-11-27 169.054.244.078 14734 2162 2017-11-14 2017-12-05 169.053.184.028 14930 2160 2017-11-07 2017-12-05 037.187.114.171 13151 2160 2017-11-11 2017-11-29 169.054.233.121 15329 2159 2017-10-24 2017-12-05 169.054.233.116 15013 2158 2017-11-18 2017-12-05 169.054.233.125 14797 2154 2017-10-24 2017-12-05 169.054.244.075 14509 2153 2017-11-12 2017-12-05 158.085.081.126 14873 2150 2017-11-18 2017-12-05 212.129.034.002 15297 2149 2017-11-13 2017-12-04 076.065.255.084 2161 2147 2017-10-25 2017-11-22 169.054.233.117 15452 2146 2017-11-16 2017-12-05 196.052.043.064 14330 2145 2017-11-15 2017-12-05 123.161.206.210 15177 2145 2017-11-16 2017-12-05 158.085.081.123 14314 2144 2017-11-10 2017-12-05 169.054.233.120 14862 2143 2017-10-24 2017-12-05 089.111.060.037 3120 2139 2017-11-15 2017-12-05 146.000.074.253 7863 2138 2017-11-24 2017-12-05 122.225.018.142 13485 2137 2017-10-30 2017-11-30 158.085.081.124 14310 2135 2017-11-17 2017-12-05 168.001.128.076 14115 2134 2017-11-02 2017-12-05 158.085.081.114 14481 2133 2017-11-15 2017-12-05 112.200.038.250 2133 2133 2017-11-25 2017-11-25 005.189.185.086 117858 2133 2017-11-14 2017-12-01 223.068.134.029 14710 2131 2017-11-09 2017-12-05 158.085.081.118 14447 2130 2017-11-11 2017-12-05 158.085.081.120 13903 2127 2017-11-09 2017-12-05 162.243.024.052 10815 2127 2017-11-01 2017-11-24 169.054.233.119 14611 2125 2017-10-23 2017-12-05 169.054.244.084 14340 2124 2017-11-10 2017-12-05 196.052.043.059 14260 2122 2017-11-15 2017-12-05 104.236.182.105 12827 2122 2017-10-23 2017-12-05 139.162.110.042 12649 2122 2017-11-12 2017-11-26 137.226.113.010 13336 2121 2017-11-03 2017-12-05 104.040.016.040 12009 2121 2017-10-24 2017-11-30 217.061.104.146 39526 2121 2017-11-06 2017-12-04 158.085.081.121 14655 2120 2017-11-10 2017-12-05 106.187.052.160 14473 2119 2017-11-08 2017-12-05 106.186.020.183 14441 2117 2017-11-02 2017-12-05 169.054.233.126 14300 2117 2017-11-19 2017-12-05 169.054.233.123 14662 2117 2017-11-15 2017-12-05 031.134.171.173 183972 2114 2017-11-17 2017-12-03 106.187.045.144 14486 2114 2017-11-02 2017-12-05 095.215.062.189 12941 2113 2017-11-03 2017-12-05 212.032.229.214 13373 2109 2017-11-05 2017-11-10 169.053.184.023 14749 2109 2017-10-30 2017-12-05 195.003.146.096 24883 2107 2017-10-28 2017-12-05 168.001.128.059 14323 2107 2017-11-01 2017-12-05 196.052.043.058 13982 2106 2017-11-14 2017-12-05 168.001.128.036 13823 2106 2017-11-15 2017-12-05 168.001.128.038 14072 2103 2017-10-30 2017-12-05 168.001.128.074 14008 2098 2017-11-17 2017-12-05 071.006.202.243 4795 2098 2017-11-08 2017-12-05 168.001.128.051 13571 2097 2017-10-30 2017-12-05 196.052.043.051 14093 2097 2017-11-21 2017-12-05 158.085.081.117 14437 2095 2017-11-18 2017-12-05 174.138.061.043 12625 2095 2017-11-15 2017-11-27 045.079.186.047 12262 2094 2017-11-14 2017-11-28 148.153.036.138 11840 2094 2017-10-27 2017-12-05 168.001.128.052 13873 2093 2017-11-15 2017-12-05 158.085.081.116 14452 2092 2017-10-24 2017-12-05 168.001.128.054 13907 2086 2017-10-30 2017-12-05 168.001.128.062 13689 2085 2017-11-15 2017-12-05 077.235.021.150 3476 2085 2017-11-01 2017-12-05 196.052.043.057 14718 2085 2017-11-18 2017-12-05 185.190.058.232 13084 2085 2017-10-31 2017-11-17 168.001.128.050 13599 2081 2017-11-18 2017-12-05 165.227.210.057 16238 2080 2017-12-01 2017-12-05 196.052.043.063 14059 2079 2017-11-15 2017-12-05 139.162.065.055 15214 2079 2017-11-17 2017-12-05 168.001.128.053 12876 2078 2017-10-30 2017-12-05 196.052.043.054 13375 2078 2017-11-12 2017-12-05 168.001.128.034 13745 2073 2017-11-17 2017-12-05 158.085.081.125 14234 2071 2017-11-18 2017-12-05 182.048.105.210 11187 2069 2017-11-08 2017-12-05 196.052.043.062 13502 2068 2017-11-10 2017-12-05 169.053.184.005 14286 2067 2017-11-19 2017-12-05 196.052.043.055 13969 2067 2017-11-17 2017-12-05 196.052.043.065 13827 2067 2017-11-12 2017-12-05 158.085.081.115 14001 2064 2017-11-12 2017-12-05 196.052.043.052 13762 2064 2017-11-11 2017-12-05 158.085.081.122 13730 2064 2017-11-07 2017-12-05 222.096.190.071 11596 2061 2017-11-13 2017-12-05 196.052.043.056 13743 2060 2017-11-12 2017-12-05 104.131.156.165 11494 2059 2017-11-14 2017-12-05 165.073.024.058 7039 2053 2017-11-09 2017-12-05 196.052.043.066 13640 2053 2017-11-15 2017-12-05 046.249.062.199 23663 2052 2017-11-13 2017-11-29 180.097.106.164 10264 2049 2017-11-02 2017-12-05 196.052.043.061 13589 2049 2017-10-24 2017-12-05 168.001.128.061 13399 2048 2017-10-30 2017-12-05 191.101.167.167 10936 2045 2017-10-24 2017-11-23 109.248.009.246 62578 2044 2017-11-05 2017-11-10 180.097.106.163 10803 2043 2017-11-01 2017-12-05 104.236.190.223 9770 2041 2017-10-25 2017-12-05 045.055.003.010 14691 2039 2017-11-14 2017-12-05 158.085.081.119 14130 2038 2017-11-15 2017-12-05 169.001.023.108 6574 2037 2017-10-28 2017-12-05 168.001.128.077 13541 2034 2017-10-30 2017-12-05 195.088.209.024 13329 2033 2017-11-09 2017-11-09 051.015.190.077 13177 2033 2017-11-10 2017-11-29 178.062.246.075 14743 2032 2017-11-17 2017-12-05 139.162.115.007 12958 2032 2017-11-18 2017-12-04 185.056.082.019 14633 2028 2017-11-11 2017-12-05 139.162.118.185 14288 2028 2017-11-19 2017-12-01 168.001.128.035 13478 2027 2017-10-30 2017-12-05 024.194.105.216 2046 2024 2017-11-14 2017-11-14 168.001.128.037 13295 2023 2017-11-17 2017-12-05 038.132.120.234 4699 2022 2017-11-15 2017-12-05 139.162.070.053 12846 2020 2017-11-12 2017-12-02 095.085.055.020 15832 2019 2017-11-12 2017-11-17 138.197.183.055 3417 2018 2017-11-24 2017-11-26 139.162.111.138 12937 2017 2017-11-17 2017-12-05 196.052.043.060 13466 2014 2017-11-14 2017-12-05 114.142.139.077 5412 2013 2017-11-17 2017-11-26 178.062.061.127 7311 2009 2017-11-05 2017-12-03 005.188.086.055 52690 2003 2017-10-25 2017-12-04 071.006.158.166 13021 2000 2017-11-26 2017-12-05 184.105.139.069 11621 1998 2017-11-12 2017-12-05 005.188.011.013 14044 1997 2017-10-26 2017-11-29 060.028.173.083 15714 1996 2017-11-22 2017-12-02 188.226.177.231 20388 1994 2017-11-23 2017-12-02 094.130.089.102 8219 1992 2017-12-03 2017-12-04 191.096.249.012 9889 1992 2017-10-26 2017-12-05 184.105.247.208 10249 1991 2017-11-03 2017-12-05 165.227.208.200 11239 1990 2017-11-24 2017-11-28 112.124.124.139 2472 1989 2017-10-31 2017-12-05 059.149.238.110 2352 1984 2017-11-21 2017-12-04 184.105.247.200 9961 1982 2017-11-10 2017-12-05 184.105.247.216 10071 1981 2017-10-27 2017-12-05 051.015.176.119 22934 1981 2017-11-16 2017-12-05 184.105.247.204 9679 1979 2017-11-01 2017-12-05 115.031.167.018 2365 1978 2017-11-23 2017-12-05 192.173.146.123 7676 1978 2017-11-11 2017-11-25 139.162.077.006 11016 1977 2017-11-13 2017-11-27 139.162.118.251 11221 1977 2017-10-26 2017-11-27 185.056.082.020 12684 1970 2017-11-01 2017-12-05 159.089.018.180 4587 1968 2017-11-28 2017-12-05 148.153.035.050 10052 1968 2017-10-30 2017-12-05 139.162.120.098 13123 1968 2017-11-06 2017-12-05 121.019.164.009 10108 1967 2017-10-23 2017-11-29 211.233.046.076 10572 1964 2017-11-11 2017-12-05 184.105.247.220 9857 1960 2017-10-31 2017-12-05 103.198.164.210 7223 1958 2017-11-01 2017-12-01 149.255.035.079 14366 1954 2017-10-23 2017-12-05 185.130.212.167 13230 1953 2017-12-02 2017-12-05 162.243.019.246 8385 1953 2017-11-01 2017-11-18 206.191.155.176 7339 1951 2017-11-23 2017-12-04 185.172.110.214 16010 1951 2017-11-10 2017-11-27 104.236.185.202 11689 1951 2017-11-16 2017-12-05 184.105.247.212 9789 1949 2017-10-28 2017-12-05 169.001.046.063 7200 1948 2017-10-28 2017-12-05 060.173.082.156 10824 1948 2017-11-10 2017-12-05 212.181.125.240 31786 1947 2017-11-11 2017-11-20 185.158.114.202 10528 1945 2017-11-30 2017-12-05 184.105.247.224 9509 1940 2017-10-27 2017-12-05 045.055.000.154 12855 1940 2017-10-28 2017-12-05 185.190.058.192 12479 1936 2017-11-21 2017-12-05 095.213.170.195 473180 1933 2017-11-26 2017-12-05 118.193.031.180 17556 1931 2017-11-15 2017-12-05 005.189.164.176 8520 1930 2017-11-10 2017-12-04 194.213.121.123 9734 1929 2017-11-11 2017-12-05 222.132.179.210 7953 1929 2017-10-26 2017-12-05 104.193.009.221 1964 1925 2017-11-09 2017-11-09 216.218.206.067 9656 1922 2017-11-06 2017-12-05 162.243.008.104 5908 1920 2017-11-27 2017-12-05 205.209.159.019 9594 1920 2017-11-12 2017-12-05 185.190.058.194 10841 1919 2017-11-23 2017-12-05 185.190.058.196 10957 1917 2017-11-23 2017-12-05 184.105.247.240 8485 1917 2017-11-03 2017-12-05 185.190.058.193 12308 1908 2017-11-21 2017-12-05 184.105.247.248 8758 1907 2017-11-04 2017-12-05 222.188.098.041 11234 1907 2017-11-01 2017-12-05 184.105.247.195 10836 1905 2017-11-17 2017-12-05 184.105.247.228 8875 1905 2017-11-13 2017-12-05 049.166.028.157 10703 1903 2017-11-15 2017-12-05 194.074.181.123 6572 1903 2017-11-07 2017-12-05 005.188.086.052 14386 1901 2017-11-15 2017-12-05 004.016.155.132 2399 1900 2017-11-16 2017-12-01 014.134.003.004 9322 1894 2017-10-31 2017-12-05 148.153.044.086 11721 1893 2017-11-14 2017-12-05 094.203.220.015 6873 1892 2017-11-11 2017-12-05 046.029.162.026 21770 1892 2017-11-07 2017-12-05 183.082.113.184 6689 1891 2017-11-15 2017-12-05 108.018.118.049 7760 1890 2017-11-05 2017-12-05 083.143.246.030 4166 1889 2017-11-06 2017-12-05 193.070.044.143 8145 1887 2017-11-10 2017-11-11 182.188.041.235 1887 1887 2017-11-11 2017-11-11 139.162.125.159 14991 1886 2017-10-26 2017-12-05 114.086.168.090 10409 1885 2017-11-20 2017-12-05 185.172.110.225 11247 1885 2017-11-21 2017-11-26 103.010.087.050 10064 1885 2017-11-01 2017-12-05 180.153.229.217 10721 1884 2017-11-06 2017-12-05 139.162.111.147 15400 1883 2017-10-28 2017-12-05 082.102.173.074 6915 1883 2017-12-03 2017-12-05 117.040.152.069 4522 1882 2017-11-09 2017-11-10 051.015.189.042 11042 1881 2017-12-03 2017-12-05 106.075.018.144 10080 1879 2017-11-16 2017-12-05 091.210.199.096 1907 1879 2017-12-04 2017-12-05 184.105.247.232 8599 1878 2017-10-25 2017-12-05 104.040.151.251 12567 1876 2017-11-16 2017-11-25 174.034.150.206 45259 1876 2017-10-26 2017-11-30 195.154.059.231 5072 1876 2017-10-30 2017-11-22 091.195.103.099 11807 1875 2017-11-15 2017-12-02 182.065.252.232 6264 1875 2017-10-27 2017-11-28 216.218.206.071 8645 1874 2017-11-14 2017-12-05 134.213.216.106 6488 1874 2017-11-25 2017-11-28 185.217.092.117 7238 1872 2017-11-24 2017-12-03 146.185.176.026 14465 1869 2017-11-12 2017-11-15 216.075.062.008 4037 1867 2017-10-30 2017-12-05 046.243.189.240 13538 1866 2017-11-26 2017-12-03 218.186.092.065 7588 1863 2017-11-08 2017-12-05 038.095.109.254 4147 1860 2017-11-10 2017-12-05 035.190.036.014 2369 1860 2017-11-24 2017-12-02 014.134.018.222 9742 1859 2017-11-01 2017-12-05 184.105.247.244 8403 1857 2017-11-04 2017-12-05 043.229.088.043 7038 1857 2017-10-27 2017-12-05 205.209.159.015 10003 1855 2017-11-12 2017-12-05 184.105.247.236 8516 1855 2017-11-02 2017-12-05 169.001.038.249 6097 1855 2017-10-28 2017-12-03 103.207.036.039 18682 1851 2017-11-08 2017-12-04 106.075.018.148 9654 1850 2017-10-26 2017-12-05 162.243.009.111 5532 1850 2017-11-27 2017-12-05 120.132.176.019 9439 1849 2017-11-22 2017-12-05 046.021.147.007 12475 1847 2017-11-21 2017-12-05 065.164.218.123 2443 1846 2017-11-14 2017-12-05 103.068.035.113 5508 1846 2017-10-27 2017-12-05 184.105.139.077 9528 1845 2017-10-28 2017-12-05 046.182.086.246 9913 1843 2017-11-11 2017-11-24 104.236.191.042 12140 1842 2017-11-04 2017-12-05 222.188.098.043 8873 1840 2017-11-19 2017-12-05 151.080.046.035 11510 1840 2017-11-20 2017-11-26 066.070.241.115 8028 1834 2017-10-31 2017-12-03 183.082.060.015 7303 1831 2017-11-01 2017-12-05 195.068.111.242 14361 1829 2017-11-06 2017-12-05 165.073.122.181 6168 1829 2017-10-24 2017-12-01 216.218.206.079 8650 1828 2017-10-30 2017-12-05 068.132.217.090 8221 1828 2017-11-23 2017-12-01 104.131.145.069 6365 1827 2017-11-09 2017-12-04 103.024.228.216 2490 1827 2017-11-18 2017-12-05 089.249.066.053 7982 1825 2017-11-18 2017-12-05 185.217.092.012 6300 1825 2017-11-24 2017-12-03 024.044.242.000 7867 1824 2017-11-05 2017-12-05 103.055.096.129 5432 1821 2017-10-28 2017-12-02 213.251.237.027 8491 1820 2017-10-27 2017-12-05 104.236.177.107 12279 1820 2017-11-15 2017-12-05 122.252.225.179 5099 1819 2017-11-02 2017-12-05 104.236.184.155 8888 1818 2017-10-29 2017-12-05 061.160.254.019 11009 1817 2017-11-04 2017-12-05 185.014.187.036 13707 1814 2017-11-13 2017-11-15 118.179.202.218 5795 1813 2017-10-28 2017-12-05 184.105.139.068 9160 1811 2017-11-07 2017-12-05 052.073.169.169 11044 1810 2017-11-14 2017-12-05 106.184.004.052 10077 1810 2017-11-13 2017-12-05 058.019.115.136 8501 1807 2017-11-01 2017-11-28 074.082.047.005 10186 1805 2017-11-01 2017-12-05 216.218.206.069 9272 1805 2017-11-03 2017-12-05 001.052.037.017 1811 1804 2017-11-24 2017-11-24 184.105.247.194 8951 1802 2017-10-31 2017-12-05 012.011.253.070 7816 1802 2017-11-17 2017-11-29 163.172.069.250 18117 1802 2017-11-03 2017-12-05 106.075.063.218 7800 1801 2017-11-10 2017-12-05 216.218.206.075 8600 1800 2017-11-07 2017-12-05 165.227.110.069 15124 1799 2017-11-06 2017-11-08 106.075.018.134 7812 1799 2017-10-28 2017-12-05 106.075.064.059 6702 1798 2017-11-15 2017-12-05 188.166.010.030 4086 1798 2017-11-29 2017-12-05 185.056.082.016 11194 1797 2017-11-15 2017-11-29 085.237.050.135 3941 1796 2017-11-10 2017-12-05 205.209.159.013 8213 1794 2017-11-12 2017-12-05 185.153.198.235 3098 1794 2017-11-16 2017-12-02 184.105.139.070 8903 1792 2017-11-05 2017-12-05 184.105.139.073 9565 1791 2017-11-04 2017-12-05 005.039.221.057 9384 1787 2017-11-24 2017-12-02 042.003.048.125 6034 1784 2017-11-16 2017-12-05 184.105.139.081 9334 1783 2017-11-13 2017-12-05 120.138.100.016 6069 1783 2017-10-24 2017-12-05 074.082.047.004 8716 1782 2017-10-31 2017-12-05 052.174.062.231 7975 1782 2017-11-02 2017-12-05 159.089.018.179 4298 1780 2017-11-28 2017-12-05 184.105.139.082 8158 1780 2017-10-30 2017-12-05 183.083.218.221 5770 1780 2017-11-18 2017-12-05 183.106.144.144 7487 1780 2017-11-10 2017-11-28 118.163.086.002 7315 1776 2017-10-27 2017-12-05 212.083.152.146 8495 1776 2017-11-12 2017-11-26 183.082.113.006 6165 1774 2017-10-25 2017-12-05 111.053.003.160 8857 1772 2017-11-11 2017-11-15 203.192.236.254 5199 1772 2017-10-30 2017-12-04 119.167.008.090 7833 1771 2017-11-06 2017-12-05 080.172.244.226 10689 1770 2017-10-23 2017-11-24 074.082.047.012 7053 1770 2017-11-01 2017-12-05 014.134.019.001 7830 1769 2017-11-01 2017-12-05 185.217.092.118 6306 1768 2017-11-24 2017-12-03 185.217.092.119 6227 1768 2017-11-24 2017-12-03 145.239.116.211 4385 1768 2017-11-25 2017-12-04 163.172.197.129 6633 1768 2017-11-27 2017-12-01 184.105.247.206 6952 1766 2017-10-29 2017-12-05 183.136.188.116 8055 1766 2017-11-05 2017-12-05 104.236.159.107 6458 1764 2017-11-09 2017-12-04 012.001.187.007 7311 1763 2017-11-17 2017-11-29 164.132.091.012 8243 1761 2017-11-18 2017-12-04 202.130.085.086 7105 1760 2017-11-18 2017-11-29 145.239.026.214 4562 1759 2017-11-25 2017-12-04 058.215.191.060 2341 1758 2017-11-19 2017-11-30 183.082.059.113 5834 1757 2017-10-25 2017-12-04 104.236.162.228 3463 1757 2017-11-09 2017-12-04 005.040.179.254 6519 1754 2017-11-08 2017-11-23 060.211.212.042 8411 1752 2017-11-06 2017-12-05 117.050.006.160 7284 1752 2017-11-09 2017-12-05 051.015.179.152 6667 1751 2017-12-02 2017-12-05 188.226.182.117 13773 1751 2017-11-23 2017-12-02 211.023.125.218 6661 1750 2017-11-17 2017-11-29 198.020.070.114 12467 1748 2017-11-18 2017-12-05 061.180.241.040 8034 1748 2017-10-29 2017-12-05 101.078.190.170 7554 1747 2017-11-17 2017-11-29 185.195.201.148 3725 1746 2017-11-11 2017-12-05 117.131.237.129 2346 1746 2017-11-20 2017-12-05 005.188.010.015 11549 1746 2017-11-09 2017-12-05 183.083.218.225 5170 1744 2017-10-26 2017-12-05 206.221.184.180 11180 1744 2017-11-19 2017-12-05 204.152.218.049 6167 1742 2017-11-17 2017-12-05 096.083.018.177 6782 1741 2017-11-17 2017-11-29 012.025.012.205 7098 1740 2017-11-17 2017-11-29 185.056.082.017 11405 1739 2017-11-11 2017-12-05 114.086.168.124 7264 1739 2017-11-17 2017-11-20 124.123.032.118 5202 1738 2017-11-14 2017-12-05 058.213.143.154 7269 1738 2017-10-24 2017-12-05 121.194.002.252 8251 1734 2017-11-01 2017-12-05 104.236.157.185 5288 1734 2017-11-09 2017-12-05 164.052.007.134 12133 1734 2017-10-25 2017-12-05 183.082.096.193 5761 1733 2017-11-01 2017-12-05 091.239.078.144 6747 1732 2017-10-22 2017-12-04 216.218.206.103 7459 1732 2017-11-19 2017-12-05 103.205.061.121 6356 1732 2017-10-27 2017-12-01 216.218.206.123 7173 1732 2017-10-29 2017-12-05 209.058.137.107 28011 1732 2017-10-27 2017-12-02 216.239.167.035 6677 1731 2017-11-17 2017-11-29 139.162.113.212 14291 1731 2017-10-25 2017-12-05 118.193.031.181 10110 1730 2017-11-17 2017-12-05 216.218.206.091 7350 1730 2017-11-09 2017-12-05 200.052.153.150 7183 1730 2017-11-17 2017-11-29 104.236.154.037 4017 1729 2017-11-09 2017-12-04 216.218.206.119 7436 1728 2017-10-26 2017-12-05 106.075.065.085 7471 1728 2017-11-10 2017-12-05 096.073.208.082 6651 1728 2017-11-17 2017-11-29 091.213.008.156 5055 1727 2017-11-25 2017-11-29 131.221.098.074 5427 1727 2017-11-27 2017-12-03 184.105.247.202 6940 1725 2017-11-07 2017-12-05 119.093.023.043 2670 1725 2017-10-24 2017-12-04 184.105.247.223 7289 1724 2017-10-31 2017-12-05 074.082.047.008 6981 1723 2017-10-30 2017-12-05 066.155.131.199 6865 1722 2017-11-17 2017-11-29 184.105.139.074 7615 1722 2017-10-25 2017-12-05 103.047.125.008 6391 1722 2017-10-27 2017-12-04 184.105.247.215 7076 1721 2017-10-29 2017-12-05 184.105.139.109 7912 1720 2017-10-29 2017-12-05 096.073.199.155 6853 1720 2017-11-17 2017-11-29 191.096.249.086 7416 1720 2017-11-26 2017-12-04 096.073.208.131 6680 1717 2017-11-17 2017-11-29 164.052.007.130 14510 1716 2017-11-17 2017-12-05 121.014.007.244 7628 1716 2017-11-14 2017-12-05 106.075.018.132 5779 1713 2017-11-18 2017-12-05 124.123.020.041 5602 1712 2017-11-02 2017-12-05 184.105.247.219 7190 1712 2017-11-02 2017-12-05 207.154.194.057 4304 1711 2017-11-01 2017-11-26 060.222.233.208 6746 1709 2017-11-17 2017-12-05 096.071.071.243 6451 1709 2017-11-17 2017-11-29 164.052.000.137 9871 1708 2017-11-16 2017-11-30 211.236.210.235 7003 1707 2017-11-15 2017-12-05 169.001.023.028 5578 1707 2017-11-19 2017-12-02 045.079.223.204 6666 1707 2017-11-15 2017-12-01 184.105.139.097 7816 1707 2017-11-04 2017-12-05 184.105.139.113 8065 1707 2017-11-16 2017-12-05 183.082.057.106 6349 1705 2017-11-16 2017-12-05 046.101.186.183 3186 1705 2017-11-19 2017-11-25 208.086.024.162 3929 1703 2017-11-23 2017-12-02 104.236.160.227 5146 1703 2017-10-25 2017-12-04 104.236.156.186 6115 1703 2017-11-09 2017-12-04 074.082.047.016 6857 1703 2017-11-19 2017-12-05 184.105.139.093 8054 1703 2017-10-26 2017-12-05 185.094.188.130 3716 1703 2017-11-08 2017-12-05 103.253.112.055 5816 1702 2017-10-25 2017-11-10 103.195.079.063 6660 1702 2017-11-06 2017-12-05 124.123.042.070 5187 1701 2017-10-28 2017-12-05 183.082.002.140 5782 1700 2017-11-18 2017-12-05 106.075.031.144 6265 1700 2017-11-10 2017-12-05 106.187.097.102 6479 1700 2017-11-23 2017-12-05 184.105.247.199 7082 1699 2017-10-25 2017-12-05 106.075.003.052 5445 1699 2017-11-16 2017-12-05 184.105.247.207 7307 1699 2017-11-14 2017-12-05 216.218.206.107 7260 1698 2017-11-03 2017-12-05 103.226.185.130 5737 1698 2017-11-03 2017-12-05 104.236.155.061 5495 1698 2017-11-09 2017-12-04 096.081.193.009 6252 1697 2017-11-18 2017-11-29 124.040.246.164 5711 1697 2017-10-29 2017-12-05 216.218.206.115 7100 1696 2017-10-31 2017-12-05 202.133.072.124 4481 1695 2017-11-06 2017-12-02 050.251.180.122 6213 1695 2017-11-17 2017-11-29 104.236.169.216 3461 1693 2017-11-09 2017-12-05 118.163.099.162 6729 1693 2017-11-17 2017-11-29 197.232.055.235 4238 1691 2017-11-14 2017-12-02 207.244.108.211 20512 1691 2017-10-23 2017-12-05 104.236.163.227 9119 1691 2017-11-15 2017-12-05 216.218.206.099 7198 1690 2017-11-04 2017-12-05 121.194.002.251 7945 1689 2017-11-11 2017-12-05 035.176.185.171 3752 1689 2017-12-01 2017-12-05 184.105.139.078 7642 1688 2017-11-05 2017-12-05 183.082.099.101 5851 1687 2017-11-17 2017-12-05 054.036.173.171 6199 1687 2017-11-21 2017-12-01 164.052.000.133 10003 1687 2017-11-16 2017-11-30 169.001.037.212 5923 1687 2017-10-28 2017-12-05 050.247.092.053 6110 1686 2017-11-17 2017-11-29 184.105.139.085 7697 1685 2017-10-30 2017-12-05 184.105.139.105 7718 1685 2017-11-04 2017-12-05 184.105.139.117 7931 1684 2017-11-03 2017-12-05 218.250.225.041 7214 1684 2017-10-26 2017-12-05 124.123.040.138 5099 1684 2017-11-15 2017-12-05 164.052.007.133 9394 1684 2017-11-19 2017-11-29 045.248.149.112 7254 1683 2017-11-17 2017-12-04 107.173.058.155 9924 1683 2017-12-02 2017-12-04 106.075.079.172 6378 1682 2017-10-30 2017-12-05 065.119.248.108 6095 1682 2017-11-17 2017-11-27 104.236.164.062 5638 1682 2017-11-09 2017-12-04 104.236.161.103 4800 1682 2017-11-09 2017-12-05 074.082.047.060 6292 1681 2017-11-01 2017-12-05 046.017.046.249 14372 1679 2017-11-03 2017-11-16 164.052.000.138 9803 1679 2017-11-16 2017-11-30 104.236.155.030 4482 1679 2017-11-09 2017-12-05 184.105.139.121 7772 1678 2017-10-28 2017-12-05 185.104.184.226 3568 1678 2017-11-15 2017-12-05 184.105.139.089 7914 1678 2017-11-16 2017-12-05 184.105.139.101 7872 1676 2017-11-16 2017-12-05 210.003.220.034 11399 1676 2017-10-23 2017-12-05 005.189.131.194 3798 1676 2017-11-25 2017-11-26 046.101.053.071 4781 1676 2017-11-16 2017-11-22 106.186.119.244 6497 1676 2017-11-23 2017-12-05 178.062.242.200 3828 1675 2017-11-29 2017-12-05 216.218.206.111 7212 1675 2017-10-27 2017-12-05 059.120.192.146 6385 1674 2017-11-17 2017-11-29 104.236.159.153 4728 1672 2017-11-09 2017-12-04 175.176.185.091 4738 1671 2017-10-25 2017-12-02 184.105.139.076 6399 1670 2017-10-29 2017-12-05 074.082.047.052 5922 1670 2017-10-27 2017-12-05 195.154.037.186 2340 1670 2017-10-24 2017-12-03 185.183.105.018 3742 1670 2017-11-11 2017-12-05 184.105.139.086 6594 1668 2017-11-05 2017-12-05 164.052.000.140 14380 1668 2017-11-13 2017-12-05 104.236.143.102 5097 1668 2017-11-09 2017-12-04 101.095.168.166 2213 1667 2017-10-26 2017-12-05 124.114.154.078 5949 1667 2017-11-01 2017-12-05 185.107.083.134 35182 1667 2017-11-23 2017-12-03 061.093.187.033 3627 1667 2017-11-25 2017-11-30 184.105.247.231 6481 1666 2017-11-13 2017-12-05 223.029.195.046 5751 1665 2017-11-16 2017-12-05 184.105.247.226 5974 1665 2017-11-08 2017-12-05 216.218.206.095 7086 1665 2017-11-16 2017-12-05 216.218.206.087 7233 1665 2017-11-16 2017-12-05 184.105.139.126 6809 1664 2017-11-03 2017-12-05 183.082.147.077 5613 1664 2017-11-18 2017-12-04 164.052.000.134 9672 1663 2017-11-16 2017-11-30 150.107.102.009 5219 1662 2017-11-01 2017-12-05 074.082.047.044 5981 1662 2017-11-05 2017-12-05 184.105.247.254 5810 1661 2017-11-10 2017-12-05 195.003.144.113 4815 1660 2017-11-13 2017-12-05 074.082.047.020 6227 1659 2017-10-29 2017-12-05 091.121.169.217 3134 1658 2017-11-28 2017-12-05 184.105.247.211 7275 1658 2017-10-31 2017-12-05 184.105.139.118 6600 1658 2017-11-08 2017-12-05 184.105.139.080 6474 1657 2017-11-08 2017-12-05 001.022.091.199 5566 1657 2017-11-04 2017-12-05 184.105.139.114 6521 1657 2017-11-17 2017-12-05 222.080.157.134 7079 1656 2017-11-10 2017-12-05 203.153.035.014 5368 1655 2017-11-10 2017-11-27 178.157.233.252 2995 1654 2017-11-13 2017-12-05 165.073.122.121 5237 1654 2017-11-16 2017-12-01 118.193.031.179 12523 1654 2017-10-26 2017-12-05 219.138.066.104 5658 1653 2017-11-18 2017-11-23 110.234.069.230 6983 1653 2017-10-30 2017-12-01 183.083.218.115 5617 1653 2017-10-27 2017-12-05 183.087.217.181 7788 1653 2017-10-24 2017-12-04 184.105.247.198 6687 1652 2017-11-21 2017-12-05 184.105.247.230 6034 1652 2017-10-31 2017-12-05 184.105.247.234 6071 1652 2017-11-01 2017-12-05 164.052.000.132 9854 1652 2017-11-17 2017-11-30 121.201.107.114 5220 1652 2017-10-23 2017-12-05 104.236.136.146 4470 1652 2017-11-09 2017-12-04 104.236.163.020 3815 1650 2017-11-09 2017-12-03 123.051.163.006 5596 1650 2017-11-17 2017-11-29 184.105.247.242 6098 1649 2017-11-14 2017-12-05 202.137.004.162 2526 1649 2017-10-24 2017-12-05 074.082.047.032 5902 1649 2017-10-26 2017-12-05 185.174.130.016 5242 1649 2017-11-06 2017-11-29 111.091.069.205 4707 1649 2017-11-14 2017-12-05 104.236.167.150 5495 1649 2017-11-09 2017-12-04 120.138.100.150 4947 1648 2017-11-12 2017-12-02 062.210.026.046 6396 1648 2017-11-21 2017-12-05 164.052.000.136 9643 1648 2017-10-24 2017-11-30 184.105.247.251 6307 1648 2017-11-03 2017-12-05 074.082.047.024 5981 1647 2017-11-02 2017-12-05 095.085.036.038 2755 1647 2017-11-26 2017-12-01 163.172.222.074 19494 1646 2017-11-16 2017-12-05 184.105.139.072 6283 1646 2017-11-03 2017-12-05 113.108.096.206 5844 1646 2017-10-25 2017-12-05 184.105.139.110 6507 1645 2017-11-13 2017-12-05 211.023.149.209 5607 1645 2017-11-17 2017-11-29 120.138.100.062 4487 1644 2017-11-14 2017-12-05 184.105.247.246 5808 1644 2017-10-31 2017-12-05 106.075.018.143 7570 1644 2017-11-17 2017-12-05 074.082.047.040 6304 1643 2017-10-29 2017-12-05 164.052.000.130 9459 1642 2017-10-27 2017-11-30 203.255.248.030 2940 1642 2017-11-30 2017-12-03 184.105.139.106 6503 1642 2017-10-31 2017-12-05 184.105.139.125 7825 1641 2017-11-09 2017-12-05 164.052.000.135 9523 1641 2017-11-16 2017-11-30 184.105.247.203 6876 1640 2017-11-10 2017-12-05 074.082.047.036 5835 1640 2017-11-01 2017-12-05 184.105.247.243 6475 1640 2017-11-02 2017-12-05 104.131.143.131 3635 1640 2017-11-09 2017-12-04 184.105.139.088 5672 1640 2017-11-07 2017-12-05 101.079.044.115 7277 1639 2017-11-14 2017-12-05 103.250.188.131 4952 1639 2017-10-25 2017-11-28 184.105.247.239 6256 1639 2017-11-12 2017-12-05 116.193.159.066 3421 1639 2017-11-08 2017-12-05 051.015.011.140 4297 1639 2017-12-02 2017-12-03 103.066.113.227 4607 1636 2017-10-28 2017-12-03 182.073.178.026 5272 1636 2017-10-27 2017-12-05 188.226.129.074 5528 1635 2017-11-29 2017-12-05 104.236.167.064 4363 1635 2017-11-09 2017-12-04 094.102.049.004 8944 1634 2017-11-28 2017-12-04 212.083.150.038 8839 1634 2017-11-26 2017-12-05 184.105.247.210 5759 1634 2017-10-24 2017-12-05 103.058.116.008 7723 1633 2017-10-26 2017-12-05 077.072.082.189 33948 1633 2017-11-18 2017-12-05 091.195.103.082 6684 1633 2017-10-24 2017-11-30 184.105.139.098 6486 1632 2017-11-06 2017-12-05 169.001.039.162 5519 1630 2017-10-28 2017-12-05 184.105.139.102 6478 1630 2017-11-01 2017-12-05 085.235.023.254 6095 1629 2017-11-06 2017-12-05 122.224.172.031 1853 1629 2017-11-23 2017-12-05 212.083.157.090 9169 1628 2017-10-30 2017-11-12 184.105.139.094 6385 1628 2017-10-30 2017-12-05 184.105.139.104 5769 1627 2017-10-27 2017-12-05 185.145.131.012 3244 1627 2017-11-22 2017-12-01 183.082.145.218 5900 1627 2017-11-01 2017-12-01 051.015.190.200 5342 1627 2017-11-26 2017-12-05 060.167.089.126 5770 1626 2017-11-17 2017-11-30 184.105.139.090 6600 1626 2017-10-25 2017-12-05 124.155.255.065 5619 1626 2017-10-26 2017-12-02 089.248.172.090 7350 1625 2017-10-28 2017-12-05 185.145.131.165 3262 1624 2017-11-21 2017-12-01 185.165.029.058 5646 1624 2017-10-30 2017-12-02 081.237.111.252 6894 1624 2017-11-04 2017-11-15 148.252.194.130 5264 1623 2017-11-17 2017-11-29 202.131.067.194 5376 1622 2017-11-18 2017-11-29 184.105.247.235 6370 1621 2017-11-03 2017-12-05 103.008.166.109 4838 1620 2017-11-14 2017-12-04 104.236.164.017 4352 1620 2017-11-09 2017-12-04 043.224.002.047 3909 1619 2017-11-05 2017-12-05 165.073.024.212 5461 1619 2017-11-09 2017-12-02 058.246.006.218 4430 1619 2017-11-24 2017-11-30 104.236.167.237 5202 1618 2017-11-09 2017-12-04 071.006.142.080 3399 1618 2017-11-11 2017-12-05 216.218.206.068 8477 1617 2017-11-08 2017-12-05 165.073.025.065 5478 1617 2017-11-09 2017-12-05 059.048.134.070 4727 1617 2017-11-08 2017-12-03 165.227.222.130 4953 1617 2017-12-01 2017-12-05 216.218.206.083 6939 1616 2017-11-05 2017-12-05 077.072.082.016 69801 1616 2017-11-20 2017-12-05 184.105.139.100 5487 1615 2017-10-23 2017-12-05 203.205.176.174 6119 1614 2017-11-07 2017-11-24 184.105.247.218 6158 1613 2017-11-07 2017-12-05 106.075.084.197 5305 1613 2017-11-13 2017-12-05 183.082.057.170 5566 1613 2017-11-03 2017-12-05 218.206.227.194 5442 1613 2017-11-14 2017-12-05 104.236.164.036 4095 1613 2017-11-09 2017-12-04 049.207.009.050 5131 1612 2017-10-28 2017-12-05 124.123.040.031 5430 1611 2017-11-09 2017-12-05 074.082.047.056 5908 1610 2017-11-08 2017-12-05 162.243.159.046 5250 1610 2017-11-09 2017-12-05 184.105.247.227 6279 1609 2017-10-25 2017-12-05 061.238.119.093 4951 1608 2017-10-30 2017-12-04 104.236.157.163 7168 1607 2017-11-09 2017-12-04 169.001.023.060 6096 1607 2017-10-29 2017-11-28 183.230.062.222 8731 1607 2017-11-18 2017-11-26 184.105.247.214 5863 1607 2017-10-27 2017-12-05 103.237.039.094 4887 1606 2017-10-27 2017-12-05 202.071.017.179 5452 1606 2017-11-07 2017-12-04 106.186.113.169 5975 1606 2017-10-28 2017-12-05 059.056.106.008 6986 1605 2017-10-23 2017-11-27 200.003.218.054 5385 1604 2017-11-17 2017-11-29 112.001.066.034 2206 1604 2017-10-23 2017-12-05 104.236.153.173 5306 1604 2017-11-09 2017-12-04 093.051.196.090 5449 1603 2017-11-17 2017-11-29 184.105.247.250 5949 1603 2017-10-25 2017-12-05 184.105.247.222 5672 1603 2017-10-27 2017-12-05 103.202.106.018 5607 1602 2017-11-22 2017-11-26 185.207.205.162 3023 1602 2017-11-24 2017-12-03 184.105.139.120 5540 1601 2017-10-28 2017-12-05 121.194.002.247 7699 1601 2017-11-05 2017-12-05 074.082.047.034 5687 1600 2017-11-07 2017-12-05 104.236.166.245 4867 1600 2017-11-09 2017-12-04 104.236.158.144 6519 1599 2017-11-09 2017-12-01 094.206.183.098 5118 1599 2017-10-29 2017-12-04 005.189.146.139 2071 1599 2017-11-18 2017-11-21 185.145.129.026 3348 1599 2017-11-22 2017-11-29 059.048.125.170 5512 1598 2017-11-08 2017-12-05 074.082.047.048 5806 1598 2017-11-01 2017-12-05 124.123.098.010 5165 1598 2017-10-31 2017-12-04 052.174.098.044 11159 1597 2017-11-01 2017-12-01 185.207.205.197 3354 1597 2017-11-22 2017-11-30 222.184.237.178 8317 1597 2017-10-24 2017-12-03 103.211.188.139 4312 1596 2017-11-02 2017-12-05 103.209.021.006 4080 1595 2017-11-17 2017-12-02 117.048.193.190 3116 1595 2017-11-16 2017-12-05 082.102.173.067 5576 1595 2017-11-06 2017-11-09 104.236.159.157 4617 1594 2017-11-09 2017-12-04 111.091.083.153 5203 1594 2017-10-28 2017-12-05 184.105.139.122 6243 1593 2017-11-18 2017-12-05 089.248.171.038 3482 1593 2017-12-01 2017-12-05 061.235.077.056 16328 1591 2017-11-13 2017-12-05 184.105.139.108 5760 1590 2017-10-25 2017-12-05 111.200.231.044 4956 1590 2017-10-25 2017-12-03 216.075.058.086 3344 1589 2017-11-07 2017-12-05 123.186.147.002 4940 1589 2017-11-20 2017-12-05 080.209.252.044 3331 1588 2017-11-22 2017-11-29 218.156.085.017 5934 1588 2017-11-19 2017-12-05 104.236.155.109 4096 1587 2017-11-09 2017-12-05 067.231.241.014 5111 1586 2017-11-17 2017-11-29 074.082.047.021 5371 1586 2017-11-05 2017-12-05 122.176.068.222 4481 1586 2017-11-03 2017-12-05 103.059.057.247 6194 1585 2017-10-24 2017-11-15 058.210.095.197 6877 1585 2017-10-28 2017-12-05 074.082.047.028 5965 1584 2017-10-30 2017-12-05 139.162.114.154 10483 1583 2017-11-17 2017-12-05 184.105.139.092 5620 1583 2017-11-06 2017-12-05 165.227.116.027 13761 1581 2017-10-23 2017-12-05 074.082.047.009 5352 1580 2017-11-12 2017-12-05 074.082.047.029 5071 1580 2017-10-25 2017-12-05 104.236.155.053 4224 1580 2017-11-09 2017-12-04 049.207.011.143 4578 1580 2017-11-15 2017-12-05 074.082.047.013 5701 1579 2017-11-21 2017-12-05 118.180.007.030 30493 1578 2017-11-01 2017-12-05 183.082.119.094 4540 1578 2017-11-14 2017-12-05 103.057.082.030 4442 1577 2017-10-24 2017-12-05 184.105.139.112 5637 1576 2017-11-04 2017-12-05 104.236.164.041 4740 1576 2017-11-09 2017-12-05 074.082.047.002 7031 1575 2017-11-05 2017-12-05 103.056.030.153 5070 1575 2017-11-08 2017-12-05 095.085.033.089 4821 1573 2017-11-01 2017-11-23 104.236.166.094 4298 1572 2017-11-09 2017-12-04 183.082.197.156 4464 1572 2017-11-16 2017-12-05 059.092.234.014 4872 1571 2017-11-01 2017-12-01 062.099.076.010 5044 1571 2017-11-19 2017-12-05 125.099.100.022 4564 1570 2017-10-28 2017-12-05 104.236.165.035 4438 1570 2017-11-09 2017-12-05 104.236.155.062 3013 1569 2017-11-09 2017-12-04 185.165.029.144 4538 1569 2017-10-30 2017-12-03 184.105.139.116 5506 1569 2017-10-25 2017-12-05 222.241.007.197 27289 1567 2017-10-28 2017-12-05 123.125.021.179 3585 1566 2017-10-24 2017-12-04 112.086.159.195 4823 1566 2017-11-20 2017-12-05 183.255.237.081 5088 1566 2017-11-17 2017-12-04 074.082.047.041 5234 1565 2017-10-26 2017-12-05 077.072.085.016 3890 1565 2017-11-30 2017-12-04 077.245.000.002 4365 1565 2017-11-06 2017-12-03 079.098.133.025 2573 1564 2017-11-18 2017-11-30 113.106.012.063 4862 1563 2017-11-15 2017-12-05 104.236.162.139 4558 1563 2017-11-16 2017-12-04 139.162.086.084 2690 1562 2017-11-06 2017-11-29 074.082.047.025 5082 1561 2017-11-18 2017-12-05 184.105.139.084 5705 1561 2017-11-07 2017-12-05 183.082.212.041 5133 1560 2017-11-13 2017-12-05 059.048.134.042 4050 1560 2017-11-06 2017-12-03 145.239.041.180 1828 1560 2017-11-16 2017-11-27 103.072.011.195 4460 1559 2017-10-29 2017-12-03 222.129.013.122 4954 1559 2017-10-27 2017-12-03 101.078.202.146 4633 1558 2017-11-17 2017-11-29 107.170.207.064 3368 1558 2017-11-09 2017-12-04 104.236.163.149 4845 1557 2017-11-09 2017-12-05 074.082.047.057 4934 1557 2017-10-29 2017-12-05 101.081.139.034 1891 1557 2017-11-21 2017-12-05 118.179.043.024 4826 1557 2017-10-26 2017-12-01 192.241.197.224 3251 1556 2017-11-09 2017-12-04 213.152.165.147 7859 1555 2017-11-07 2017-11-20 074.082.047.017 5195 1555 2017-10-30 2017-12-05 184.105.139.096 5413 1555 2017-11-16 2017-12-05 042.201.179.093 4335 1553 2017-10-28 2017-12-05 067.231.241.050 4540 1553 2017-11-17 2017-11-29 081.017.025.018 4563 1553 2017-10-28 2017-11-23 049.207.000.002 4478 1552 2017-10-30 2017-12-05 175.176.184.203 5692 1552 2017-11-16 2017-12-05 074.082.047.062 5429 1552 2017-11-06 2017-12-05 203.163.246.177 4538 1551 2017-10-23 2017-12-05 051.015.179.151 2854 1550 2017-12-02 2017-12-03 074.082.047.054 5324 1550 2017-11-07 2017-12-05 074.082.047.053 5255 1549 2017-10-25 2017-12-05 104.236.168.132 4164 1549 2017-10-25 2017-12-04 113.193.191.174 4695 1549 2017-11-01 2017-12-05 119.247.140.180 4903 1549 2017-11-01 2017-12-03 104.236.142.081 3329 1549 2017-11-09 2017-12-04 104.236.163.173 3900 1549 2017-11-09 2017-12-05 074.082.047.006 5310 1548 2017-11-07 2017-12-05 119.249.054.157 4398 1548 2017-11-18 2017-12-05 087.228.027.216 4510 1548 2017-11-01 2017-12-05 104.236.166.021 2688 1546 2017-11-09 2017-12-04 178.159.036.150 17360 1546 2017-11-18 2017-12-05 188.138.009.050 5308 1545 2017-11-18 2017-11-29 074.082.047.014 5394 1545 2017-10-30 2017-12-05 112.196.068.010 4709 1545 2017-10-27 2017-12-05 104.236.155.114 3358 1545 2017-11-09 2017-12-04 117.025.168.210 4650 1544 2017-10-28 2017-12-05 104.236.169.221 5082 1544 2017-11-09 2017-12-05 128.140.019.124 2111 1543 2017-10-30 2017-11-26 050.059.214.148 1571 1542 2017-11-07 2017-11-29 165.073.122.224 6867 1542 2017-10-24 2017-11-24 074.082.047.037 5092 1542 2017-11-04 2017-12-05 027.106.046.074 5162 1542 2017-11-01 2017-12-04 184.105.139.124 5464 1542 2017-11-05 2017-12-05 074.082.047.045 5103 1539 2017-11-16 2017-12-05 061.050.106.082 7246 1539 2017-10-23 2017-12-05 074.082.047.050 5303 1539 2017-10-30 2017-12-05 195.154.047.154 12340 1539 2017-11-03 2017-11-29 031.208.101.085 5061 1538 2017-11-06 2017-12-04 202.070.042.090 4810 1538 2017-11-06 2017-12-03 059.048.134.198 4157 1537 2017-11-08 2017-12-02 196.052.043.053 6710 1537 2017-11-15 2017-11-15 074.082.047.038 5417 1537 2017-11-07 2017-12-05 104.236.154.099 2510 1537 2017-11-09 2017-12-04 104.236.161.054 4062 1537 2017-11-09 2017-12-04 169.001.043.121 4253 1537 2017-11-05 2017-12-04 104.236.152.167 2447 1536 2017-11-09 2017-12-04 107.170.205.041 3934 1536 2017-11-09 2017-12-04 085.190.159.135 8863 1536 2017-11-07 2017-11-24 104.236.153.063 3349 1536 2017-11-09 2017-12-04 116.072.017.251 5658 1536 2017-10-27 2017-12-03 074.082.047.018 5836 1533 2017-11-16 2017-12-05 094.203.061.147 4216 1533 2017-10-29 2017-12-01 216.218.206.097 4630 1532 2017-11-04 2017-12-05 159.203.169.227 1712 1532 2017-11-28 2017-11-28 114.079.157.216 4175 1532 2017-11-04 2017-12-04 104.236.156.137 4552 1532 2017-11-09 2017-12-04 045.118.008.087 3983 1531 2017-11-14 2017-12-01 074.082.047.003 7978 1531 2017-11-05 2017-12-05 216.218.206.073 4874 1530 2017-10-26 2017-12-05 185.056.082.015 4281 1530 2017-11-08 2017-12-04 219.153.065.109 17646 1529 2017-11-21 2017-12-04 216.218.206.085 4605 1529 2017-10-29 2017-12-05 104.236.154.229 3075 1529 2017-11-09 2017-12-04 074.082.047.058 5506 1529 2017-10-31 2017-12-05 221.213.054.070 4513 1528 2017-10-30 2017-12-05 104.236.170.010 4087 1528 2017-11-09 2017-12-04 183.082.145.198 5364 1527 2017-11-07 2017-12-05 183.082.057.003 5462 1526 2017-11-18 2017-12-04 074.082.047.010 5343 1526 2017-11-04 2017-12-05 185.172.110.216 4804 1525 2017-11-19 2017-11-27 098.101.210.183 4896 1525 2017-11-17 2017-11-26 074.082.047.046 5524 1525 2017-10-28 2017-12-05 131.255.074.114 1756 1525 2017-11-01 2017-11-29 054.179.161.051 1559 1524 2017-12-04 2017-12-05 103.210.039.125 4214 1524 2017-11-08 2017-12-01 165.227.099.061 6740 1523 2017-11-28 2017-12-02 202.151.175.006 5775 1523 2017-11-02 2017-12-05 212.129.013.132 5384 1523 2017-11-19 2017-12-02 074.082.047.022 5304 1522 2017-11-05 2017-12-05 216.218.206.125 4920 1522 2017-11-04 2017-12-05 080.227.140.078 4986 1522 2017-10-28 2017-12-03 107.010.044.048 1522 1522 2017-11-24 2017-11-24 104.131.138.084 3237 1522 2017-11-09 2017-12-04 074.082.047.026 5271 1521 2017-11-07 2017-12-05 074.082.047.042 5434 1521 2017-11-01 2017-12-05 095.110.234.160 2578 1521 2017-10-26 2017-12-03 176.031.105.013 10942 1521 2017-11-22 2017-12-05 059.053.182.091 5590 1520 2017-11-19 2017-12-05 075.148.188.233 4747 1520 2017-11-17 2017-12-05 183.082.147.087 5950 1519 2017-10-30 2017-12-01 216.218.206.081 4871 1519 2017-10-29 2017-12-05 185.107.094.080 6610 1518 2017-11-08 2017-11-22 139.162.084.112 2260 1518 2017-11-27 2017-11-29 203.076.209.220 2827 1517 2017-11-26 2017-11-29 124.067.255.158 5330 1517 2017-10-30 2017-12-05 045.064.237.046 4977 1517 2017-10-29 2017-12-05 104.236.164.170 3641 1516 2017-11-09 2017-12-04 104.131.135.016 2761 1515 2017-11-09 2017-12-05 103.025.007.093 4348 1515 2017-11-01 2017-12-02 013.228.024.148 1566 1514 2017-12-04 2017-12-05 104.236.159.047 3256 1514 2017-11-09 2017-12-04 104.236.158.206 4757 1514 2017-11-09 2017-12-04 163.172.169.150 3163 1513 2017-11-10 2017-12-01 117.247.083.031 4050 1513 2017-11-14 2017-12-02 036.110.011.226 2184 1513 2017-10-22 2017-12-05 074.082.047.030 5384 1513 2017-11-07 2017-12-05 074.082.047.033 4798 1511 2017-10-27 2017-12-05 183.083.218.239 4657 1511 2017-11-14 2017-12-04 103.238.228.207 3810 1511 2017-11-14 2017-12-05 075.135.031.183 4026 1511 2017-10-24 2017-11-24 180.174.059.006 2246 1511 2017-10-25 2017-12-04 183.087.224.108 4542 1511 2017-11-06 2017-12-05 104.236.168.233 3868 1510 2017-11-09 2017-12-04 111.198.038.243 6658 1510 2017-11-15 2017-12-05 200.051.096.178 4531 1509 2017-11-17 2017-11-29 041.073.012.050 4301 1508 2017-11-16 2017-12-01 104.236.169.189 7097 1508 2017-11-09 2017-12-04 097.107.137.179 3528 1507 2017-11-28 2017-12-05 124.123.097.170 4895 1507 2017-11-07 2017-12-04 216.218.206.066 6053 1507 2017-11-05 2017-12-05 097.077.146.195 3967 1506 2017-11-18 2017-11-29 045.055.200.159 4616 1506 2017-12-02 2017-12-04 185.223.031.005 5192 1503 2017-11-20 2017-11-29 104.236.167.114 2985 1503 2017-11-09 2017-12-04 165.227.193.247 1597 1502 2017-11-13 2017-11-25 221.229.166.044 9569 1502 2017-10-24 2017-12-05 183.129.254.090 4781 1502 2017-10-30 2017-12-05 045.055.162.004 2675 1500 2017-11-17 2017-11-27 095.107.132.212 4756 1500 2017-11-20 2017-11-21 216.218.206.113 4551 1500 2017-11-04 2017-12-05 218.058.059.066 4683 1500 2017-10-30 2017-12-05 103.237.036.132 4249 1500 2017-11-07 2017-12-03 178.236.248.128 2451 1499 2017-11-01 2017-12-03 052.077.240.068 1534 1499 2017-12-04 2017-12-05 045.055.067.165 2916 1498 2017-11-17 2017-11-30 216.218.206.117 4711 1498 2017-11-03 2017-12-05 183.131.083.053 13939 1498 2017-11-16 2017-12-05 051.015.002.136 18261 1498 2017-11-11 2017-12-05 192.003.178.226 2393 1498 2017-11-30 2017-12-04 104.236.162.014 3096 1498 2017-11-09 2017-12-04 220.249.016.034 4501 1497 2017-11-03 2017-12-05 103.206.063.096 3392 1496 2017-11-16 2017-12-04 124.067.115.131 4716 1496 2017-11-19 2017-12-05 104.236.156.244 3863 1496 2017-10-25 2017-12-05 182.065.012.179 3193 1495 2017-11-20 2017-11-28 165.073.112.203 4599 1495 2017-10-25 2017-12-01 216.218.206.089 4476 1494 2017-10-26 2017-12-05 103.226.185.004 5491 1494 2017-10-31 2017-11-27 104.236.165.224 3864 1494 2017-11-09 2017-12-04 112.207.195.233 1502 1493 2017-11-21 2017-11-22 124.123.040.238 5989 1493 2017-11-01 2017-12-04 139.162.108.237 8048 1492 2017-10-25 2017-12-05 051.015.219.016 7397 1492 2017-11-14 2017-11-20 046.101.000.007 1512 1492 2017-11-30 2017-12-01 104.236.154.032 3964 1492 2017-11-09 2017-12-04 138.068.162.097 3288 1491 2017-11-21 2017-11-22 223.111.185.067 5017 1491 2017-11-13 2017-12-03 060.249.060.236 4368 1490 2017-11-17 2017-11-29 104.131.132.058 2252 1489 2017-11-09 2017-12-04 104.236.169.239 3033 1489 2017-11-09 2017-12-05 074.082.047.061 4662 1489 2017-10-31 2017-12-05 118.193.031.182 10957 1489 2017-11-13 2017-12-05 074.082.047.049 4721 1489 2017-10-30 2017-12-05 184.064.167.234 4271 1488 2017-11-09 2017-12-05 013.228.168.034 1513 1488 2017-12-04 2017-12-05 054.255.132.057 1518 1487 2017-12-04 2017-12-05 104.236.163.013 2384 1487 2017-11-09 2017-12-04 104.236.156.052 3500 1487 2017-11-09 2017-12-05 104.236.169.035 4125 1486 2017-11-09 2017-12-04 059.048.126.086 4019 1486 2017-11-14 2017-12-04 071.006.142.087 2933 1485 2017-11-07 2017-12-05 051.015.183.144 4701 1485 2017-11-09 2017-12-01 128.199.190.196 1497 1483 2017-11-30 2017-12-01 180.182.119.155 4918 1483 2017-10-29 2017-12-05 124.123.040.094 4842 1482 2017-11-06 2017-12-03 165.227.103.112 6411 1482 2017-11-28 2017-12-02 164.052.013.058 6319 1482 2017-11-17 2017-12-05 080.211.135.120 1692 1481 2017-11-26 2017-12-03 169.001.044.033 5108 1480 2017-11-18 2017-12-05 116.072.011.202 4391 1480 2017-10-28 2017-12-05 216.218.206.077 4549 1479 2017-10-30 2017-12-05 216.218.206.093 4601 1479 2017-11-04 2017-12-05 141.085.252.215 5379 1479 2017-11-21 2017-11-22 185.056.080.101 4833 1479 2017-11-17 2017-11-26 104.236.159.004 6618 1478 2017-10-25 2017-12-04 103.047.018.206 3661 1477 2017-11-19 2017-12-03 104.236.168.252 4141 1477 2017-11-15 2017-12-05 208.180.216.033 4425 1477 2017-10-25 2017-12-05 037.009.056.119 2252 1476 2017-11-17 2017-11-26 052.221.212.131 1502 1476 2017-12-04 2017-12-05 087.200.242.154 3898 1475 2017-11-18 2017-12-05 104.236.136.049 4196 1475 2017-11-09 2017-12-05 111.091.083.160 4903 1475 2017-10-29 2017-12-01 094.201.086.252 3632 1475 2017-11-17 2017-12-04 164.052.000.142 8444 1474 2017-11-13 2017-11-30 116.072.038.065 7364 1474 2017-11-08 2017-12-04 014.139.214.247 4016 1473 2017-11-01 2017-12-04 112.026.012.104 4690 1473 2017-11-19 2017-12-01 165.227.115.224 2268 1473 2017-11-26 2017-11-29 216.218.206.109 4583 1471 2017-11-05 2017-12-05 180.177.233.143 4250 1471 2017-10-30 2017-12-05 046.101.042.061 1484 1471 2017-11-30 2017-12-01 104.236.160.184 3667 1470 2017-11-09 2017-12-04 059.048.134.218 4201 1470 2017-11-07 2017-12-02 027.004.018.005 3171 1470 2017-11-14 2017-12-05 218.064.066.050 4444 1470 2017-10-30 2017-12-05 092.042.109.101 6320 1469 2017-11-01 2017-11-27 104.236.166.102 3740 1469 2017-11-09 2017-12-04 148.153.036.034 4842 1468 2017-11-18 2017-12-05 045.116.113.091 4343 1467 2017-11-06 2017-12-05 058.218.213.097 18005 1467 2017-11-21 2017-12-05 023.089.139.002 2824 1467 2017-11-22 2017-11-24 183.082.147.193 5403 1467 2017-10-23 2017-12-04 189.059.008.121 46783 1466 2017-11-06 2017-12-05 190.039.151.009 2023 1466 2017-10-25 2017-12-05 185.217.000.176 1543 1466 2017-11-29 2017-11-30 188.203.086.054 3790 1466 2017-11-20 2017-11-29 203.095.221.194 5837 1464 2017-11-14 2017-12-02 162.144.123.124 5167 1464 2017-11-16 2017-12-03 184.154.047.002 4413 1464 2017-11-24 2017-12-01 051.015.078.063 1893 1463 2017-11-27 2017-11-30 001.119.129.017 1548 1463 2017-10-26 2017-12-03 192.173.146.095 1639 1463 2017-11-27 2017-11-27 071.006.154.109 3426 1463 2017-11-07 2017-11-27 112.196.048.026 5939 1462 2017-11-14 2017-12-05 058.218.200.024 37585 1462 2017-11-14 2017-12-05 060.251.239.018 1462 1462 2017-11-12 2017-11-12 104.236.155.046 3914 1462 2017-11-09 2017-12-04 143.202.154.211 4001 1461 2017-11-11 2017-12-02 139.162.112.248 2542 1461 2017-11-01 2017-11-29 123.249.027.172 9828 1461 2017-11-13 2017-12-05 027.115.124.066 5921 1460 2017-11-06 2017-12-05 216.218.206.101 4485 1460 2017-10-29 2017-12-05 216.218.206.106 4733 1459 2017-11-07 2017-12-05 149.056.237.092 1716 1457 2017-11-20 2017-12-05 212.237.040.227 3155 1456 2017-11-20 2017-11-29 013.228.029.252 1476 1456 2017-12-02 2017-12-03 104.131.134.028 4675 1456 2017-11-09 2017-12-04 104.236.167.052 4728 1455 2017-11-09 2017-12-04 059.048.134.054 3996 1455 2017-11-08 2017-12-03 125.075.207.025 4755 1455 2017-11-02 2017-12-05 124.125.026.132 4418 1454 2017-11-01 2017-12-05 221.194.044.216 8963 1454 2017-10-29 2017-12-04 122.228.255.109 7245 1454 2017-11-17 2017-12-05 104.037.214.171 2280 1454 2017-11-13 2017-11-24 058.221.046.247 6200 1454 2017-11-06 2017-12-05 178.073.215.171 6291 1453 2017-11-17 2017-11-27 104.236.130.177 4222 1453 2017-11-09 2017-12-04 104.236.152.143 2577 1453 2017-11-09 2017-12-04 123.202.226.237 3785 1453 2017-11-14 2017-12-01 183.082.121.190 3900 1452 2017-10-24 2017-12-01 159.203.026.004 1466 1451 2017-12-01 2017-12-02 061.130.105.126 4133 1451 2017-10-26 2017-12-05 103.053.166.006 4497 1451 2017-11-02 2017-12-01 085.024.188.188 5172 1451 2017-11-08 2017-11-24 139.059.086.104 2532 1451 2017-11-10 2017-11-27 149.056.127.166 4828 1450 2017-11-02 2017-12-03 223.223.158.118 3003 1450 2017-11-21 2017-12-05 043.243.039.025 4082 1450 2017-11-18 2017-12-03 149.056.185.095 1726 1449 2017-11-21 2017-11-26 128.199.069.055 5240 1449 2017-11-08 2017-11-10 081.169.249.148 6079 1448 2017-11-14 2017-11-16 114.079.171.139 6910 1448 2017-10-28 2017-12-04 104.236.154.170 3534 1448 2017-11-09 2017-12-04 104.236.168.076 3892 1448 2017-11-09 2017-12-04 054.255.188.009 1469 1447 2017-12-04 2017-12-05 165.255.238.011 3601 1447 2017-11-18 2017-12-04 182.237.167.200 4157 1447 2017-10-23 2017-12-02 058.218.205.102 121229 1447 2017-11-05 2017-12-05 183.131.083.223 11430 1446 2017-11-16 2017-12-02 138.197.004.084 2171 1446 2017-11-28 2017-11-29 116.073.202.104 4489 1445 2017-10-24 2017-12-02 123.108.228.114 5664 1444 2017-10-27 2017-12-05 060.164.249.186 5038 1444 2017-11-07 2017-11-29 216.218.206.121 4285 1444 2017-11-17 2017-12-05 104.236.157.011 2917 1444 2017-11-09 2017-12-04 216.218.206.122 4688 1444 2017-10-28 2017-12-05 036.255.090.235 3864 1444 2017-11-04 2017-12-02 178.062.074.248 1612 1444 2017-11-25 2017-11-25 042.062.051.053 3772 1444 2017-11-27 2017-12-05 078.138.091.014 10500 1444 2017-11-19 2017-12-05 111.091.012.087 3909 1443 2017-11-07 2017-12-05 202.005.050.034 3462 1443 2017-11-01 2017-12-02 104.131.146.023 3415 1443 2017-11-09 2017-12-04 104.236.167.180 4282 1442 2017-11-09 2017-12-04 104.236.159.119 4573 1442 2017-10-25 2017-12-04 060.191.249.039 3999 1440 2017-11-13 2017-11-30 058.218.213.082 8706 1440 2017-11-13 2017-12-05 165.227.110.031 5606 1440 2017-11-28 2017-12-02 198.055.103.047 5951 1440 2017-11-13 2017-12-01 185.121.173.171 6655 1440 2017-10-30 2017-12-05 103.250.189.227 3223 1439 2017-11-01 2017-12-01 080.211.241.071 7484 1439 2017-11-06 2017-12-04 095.215.062.072 27589 1438 2017-11-18 2017-12-05 104.236.165.051 2583 1437 2017-11-09 2017-12-04 222.188.110.158 13326 1437 2017-11-12 2017-12-05 185.186.143.249 6711 1436 2017-11-14 2017-12-05 043.230.044.027 3752 1436 2017-10-30 2017-11-21 197.101.038.197 3842 1435 2017-11-09 2017-12-01 103.060.213.070 3528 1435 2017-10-22 2017-12-03 222.239.091.145 4135 1434 2017-11-16 2017-12-01 164.052.011.222 5441 1434 2017-11-16 2017-12-05 104.236.166.195 3150 1434 2017-11-09 2017-12-04 103.060.013.034 5255 1433 2017-11-20 2017-12-03 119.090.228.023 4042 1433 2017-10-28 2017-12-05 117.159.147.067 11663 1433 2017-11-12 2017-12-05 061.145.231.069 7115 1433 2017-11-22 2017-12-05 124.123.092.059 5057 1433 2017-11-07 2017-12-02 124.123.041.092 5467 1432 2017-11-15 2017-12-01 216.218.206.126 4625 1431 2017-10-30 2017-12-05 061.148.197.002 4072 1431 2017-10-23 2017-12-05 164.052.000.131 8055 1431 2017-10-24 2017-11-30 104.236.167.116 2755 1431 2017-11-09 2017-12-04 165.073.024.111 5294 1429 2017-11-03 2017-11-28 104.131.142.061 3195 1429 2017-11-05 2017-12-04 054.255.194.139 1438 1429 2017-12-02 2017-12-03 216.218.206.086 4533 1429 2017-11-05 2017-12-05 183.082.096.117 5059 1428 2017-10-26 2017-12-01 222.045.101.172 2328 1428 2017-10-29 2017-12-05 216.218.206.090 4593 1428 2017-11-19 2017-12-05 059.048.131.178 3985 1428 2017-10-24 2017-12-03 005.188.062.053 1635 1428 2017-11-14 2017-11-22 121.148.251.078 6043 1428 2017-11-05 2017-12-05 202.201.251.140 15794 1428 2017-10-31 2017-12-05 104.236.167.098 3452 1428 2017-11-09 2017-12-04 059.048.130.090 7525 1427 2017-10-24 2017-12-05 111.091.228.071 3796 1427 2017-10-25 2017-12-01 078.230.101.101 3974 1426 2017-11-13 2017-12-05 119.249.054.119 4377 1426 2017-10-28 2017-12-03 043.227.224.158 3263 1425 2017-11-18 2017-12-05 104.236.025.156 4112 1423 2017-12-02 2017-12-04 104.236.159.071 3010 1423 2017-11-09 2017-12-04 213.007.202.194 1511 1423 2017-11-03 2017-12-03 104.236.165.053 3060 1423 2017-11-09 2017-12-04 125.099.154.038 4435 1422 2017-10-31 2017-12-04 054.179.136.225 1444 1422 2017-12-04 2017-12-05 095.213.170.194 151631 1422 2017-11-03 2017-11-15 216.218.206.105 4123 1422 2017-10-26 2017-12-05 193.246.040.125 3703 1421 2017-11-10 2017-11-30 123.249.009.214 7745 1421 2017-11-04 2017-12-03 119.249.054.106 10940 1421 2017-11-03 2017-11-29 104.236.144.231 3060 1420 2017-11-09 2017-12-05 098.143.148.135 1660 1420 2017-11-21 2017-11-23 049.206.199.030 3637 1419 2017-11-01 2017-12-05 081.023.104.126 4205 1419 2017-11-05 2017-11-29 191.096.249.136 6584 1419 2017-11-17 2017-12-03 091.204.161.242 8948 1419 2017-11-16 2017-11-19 103.228.038.059 4153 1418 2017-10-28 2017-12-02 139.162.106.178 1455 1418 2017-11-29 2017-12-01 124.123.042.253 4874 1418 2017-11-17 2017-12-05 192.241.228.106 2439 1417 2017-11-09 2017-12-05 051.015.189.192 3137 1417 2017-12-04 2017-12-05 159.203.070.205 1558 1417 2017-11-22 2017-11-23 183.082.119.165 4022 1416 2017-10-24 2017-12-03 013.229.047.094 1435 1416 2017-12-04 2017-12-05 111.093.108.070 3666 1416 2017-10-29 2017-12-01 221.215.083.162 3738 1415 2017-10-26 2017-12-02 104.236.161.251 2824 1415 2017-11-09 2017-12-04 124.237.090.054 3995 1415 2017-11-19 2017-12-02 061.000.234.097 3979 1415 2017-10-28 2017-12-02 202.109.143.110 5628 1415 2017-11-10 2017-12-05 104.236.160.225 4097 1414 2017-11-09 2017-12-04 027.115.124.002 5951 1414 2017-11-03 2017-12-05 182.156.095.254 5204 1414 2017-11-09 2017-12-02 054.254.254.130 1425 1414 2017-12-04 2017-12-05 046.021.147.163 2723 1413 2017-10-26 2017-11-28 218.002.000.133 15257 1413 2017-11-13 2017-12-05 216.218.206.070 4686 1412 2017-10-28 2017-12-05 104.236.166.151 3091 1411 2017-10-25 2017-12-04 061.147.103.021 5686 1411 2017-11-04 2017-12-05 082.112.033.142 2787 1411 2017-11-22 2017-12-05 092.240.090.094 7423 1410 2017-11-28 2017-12-01 058.120.227.040 9642 1409 2017-11-15 2017-12-05 183.177.124.147 4481 1409 2017-10-24 2017-12-01 027.255.081.155 5067 1409 2017-11-17 2017-12-02 054.251.145.118 1429 1408 2017-12-04 2017-12-05 178.159.036.029 8329 1407 2017-10-31 2017-12-05 045.055.202.034 4550 1407 2017-12-02 2017-12-04 027.255.066.062 8417 1407 2017-11-08 2017-12-05 124.089.090.229 22345 1407 2017-11-15 2017-11-27 123.249.079.119 11853 1406 2017-11-15 2017-11-21 061.139.124.136 4286 1406 2017-10-30 2017-12-05 219.139.160.029 3485 1406 2017-11-14 2017-12-02 216.218.206.074 4586 1406 2017-11-08 2017-12-05 183.083.216.130 3992 1406 2017-11-07 2017-12-02 104.236.160.206 3654 1403 2017-11-09 2017-12-04 218.092.185.202 4277 1402 2017-11-08 2017-12-05 216.218.206.078 4574 1402 2017-10-29 2017-12-05 216.218.206.092 3818 1401 2017-11-07 2017-12-05 045.120.114.136 3566 1401 2017-11-15 2017-12-05 104.236.160.231 3187 1401 2017-11-09 2017-12-05 104.236.144.004 2904 1401 2017-11-09 2017-11-30 216.218.206.094 4663 1400 2017-10-25 2017-12-05 185.075.097.050 4279 1400 2017-11-12 2017-11-20 060.174.072.111 2105 1400 2017-10-24 2017-12-05 074.082.047.031 3633 1398 2017-11-18 2017-12-05 104.236.164.006 3529 1398 2017-11-09 2017-12-05 059.172.006.242 4332 1397 2017-11-16 2017-12-05 104.236.168.170 3453 1396 2017-11-09 2017-12-04 221.173.128.199 16897 1396 2017-11-07 2017-12-05 052.233.193.111 6576 1395 2017-11-09 2017-11-27 118.193.021.186 5480 1395 2017-11-16 2017-12-05 104.131.024.023 4057 1395 2017-12-02 2017-12-04 001.023.062.242 5060 1394 2017-10-28 2017-11-30 216.218.206.118 4679 1394 2017-11-06 2017-12-05 080.058.152.147 3244 1394 2017-11-15 2017-11-18 117.247.248.036 5162 1394 2017-10-28 2017-12-03 104.236.165.119 3855 1393 2017-11-09 2017-12-04 195.062.129.222 3417 1392 2017-11-14 2017-12-05 202.106.051.066 1976 1392 2017-10-22 2017-12-05 104.236.159.245 2081 1391 2017-11-09 2017-12-04 155.004.014.125 3083 1391 2017-11-03 2017-12-05 216.218.206.082 4317 1390 2017-10-27 2017-12-05 216.218.206.114 4480 1390 2017-10-24 2017-12-05 183.230.146.026 3647 1390 2017-11-03 2017-12-05 120.138.100.139 3962 1388 2017-11-15 2017-12-02 170.244.044.055 3808 1388 2017-11-26 2017-12-05 185.190.058.181 3158 1387 2017-11-04 2017-12-03 103.010.197.018 2978 1387 2017-11-01 2017-12-05 218.075.030.039 8533 1387 2017-11-04 2017-11-27 177.012.226.147 2388 1386 2017-11-10 2017-12-05 123.201.132.082 4568 1386 2017-11-02 2017-12-05 045.122.121.018 5481 1386 2017-10-27 2017-12-04 216.218.206.102 4681 1386 2017-11-06 2017-12-05 051.015.093.062 3326 1386 2017-11-11 2017-12-05 163.172.209.228 1991 1386 2017-12-03 2017-12-04 221.194.044.211 11500 1385 2017-11-07 2017-11-29 104.236.165.222 2140 1385 2017-11-09 2017-12-04 058.018.228.108 3602 1385 2017-10-29 2017-12-05 138.019.133.051 3853 1385 2017-10-25 2017-12-05 183.082.101.112 3743 1384 2017-10-30 2017-12-05 091.243.175.136 3748 1384 2017-10-25 2017-12-05 222.089.155.166 3402 1384 2017-11-14 2017-12-05 104.236.158.173 2185 1383 2017-11-09 2017-12-05 001.197.108.025 4059 1383 2017-10-30 2017-12-05 183.082.116.050 3515 1383 2017-11-15 2017-12-01 125.099.064.166 3494 1382 2017-11-07 2017-12-02 169.001.025.111 2983 1382 2017-11-18 2017-12-05 223.241.214.039 4307 1381 2017-11-05 2017-12-05 188.166.027.021 1453 1381 2017-12-03 2017-12-04 005.104.111.204 5699 1381 2017-11-03 2017-11-21 138.099.212.058 1990 1381 2017-11-14 2017-12-05 168.187.003.040 2177 1380 2017-11-19 2017-11-21 183.129.254.092 7165 1379 2017-10-30 2017-12-04 216.218.206.084 3796 1379 2017-11-05 2017-12-05 104.236.164.172 3447 1379 2017-11-09 2017-12-04 147.135.203.207 2316 1378 2017-11-13 2017-11-22 104.236.167.013 2222 1378 2017-11-09 2017-12-04 104.236.164.230 2073 1378 2017-11-09 2017-12-04 058.218.200.008 3457 1378 2017-11-04 2017-12-05 183.233.186.111 3930 1377 2017-11-03 2017-12-04 123.249.018.246 19750 1376 2017-11-18 2017-12-05 051.015.199.189 1424 1376 2017-12-01 2017-12-02 104.236.168.066 3239 1376 2017-11-09 2017-12-04 104.236.165.060 2914 1376 2017-11-09 2017-12-01 106.002.045.021 2497 1374 2017-11-08 2017-11-19 183.082.144.189 3729 1374 2017-11-19 2017-12-03 122.096.184.095 3123 1374 2017-11-19 2017-12-03 185.190.058.235 15507 1373 2017-10-31 2017-12-05 045.055.200.166 3309 1371 2017-12-02 2017-12-05 070.063.099.149 3424 1371 2017-11-17 2017-11-29 148.153.039.186 9117 1370 2017-11-17 2017-12-05 124.123.099.136 3796 1370 2017-10-27 2017-12-01 148.153.034.114 7569 1370 2017-11-18 2017-12-05 103.212.222.138 13684 1369 2017-11-09 2017-12-05 122.114.217.176 5159 1369 2017-11-07 2017-12-01 045.063.070.220 2972 1368 2017-11-09 2017-11-10 104.236.159.065 2802 1368 2017-11-09 2017-12-04 104.236.135.220 2228 1368 2017-11-02 2017-12-04 118.186.036.050 20706 1368 2017-10-27 2017-12-05 216.218.206.120 3588 1367 2017-11-05 2017-12-05 173.249.011.202 1680 1367 2017-11-25 2017-11-26 148.153.038.078 5889 1367 2017-11-19 2017-12-05 104.236.166.105 2603 1367 2017-11-09 2017-11-28 104.236.154.106 2090 1367 2017-11-09 2017-12-04 008.026.021.070 9404 1367 2017-11-05 2017-12-01 223.112.075.140 3122 1367 2017-11-08 2017-12-04 118.193.027.198 10996 1366 2017-11-16 2017-12-05 183.082.098.074 4009 1366 2017-10-23 2017-11-27 180.076.171.088 5215 1365 2017-11-02 2017-12-03 219.216.072.200 1581 1365 2017-11-22 2017-12-05 103.010.197.106 2829 1364 2017-11-08 2017-12-05 118.193.028.058 7541 1364 2017-10-26 2017-12-05 185.158.114.017 4641 1364 2017-10-28 2017-11-25 220.187.068.216 4143 1364 2017-10-24 2017-12-05 111.161.007.084 14706 1362 2017-11-27 2017-12-02 005.039.221.050 9717 1362 2017-11-24 2017-12-05 165.073.123.084 4098 1362 2017-10-23 2017-11-28 045.055.055.138 3596 1362 2017-11-19 2017-11-21 139.162.126.103 7986 1361 2017-11-02 2017-11-26 027.000.060.002 4639 1361 2017-11-01 2017-11-29 103.078.150.233 3541 1361 2017-10-24 2017-12-03 216.218.206.080 3720 1361 2017-11-01 2017-12-05 216.218.206.110 4338 1361 2017-11-06 2017-12-05 181.030.117.166 3215 1360 2017-11-17 2017-11-29 185.190.058.195 5557 1359 2017-11-17 2017-11-22 085.099.238.245 1787 1359 2017-11-10 2017-12-05 163.172.020.213 22043 1359 2017-11-03 2017-11-29 113.160.156.224 3313 1358 2017-11-03 2017-12-05 103.224.166.211 1864 1357 2017-11-02 2017-12-05 111.161.007.087 16716 1357 2017-11-27 2017-12-02 059.044.152.139 3443 1357 2017-11-17 2017-12-05 216.218.206.116 3626 1357 2017-10-31 2017-12-05 066.096.215.034 1818 1356 2017-11-04 2017-12-05 139.059.069.055 6770 1355 2017-11-17 2017-12-05 111.091.083.078 4159 1355 2017-11-13 2017-12-02 185.035.079.050 26724 1354 2017-10-29 2017-12-03 074.082.047.051 3713 1354 2017-11-01 2017-12-05 061.012.038.051 3869 1353 2017-11-12 2017-12-02 005.188.086.043 5095 1353 2017-11-12 2017-11-12 202.061.120.122 4707 1352 2017-10-30 2017-11-29 216.218.206.096 3573 1352 2017-10-30 2017-12-05 111.161.007.085 18036 1352 2017-11-27 2017-12-02 103.088.076.190 3761 1352 2017-10-28 2017-11-30 183.087.174.230 4029 1352 2017-11-18 2017-12-05 104.225.156.230 1566 1352 2017-11-19 2017-11-25 103.253.248.130 3222 1352 2017-11-17 2017-11-29 121.207.227.164 10936 1351 2017-11-02 2017-11-26 104.236.156.241 2513 1351 2017-11-09 2017-12-04 182.018.191.061 3222 1351 2017-11-03 2017-12-05 111.161.007.086 17110 1351 2017-11-27 2017-12-02 111.161.007.089 15521 1350 2017-11-27 2017-12-02 045.033.066.232 3128 1350 2017-11-08 2017-12-03 058.051.197.245 3173 1350 2017-10-26 2017-12-05 220.158.161.230 3659 1350 2017-11-14 2017-12-05 124.123.078.250 5070 1350 2017-11-12 2017-12-05 117.041.229.008 5310 1350 2017-11-11 2017-12-05 104.236.160.211 3390 1349 2017-11-09 2017-12-04 185.010.068.194 4025 1349 2017-11-22 2017-12-02 185.190.058.106 1488 1349 2017-12-04 2017-12-05 103.082.208.139 3307 1349 2017-11-15 2017-12-03 103.226.205.146 3182 1349 2017-11-04 2017-12-01 059.041.103.097 4133 1348 2017-11-05 2017-12-05 118.193.029.006 6772 1348 2017-11-18 2017-12-05 183.082.101.056 3386 1348 2017-11-19 2017-12-04 094.206.163.034 4142 1348 2017-11-07 2017-11-29 104.131.150.068 3330 1348 2017-11-09 2017-12-04 182.237.183.044 3633 1347 2017-11-13 2017-12-05 023.092.135.135 3565 1345 2017-11-03 2017-12-05 104.236.159.121 2964 1345 2017-11-09 2017-12-04 107.170.201.137 5880 1345 2017-11-09 2017-12-05 222.033.192.068 4488 1345 2017-11-07 2017-12-05 042.048.118.134 3279 1344 2017-11-19 2017-12-03 216.218.206.098 4282 1344 2017-11-02 2017-12-05 074.082.047.019 3512 1344 2017-11-05 2017-12-05 103.060.198.229 3131 1344 2017-11-15 2017-12-05 181.214.087.243 5217 1344 2017-10-29 2017-12-04 094.138.215.138 2167 1343 2017-11-07 2017-11-30 061.158.163.085 5660 1343 2017-11-08 2017-12-05 111.040.124.043 4664 1343 2017-11-09 2017-11-09 216.218.206.072 3813 1343 2017-11-06 2017-12-05 116.074.092.087 3545 1343 2017-11-04 2017-12-05 122.144.130.004 6271 1342 2017-11-04 2017-11-28 036.007.130.005 4680 1342 2017-11-14 2017-11-28 151.080.008.017 1471 1342 2017-11-09 2017-12-02 164.052.001.014 5525 1342 2017-11-16 2017-12-05 122.194.108.022 5081 1342 2017-10-30 2017-12-04 058.218.204.202 2970 1342 2017-11-13 2017-12-03 188.166.026.084 4202 1341 2017-10-24 2017-11-11 199.089.053.156 1467 1341 2017-11-17 2017-12-03 104.236.155.185 2792 1340 2017-10-25 2017-12-04 169.001.033.206 3896 1340 2017-10-27 2017-12-05 111.078.205.202 4038 1340 2017-10-25 2017-12-05 103.068.034.239 5036 1340 2017-11-02 2017-11-23 111.161.007.088 17151 1339 2017-11-27 2017-12-02 104.236.169.242 3615 1338 2017-10-25 2017-12-04 104.236.227.073 3585 1338 2017-11-26 2017-11-27 220.189.255.009 6474 1337 2017-10-28 2017-12-05 172.104.075.101 2923 1337 2017-11-08 2017-12-03 116.075.013.210 3241 1336 2017-11-03 2017-12-02 059.053.067.084 5357 1336 2017-11-18 2017-12-05 047.042.184.115 3690 1336 2017-10-23 2017-12-05 082.102.173.070 5116 1335 2017-11-13 2017-11-15 218.065.096.111 9979 1335 2017-10-27 2017-12-05 122.114.236.032 3073 1334 2017-10-26 2017-12-05 005.188.203.114 2627 1334 2017-11-14 2017-12-04 104.236.167.211 3599 1334 2017-11-09 2017-12-04 074.082.047.039 3492 1332 2017-10-31 2017-12-05 219.137.226.075 3052 1331 2017-11-17 2017-12-05 060.217.192.136 1768 1331 2017-10-28 2017-12-01 074.082.047.015 3554 1330 2017-10-27 2017-12-05 067.227.199.043 1444 1330 2017-12-03 2017-12-05 144.255.234.249 2732 1330 2017-11-23 2017-12-05 087.120.255.131 3803 1330 2017-10-30 2017-12-05 094.206.131.185 3493 1329 2017-11-06 2017-12-01 008.026.021.039 4805 1329 2017-10-29 2017-12-05 074.082.047.063 3574 1329 2017-10-29 2017-12-05 203.109.106.166 2737 1328 2017-11-20 2017-12-05 110.172.162.189 2640 1328 2017-11-01 2017-12-03 211.200.126.134 4689 1327 2017-11-12 2017-12-05 125.088.036.018 3453 1326 2017-10-27 2017-12-05 216.218.206.108 3567 1326 2017-10-30 2017-12-05 083.145.172.060 3480 1326 2017-11-02 2017-12-05 059.048.134.086 4991 1325 2017-11-15 2017-12-04 216.218.206.088 3379 1324 2017-11-17 2017-12-05 216.218.206.112 3667 1324 2017-10-29 2017-12-05 112.217.150.112 13184 1324 2017-11-05 2017-12-05 188.226.184.102 1975 1323 2017-11-27 2017-12-03 203.212.245.141 2116 1323 2017-11-25 2017-12-04 058.053.219.075 3182 1323 2017-11-01 2017-12-05 104.236.160.163 4189 1323 2017-11-09 2017-12-04 005.206.226.112 6899 1323 2017-11-12 2017-11-12 058.060.001.078 4911 1323 2017-11-02 2017-11-12 103.068.035.230 3944 1323 2017-10-27 2017-12-02 104.236.163.154 3878 1322 2017-10-25 2017-12-05 069.065.040.154 4298 1322 2017-10-24 2017-11-13 202.134.162.233 4872 1322 2017-11-07 2017-12-01 172.104.130.222 2792 1322 2017-11-08 2017-12-03 186.183.198.099 2502 1321 2017-10-30 2017-11-14 119.004.250.072 1498 1321 2017-10-30 2017-11-27 080.082.067.010 1340 1320 2017-11-29 2017-12-01 116.072.043.142 3855 1320 2017-10-28 2017-12-05 123.059.182.194 4374 1319 2017-11-12 2017-12-05 060.190.215.030 2966 1319 2017-11-17 2017-12-05 218.241.098.198 1794 1319 2017-10-31 2017-12-04 194.088.107.234 3415 1319 2017-11-30 2017-12-01 185.056.082.037 3085 1319 2017-12-01 2017-12-05 185.190.058.187 4479 1318 2017-11-04 2017-12-05 045.077.013.160 2782 1318 2017-11-10 2017-11-11 134.147.203.115 23831 1317 2017-11-05 2017-12-03 061.055.189.164 6312 1317 2017-11-05 2017-12-05 122.114.030.222 3478 1317 2017-11-24 2017-12-05 148.153.044.046 8538 1317 2017-11-18 2017-12-05 124.124.212.174 9503 1317 2017-11-12 2017-12-05 221.000.095.082 1566 1316 2017-11-24 2017-11-29 098.126.154.242 2511 1316 2017-11-18 2017-12-05 061.190.019.098 4412 1315 2017-11-08 2017-12-05 001.023.160.035 4079 1315 2017-11-12 2017-11-29 104.236.152.111 1748 1315 2017-11-09 2017-12-05 089.163.227.015 17944 1315 2017-11-19 2017-12-05 118.089.178.070 2312 1314 2017-11-17 2017-11-23 176.192.022.174 1709 1314 2017-11-23 2017-12-04 074.082.047.011 3463 1313 2017-10-30 2017-12-05 138.246.253.019 4915 1313 2017-11-02 2017-12-05 164.052.000.141 13535 1313 2017-11-13 2017-12-05 185.056.082.030 17761 1313 2017-11-09 2017-12-05 221.229.204.100 3404 1313 2017-11-01 2017-12-04 005.101.000.034 6132 1310 2017-11-05 2017-12-05 104.131.135.074 3213 1310 2017-11-09 2017-12-04 187.044.164.106 4850 1310 2017-10-26 2017-12-04 216.218.206.104 3296 1310 2017-11-07 2017-12-05 110.172.162.201 3121 1310 2017-10-28 2017-12-04 074.082.047.023 3726 1310 2017-11-07 2017-12-05 014.102.067.207 3049 1309 2017-11-05 2017-12-01 058.119.006.147 3468 1309 2017-10-28 2017-12-05 203.251.168.139 8628 1309 2017-11-08 2017-11-21 172.104.174.208 2815 1309 2017-11-08 2017-12-03 074.082.047.059 3541 1308 2017-11-03 2017-12-05 221.226.106.188 9936 1308 2017-11-02 2017-11-29 115.069.255.032 3487 1308 2017-10-28 2017-12-01 123.201.252.002 2812 1307 2017-11-18 2017-12-05 176.120.223.011 3426 1307 2017-11-05 2017-12-05 027.106.077.210 3344 1307 2017-11-06 2017-12-05 210.016.115.207 3767 1307 2017-11-16 2017-12-05 058.221.047.097 1925 1307 2017-11-22 2017-11-29 112.030.128.073 1813 1306 2017-11-22 2017-12-03 185.190.058.103 1685 1306 2017-12-04 2017-12-05 221.194.044.254 9658 1306 2017-10-27 2017-11-28 139.162.203.018 2846 1306 2017-11-08 2017-12-03 058.221.046.248 2432 1305 2017-11-11 2017-12-05 139.059.244.085 2241 1305 2017-11-09 2017-11-23 163.172.065.073 6159 1305 2017-11-13 2017-11-16 182.100.067.129 18733 1305 2017-10-28 2017-11-22 103.057.254.045 2733 1305 2017-11-20 2017-12-04 074.082.047.055 3571 1305 2017-11-16 2017-12-05 162.105.200.230 3238 1305 2017-11-17 2017-12-01 061.236.233.034 3339 1305 2017-10-29 2017-12-04 116.073.213.165 3352 1304 2017-11-02 2017-12-05 185.055.218.101 3689 1303 2017-10-29 2017-12-05 123.249.034.191 4930 1302 2017-11-10 2017-12-01 123.201.063.199 3145 1302 2017-11-05 2017-12-03 122.164.042.227 3276 1301 2017-11-06 2017-12-04 148.153.024.106 7354 1301 2017-11-18 2017-12-05 138.068.105.223 4197 1301 2017-11-06 2017-11-11 061.160.006.019 2962 1300 2017-11-10 2017-12-03 185.188.205.002 6059 1300 2017-11-13 2017-11-19 148.153.024.098 7358 1299 2017-11-12 2017-12-05 121.014.027.058 7050 1299 2017-10-23 2017-12-05 118.036.100.024 4502 1299 2017-10-26 2017-12-01 059.048.126.062 3133 1297 2017-10-31 2017-12-01 074.082.047.007 3503 1297 2017-11-08 2017-12-05 148.153.008.086 6429 1297 2017-11-02 2017-12-05 054.223.045.109 2024 1297 2017-11-18 2017-11-28 060.217.058.054 7548 1297 2017-11-15 2017-12-05 037.049.226.109 1348 1297 2017-11-30 2017-12-05 091.157.118.029 2879 1295 2017-11-19 2017-12-05 193.106.058.197 4242 1295 2017-10-25 2017-11-24 138.201.120.073 1506 1295 2017-11-20 2017-11-21 139.162.104.208 1335 1294 2017-11-29 2017-12-01 074.082.047.043 3377 1294 2017-11-04 2017-12-05 111.026.193.208 3181 1293 2017-11-24 2017-11-29 122.226.191.050 1553 1293 2017-11-10 2017-11-30 148.153.014.246 5874 1293 2017-11-08 2017-12-05 070.187.155.129 3149 1293 2017-11-07 2017-12-05 183.006.182.106 2905 1292 2017-10-24 2017-12-05 058.153.047.112 2505 1292 2017-11-22 2017-12-05 089.248.174.101 9323 1292 2017-11-17 2017-11-30 107.160.143.014 3086 1292 2017-11-03 2017-11-26 104.236.167.059 4039 1292 2017-11-09 2017-12-01 072.209.152.110 3713 1291 2017-11-02 2017-12-05 185.165.029.109 1335 1291 2017-11-07 2017-12-04 117.146.060.013 5097 1291 2017-11-07 2017-11-10 183.087.173.034 2699 1290 2017-11-18 2017-12-01 183.096.119.110 1412 1289 2017-12-03 2017-12-05 005.039.221.051 2201 1289 2017-11-24 2017-12-02 183.082.122.008 3207 1289 2017-11-07 2017-12-02 122.176.087.201 2815 1289 2017-11-01 2017-12-05 005.008.018.187 1918 1289 2017-11-18 2017-11-27 173.255.213.043 2708 1289 2017-11-08 2017-12-03 123.201.020.030 3690 1288 2017-11-10 2017-12-05 118.163.229.175 3367 1288 2017-10-26 2017-12-05 159.203.169.238 5233 1288 2017-11-17 2017-12-05 138.068.229.203 2809 1288 2017-11-06 2017-11-30 074.194.123.191 3199 1288 2017-11-01 2017-12-05 115.097.020.023 3424 1287 2017-11-04 2017-12-02 202.107.233.053 1897 1287 2017-11-04 2017-12-05 074.082.047.035 3292 1286 2017-10-23 2017-12-05 123.249.003.172 4287 1286 2017-10-28 2017-12-02 216.218.206.124 3426 1286 2017-11-02 2017-12-05 185.056.082.056 9639 1286 2017-11-01 2017-12-05 149.255.035.009 5624 1286 2017-10-26 2017-12-05 221.006.246.125 2711 1285 2017-11-14 2017-12-03 212.175.022.040 9576 1284 2017-10-24 2017-12-03 103.078.246.014 3142 1284 2017-11-15 2017-12-03 218.026.172.050 2670 1283 2017-11-05 2017-12-05 103.241.229.122 5070 1282 2017-10-27 2017-12-05 200.216.073.066 3065 1282 2017-11-02 2017-12-05 061.233.008.120 4822 1281 2017-10-24 2017-12-01 074.082.047.047 3179 1280 2017-11-20 2017-12-05 185.165.029.057 5542 1279 2017-10-29 2017-11-25 223.241.225.196 3930 1279 2017-11-10 2017-12-02 014.124.115.109 3594 1279 2017-11-06 2017-12-05 150.242.068.096 3092 1279 2017-10-27 2017-12-05 139.059.146.069 3106 1278 2017-11-14 2017-11-29 157.122.099.002 2909 1278 2017-11-24 2017-12-05 213.007.230.088 2956 1278 2017-11-17 2017-11-29 218.026.094.150 2112 1277 2017-11-23 2017-11-27 124.173.117.147 2919 1276 2017-11-12 2017-12-05 175.008.248.179 3446 1276 2017-11-10 2017-12-04 183.192.189.132 5694 1275 2017-10-30 2017-11-26 111.008.190.246 2893 1274 2017-10-25 2017-12-05 114.067.024.030 4766 1274 2017-11-09 2017-11-13 218.065.030.210 13857 1274 2017-11-07 2017-12-05 195.154.231.011 7078 1271 2017-11-15 2017-11-18 216.218.206.076 3271 1271 2017-11-21 2017-12-05 037.026.026.071 1843 1270 2017-11-20 2017-12-02 164.052.001.046 5733 1270 2017-11-11 2017-12-05 118.200.065.218 3449 1270 2017-11-12 2017-12-05 014.142.110.219 3098 1269 2017-10-30 2017-12-01 185.082.203.107 6857 1269 2017-11-17 2017-11-28 169.001.040.016 3499 1268 2017-11-14 2017-12-01 118.193.019.194 5854 1267 2017-10-31 2017-12-05 059.173.012.127 1744 1267 2017-11-30 2017-12-05 064.034.014.021 2707 1267 2017-11-20 2017-12-05 124.123.043.047 3221 1267 2017-11-15 2017-12-01 058.217.103.018 3180 1267 2017-10-30 2017-12-04 058.221.046.139 1322 1267 2017-11-20 2017-12-01 171.123.119.086 3001 1266 2017-11-05 2017-12-05 220.093.107.098 4404 1266 2017-11-02 2017-12-05 093.158.215.054 2971 1265 2017-11-30 2017-12-05 111.121.193.254 14318 1265 2017-11-05 2017-11-14 027.005.049.005 3312 1264 2017-10-26 2017-12-04 104.236.156.092 3545 1264 2017-11-09 2017-12-04 124.040.244.164 3149 1264 2017-10-26 2017-12-02 049.004.135.015 2800 1263 2017-11-18 2017-12-05 210.016.115.022 2738 1263 2017-11-19 2017-12-05 202.046.032.036 2692 1263 2017-11-15 2017-12-05 183.082.115.246 4549 1263 2017-11-02 2017-12-02 027.212.094.114 3206 1263 2017-11-07 2017-12-05 175.100.154.158 2529 1263 2017-11-08 2017-12-05 202.071.028.190 2903 1262 2017-11-15 2017-12-02 027.106.086.197 3624 1262 2017-10-22 2017-11-30 095.211.160.074 5823 1261 2017-11-14 2017-12-02 067.010.234.214 3133 1261 2017-11-04 2017-12-05 144.217.004.253 1475 1261 2017-11-21 2017-12-04 113.106.202.061 8317 1260 2017-11-06 2017-12-05 202.136.068.164 5788 1260 2017-11-01 2017-11-28 123.249.035.212 1782 1259 2017-11-02 2017-11-25 096.009.069.234 2903 1259 2017-11-08 2017-12-05 051.015.177.084 3255 1259 2017-11-21 2017-12-05 077.072.082.157 9065 1259 2017-11-21 2017-11-22 125.046.039.060 2313 1259 2017-11-24 2017-11-27 211.197.013.038 3266 1258 2017-11-04 2017-12-05 061.138.038.046 14011 1258 2017-11-02 2017-11-06 103.228.039.233 2853 1257 2017-11-15 2017-12-02 117.201.244.171 5191 1257 2017-11-09 2017-12-05 183.179.216.237 2525 1257 2017-11-18 2017-12-01 118.193.031.014 5809 1256 2017-11-16 2017-12-05 045.125.155.136 3027 1256 2017-10-31 2017-12-05 163.172.209.008 15521 1255 2017-11-15 2017-12-05 058.246.070.222 5765 1255 2017-11-07 2017-12-02 216.218.206.100 3202 1254 2017-11-01 2017-12-05 062.210.205.141 11853 1254 2017-10-25 2017-12-05 218.004.117.150 2997 1254 2017-11-18 2017-12-04 118.193.081.070 5337 1254 2017-11-19 2017-12-05 120.138.100.012 2550 1254 2017-11-19 2017-12-05 092.017.240.231 2692 1254 2017-11-17 2017-12-05 209.092.176.011 5734 1254 2017-11-13 2017-12-05 203.125.017.219 2707 1254 2017-11-17 2017-11-29 061.160.236.101 9225 1253 2017-10-15 2017-11-12 118.193.022.058 6817 1253 2017-11-01 2017-12-05 120.194.003.104 2516 1252 2017-11-27 2017-12-02 059.092.011.178 2957 1252 2017-11-08 2017-12-02 103.072.077.106 3264 1251 2017-11-05 2017-12-01 164.132.203.024 2747 1250 2017-11-15 2017-11-25 059.045.026.150 5109 1250 2017-11-18 2017-11-28 202.097.205.078 4464 1250 2017-11-14 2017-12-05 211.094.157.194 3101 1250 2017-10-25 2017-12-02 077.241.196.130 1676 1250 2017-10-25 2017-11-22 163.172.118.112 7537 1250 2017-10-24 2017-12-05 163.172.004.070 8604 1249 2017-11-10 2017-11-29 085.025.151.174 2085 1249 2017-11-17 2017-12-05 221.182.220.226 2654 1248 2017-10-30 2017-12-05 085.114.133.106 3540 1248 2017-11-10 2017-11-30 203.160.062.218 2823 1248 2017-10-23 2017-12-05 023.239.024.018 2087 1247 2017-12-02 2017-12-05 176.032.032.085 11511 1247 2017-10-24 2017-11-25 169.001.034.215 2406 1247 2017-11-22 2017-12-05 195.154.221.150 15460 1247 2017-11-17 2017-12-05 123.135.067.075 3292 1247 2017-11-05 2017-12-01 027.255.091.164 1484 1245 2017-11-15 2017-11-21 112.175.242.117 2771 1245 2017-11-17 2017-12-05 093.095.005.023 2782 1244 2017-11-18 2017-11-23 060.179.057.074 3090 1243 2017-10-30 2017-12-05 041.208.070.152 2771 1243 2017-11-08 2017-12-05 014.161.047.223 2842 1243 2017-11-07 2017-12-05 119.010.053.230 2508 1242 2017-11-08 2017-12-05 210.037.032.011 2716 1242 2017-11-14 2017-12-05 083.254.124.036 3871 1242 2017-11-06 2017-12-05 067.211.217.232 1269 1242 2017-11-16 2017-11-26 074.082.047.027 3075 1241 2017-10-30 2017-12-05 112.016.039.112 3092 1241 2017-11-16 2017-12-02 165.227.099.100 2861 1241 2017-11-28 2017-11-30 183.082.255.101 4251 1240 2017-11-05 2017-12-01 120.138.100.021 2551 1240 2017-11-19 2017-12-04 118.193.031.110 5680 1240 2017-11-18 2017-12-05 071.091.128.220 3799 1238 2017-10-25 2017-12-05 045.251.116.050 4694 1238 2017-10-24 2017-11-27 121.007.123.097 2905 1238 2017-11-11 2017-12-05 104.236.164.184 2487 1238 2017-11-09 2017-12-04 134.119.187.095 9841 1237 2017-11-20 2017-12-05 160.202.012.189 2898 1237 2017-11-15 2017-11-28 222.092.088.242 1489 1237 2017-11-26 2017-12-05 122.164.244.140 3318 1237 2017-11-18 2017-11-28 222.247.057.142 2112 1236 2017-10-31 2017-12-03 123.249.000.131 10924 1236 2017-11-03 2017-12-02 218.089.037.206 2625 1235 2017-11-10 2017-12-05 125.077.030.026 1982 1235 2017-11-23 2017-12-05 117.040.083.113 2724 1235 2017-10-28 2017-12-05 046.029.162.027 7343 1234 2017-11-09 2017-12-04 014.017.077.231 3348 1234 2017-11-15 2017-12-05 046.029.162.029 9018 1234 2017-11-13 2017-11-25 202.202.001.034 8334 1234 2017-11-13 2017-12-05 104.236.168.113 1854 1234 2017-11-09 2017-11-28 058.221.049.021 2729 1233 2017-11-15 2017-12-05 113.021.078.067 2585 1233 2017-11-16 2017-12-05 164.052.012.110 4447 1233 2017-11-04 2017-12-05 192.026.136.242 3948 1232 2017-10-30 2017-12-04 222.222.216.166 2858 1232 2017-11-12 2017-12-05 182.065.197.084 3903 1231 2017-10-23 2017-11-24 223.223.159.138 3504 1231 2017-11-21 2017-12-05 221.194.044.224 5318 1231 2017-11-18 2017-12-03 187.039.038.217 3279 1230 2017-11-18 2017-12-05 223.166.206.060 2602 1230 2017-11-20 2017-12-04 110.234.069.228 3204 1230 2017-10-29 2017-12-02 001.192.218.165 3143 1230 2017-10-30 2017-12-05 094.203.139.106 3250 1229 2017-11-16 2017-12-01 058.213.066.130 2896 1228 2017-11-17 2017-12-05 202.101.092.003 3317 1228 2017-10-30 2017-12-05 220.227.165.228 4664 1228 2017-10-28 2017-12-01 118.193.165.069 1334 1228 2017-11-03 2017-11-26 182.076.096.170 2633 1228 2017-11-10 2017-12-02 104.236.159.055 2393 1228 2017-11-09 2017-12-04 187.120.017.002 3327 1227 2017-10-28 2017-11-29 104.236.169.126 1861 1227 2017-11-20 2017-12-04 175.101.017.245 2897 1227 2017-10-25 2017-12-01 082.118.242.002 1276 1226 2017-11-25 2017-12-04 123.249.079.232 6801 1226 2017-11-09 2017-12-05 183.087.051.220 4623 1226 2017-11-01 2017-12-01 103.084.255.184 2585 1225 2017-10-24 2017-12-03 219.133.031.126 16870 1225 2017-11-02 2017-12-04 103.036.137.197 2734 1225 2017-10-25 2017-12-05 062.164.176.098 1274 1225 2017-11-10 2017-11-28 111.225.216.003 3183 1224 2017-11-01 2017-12-05 121.028.103.135 2701 1224 2017-11-07 2017-12-05 183.087.063.175 3345 1224 2017-10-26 2017-11-29 086.098.043.121 2610 1224 2017-11-10 2017-12-05 071.056.057.008 3526 1224 2017-11-04 2017-12-05 221.224.198.138 2788 1224 2017-10-25 2017-12-05 182.237.164.071 3061 1224 2017-10-24 2017-12-03 001.036.065.027 2342 1223 2017-11-17 2017-12-05 114.034.085.097 3081 1223 2017-11-17 2017-11-29 058.210.050.242 1619 1222 2017-11-02 2017-12-05 116.072.022.236 2634 1222 2017-11-15 2017-12-05 202.182.052.170 2656 1221 2017-11-04 2017-12-04 059.048.131.174 2452 1220 2017-11-22 2017-12-04 065.024.184.019 2789 1219 2017-11-04 2017-12-05 073.053.114.154 3093 1219 2017-11-17 2017-11-29 185.169.229.225 4681 1219 2017-11-23 2017-12-05 104.236.165.237 3236 1219 2017-11-09 2017-12-04 104.037.213.149 3095 1219 2017-11-07 2017-11-13 046.101.014.215 3667 1218 2017-11-06 2017-11-11 182.209.230.014 3932 1218 2017-11-01 2017-12-05 089.248.173.119 1718 1218 2017-11-16 2017-12-05 103.240.168.067 2970 1218 2017-10-28 2017-12-05 045.077.148.062 4411 1218 2017-12-03 2017-12-05 001.180.206.198 2798 1218 2017-10-24 2017-12-05 103.243.187.072 3300 1217 2017-10-23 2017-12-05 188.166.014.135 2315 1217 2017-11-23 2017-12-01 110.053.227.020 2400 1217 2017-11-16 2017-12-05 095.172.092.241 1531 1217 2017-11-12 2017-11-26 122.227.062.106 3988 1217 2017-11-02 2017-12-05 014.047.034.149 3920 1217 2017-10-23 2017-12-05 117.048.204.152 2579 1216 2017-11-17 2017-12-05 121.151.053.150 5537 1216 2017-11-13 2017-12-05 078.085.038.063 1814 1216 2017-11-15 2017-12-05 104.236.227.040 2336 1215 2017-11-19 2017-11-21 094.250.254.173 5296 1215 2017-11-20 2017-12-05 001.022.180.082 2834 1215 2017-11-05 2017-12-01 027.006.182.024 3393 1215 2017-10-24 2017-12-03 122.224.005.240 2294 1215 2017-11-05 2017-12-05 136.028.218.240 4424 1215 2017-11-05 2017-11-22 060.191.040.196 23008 1214 2017-11-08 2017-11-30 113.196.225.133 2511 1214 2017-11-12 2017-12-05 091.121.133.095 15412 1214 2017-11-21 2017-12-05 183.178.044.174 2709 1214 2017-10-28 2017-12-02 060.223.244.111 2260 1213 2017-11-30 2017-12-05 164.052.025.106 4677 1213 2017-11-01 2017-12-05 173.220.203.074 2506 1213 2017-11-17 2017-11-29 106.042.076.154 3072 1212 2017-11-19 2017-12-02 062.033.113.033 2221 1212 2017-11-07 2017-12-05 221.229.204.101 3363 1212 2017-11-09 2017-12-04 081.002.250.092 1232 1212 2017-11-30 2017-12-01 212.118.013.008 2744 1211 2017-11-06 2017-12-05 183.193.011.058 3159 1210 2017-10-26 2017-12-01 183.082.058.156 2698 1210 2017-11-01 2017-12-02 182.254.157.192 2461 1210 2017-11-19 2017-12-05 059.017.158.226 2590 1209 2017-11-22 2017-12-05 192.000.175.049 3252 1209 2017-11-18 2017-12-05 196.041.127.061 5739 1209 2017-10-31 2017-12-03 062.173.145.129 8210 1209 2017-11-06 2017-11-26 058.218.213.080 5813 1209 2017-11-15 2017-11-29 185.165.029.199 4700 1208 2017-11-19 2017-11-19 104.236.154.022 3246 1208 2017-11-10 2017-12-04 134.119.186.075 7712 1208 2017-11-18 2017-11-18 036.255.088.150 3901 1207 2017-11-20 2017-12-05 115.096.088.036 2088 1207 2017-11-20 2017-12-05 134.119.223.131 12586 1207 2017-11-07 2017-12-05 058.211.131.157 2552 1207 2017-11-02 2017-12-05 027.251.104.098 3419 1206 2017-11-01 2017-12-02 061.183.159.066 3327 1206 2017-11-04 2017-12-05 031.208.053.222 2380 1206 2017-11-15 2017-12-05 125.077.016.115 7254 1205 2017-12-01 2017-12-05 104.236.159.095 5037 1205 2017-11-09 2017-12-04 050.028.098.191 1741 1205 2017-11-06 2017-11-30 195.154.236.177 16103 1205 2017-11-22 2017-12-03 113.246.188.237 2595 1204 2017-11-16 2017-12-05 164.052.007.131 8575 1204 2017-11-13 2017-12-05 120.136.127.011 5259 1204 2017-11-16 2017-12-01 202.205.160.128 2572 1203 2017-10-29 2017-12-05 117.071.018.020 3089 1203 2017-10-27 2017-12-05 221.246.116.229 2746 1203 2017-11-16 2017-12-04 116.073.215.053 3593 1202 2017-11-08 2017-11-30 182.073.165.054 4782 1202 2017-11-02 2017-11-20 001.085.017.070 2778 1202 2017-10-24 2017-12-05 115.045.042.198 2679 1202 2017-11-01 2017-12-01 107.160.247.254 3525 1202 2017-10-29 2017-12-05 093.115.028.176 1603 1202 2017-11-26 2017-12-05 202.168.151.098 2358 1201 2017-11-13 2017-11-28 005.196.065.012 1319 1201 2017-11-24 2017-11-25 117.048.197.027 2713 1201 2017-11-15 2017-12-05 036.007.144.043 2652 1200 2017-10-23 2017-12-05 042.247.018.038 2225 1200 2017-11-10 2017-12-05 164.052.012.162 5062 1200 2017-11-16 2017-12-05 220.191.194.022 5003 1200 2017-11-13 2017-12-05 095.211.148.238 1683 1200 2017-11-02 2017-12-05 184.105.139.107 2785 1199 2017-10-29 2017-12-05 211.154.137.069 2735 1199 2017-11-16 2017-12-04 112.213.105.048 6819 1199 2017-11-05 2017-12-05 111.091.124.019 3349 1199 2017-11-15 2017-12-01 175.100.155.039 2291 1199 2017-11-23 2017-12-05 195.154.053.013 2646 1198 2017-11-23 2017-12-05 104.198.058.040 2623 1198 2017-11-17 2017-12-05 212.083.150.074 1315 1198 2017-11-20 2017-11-26 104.236.158.066 2982 1197 2017-10-25 2017-12-04 121.028.076.194 2824 1196 2017-11-15 2017-12-05 222.085.071.242 2757 1196 2017-11-17 2017-12-05 221.213.054.071 2678 1196 2017-11-08 2017-12-05 211.143.252.170 2799 1195 2017-11-15 2017-12-05 116.255.177.192 2469 1195 2017-11-15 2017-12-05 164.132.091.000 4359 1195 2017-11-07 2017-12-01 074.208.071.022 2423 1193 2017-10-31 2017-12-05 150.242.068.100 3137 1193 2017-11-07 2017-12-02 084.047.171.253 2411 1193 2017-11-19 2017-12-05 117.139.086.217 2835 1192 2017-11-07 2017-12-05 137.226.113.009 4060 1192 2017-10-28 2017-12-05 183.083.218.072 3500 1192 2017-10-24 2017-11-26 185.190.058.105 1396 1191 2017-12-04 2017-12-05 218.084.219.045 2543 1191 2017-10-30 2017-12-05 149.107.015.016 2545 1191 2017-11-14 2017-12-05 160.020.005.038 5690 1191 2017-11-15 2017-12-03 182.065.069.139 2300 1190 2017-11-24 2017-12-05 014.161.010.099 2503 1189 2017-10-27 2017-12-05 064.187.217.234 6587 1189 2017-10-29 2017-11-14 058.218.185.074 2914 1188 2017-11-10 2017-12-05 103.094.192.249 3350 1188 2017-11-14 2017-11-30 045.055.069.113 1644 1188 2017-11-26 2017-11-26 221.224.136.006 2855 1188 2017-10-31 2017-12-05 043.224.157.166 3339 1187 2017-10-28 2017-12-05 084.015.056.252 1867 1187 2017-11-07 2017-12-05 136.024.147.056 2600 1187 2017-11-02 2017-12-05 087.165.245.092 1195 1187 2017-11-13 2017-11-13 158.140.228.062 3242 1186 2017-10-23 2017-11-21 187.115.165.204 3247 1186 2017-11-10 2017-12-05 201.057.219.114 2561 1186 2017-10-26 2017-12-05 150.129.182.134 3019 1185 2017-11-14 2017-12-01 104.236.166.190 2185 1185 2017-11-09 2017-12-04 119.175.227.156 4096 1184 2017-11-02 2017-12-05 223.241.240.176 2978 1184 2017-11-03 2017-11-29 184.105.139.119 2779 1183 2017-11-03 2017-12-05 043.251.090.035 2316 1183 2017-11-20 2017-12-01 165.227.202.220 19861 1183 2017-11-09 2017-11-19 125.209.082.142 1578 1182 2017-11-14 2017-12-05 120.198.067.019 2757 1181 2017-11-03 2017-12-05 184.105.139.075 2823 1181 2017-11-03 2017-12-05 222.134.078.050 2332 1180 2017-10-23 2017-12-05 121.131.073.151 5174 1180 2017-11-11 2017-12-05 092.087.250.113 3513 1180 2017-11-04 2017-12-05 185.060.135.205 5096 1180 2017-11-28 2017-12-01 046.120.009.046 2756 1180 2017-10-29 2017-12-05 089.040.123.045 14011 1179 2017-11-07 2017-11-29 045.055.186.174 4905 1179 2017-11-15 2017-11-15 222.135.110.062 2558 1179 2017-11-08 2017-12-05 060.007.070.205 3053 1178 2017-11-14 2017-12-05 027.004.222.196 2679 1178 2017-10-28 2017-12-05 124.123.018.024 4014 1178 2017-11-17 2017-11-21 123.201.140.121 2454 1178 2017-10-26 2017-12-01 074.093.088.225 2419 1178 2017-10-31 2017-12-05 123.201.136.006 2287 1178 2017-10-29 2017-12-03 195.154.233.232 22471 1177 2017-11-03 2017-12-05 211.149.250.078 2381 1177 2017-11-21 2017-12-05 183.082.060.128 2602 1177 2017-10-30 2017-12-03 190.210.221.154 3774 1177 2017-10-24 2017-12-05 101.100.146.139 4222 1177 2017-11-28 2017-11-29 074.218.239.034 1579 1176 2017-12-05 2017-12-05 104.037.214.161 4847 1176 2017-11-08 2017-11-19 104.236.158.242 2771 1176 2017-11-09 2017-12-04 082.152.041.145 2483 1176 2017-11-15 2017-12-04 194.135.006.214 2243 1176 2017-11-22 2017-11-28 045.035.076.043 2204 1176 2017-11-14 2017-12-05 059.127.214.120 5217 1175 2017-10-26 2017-12-05 115.231.219.059 3626 1175 2017-12-01 2017-12-05 202.101.187.117 2724 1174 2017-11-17 2017-11-30 078.041.207.126 4238 1174 2017-11-12 2017-12-04 114.030.076.104 2644 1174 2017-10-27 2017-12-05 209.222.109.218 9959 1174 2017-10-27 2017-12-05 221.232.130.030 2467 1174 2017-11-08 2017-12-05 123.236.053.062 2719 1173 2017-11-01 2017-12-05 119.010.029.081 2672 1173 2017-11-13 2017-12-05 202.105.046.170 2722 1173 2017-11-15 2017-12-05 192.173.146.119 2286 1173 2017-11-11 2017-11-11 093.174.093.002 4926 1173 2017-11-02 2017-11-21 066.070.162.098 1209 1173 2017-10-27 2017-11-24 119.010.030.186 2390 1173 2017-11-06 2017-12-05 202.107.231.233 2501 1172 2017-10-23 2017-12-05 077.072.082.186 6150 1172 2017-11-08 2017-12-01 118.200.132.182 2870 1172 2017-11-09 2017-12-04 138.068.027.175 1362 1172 2017-11-04 2017-11-28 117.247.248.059 4374 1171 2017-10-28 2017-11-22 180.169.229.074 2802 1171 2017-10-27 2017-12-05 060.169.079.008 2427 1171 2017-10-23 2017-12-05 184.105.139.115 2796 1171 2017-11-03 2017-12-05 058.221.239.046 2396 1170 2017-10-22 2017-12-05 027.201.195.050 2308 1169 2017-11-16 2017-12-05 115.236.016.006 2523 1169 2017-11-03 2017-12-05 058.216.242.058 2226 1169 2017-11-04 2017-12-05 104.236.169.185 5182 1169 2017-11-09 2017-11-28 121.018.238.072 3917 1169 2017-11-23 2017-11-27 164.177.048.137 2598 1169 2017-10-26 2017-12-05 079.007.157.085 1505 1168 2017-10-27 2017-12-02 218.246.177.050 2408 1168 2017-11-03 2017-12-05 180.148.044.206 2836 1167 2017-11-14 2017-12-01 116.072.052.152 2851 1166 2017-11-09 2017-12-05 107.170.217.015 3048 1166 2017-11-09 2017-12-05 108.061.045.082 1838 1165 2017-11-25 2017-12-04 045.118.248.181 2304 1165 2017-11-02 2017-12-05 216.172.100.167 2493 1165 2017-10-30 2017-12-05 124.133.023.020 2399 1165 2017-10-25 2017-12-05 218.075.101.082 1918 1164 2017-11-25 2017-12-05 060.210.064.029 2418 1164 2017-11-15 2017-12-05 219.092.038.149 2168 1164 2017-11-11 2017-12-05 216.058.209.110 1347 1164 2017-11-05 2017-12-04 103.068.035.167 2154 1164 2017-11-25 2017-12-05 116.072.026.004 2362 1164 2017-11-15 2017-12-05 188.138.001.025 4568 1163 2017-11-23 2017-12-05 058.221.072.248 1523 1163 2017-10-25 2017-11-24 185.022.184.157 1744 1163 2017-11-25 2017-12-05 203.146.170.142 4357 1163 2017-11-16 2017-11-27 073.109.146.086 3279 1162 2017-11-01 2017-12-04 046.017.046.008 115724 1162 2017-10-31 2017-12-04 223.112.089.058 2793 1162 2017-11-02 2017-12-05 112.083.192.090 2352 1162 2017-11-17 2017-12-05 222.186.172.046 18046 1162 2017-11-20 2017-12-05 108.060.212.073 2610 1162 2017-11-18 2017-12-05 222.128.019.252 2223 1162 2017-11-07 2017-12-05 116.074.107.144 2224 1162 2017-11-17 2017-12-05 087.106.255.226 1292 1161 2017-11-13 2017-12-04 103.095.048.137 2862 1161 2017-10-31 2017-11-27 043.229.005.164 1654 1161 2017-11-17 2017-11-22 104.236.052.205 1846 1161 2017-11-25 2017-11-26 066.119.123.235 3052 1161 2017-11-09 2017-12-04 060.021.211.038 2555 1161 2017-11-18 2017-12-05 051.015.213.083 36074 1161 2017-11-21 2017-11-28 123.134.067.003 2466 1161 2017-11-17 2017-12-05 062.250.106.199 2911 1161 2017-11-17 2017-12-05 218.061.030.235 3165 1160 2017-11-13 2017-12-05 218.065.178.118 2217 1160 2017-10-28 2017-12-05 115.231.218.036 1701 1160 2017-11-17 2017-12-05 222.092.228.230 2832 1160 2017-10-31 2017-12-05 185.190.058.104 1353 1159 2017-12-04 2017-12-05 069.253.017.150 2904 1159 2017-10-25 2017-12-05 103.054.024.202 2321 1158 2017-11-16 2017-12-04 117.034.025.224 2345 1158 2017-11-04 2017-12-05 160.202.013.103 2233 1158 2017-11-24 2017-12-05 220.197.207.238 10563 1158 2017-11-15 2017-12-05 222.186.050.187 21534 1158 2017-10-27 2017-12-05 202.065.147.242 3424 1157 2017-11-01 2017-11-13 122.114.190.019 2376 1157 2017-11-13 2017-12-05 222.029.050.095 2253 1157 2017-11-19 2017-12-01 124.065.190.002 2631 1157 2017-11-16 2017-11-30 027.154.234.194 2900 1157 2017-10-30 2017-12-05 111.091.090.048 2263 1156 2017-11-21 2017-12-04 062.197.228.178 1165 1156 2017-12-02 2017-12-03 047.180.189.014 1458 1156 2017-11-22 2017-12-05 079.136.029.122 3638 1155 2017-10-25 2017-11-25 117.050.006.201 3438 1155 2017-11-09 2017-12-05 118.122.033.148 2543 1155 2017-11-19 2017-12-05 195.154.042.119 3830 1155 2017-10-23 2017-11-28 077.072.082.019 13561 1155 2017-10-24 2017-12-04 104.131.131.069 2484 1155 2017-11-09 2017-12-04 119.028.084.032 2312 1154 2017-11-06 2017-12-05 221.203.033.183 2501 1153 2017-10-27 2017-12-05 076.011.223.137 2668 1153 2017-10-31 2017-12-05 219.139.074.196 4860 1153 2017-11-13 2017-11-29 116.246.027.148 1866 1153 2017-11-16 2017-12-05 060.010.199.131 2415 1152 2017-10-26 2017-12-05 119.010.059.098 2562 1151 2017-11-21 2017-12-05 209.126.136.007 3619 1151 2017-11-18 2017-12-05 113.209.011.226 2439 1151 2017-10-30 2017-12-05 218.089.055.092 2461 1151 2017-10-24 2017-12-05 104.236.169.088 3186 1151 2017-11-09 2017-12-04 118.123.116.249 1202 1151 2017-11-17 2017-11-27 176.106.144.219 1468 1151 2017-11-26 2017-12-05 051.015.009.021 18220 1151 2017-11-14 2017-12-05 116.074.115.210 2404 1151 2017-11-15 2017-12-05 005.199.130.066 7004 1150 2017-11-14 2017-12-03 188.226.160.074 1187 1150 2017-11-24 2017-12-02 111.001.064.022 2419 1150 2017-11-15 2017-12-05 001.082.233.131 2275 1150 2017-11-06 2017-12-05 192.241.203.059 2307 1149 2017-11-09 2017-12-04 111.073.046.012 2094 1149 2017-11-13 2017-11-27 117.080.046.029 2149 1148 2017-11-19 2017-12-05 061.178.018.191 2079 1148 2017-11-06 2017-11-30 107.170.232.018 2672 1148 2017-11-09 2017-12-04 116.211.091.193 2438 1148 2017-11-10 2017-12-05 115.249.048.070 2691 1148 2017-11-14 2017-12-05 095.156.251.010 3796 1148 2017-11-17 2017-12-03 115.071.236.118 3827 1148 2017-11-12 2017-11-29 027.008.047.222 2680 1148 2017-11-08 2017-12-05 119.010.082.153 2361 1147 2017-10-23 2017-12-05 045.064.157.090 3818 1146 2017-11-14 2017-11-28 071.190.198.101 2466 1146 2017-10-30 2017-12-05 109.251.210.041 2187 1146 2017-11-18 2017-12-04 049.206.199.206 4769 1146 2017-11-03 2017-11-22 112.086.140.082 2762 1146 2017-11-09 2017-11-29 183.065.043.030 2522 1145 2017-11-03 2017-12-05 123.157.138.165 2472 1145 2017-11-15 2017-12-05 113.123.082.068 2060 1144 2017-11-26 2017-12-05 046.191.239.013 2351 1144 2017-11-04 2017-12-05 202.111.196.013 2461 1144 2017-11-09 2017-12-05 115.238.191.219 2618 1143 2017-11-01 2017-12-05 123.164.227.204 1622 1143 2017-10-30 2017-12-05 221.221.086.061 2136 1142 2017-11-21 2017-12-05 005.188.086.004 9843 1141 2017-11-18 2017-12-03 124.235.195.036 2599 1141 2017-11-14 2017-12-05 123.249.076.052 5794 1141 2017-11-21 2017-12-05 060.169.086.227 2492 1141 2017-11-04 2017-12-04 209.092.176.014 3430 1141 2017-11-27 2017-12-05 183.006.105.200 2374 1141 2017-10-28 2017-12-05 185.194.112.010 2010 1140 2017-11-09 2017-11-26 202.202.192.243 2000 1140 2017-11-13 2017-12-05 061.160.195.054 2327 1140 2017-10-25 2017-12-05 104.236.165.200 3334 1140 2017-11-09 2017-12-04 113.059.066.153 2665 1139 2017-11-19 2017-12-05 123.201.138.205 2407 1138 2017-11-16 2017-12-02 119.010.011.073 2423 1138 2017-11-08 2017-12-05 217.147.089.197 3338 1137 2017-11-20 2017-11-29 115.044.163.237 2553 1137 2017-11-04 2017-12-01 219.091.251.245 2764 1137 2017-10-28 2017-12-02 118.200.160.193 2698 1137 2017-11-07 2017-12-01 182.065.218.035 3285 1137 2017-11-05 2017-11-26 104.236.159.070 2152 1136 2017-11-09 2017-12-04 185.090.241.188 1153 1136 2017-11-30 2017-12-03 104.236.161.160 2794 1136 2017-11-09 2017-12-03 045.032.094.126 1184 1136 2017-11-07 2017-11-07 027.004.200.037 3197 1136 2017-11-11 2017-12-04 119.029.219.245 2607 1136 2017-10-30 2017-12-05 112.082.090.043 2052 1136 2017-11-26 2017-12-05 116.196.094.035 2498 1135 2017-11-07 2017-12-05 089.248.172.015 6926 1135 2017-11-03 2017-12-02 221.002.074.010 2504 1135 2017-11-14 2017-12-05 185.189.112.172 1367 1135 2017-11-26 2017-12-03 124.200.189.234 2433 1135 2017-11-02 2017-12-05 222.081.068.111 2386 1134 2017-11-16 2017-12-05 211.067.059.001 2347 1134 2017-10-28 2017-12-05 061.050.110.062 2155 1134 2017-11-08 2017-12-05 213.032.055.217 1148 1134 2017-11-28 2017-12-03 104.236.162.185 2639 1134 2017-11-09 2017-12-04 113.108.127.140 2439 1133 2017-11-08 2017-12-05 122.084.178.113 3025 1133 2017-11-02 2017-11-30 202.177.233.058 2319 1133 2017-11-16 2017-12-05 027.254.034.230 2551 1133 2017-10-30 2017-12-05 151.106.006.237 2518 1133 2017-11-27 2017-12-05 184.105.139.095 2552 1132 2017-11-07 2017-12-05 218.027.136.130 2881 1132 2017-10-22 2017-12-04 103.011.118.178 2278 1132 2017-11-14 2017-12-05 209.126.136.008 3389 1132 2017-11-14 2017-12-01 060.010.041.173 2476 1132 2017-10-26 2017-12-05 116.255.243.080 2517 1131 2017-11-19 2017-12-05 116.073.202.216 2574 1131 2017-11-03 2017-12-02 169.229.003.091 4123 1131 2017-11-01 2017-11-22 036.042.072.140 2445 1130 2017-11-02 2017-12-05 168.234.157.150 1661 1130 2017-10-31 2017-12-01 093.190.140.067 1159 1128 2017-11-30 2017-11-30 077.247.249.005 2460 1128 2017-10-26 2017-12-05 104.236.168.142 2536 1128 2017-11-09 2017-12-04 176.009.002.051 7272 1127 2017-10-28 2017-11-16 092.063.101.022 4337 1127 2017-11-23 2017-12-05 027.106.078.154 1928 1127 2017-11-23 2017-12-05 123.171.165.229 2768 1127 2017-10-22 2017-12-05 209.150.058.078 3945 1126 2017-11-03 2017-12-05 103.215.197.004 2990 1126 2017-10-25 2017-11-24 037.203.214.106 18309 1126 2017-10-26 2017-12-05 051.015.209.221 1255 1126 2017-11-19 2017-11-21 060.002.253.156 2451 1126 2017-11-14 2017-12-05 094.203.150.251 3148 1126 2017-11-08 2017-11-26 045.076.195.157 2182 1126 2017-12-01 2017-12-05 087.237.045.154 6919 1125 2017-10-29 2017-11-29 089.047.009.066 3097 1125 2017-10-27 2017-12-04 125.125.145.227 2449 1125 2017-11-15 2017-12-05 124.165.248.158 2363 1125 2017-11-13 2017-12-05 060.007.171.173 3206 1125 2017-11-24 2017-12-05 180.167.071.119 1428 1125 2017-11-01 2017-12-05 218.028.039.149 2631 1124 2017-10-29 2017-12-05 116.074.117.229 2238 1124 2017-11-15 2017-12-04 118.089.047.253 2495 1124 2017-11-09 2017-12-05 141.212.122.064 3876 1124 2017-10-30 2017-12-05 220.180.092.069 2550 1124 2017-10-22 2017-12-05 117.131.169.025 2321 1124 2017-11-01 2017-12-04 221.239.095.042 2492 1124 2017-11-16 2017-12-05 202.103.150.253 2437 1123 2017-11-10 2017-12-05 192.140.253.193 2052 1123 2017-11-23 2017-12-05 109.169.085.156 1130 1123 2017-11-30 2017-11-30 027.106.077.215 2201 1123 2017-11-17 2017-12-05 050.031.026.152 1911 1123 2017-11-01 2017-12-05 106.075.092.229 2413 1122 2017-11-09 2017-12-05 116.076.024.222 5381 1122 2017-10-23 2017-12-03 118.089.019.073 2445 1122 2017-10-30 2017-12-05 050.116.003.158 5502 1122 2017-11-14 2017-12-05 222.092.203.222 2163 1122 2017-10-29 2017-12-05 066.212.129.003 2467 1121 2017-11-17 2017-11-22 103.206.060.090 3780 1121 2017-11-16 2017-12-04 150.107.103.038 2417 1121 2017-10-27 2017-12-05 184.106.079.184 2396 1120 2017-10-26 2017-12-05 218.006.008.069 14948 1120 2017-11-14 2017-12-05 119.176.059.163 2153 1120 2017-11-20 2017-11-30 104.236.155.168 2380 1120 2017-11-09 2017-11-24 220.178.038.230 2587 1120 2017-10-28 2017-12-05 117.048.197.005 2454 1120 2017-11-01 2017-12-05 060.174.067.030 3730 1119 2017-10-24 2017-12-03 094.205.165.173 4833 1119 2017-11-06 2017-11-21 051.015.189.083 5118 1118 2017-12-04 2017-12-05 183.192.189.131 2059 1118 2017-11-09 2017-12-05 118.163.085.184 3332 1117 2017-11-06 2017-11-23 062.233.065.182 2102 1117 2017-11-05 2017-12-03 104.236.164.247 2202 1117 2017-11-08 2017-12-04 043.249.052.250 3645 1117 2017-11-11 2017-12-03 184.105.139.083 2611 1117 2017-11-03 2017-12-05 108.170.146.080 2728 1116 2017-11-10 2017-12-02 103.193.086.093 1234 1116 2017-11-26 2017-11-27 183.166.155.002 3252 1116 2017-11-21 2017-12-05 089.163.253.139 2665 1116 2017-11-08 2017-12-02 104.236.170.061 2307 1115 2017-11-09 2017-12-04 108.061.247.232 2662 1115 2017-11-05 2017-11-10 118.201.245.244 2100 1115 2017-11-19 2017-12-01 184.105.139.111 2410 1115 2017-11-05 2017-12-05 120.068.252.195 2105 1114 2017-10-23 2017-12-05 045.055.236.180 1377 1114 2017-10-31 2017-11-29 118.182.213.060 2405 1113 2017-11-01 2017-12-05 203.171.229.165 2540 1113 2017-11-09 2017-12-05 183.129.185.170 2349 1113 2017-11-18 2017-12-05 071.006.165.099 2396 1113 2017-11-07 2017-11-27 119.010.028.193 1990 1113 2017-11-21 2017-12-05 201.222.000.023 2448 1113 2017-10-28 2017-12-05 219.153.071.173 2325 1112 2017-11-07 2017-11-23 104.236.150.016 2194 1112 2017-11-09 2017-12-04 103.243.047.105 2453 1111 2017-11-01 2017-12-01 103.053.166.203 2057 1111 2017-11-22 2017-12-05 051.015.006.093 9553 1111 2017-11-14 2017-11-25 040.084.062.191 2756 1111 2017-11-24 2017-12-05 210.051.191.164 3898 1111 2017-10-25 2017-12-05 143.107.118.135 1143 1110 2017-11-26 2017-11-27 103.241.234.215 2407 1110 2017-11-08 2017-12-01 001.011.244.148 2920 1110 2017-11-08 2017-12-05 222.222.049.082 2066 1110 2017-11-11 2017-12-05 183.239.228.051 2955 1110 2017-11-12 2017-12-05 218.104.071.166 3116 1110 2017-11-16 2017-12-04 218.028.039.147 2477 1109 2017-11-17 2017-12-05 119.164.255.197 1522 1109 2017-10-27 2017-12-04 046.029.162.022 7121 1109 2017-11-04 2017-12-04 111.073.046.034 2675 1108 2017-11-23 2017-12-05 124.040.246.004 2534 1108 2017-11-17 2017-12-01 114.219.038.014 2130 1108 2017-11-17 2017-12-05 047.092.066.189 2334 1108 2017-11-09 2017-12-05 185.056.082.021 1890 1107 2017-11-28 2017-11-30 027.210.118.179 2486 1107 2017-11-23 2017-12-03 115.203.172.205 1957 1107 2017-11-23 2017-12-05 045.126.020.026 2183 1107 2017-11-19 2017-12-05 218.060.136.106 2843 1107 2017-10-25 2017-12-05 116.068.240.227 3804 1107 2017-10-28 2017-11-23 045.077.181.218 2443 1106 2017-11-05 2017-11-25 165.073.024.160 2335 1105 2017-11-14 2017-12-02 103.060.013.002 4354 1105 2017-11-17 2017-12-04 220.250.042.057 2130 1105 2017-11-17 2017-11-30 222.186.190.122 4017 1104 2017-11-13 2017-12-05 115.214.133.110 2106 1103 2017-11-17 2017-12-05 060.020.113.222 1280 1103 2017-12-02 2017-12-05 185.186.053.019 3326 1103 2017-11-13 2017-11-21 139.059.077.252 38195 1103 2017-11-28 2017-12-05 049.206.193.142 3449 1103 2017-11-07 2017-11-19 169.001.029.027 5763 1102 2017-11-14 2017-11-19 061.161.214.003 2362 1102 2017-11-05 2017-12-05 077.109.164.029 3831 1102 2017-11-21 2017-12-05 119.010.008.022 2131 1101 2017-11-17 2017-12-05 116.074.124.251 2178 1101 2017-11-16 2017-12-05 196.202.154.180 2225 1101 2017-11-02 2017-12-05 195.154.230.049 2954 1101 2017-11-09 2017-12-05 060.216.103.152 2267 1100 2017-11-01 2017-12-05 124.225.058.206 2252 1100 2017-10-26 2017-12-05 181.039.094.138 1318 1100 2017-11-18 2017-11-30 116.073.199.196 3044 1100 2017-11-13 2017-11-30 119.010.083.018 2392 1100 2017-11-09 2017-12-05 045.250.232.180 2935 1100 2017-10-24 2017-11-24 183.056.148.046 2612 1099 2017-11-19 2017-12-05 061.080.236.071 4904 1099 2017-10-26 2017-12-05 172.245.179.138 2695 1099 2017-10-28 2017-12-04 216.244.086.050 14641 1099 2017-11-15 2017-11-15 112.133.211.154 1972 1098 2017-11-27 2017-12-05 081.177.122.116 2282 1098 2017-11-15 2017-12-05 201.069.200.178 2745 1098 2017-11-19 2017-12-05 116.073.183.223 2668 1097 2017-10-29 2017-12-02 046.029.162.023 20918 1097 2017-11-07 2017-12-05 101.004.063.001 1115 1097 2017-11-30 2017-12-05 071.006.216.049 2618 1096 2017-11-01 2017-11-30 058.246.201.066 2605 1096 2017-11-02 2017-12-05 123.201.063.051 2177 1096 2017-10-31 2017-12-03 159.224.025.022 4146 1096 2017-11-02 2017-12-05 115.069.216.242 2692 1096 2017-11-10 2017-12-05 116.074.124.077 2806 1096 2017-11-14 2017-11-28 180.148.059.081 3097 1095 2017-11-16 2017-11-26 118.036.020.237 3769 1095 2017-11-06 2017-12-05 060.029.107.106 2492 1094 2017-11-03 2017-12-05 103.072.206.029 3112 1094 2017-11-15 2017-11-27 221.203.038.061 2132 1093 2017-11-01 2017-11-30 103.055.096.167 2385 1092 2017-11-15 2017-12-01 101.075.172.085 2545 1092 2017-11-06 2017-11-30 175.117.145.133 1220 1092 2017-12-01 2017-12-05 211.168.232.005 3295 1092 2017-11-17 2017-11-17 106.003.210.037 2149 1092 2017-11-17 2017-12-04 119.010.030.140 2253 1091 2017-11-18 2017-12-05 123.131.134.018 2369 1091 2017-11-17 2017-12-05 108.061.160.165 2420 1091 2017-11-05 2017-11-10 185.055.218.109 3269 1091 2017-11-29 2017-12-02 115.238.252.206 2259 1091 2017-11-01 2017-11-22 180.166.149.044 2673 1091 2017-11-06 2017-12-05 085.096.195.127 2098 1090 2017-11-17 2017-12-05 001.119.146.086 2340 1089 2017-10-26 2017-12-05 104.236.113.026 1589 1088 2017-11-24 2017-11-25 051.015.189.198 3784 1088 2017-12-04 2017-12-05 027.004.062.228 3061 1088 2017-10-23 2017-11-21 115.099.003.244 2384 1088 2017-11-06 2017-12-02 188.137.098.155 2253 1088 2017-10-30 2017-12-05 104.236.157.168 1633 1088 2017-11-09 2017-12-04 222.188.098.042 2276 1088 2017-10-23 2017-12-05 116.236.135.026 2334 1088 2017-11-03 2017-12-05 119.010.056.115 2464 1087 2017-10-22 2017-12-05 060.254.040.072 1945 1087 2017-11-25 2017-12-04 104.236.159.134 2220 1086 2017-11-09 2017-12-04 092.063.101.017 3867 1085 2017-11-21 2017-12-01 031.131.251.105 4723 1085 2017-11-17 2017-12-05 211.116.203.027 2315 1085 2017-11-13 2017-12-05 118.200.135.166 2435 1085 2017-11-05 2017-11-29 122.114.087.120 2325 1084 2017-10-25 2017-12-05 117.048.206.094 2403 1084 2017-10-23 2017-12-05 221.213.054.067 2172 1084 2017-10-25 2017-12-05 104.236.139.128 4772 1083 2017-11-09 2017-12-04 170.081.159.004 1879 1083 2017-11-14 2017-12-05 183.222.014.177 2427 1083 2017-11-15 2017-12-05 106.045.014.047 1957 1083 2017-11-22 2017-12-05 212.129.033.071 6182 1083 2017-11-10 2017-11-10 031.131.251.181 2029 1082 2017-11-22 2017-12-05 221.004.182.104 2215 1082 2017-11-04 2017-12-05 122.004.208.113 2359 1082 2017-10-25 2017-12-05 062.097.242.146 1907 1082 2017-10-31 2017-12-05 175.183.032.208 2473 1082 2017-10-31 2017-12-05 183.046.103.155 2012 1081 2017-10-27 2017-12-05 084.053.230.038 1996 1081 2017-11-09 2017-12-05 188.117.148.178 2236 1081 2017-10-31 2017-12-05 104.236.163.244 2317 1081 2017-11-09 2017-12-04 203.189.088.002 2303 1081 2017-10-24 2017-12-05 060.028.129.205 2284 1080 2017-10-28 2017-12-05 196.036.178.150 2591 1080 2017-11-10 2017-12-05 117.169.066.117 2342 1080 2017-11-20 2017-12-05 101.028.048.235 1820 1080 2017-11-26 2017-12-05 211.025.098.034 1424 1080 2017-11-09 2017-12-05 187.120.016.078 1841 1080 2017-11-10 2017-11-22 190.180.085.006 2383 1079 2017-10-29 2017-12-05 177.008.169.230 2329 1079 2017-10-28 2017-12-03 103.237.158.141 1975 1079 2017-11-17 2017-12-02 176.221.066.241 2039 1079 2017-10-31 2017-12-05 180.168.129.197 2329 1078 2017-10-27 2017-12-05 115.117.046.144 2312 1078 2017-11-02 2017-12-04 052.052.244.250 2099 1078 2017-11-07 2017-11-08 061.182.226.234 2315 1078 2017-11-12 2017-12-05 061.160.222.096 2301 1077 2017-10-28 2017-12-05 120.234.018.090 2363 1077 2017-11-11 2017-12-05 122.114.111.187 1849 1076 2017-11-17 2017-12-05 159.203.065.138 1399 1075 2017-11-23 2017-11-23 184.105.139.079 2357 1075 2017-11-07 2017-12-05 203.192.248.229 2180 1075 2017-11-04 2017-12-04 104.236.139.133 2780 1075 2017-11-09 2017-12-05 062.141.035.213 2477 1074 2017-11-01 2017-12-03 212.034.246.005 2399 1074 2017-11-06 2017-12-05 118.070.185.095 2237 1074 2017-10-24 2017-12-04 190.210.215.175 2321 1074 2017-10-24 2017-12-05 103.101.197.017 2413 1073 2017-11-15 2017-12-01 218.064.091.095 2341 1073 2017-11-08 2017-12-05 218.029.142.044 2099 1073 2017-10-24 2017-12-05 061.051.070.071 2827 1073 2017-11-25 2017-12-05 182.065.203.146 1826 1073 2017-11-23 2017-12-05 183.082.114.059 2214 1072 2017-11-17 2017-12-02 184.105.139.087 2357 1072 2017-11-06 2017-12-05 221.181.046.240 2514 1072 2017-10-28 2017-12-05 219.134.129.061 4195 1072 2017-11-07 2017-12-04 222.134.103.072 1915 1072 2017-11-18 2017-12-05 198.098.051.123 10265 1072 2017-11-15 2017-12-05 123.176.038.066 2195 1072 2017-11-12 2017-12-05 128.106.177.075 2709 1072 2017-10-27 2017-11-28 093.115.026.060 7113 1072 2017-11-15 2017-12-03 118.200.150.012 2712 1071 2017-11-04 2017-11-25 200.201.199.082 2513 1071 2017-11-15 2017-12-05 123.184.016.199 2420 1071 2017-10-26 2017-11-30 116.204.009.248 10098 1071 2017-10-28 2017-11-08 185.188.207.008 2209 1070 2017-10-30 2017-11-15 192.140.252.238 1931 1070 2017-11-23 2017-12-02 094.177.244.027 1752 1070 2017-12-04 2017-12-04 184.105.139.103 2342 1070 2017-10-29 2017-12-05 218.067.157.065 1964 1070 2017-11-18 2017-12-05 151.084.168.037 1355 1069 2017-11-11 2017-11-15 042.122.040.188 2141 1069 2017-11-18 2017-11-28 118.200.198.038 2034 1069 2017-10-30 2017-12-01 071.090.202.039 1968 1069 2017-11-19 2017-12-05 104.236.159.016 2043 1069 2017-11-09 2017-12-05 058.042.144.023 1946 1068 2017-11-07 2017-12-03 184.105.139.091 2395 1068 2017-11-04 2017-12-05 119.010.052.177 2217 1068 2017-11-19 2017-12-04 122.227.192.058 1823 1068 2017-11-06 2017-12-05 104.236.156.195 2371 1067 2017-11-09 2017-12-04 116.072.041.149 1929 1067 2017-11-18 2017-12-05 103.038.201.076 2853 1067 2017-11-02 2017-11-25 184.105.139.099 2499 1067 2017-11-06 2017-12-05 120.004.194.184 2152 1067 2017-11-20 2017-11-30 202.177.233.230 2143 1067 2017-11-16 2017-12-02 043.227.224.236 2140 1067 2017-11-19 2017-12-01 062.210.085.152 2702 1066 2017-11-01 2017-11-28 119.090.039.194 2466 1066 2017-11-11 2017-12-05 124.112.009.138 3569 1066 2017-11-08 2017-12-05 071.006.216.038 2521 1066 2017-10-23 2017-11-30 165.227.177.039 4672 1066 2017-11-05 2017-11-07 218.023.104.186 2049 1065 2017-11-08 2017-12-05 119.010.070.207 2297 1064 2017-11-19 2017-12-05 120.198.221.124 3156 1064 2017-11-10 2017-11-24 162.243.157.031 4910 1064 2017-11-09 2017-12-04 052.174.052.033 2940 1064 2017-11-06 2017-11-20 114.249.010.003 1807 1064 2017-11-25 2017-12-05 103.193.086.105 1169 1064 2017-11-25 2017-11-26 116.073.196.094 2541 1063 2017-11-24 2017-12-05 039.079.080.224 2210 1063 2017-11-23 2017-12-01 185.107.094.064 3558 1063 2017-10-26 2017-12-04 060.002.114.042 2138 1063 2017-11-08 2017-12-05 120.197.175.007 1808 1063 2017-11-19 2017-12-05 222.174.061.122 3368 1063 2017-11-16 2017-12-01 043.227.226.026 2938 1062 2017-11-04 2017-11-18 218.086.119.242 2354 1062 2017-10-22 2017-12-05 085.099.255.130 2095 1062 2017-11-11 2017-12-05 060.036.233.117 3890 1062 2017-11-09 2017-12-04 175.100.189.142 2307 1061 2017-10-25 2017-12-05 054.169.254.118 1114 1061 2017-12-05 2017-12-05 085.098.044.083 2299 1061 2017-11-06 2017-12-05 183.087.172.144 1778 1061 2017-11-23 2017-12-05 219.091.253.047 2475 1061 2017-11-19 2017-12-01 211.206.123.018 2382 1060 2017-11-11 2017-12-05 060.221.229.142 2133 1060 2017-10-23 2017-12-05 118.122.253.020 2047 1060 2017-10-29 2017-12-05 185.107.094.069 3063 1060 2017-11-18 2017-12-05 116.072.036.024 1933 1060 2017-11-18 2017-12-05 060.174.195.041 1486 1060 2017-12-03 2017-12-05 066.212.129.004 2364 1060 2017-11-17 2017-11-22 095.213.137.018 4361 1060 2017-11-17 2017-12-05 200.122.224.051 2284 1060 2017-11-01 2017-12-05 110.085.058.089 1969 1060 2017-11-06 2017-12-05 104.037.212.003 4883 1060 2017-10-31 2017-11-08 124.155.240.157 1820 1059 2017-11-20 2017-12-05 089.038.099.091 5756 1059 2017-11-19 2017-11-29 191.096.249.189 4250 1059 2017-10-26 2017-12-05 163.142.018.198 1823 1058 2017-11-19 2017-12-05 213.172.106.202 3289 1058 2017-10-27 2017-12-02 067.205.189.171 1983 1058 2017-11-22 2017-11-23 114.005.035.194 2280 1058 2017-11-19 2017-12-05 014.063.163.093 2454 1057 2017-11-17 2017-12-05 119.010.081.103 2290 1057 2017-10-22 2017-12-05 112.019.172.100 2175 1057 2017-10-27 2017-12-05 103.193.085.148 1174 1057 2017-11-27 2017-11-28 103.196.028.022 2700 1056 2017-11-08 2017-11-27 190.090.036.060 4164 1056 2017-11-12 2017-12-04 222.187.025.006 2031 1056 2017-11-11 2017-12-05 119.010.058.216 2440 1056 2017-10-27 2017-12-05 183.082.105.253 6684 1055 2017-11-18 2017-11-21 071.006.216.057 2682 1055 2017-11-02 2017-12-01 111.053.053.234 2582 1055 2017-11-01 2017-12-05 202.071.009.236 2417 1055 2017-11-08 2017-12-01 046.017.041.015 101661 1055 2017-11-14 2017-12-05 150.242.071.072 2989 1054 2017-10-23 2017-12-01 221.224.122.162 2093 1054 2017-10-27 2017-12-05 095.085.007.138 1073 1054 2017-11-27 2017-11-27 134.119.205.037 68891 1054 2017-10-27 2017-11-24 103.248.157.221 2655 1054 2017-11-07 2017-11-27 222.161.063.211 2359 1054 2017-10-24 2017-12-02 103.242.237.044 2846 1054 2017-11-05 2017-11-24 145.220.024.176 2229 1053 2017-11-23 2017-11-25 123.007.051.071 3111 1053 2017-11-06 2017-11-17 202.160.168.108 2363 1053 2017-11-03 2017-12-01 091.206.148.181 3033 1052 2017-11-10 2017-11-17 222.217.220.230 2431 1052 2017-10-23 2017-12-05 113.106.004.237 2543 1052 2017-11-04 2017-12-05 183.182.091.031 2892 1052 2017-11-14 2017-12-01 184.105.139.071 2365 1052 2017-11-13 2017-12-05 125.094.036.180 2084 1052 2017-11-03 2017-12-04 081.218.187.219 1321 1052 2017-11-03 2017-12-05 218.207.180.137 2132 1051 2017-11-01 2017-12-05 043.226.164.217 2180 1051 2017-10-31 2017-12-05 220.225.117.202 2473 1051 2017-11-07 2017-12-05 183.006.118.012 2038 1051 2017-10-30 2017-12-05 119.250.062.150 1825 1051 2017-11-21 2017-11-30 212.008.240.189 4267 1051 2017-11-21 2017-11-28 211.141.117.141 2288 1051 2017-10-25 2017-12-05 220.189.238.206 1881 1050 2017-10-26 2017-12-04 221.122.060.055 2297 1050 2017-11-02 2017-12-05 165.073.016.041 2381 1049 2017-10-22 2017-12-02 014.152.085.069 2441 1049 2017-11-17 2017-12-05 141.212.122.071 2233 1049 2017-10-30 2017-12-04 184.105.139.123 2107 1048 2017-10-28 2017-12-05 058.220.214.242 2220 1048 2017-11-14 2017-12-05 075.108.064.038 2120 1048 2017-11-08 2017-12-05 111.207.248.194 2176 1048 2017-11-18 2017-12-05 141.212.122.070 2208 1048 2017-11-19 2017-12-04 119.010.006.108 2221 1047 2017-11-21 2017-12-05 129.205.008.096 2195 1047 2017-10-30 2017-11-24 200.075.011.163 2470 1047 2017-11-02 2017-12-05 219.139.160.052 3713 1046 2017-11-18 2017-11-18 108.051.025.211 1861 1046 2017-11-18 2017-12-05 104.236.159.036 2874 1046 2017-10-25 2017-12-05 119.028.061.077 2054 1046 2017-11-09 2017-12-05 185.107.094.121 1708 1045 2017-12-01 2017-12-04 119.251.046.204 3282 1045 2017-11-23 2017-12-05 121.009.248.006 1994 1045 2017-11-05 2017-12-05 112.216.030.054 1608 1044 2017-11-26 2017-12-02 202.071.009.089 2263 1043 2017-10-28 2017-12-01 122.164.128.206 2495 1043 2017-11-13 2017-11-28 076.022.073.228 2793 1043 2017-10-28 2017-12-05 198.020.069.074 3303 1043 2017-11-08 2017-12-05 222.079.008.090 2228 1043 2017-10-29 2017-12-05 141.212.122.072 2244 1043 2017-10-27 2017-12-05 116.220.024.241 1986 1043 2017-11-15 2017-12-04 185.107.094.058 2058 1043 2017-11-17 2017-12-04 219.142.134.044 2298 1042 2017-11-01 2017-12-02 103.043.016.160 1860 1042 2017-11-15 2017-12-05 060.254.059.071 1830 1042 2017-11-25 2017-12-04 124.128.158.035 2317 1042 2017-11-02 2017-11-30 182.046.143.061 4881 1042 2017-11-17 2017-11-27 024.187.064.205 2822 1042 2017-11-15 2017-12-05 203.187.197.177 1921 1042 2017-11-21 2017-12-02 061.155.194.120 2067 1042 2017-11-04 2017-12-05 059.027.080.177 4124 1041 2017-11-11 2017-12-05 061.155.202.173 2545 1041 2017-11-09 2017-12-05 123.207.164.159 2149 1041 2017-11-14 2017-12-05 222.186.193.132 15941 1040 2017-11-14 2017-12-05 220.169.063.094 1995 1040 2017-10-24 2017-12-05 083.144.095.188 2750 1040 2017-11-01 2017-12-05 071.006.216.044 2541 1040 2017-11-01 2017-12-01 116.072.035.233 2850 1040 2017-10-31 2017-11-27 036.097.081.251 1763 1040 2017-11-27 2017-12-05 124.128.127.165 2090 1040 2017-11-08 2017-12-05 104.233.073.141 1674 1039 2017-11-25 2017-11-25 054.169.231.003 1095 1039 2017-12-05 2017-12-05 219.245.129.026 1812 1039 2017-11-23 2017-12-01 222.029.050.075 2161 1039 2017-11-18 2017-11-28 141.212.122.032 3084 1039 2017-11-02 2017-12-04 091.134.159.181 3894 1039 2017-10-31 2017-12-04 111.011.027.140 3972 1039 2017-10-25 2017-11-23 222.125.105.254 2294 1039 2017-11-14 2017-12-01 218.060.056.143 2218 1039 2017-11-08 2017-12-05 118.122.126.148 2438 1039 2017-11-13 2017-12-05 202.071.005.124 2349 1039 2017-11-04 2017-12-05 071.006.216.045 2705 1038 2017-10-23 2017-12-01 220.084.249.108 4150 1038 2017-10-30 2017-12-05 159.203.076.119 3414 1038 2017-11-16 2017-12-05 222.186.042.123 15915 1038 2017-11-14 2017-12-04 141.212.122.128 4328 1038 2017-10-28 2017-12-04 218.022.055.188 2146 1038 2017-11-16 2017-12-05 218.017.061.030 1881 1038 2017-11-10 2017-12-05 045.077.177.112 2434 1037 2017-10-31 2017-11-09 061.132.026.193 2214 1037 2017-11-12 2017-12-05 121.014.007.240 2422 1037 2017-11-08 2017-12-05 046.243.189.237 3328 1037 2017-11-27 2017-12-02 118.122.181.080 2219 1037 2017-10-28 2017-12-05 118.244.238.004 2834 1037 2017-11-18 2017-12-05 060.165.208.028 5428 1037 2017-11-03 2017-12-05 118.041.013.017 4159 1036 2017-10-26 2017-12-05 112.194.138.252 1613 1036 2017-11-21 2017-11-22 059.051.066.142 2652 1036 2017-11-10 2017-12-05 197.248.194.234 2226 1036 2017-11-18 2017-12-05 014.136.024.004 2014 1036 2017-11-15 2017-12-01 218.084.237.056 2077 1036 2017-11-10 2017-12-05 123.207.035.130 2049 1036 2017-10-27 2017-12-05 115.159.203.227 2202 1036 2017-10-24 2017-12-05 220.165.174.132 1775 1035 2017-11-20 2017-12-04 036.255.090.007 2707 1035 2017-10-28 2017-11-28 058.146.116.088 2961 1035 2017-11-05 2017-12-01 174.100.174.152 3649 1034 2017-11-17 2017-12-05 185.165.029.145 6406 1034 2017-11-10 2017-12-05 121.201.075.161 2039 1033 2017-11-09 2017-12-05 094.250.254.123 3954 1033 2017-11-20 2017-12-01 222.161.223.054 17805 1033 2017-10-28 2017-12-05 058.063.224.186 2467 1033 2017-10-29 2017-12-04 103.094.185.129 1527 1033 2017-11-17 2017-11-24 207.154.206.091 1053 1033 2017-12-02 2017-12-03 200.031.163.075 2505 1032 2017-10-27 2017-12-05 036.036.160.078 2816 1032 2017-10-23 2017-12-04 141.212.122.073 2444 1032 2017-11-16 2017-12-05 118.126.016.152 2267 1031 2017-11-10 2017-12-05 085.015.175.020 3231 1031 2017-10-28 2017-12-04 103.228.044.178 3141 1031 2017-10-29 2017-11-25 146.000.077.111 22177 1031 2017-11-06 2017-12-01 091.223.217.023 1827 1031 2017-10-23 2017-11-20 122.144.009.053 1968 1031 2017-10-27 2017-12-04 121.017.047.018 2649 1031 2017-11-03 2017-11-28 187.032.076.125 1336 1031 2017-11-12 2017-11-22 112.030.128.004 1890 1031 2017-11-25 2017-12-03 192.099.038.051 5167 1030 2017-11-19 2017-12-02 179.191.239.194 1196 1030 2017-11-28 2017-12-04 191.252.056.246 1248 1030 2017-12-01 2017-12-04 117.048.197.190 2177 1029 2017-11-10 2017-12-05 049.207.002.040 2175 1029 2017-11-06 2017-12-01 221.121.152.227 6308 1029 2017-11-24 2017-11-30 039.074.042.088 2216 1029 2017-11-23 2017-12-02 218.084.213.101 2040 1029 2017-11-07 2017-12-05 054.169.111.188 1073 1029 2017-12-05 2017-12-05 219.091.154.047 1771 1028 2017-11-26 2017-12-05 223.223.133.040 1708 1028 2017-11-14 2017-12-02 116.074.219.219 1745 1028 2017-11-22 2017-12-05 202.047.115.065 2237 1027 2017-11-06 2017-12-02 045.117.134.046 2589 1027 2017-11-02 2017-11-26 125.219.150.002 2340 1027 2017-11-07 2017-11-14 169.000.204.163 2516 1027 2017-11-03 2017-11-25 103.209.064.030 2635 1027 2017-10-29 2017-11-25 045.076.129.059 1206 1026 2017-11-21 2017-11-21 088.208.200.053 3129 1026 2017-10-24 2017-11-17 185.092.072.012 15190 1026 2017-11-14 2017-12-05 220.120.207.003 2088 1025 2017-10-23 2017-12-05 141.212.122.068 2205 1025 2017-10-24 2017-12-03 052.230.019.093 3191 1025 2017-10-26 2017-11-29 183.192.189.133 2584 1025 2017-10-30 2017-12-02 202.205.161.084 2127 1025 2017-11-01 2017-12-05 187.018.185.069 1863 1024 2017-10-28 2017-12-05 200.207.142.038 2858 1024 2017-10-23 2017-12-05 202.101.164.131 2069 1024 2017-10-29 2017-12-05 217.117.087.106 4070 1024 2017-11-12 2017-12-01 187.120.176.042 2019 1023 2017-10-27 2017-12-05 124.123.098.193 2976 1023 2017-11-02 2017-11-23 121.224.189.125 1783 1023 2017-11-23 2017-12-05 116.072.023.079 1965 1023 2017-11-15 2017-12-02 002.235.242.209 1798 1023 2017-11-05 2017-12-05 182.048.194.197 3414 1022 2017-11-11 2017-11-22 125.077.080.167 1153 1021 2017-11-28 2017-12-05 062.210.127.017 10269 1021 2017-11-03 2017-12-05 125.064.220.220 1963 1021 2017-11-08 2017-12-05 062.122.127.060 2406 1020 2017-11-01 2017-12-05 222.196.036.022 2148 1020 2017-10-25 2017-12-05 180.166.146.250 2524 1020 2017-11-16 2017-12-05 054.255.227.044 1065 1020 2017-12-05 2017-12-05 107.155.152.162 12901 1019 2017-11-06 2017-11-16 141.212.122.067 2210 1019 2017-11-10 2017-12-04 211.149.245.197 2050 1019 2017-11-09 2017-12-05 037.194.165.165 30523 1018 2017-11-04 2017-12-05 118.116.035.006 1848 1018 2017-11-21 2017-11-29 117.007.238.088 1788 1018 2017-10-24 2017-12-05 122.114.014.177 2200 1018 2017-11-08 2017-12-05 211.149.225.087 2104 1018 2017-11-15 2017-12-05 197.159.140.002 1989 1018 2017-10-29 2017-12-01 113.019.082.034 2839 1018 2017-10-28 2017-11-29 115.157.071.229 2059 1018 2017-11-05 2017-12-05 123.201.245.137 1741 1018 2017-11-24 2017-12-05 005.030.084.000 5674 1018 2017-11-16 2017-12-05 121.151.214.243 3961 1018 2017-10-31 2017-12-05 185.107.080.053 2354 1018 2017-11-05 2017-11-15 210.016.115.157 2710 1017 2017-11-02 2017-11-25 059.063.165.012 1726 1017 2017-11-11 2017-12-05 202.134.155.102 1841 1017 2017-11-22 2017-12-02 180.168.028.137 1934 1017 2017-11-10 2017-12-05 118.200.246.145 1876 1017 2017-10-27 2017-12-01 061.082.199.055 4048 1017 2017-10-30 2017-12-05 211.101.015.060 2259 1017 2017-10-25 2017-12-05 119.010.070.122 2167 1017 2017-10-30 2017-12-05 104.236.129.067 2742 1017 2017-11-10 2017-12-04 061.187.094.035 7666 1017 2017-10-30 2017-11-22 139.059.069.030 3427 1016 2017-11-16 2017-11-29 103.199.152.059 1761 1016 2017-11-18 2017-12-02 103.023.018.058 1749 1016 2017-11-09 2017-12-05 059.060.062.162 2234 1016 2017-10-27 2017-12-05 116.073.193.120 1851 1016 2017-11-16 2017-12-05 195.154.241.205 9980 1015 2017-11-17 2017-12-05 116.073.210.032 1570 1015 2017-11-26 2017-12-04 124.163.255.068 1188 1015 2017-11-25 2017-12-05 103.072.206.234 1829 1014 2017-11-22 2017-12-02 091.228.046.137 1240 1014 2017-11-07 2017-12-01 058.210.046.114 2195 1014 2017-11-08 2017-12-05 059.126.020.015 1914 1014 2017-10-28 2017-12-05 124.088.170.229 2009 1014 2017-11-09 2017-12-05 061.138.014.187 1967 1013 2017-11-15 2017-12-04 077.072.082.177 17958 1013 2017-10-22 2017-12-05 123.249.024.197 19838 1013 2017-11-11 2017-12-05 221.229.204.122 1654 1013 2017-11-11 2017-12-05 111.222.068.226 4345 1012 2017-11-06 2017-12-02 049.207.011.089 3404 1012 2017-10-26 2017-11-22 094.022.130.027 2771 1012 2017-11-17 2017-12-05 043.247.176.046 2472 1012 2017-10-30 2017-12-05 060.254.063.113 2220 1012 2017-11-19 2017-12-05 116.073.204.203 1746 1012 2017-11-20 2017-12-04 086.105.009.086 2859 1012 2017-11-20 2017-11-30 119.010.067.188 2202 1011 2017-11-08 2017-12-05 024.143.048.036 2062 1011 2017-11-04 2017-12-05 119.084.073.201 7238 1011 2017-10-31 2017-11-12 115.086.177.084 2001 1011 2017-10-29 2017-12-05 067.164.107.074 2571 1011 2017-10-28 2017-11-25 027.000.051.165 1782 1010 2017-11-19 2017-12-02 182.065.193.040 1839 1010 2017-11-23 2017-12-05 202.134.153.120 2536 1010 2017-11-20 2017-11-30 180.166.030.054 2100 1009 2017-10-30 2017-12-05 122.155.007.133 2094 1009 2017-11-15 2017-12-05 041.185.031.146 1829 1009 2017-11-15 2017-12-05 141.212.122.074 2388 1009 2017-11-16 2017-12-05 059.149.140.059 1999 1009 2017-11-17 2017-12-02 013.229.110.234 1049 1009 2017-12-05 2017-12-05 103.238.013.156 2022 1009 2017-11-02 2017-12-01 024.097.010.190 2129 1008 2017-11-14 2017-12-05 139.199.183.024 1811 1008 2017-11-15 2017-12-05 202.071.009.229 4335 1008 2017-11-14 2017-12-04 139.199.100.170 14867 1008 2017-10-26 2017-12-05 027.006.040.248 2514 1008 2017-10-23 2017-11-25 041.185.031.085 1761 1008 2017-10-25 2017-12-05 185.055.218.244 3087 1007 2017-11-23 2017-12-05 121.180.055.158 1834 1007 2017-11-19 2017-12-01 058.056.171.102 1969 1007 2017-11-09 2017-12-05 119.010.030.102 1885 1007 2017-11-18 2017-12-05 222.085.146.016 1729 1007 2017-11-19 2017-12-05 042.051.044.059 3107 1007 2017-11-20 2017-12-05 120.203.027.011 1704 1007 2017-10-28 2017-12-05 108.060.099.147 3425 1006 2017-11-03 2017-11-26 112.080.094.079 4058 1006 2017-11-21 2017-12-05 036.097.181.023 2096 1006 2017-11-18 2017-12-05 178.062.238.067 5215 1006 2017-11-15 2017-11-19 115.118.131.103 2033 1006 2017-10-24 2017-12-05 222.175.059.154 2188 1006 2017-10-28 2017-12-05 118.126.016.158 2274 1006 2017-10-31 2017-12-05 157.122.115.047 1134 1006 2017-11-01 2017-11-30 045.126.123.230 1012 1005 2017-12-03 2017-12-05 145.249.105.070 1843 1005 2017-11-25 2017-12-02 219.255.132.092 2156 1005 2017-11-14 2017-12-05 208.067.248.059 1935 1005 2017-11-14 2017-12-05 116.073.193.232 2879 1005 2017-11-01 2017-11-25 185.040.004.185 1723 1004 2017-10-28 2017-11-23 128.199.040.042 1192 1004 2017-11-25 2017-11-25 176.060.072.070 2709 1004 2017-11-15 2017-11-17 183.060.143.080 1027 1004 2017-11-19 2017-12-03 124.232.133.023 2195 1004 2017-11-15 2017-12-05 119.010.059.135 1964 1004 2017-11-18 2017-12-04 212.066.111.227 2114 1004 2017-11-10 2017-12-05 082.115.144.140 1843 1003 2017-10-22 2017-12-05 103.204.167.162 3572 1003 2017-11-05 2017-12-01 122.114.045.172 2117 1003 2017-10-30 2017-12-05 217.219.194.074 2028 1003 2017-11-15 2017-12-05 111.221.193.055 2033 1003 2017-11-14 2017-12-02 001.028.202.004 2043 1003 2017-11-07 2017-12-05 222.172.221.054 2028 1003 2017-11-05 2017-12-05 203.189.159.210 1850 1003 2017-11-04 2017-12-05 122.114.171.080 1959 1003 2017-10-31 2017-12-05 035.162.117.206 1184 1003 2017-11-28 2017-11-29 185.107.094.066 3816 1002 2017-11-11 2017-11-25 110.164.217.064 2434 1002 2017-11-21 2017-12-05 124.172.136.158 2072 1002 2017-11-08 2017-12-05 183.131.083.054 4674 1002 2017-10-25 2017-11-07 116.073.197.112 1627 1001 2017-11-23 2017-12-05 104.236.240.218 2008 1001 2017-11-26 2017-11-27 101.029.186.147 2174 1001 2017-11-26 2017-12-05 183.247.176.208 2267 1001 2017-10-28 2017-12-05 165.073.024.014 2086 1001 2017-11-14 2017-11-30 023.238.024.034 2035 1001 2017-11-28 2017-11-30 094.207.067.107 1569 1001 2017-11-29 2017-12-05 103.237.158.151 1924 1001 2017-11-18 2017-12-02 218.106.146.195 2029 1001 2017-10-27 2017-12-04 183.192.188.147 5746 1001 2017-10-30 2017-11-28 212.083.151.119 2229 1001 2017-10-23 2017-12-05 106.075.050.036 1832 1000 2017-11-09 2017-12-05 061.155.054.026 2079 1000 2017-11-06 2017-12-05 047.092.131.042 2024 1000 2017-11-06 2017-12-05 187.072.137.161 2594 1000 2017-10-24 2017-12-05 103.098.191.063 1722 1000 2017-11-25 2017-12-04 103.206.221.071 1624 999 2017-11-27 2017-12-05 116.199.038.014 1896 999 2017-11-17 2017-12-03 042.063.013.028 2107 999 2017-11-16 2017-12-05 123.155.036.084 7702 999 2017-10-25 2017-12-05 089.046.072.166 3494 999 2017-11-10 2017-11-15 134.119.187.251 1435 998 2017-11-26 2017-12-05 104.236.154.111 1787 997 2017-11-09 2017-11-30 191.096.249.193 3488 997 2017-11-07 2017-11-17 180.169.113.216 2361 997 2017-11-17 2017-12-01 122.224.112.162 2242 997 2017-11-03 2017-12-05 116.072.013.072 1739 997 2017-11-16 2017-12-02 173.220.134.182 1845 997 2017-10-29 2017-12-05 116.236.148.002 1683 997 2017-11-02 2017-12-05 027.106.077.213 1746 996 2017-11-19 2017-12-03 150.242.068.108 2724 996 2017-11-07 2017-12-01 106.051.253.250 1607 996 2017-11-27 2017-12-04 104.131.159.139 5003 996 2017-11-09 2017-12-04 221.213.080.094 2368 995 2017-10-24 2017-12-05 112.213.105.111 2112 995 2017-11-15 2017-12-05 183.129.254.091 1798 994 2017-10-30 2017-12-05 202.121.253.013 2212 994 2017-11-15 2017-12-05 220.125.180.058 4856 994 2017-10-28 2017-12-05 080.211.230.194 1948 994 2017-11-27 2017-12-02 094.021.243.058 1743 994 2017-11-11 2017-12-05 043.229.152.024 2104 994 2017-11-07 2017-12-05 122.174.062.100 3836 993 2017-10-29 2017-11-17 092.042.108.127 17880 993 2017-11-10 2017-11-10 119.010.051.220 2141 993 2017-11-03 2017-12-05 027.219.132.233 1592 993 2017-11-26 2017-12-03 119.010.046.089 2083 992 2017-10-25 2017-12-05 195.022.126.180 2638 992 2017-11-27 2017-12-03 116.075.032.005 2637 992 2017-11-10 2017-11-24 112.065.171.014 1686 992 2017-11-20 2017-12-05 223.068.169.142 1964 990 2017-11-10 2017-12-05 203.195.191.064 2183 990 2017-10-24 2017-12-05 219.234.005.056 1591 990 2017-10-28 2017-12-05 027.212.081.146 1719 990 2017-11-23 2017-12-05 045.032.083.228 1453 990 2017-10-28 2017-11-24 185.207.206.223 1157 990 2017-12-05 2017-12-05 023.240.014.072 3249 989 2017-11-10 2017-12-05 171.090.255.070 1823 989 2017-11-18 2017-12-05 043.243.130.172 3256 989 2017-11-09 2017-12-05 141.212.122.069 2125 988 2017-11-10 2017-12-03 221.224.007.122 1579 988 2017-11-16 2017-12-05 061.154.135.198 2064 988 2017-10-24 2017-12-05 195.154.041.239 3593 988 2017-10-25 2017-12-05 103.255.176.209 1258 987 2017-11-06 2017-11-28 115.239.240.146 1972 987 2017-10-23 2017-12-05 125.046.036.049 1893 987 2017-11-18 2017-12-05 141.212.122.079 2164 987 2017-10-29 2017-12-05 121.239.070.166 1350 987 2017-11-19 2017-11-25 060.248.225.151 1866 987 2017-11-20 2017-12-05 219.091.154.224 1943 987 2017-11-15 2017-12-01 027.211.112.052 2460 986 2017-11-12 2017-12-01 082.114.081.230 2244 986 2017-11-04 2017-12-05 182.156.224.245 2055 986 2017-10-31 2017-12-04 116.073.212.090 3207 986 2017-11-02 2017-11-19 042.002.126.077 3756 986 2017-11-06 2017-11-22 113.009.071.252 2355 985 2017-11-06 2017-11-28 089.163.145.003 4714 985 2017-11-01 2017-11-27 120.194.042.194 1877 985 2017-10-25 2017-12-05 222.171.050.210 1745 985 2017-11-02 2017-12-05 119.188.169.144 1924 985 2017-11-18 2017-12-05 113.209.107.135 2356 985 2017-11-16 2017-12-05 117.131.005.202 1785 985 2017-11-05 2017-12-05 081.022.024.099 3795 985 2017-11-14 2017-11-30 112.085.056.127 2217 984 2017-11-26 2017-12-05 165.227.071.094 1309 984 2017-11-25 2017-11-26 212.083.174.025 168296 984 2017-10-31 2017-12-04 223.099.167.115 1452 984 2017-11-13 2017-11-29 118.201.241.140 2497 984 2017-11-04 2017-11-24 185.012.179.071 3529 983 2017-11-21 2017-11-21 218.063.105.186 1954 983 2017-11-18 2017-12-05 211.067.059.029 1751 983 2017-10-27 2017-12-05 112.012.032.006 1970 983 2017-10-27 2017-12-05 220.225.033.017 2414 983 2017-10-30 2017-12-04 116.072.044.190 1627 983 2017-11-23 2017-12-05 218.206.197.234 2055 982 2017-11-10 2017-12-05 125.064.016.069 2043 982 2017-10-23 2017-12-05 068.235.056.187 2622 982 2017-11-21 2017-11-22 046.029.161.079 11127 982 2017-11-28 2017-12-05 202.114.032.244 1821 982 2017-11-04 2017-12-05 116.073.206.107 1869 982 2017-11-15 2017-12-01 075.182.070.069 1575 981 2017-11-23 2017-12-05 218.207.200.172 1789 981 2017-11-09 2017-12-05 222.186.059.216 13205 981 2017-11-15 2017-12-05 141.212.122.045 1727 980 2017-11-02 2017-12-05 222.188.000.245 1856 980 2017-11-19 2017-12-05 201.161.020.220 1809 980 2017-11-13 2017-12-05 027.004.216.219 1958 980 2017-11-14 2017-12-01 119.052.141.222 1904 980 2017-11-10 2017-12-05 146.247.154.057 3902 980 2017-10-30 2017-11-18 114.095.124.096 1802 980 2017-10-26 2017-12-05 087.100.168.208 2652 980 2017-11-06 2017-11-28 111.001.028.025 1939 979 2017-11-13 2017-11-28 150.107.197.147 1766 979 2017-11-18 2017-12-01 221.124.077.204 3276 979 2017-11-12 2017-11-24 089.038.097.112 4970 979 2017-11-21 2017-11-21 103.216.235.135 1937 978 2017-11-01 2017-12-01 202.071.016.002 3551 978 2017-11-01 2017-12-03 185.101.219.129 1058 978 2017-11-28 2017-12-03 027.191.235.093 1122 978 2017-11-15 2017-12-03 157.000.078.071 1666 977 2017-11-07 2017-12-05 222.186.057.027 1000 977 2017-11-23 2017-11-26 060.191.049.187 8294 977 2017-11-14 2017-11-30 084.238.056.145 3202 977 2017-10-31 2017-12-05 113.247.255.123 2037 977 2017-11-21 2017-12-05 213.008.188.100 3810 977 2017-10-26 2017-12-05 124.040.245.234 1743 977 2017-11-25 2017-12-04 116.073.197.150 1579 977 2017-11-24 2017-12-05 046.029.161.016 1033 976 2017-12-01 2017-12-05 200.049.061.054 1922 976 2017-11-03 2017-12-05 061.188.189.007 3174 976 2017-11-15 2017-12-04 202.120.143.122 2027 975 2017-10-29 2017-12-05 221.229.162.115 6344 975 2017-11-30 2017-12-05 222.163.128.126 1727 974 2017-11-21 2017-12-05 119.010.057.072 2095 974 2017-11-19 2017-12-05 061.160.096.122 1812 974 2017-11-15 2017-12-05 047.148.067.152 1798 974 2017-11-01 2017-12-05 221.194.002.049 1710 974 2017-11-23 2017-11-30 077.072.085.014 3744 974 2017-10-31 2017-12-05 106.039.231.136 2016 973 2017-10-27 2017-12-05 027.212.002.116 1538 973 2017-11-24 2017-12-05 027.192.079.185 2200 973 2017-11-27 2017-12-05 104.236.161.060 3200 973 2017-11-09 2017-12-04 218.003.116.166 1828 973 2017-11-15 2017-12-04 209.126.122.069 9786 972 2017-11-19 2017-11-22 183.082.206.031 3080 972 2017-11-15 2017-11-20 198.055.103.031 1004 972 2017-11-09 2017-11-11 107.181.081.162 1959 972 2017-11-08 2017-12-05 080.209.253.050 1000 972 2017-11-28 2017-12-02 123.171.104.032 2490 971 2017-11-06 2017-12-05 069.202.170.056 7385 971 2017-11-06 2017-12-05 116.073.209.239 1942 971 2017-11-15 2017-12-02 210.077.145.035 2079 971 2017-11-09 2017-12-05 060.243.031.102 2026 971 2017-11-04 2017-12-01 187.217.214.210 1480 971 2017-10-26 2017-11-28 116.228.223.084 1901 971 2017-11-11 2017-12-05 180.076.180.063 2101 970 2017-11-18 2017-12-05 041.086.105.034 1654 970 2017-11-17 2017-12-05 023.227.161.038 1034 970 2017-11-21 2017-11-21 165.073.025.107 1978 970 2017-10-27 2017-12-05 045.118.218.215 1734 970 2017-11-12 2017-12-05 183.163.073.241 1666 970 2017-11-18 2017-12-01 222.247.058.230 1851 970 2017-11-09 2017-12-05 075.146.003.089 2081 969 2017-10-29 2017-12-05 221.203.162.006 1775 969 2017-11-19 2017-12-05 122.114.059.145 2077 969 2017-11-08 2017-12-05 189.033.023.123 1895 969 2017-11-07 2017-12-05 103.068.044.059 1617 969 2017-11-25 2017-12-03 213.183.054.046 1877 969 2017-11-24 2017-11-30 089.163.140.203 5168 968 2017-10-25 2017-11-27 119.001.109.085 4145 968 2017-11-27 2017-12-04 115.159.115.102 1600 968 2017-11-15 2017-12-05 103.068.035.122 2518 968 2017-11-15 2017-11-26 183.082.120.014 5780 968 2017-11-15 2017-12-05 123.206.129.014 1858 968 2017-11-09 2017-12-05 001.245.207.003 1883 968 2017-10-26 2017-12-05 106.051.012.030 1673 967 2017-11-03 2017-12-04 119.010.055.004 2278 967 2017-11-06 2017-12-05 173.212.242.223 8329 967 2017-11-01 2017-12-04 222.134.086.126 1865 966 2017-10-24 2017-12-05 051.015.147.070 8098 966 2017-11-13 2017-12-05 058.063.244.154 1767 966 2017-11-17 2017-12-05 119.010.056.024 2047 966 2017-10-28 2017-12-05 141.212.122.077 2134 966 2017-11-19 2017-12-04 116.072.024.134 1830 966 2017-11-15 2017-12-01 098.101.202.134 2226 966 2017-11-17 2017-11-22 124.172.148.111 1945 966 2017-10-31 2017-12-05 125.117.194.065 1732 966 2017-11-15 2017-12-01 121.028.024.221 1428 966 2017-10-28 2017-11-21 086.109.049.131 1626 966 2017-11-13 2017-12-05 188.165.240.168 5211 966 2017-11-22 2017-12-05 218.255.181.087 1977 965 2017-10-24 2017-12-05 117.158.197.105 2120 965 2017-11-06 2017-12-03 218.089.054.006 1776 965 2017-10-29 2017-12-05 043.247.071.107 1755 965 2017-11-15 2017-12-05 222.172.224.092 2239 965 2017-11-01 2017-12-05 118.200.042.034 2693 964 2017-11-09 2017-11-21 119.010.058.120 1795 964 2017-11-14 2017-12-05 175.100.154.222 1803 964 2017-11-17 2017-11-28 005.188.087.007 3026 964 2017-11-22 2017-12-05 058.216.183.094 1604 964 2017-10-29 2017-12-05 058.241.078.039 1989 964 2017-11-25 2017-12-03 190.122.102.162 1821 963 2017-11-05 2017-12-05 058.247.224.174 2930 963 2017-11-23 2017-12-05 045.250.232.019 4105 963 2017-11-17 2017-11-27 116.231.093.047 1637 963 2017-11-14 2017-12-05 219.134.163.202 1943 963 2017-11-17 2017-12-05 095.215.061.232 1174 963 2017-11-09 2017-12-04 141.212.122.016 4071 962 2017-10-29 2017-12-05 121.116.145.205 2733 962 2017-11-01 2017-11-26 185.107.080.034 2162 962 2017-11-05 2017-12-04 112.083.081.035 2602 962 2017-11-25 2017-12-05 120.192.021.162 1400 962 2017-11-16 2017-12-04 104.238.146.066 1078 962 2017-11-14 2017-12-05 115.231.218.027 40498 961 2017-11-10 2017-12-05 141.212.122.078 2052 961 2017-10-25 2017-12-04 061.158.163.058 1855 961 2017-11-11 2017-12-02 062.004.014.138 2711 961 2017-11-19 2017-12-05 077.046.001.201 1889 961 2017-11-01 2017-12-05 202.028.077.147 2130 961 2017-11-17 2017-11-22 222.223.198.070 1846 960 2017-10-31 2017-12-05 190.116.050.025 1702 960 2017-11-10 2017-12-05 118.179.216.026 2331 960 2017-11-15 2017-11-29 027.004.151.243 1936 960 2017-10-26 2017-12-02 119.090.135.203 1841 959 2017-10-26 2017-12-05 122.114.039.083 1652 959 2017-11-16 2017-12-05 103.224.166.172 1552 959 2017-11-02 2017-12-05 085.190.157.158 3551 958 2017-10-24 2017-11-22 119.010.071.070 2256 958 2017-10-22 2017-12-02 014.023.034.099 1710 958 2017-10-23 2017-12-05 202.191.166.030 963 958 2017-11-22 2017-11-29 185.107.083.026 4203 957 2017-10-25 2017-12-03 218.201.096.152 2803 957 2017-11-07 2017-11-20 141.212.122.044 1731 957 2017-11-01 2017-12-05 211.099.195.137 1767 957 2017-11-12 2017-12-05 059.056.065.222 1696 957 2017-11-20 2017-12-05 218.002.000.190 3537 957 2017-11-19 2017-12-05 181.143.186.130 1937 957 2017-11-01 2017-12-05 112.120.080.022 1962 956 2017-11-17 2017-11-27 201.122.225.127 2010 956 2017-10-25 2017-12-05 144.012.063.251 1473 956 2017-11-29 2017-12-05 112.230.197.091 1876 956 2017-11-19 2017-12-05 128.106.132.216 2696 956 2017-11-04 2017-11-23 141.212.122.041 1794 955 2017-10-25 2017-12-05 012.022.005.155 1756 955 2017-10-25 2017-12-01 119.097.248.152 1269 955 2017-11-09 2017-12-05 123.112.063.079 1842 955 2017-11-23 2017-12-01 182.234.215.105 1571 955 2017-11-04 2017-12-05 218.094.029.059 2247 955 2017-11-01 2017-12-05 103.075.057.061 2108 955 2017-10-31 2017-11-21 191.096.249.173 4764 955 2017-11-12 2017-12-04 222.078.254.172 1677 954 2017-11-01 2017-12-05 119.010.067.055 1991 954 2017-10-27 2017-12-05 077.072.085.004 6271 954 2017-10-30 2017-12-05 094.250.255.220 3826 954 2017-11-10 2017-11-23 145.239.041.231 961 953 2017-11-05 2017-12-03 165.227.019.041 1445 953 2017-10-30 2017-11-21 120.052.096.035 2973 953 2017-11-01 2017-11-07 059.072.029.161 1914 953 2017-10-25 2017-12-05 116.072.011.030 1736 953 2017-11-07 2017-12-05 130.000.164.006 1931 952 2017-11-03 2017-12-02 013.093.122.048 7136 952 2017-11-09 2017-12-02 192.241.226.171 1564 952 2017-11-18 2017-11-24 080.087.199.024 4001 952 2017-10-24 2017-11-23 185.040.004.016 2981 952 2017-11-27 2017-12-05 223.244.233.160 3071 951 2017-11-05 2017-11-30 222.134.075.006 2304 951 2017-11-04 2017-12-05 188.085.027.107 1529 951 2017-11-08 2017-12-05 060.012.171.030 1833 951 2017-10-31 2017-12-05 212.237.013.108 2615 951 2017-11-15 2017-11-22 141.212.122.066 2288 950 2017-10-25 2017-12-04 141.212.122.036 1701 950 2017-11-03 2017-12-05 123.108.206.165 1752 950 2017-11-16 2017-12-01 121.013.064.214 1939 950 2017-10-24 2017-12-04 219.144.222.232 1638 950 2017-11-15 2017-12-05 116.074.092.095 1480 950 2017-11-24 2017-12-05 001.180.209.128 1682 950 2017-11-23 2017-12-04 185.232.064.180 1078 949 2017-11-28 2017-11-30 180.173.083.008 2845 949 2017-11-22 2017-12-05 058.210.182.086 1607 949 2017-10-30 2017-12-05 139.199.004.251 1566 949 2017-11-17 2017-12-05 222.188.000.229 1606 949 2017-11-16 2017-12-05 085.157.018.254 2151 949 2017-11-01 2017-12-05 046.148.020.025 1847 949 2017-11-08 2017-12-05 045.076.061.097 2326 949 2017-11-08 2017-11-10 123.201.214.127 1530 949 2017-11-23 2017-12-01 112.240.084.134 2215 948 2017-11-28 2017-12-04 222.190.146.022 1899 948 2017-10-25 2017-12-05 183.082.219.013 3722 948 2017-10-29 2017-11-13 203.190.163.125 2540 948 2017-11-05 2017-12-05 118.047.242.007 1877 948 2017-11-17 2017-12-05 115.056.153.003 3003 948 2017-11-09 2017-11-23 185.029.009.171 1603 947 2017-11-21 2017-12-05 077.089.110.194 1905 947 2017-11-06 2017-12-05 160.202.012.051 1550 947 2017-11-27 2017-12-05 150.107.100.064 1533 947 2017-11-23 2017-12-05 141.212.122.104 1611 947 2017-11-04 2017-12-05 121.201.107.016 1686 946 2017-10-28 2017-12-05 027.201.236.062 4809 946 2017-11-18 2017-12-05 073.041.082.184 1902 946 2017-10-24 2017-12-03 123.247.053.194 1409 946 2017-11-26 2017-12-05 185.207.206.225 954 946 2017-12-05 2017-12-05 116.073.204.129 1816 946 2017-11-19 2017-12-01 123.234.036.198 1492 946 2017-11-17 2017-12-05 141.212.122.096 2068 945 2017-11-02 2017-12-05 005.189.172.159 3134 945 2017-10-30 2017-12-05 203.187.204.145 2031 945 2017-11-10 2017-12-02 141.212.122.105 1635 945 2017-11-05 2017-12-05 076.170.130.071 1987 945 2017-10-30 2017-12-05 124.193.066.242 1798 945 2017-11-01 2017-12-05 103.211.008.024 2262 945 2017-10-26 2017-12-01 182.065.073.101 2809 945 2017-11-14 2017-11-19 212.186.245.130 1690 944 2017-11-08 2017-12-05 139.059.120.209 1819 944 2017-11-21 2017-12-05 122.114.241.057 1783 944 2017-11-14 2017-12-05 118.069.111.056 1662 944 2017-11-08 2017-12-05 049.207.009.252 2606 944 2017-11-03 2017-11-22 141.212.122.039 1621 944 2017-11-04 2017-12-05 051.015.183.143 49884 944 2017-11-05 2017-12-05 066.220.009.084 1307 944 2017-11-25 2017-12-05 219.232.165.007 1780 943 2017-11-05 2017-12-03 123.249.026.159 7899 943 2017-11-07 2017-12-04 114.112.100.088 2050 943 2017-11-03 2017-12-05 027.202.151.164 1679 943 2017-11-19 2017-12-01 043.247.071.188 1715 943 2017-11-15 2017-12-05 120.132.009.226 1742 942 2017-11-16 2017-12-05 222.185.208.124 1508 942 2017-11-26 2017-12-05 204.188.251.130 2148 942 2017-11-09 2017-11-09 203.165.110.224 2074 942 2017-10-25 2017-12-05 094.203.150.165 1406 942 2017-11-27 2017-12-04 183.234.050.074 2007 942 2017-11-03 2017-12-05 202.148.031.010 1734 942 2017-11-11 2017-12-05 106.002.045.027 1593 942 2017-11-16 2017-12-05 210.044.008.041 1378 942 2017-10-30 2017-12-01 182.237.176.044 2164 942 2017-11-02 2017-11-28 105.227.013.159 2218 941 2017-11-02 2017-11-24 185.107.083.034 7233 941 2017-11-07 2017-12-05 115.075.016.109 1636 941 2017-10-23 2017-12-05 101.204.229.018 1957 941 2017-10-29 2017-12-05 036.255.085.105 3702 941 2017-11-01 2017-11-21 060.254.016.072 1615 941 2017-11-24 2017-12-02 171.233.252.097 1925 941 2017-11-05 2017-12-05 112.078.134.130 2138 941 2017-11-06 2017-12-05 212.237.026.155 1832 940 2017-11-12 2017-11-22 165.073.017.141 2934 940 2017-11-03 2017-12-01 134.119.212.101 1715 940 2017-11-02 2017-12-02 210.038.064.152 1707 940 2017-11-10 2017-12-05 155.094.088.154 38448 939 2017-11-17 2017-11-17 141.212.122.065 2073 939 2017-10-25 2017-12-04 112.005.090.232 1561 939 2017-10-30 2017-12-05 141.212.122.043 1586 939 2017-11-06 2017-12-05 185.207.206.227 947 939 2017-12-05 2017-12-05 112.090.068.185 2048 939 2017-11-13 2017-12-05 051.015.009.105 20774 938 2017-11-08 2017-12-05 077.073.068.069 942 938 2017-11-30 2017-12-01 202.010.078.086 1869 938 2017-11-09 2017-12-05 219.154.052.189 1702 938 2017-10-31 2017-12-05 116.073.207.036 1219 937 2017-11-28 2017-12-05 169.000.188.142 1436 937 2017-11-22 2017-12-05 002.235.053.130 1994 937 2017-10-28 2017-12-01 060.002.046.050 1820 937 2017-11-04 2017-12-05 203.109.075.207 1530 937 2017-11-22 2017-12-04 212.047.238.232 1767 937 2017-10-31 2017-12-05 220.180.050.168 1354 937 2017-10-31 2017-11-10 047.092.030.107 1905 937 2017-11-03 2017-11-29 058.135.080.126 1979 937 2017-11-06 2017-12-05 124.002.053.250 1920 937 2017-10-26 2017-12-05 123.207.031.029 1556 937 2017-11-03 2017-12-05 103.200.056.245 1864 937 2017-11-15 2017-12-01 169.001.022.253 1871 936 2017-10-30 2017-12-01 111.121.193.201 4319 936 2017-11-14 2017-11-16 219.135.195.033 1699 936 2017-11-19 2017-12-04 141.212.122.106 1659 936 2017-10-29 2017-12-05 058.221.115.004 1551 936 2017-11-13 2017-12-05 103.098.158.247 1978 936 2017-11-18 2017-11-30 124.155.248.163 1479 936 2017-11-23 2017-12-05 111.127.163.200 1691 935 2017-11-27 2017-12-04 203.109.083.156 2886 935 2017-10-27 2017-11-20 116.117.252.190 1776 935 2017-11-03 2017-12-05 103.026.169.217 1500 935 2017-10-24 2017-12-05 141.212.122.035 1628 935 2017-11-02 2017-12-05 113.021.078.117 1809 935 2017-11-17 2017-12-02 046.101.005.110 1150 935 2017-11-13 2017-11-28 202.107.104.119 2764 934 2017-11-21 2017-12-05 046.234.125.089 13677 934 2017-11-03 2017-12-05 103.078.206.163 1884 934 2017-11-15 2017-11-29 123.201.199.216 2224 934 2017-10-27 2017-11-28 107.170.061.169 1979 934 2017-11-24 2017-11-29 150.107.209.088 3091 934 2017-11-14 2017-11-28 182.065.085.180 1528 934 2017-11-27 2017-12-05 089.115.024.249 1525 933 2017-11-22 2017-12-05 149.091.107.123 1916 933 2017-11-08 2017-12-03 182.065.203.078 1443 933 2017-11-28 2017-12-05 051.015.147.025 6779 933 2017-11-05 2017-12-03 060.254.004.165 2322 932 2017-11-25 2017-12-02 222.173.042.245 1821 932 2017-11-02 2017-12-04 222.194.172.243 2071 932 2017-10-31 2017-11-30 061.232.206.091 1640 932 2017-11-16 2017-12-01 043.225.039.156 1662 932 2017-11-15 2017-12-05 134.119.181.146 4422 932 2017-11-28 2017-12-03 120.236.175.181 1985 932 2017-11-03 2017-12-04 059.041.187.227 2311 932 2017-10-26 2017-11-20 104.037.101.098 1899 931 2017-11-08 2017-12-03 101.022.123.236 1571 931 2017-11-21 2017-11-29 139.059.150.135 944 931 2017-12-05 2017-12-05 092.247.083.086 1833 931 2017-11-16 2017-12-04 139.060.161.089 2718 931 2017-12-01 2017-12-05 122.114.192.216 1816 931 2017-10-29 2017-12-05 163.172.200.223 2757 931 2017-11-30 2017-12-05 027.112.002.022 1963 931 2017-10-23 2017-12-05 194.073.180.109 2771 931 2017-11-24 2017-12-03 103.044.107.155 1297 930 2017-11-19 2017-11-25 095.156.251.011 1124 930 2017-11-23 2017-11-23 116.075.084.226 1992 930 2017-11-14 2017-12-02 117.158.083.048 1766 930 2017-10-29 2017-12-05 122.114.246.005 1550 930 2017-11-09 2017-12-05 141.212.122.047 1595 930 2017-10-29 2017-12-05 221.011.163.027 1842 930 2017-11-03 2017-12-05 043.240.244.150 1706 930 2017-11-15 2017-12-05 183.082.148.091 1566 930 2017-11-21 2017-12-02 054.037.076.077 1760 930 2017-12-02 2017-12-05 120.088.044.222 3350 929 2017-11-05 2017-11-20 103.243.187.083 1432 929 2017-11-25 2017-12-05 060.007.243.089 1405 929 2017-11-24 2017-12-05 101.070.084.163 1366 929 2017-11-26 2017-12-02 123.013.160.005 1265 929 2017-11-27 2017-12-05 212.018.237.042 3001 929 2017-11-16 2017-11-30 141.212.122.076 2154 929 2017-11-10 2017-12-04 083.253.228.130 1776 928 2017-10-26 2017-12-05 119.010.053.219 1451 928 2017-10-23 2017-12-05 066.057.058.070 1000 928 2017-11-19 2017-12-01 061.147.101.030 1408 928 2017-11-04 2017-11-27 104.236.135.136 2718 928 2017-11-09 2017-12-05 181.193.049.218 1462 928 2017-10-28 2017-12-05 047.092.087.219 1706 928 2017-11-09 2017-12-05 116.072.037.122 1478 928 2017-11-24 2017-12-05 027.004.045.231 1930 928 2017-11-09 2017-12-02 205.234.203.053 959 928 2017-11-28 2017-11-28 141.212.122.075 2169 928 2017-10-29 2017-12-04 221.226.226.135 1644 927 2017-10-30 2017-12-05 116.073.208.241 1482 927 2017-11-24 2017-12-05 115.231.218.042 21308 927 2017-11-21 2017-12-05 222.211.083.021 1321 927 2017-11-10 2017-12-05 104.236.157.149 3447 927 2017-11-09 2017-12-04 210.014.078.146 1601 926 2017-11-02 2017-12-05 177.180.011.062 1851 926 2017-11-04 2017-12-05 095.215.063.228 1841 926 2017-11-06 2017-12-02 200.068.002.010 2172 926 2017-10-31 2017-12-05 103.077.017.214 1542 926 2017-11-21 2017-12-01 122.006.144.102 1891 926 2017-11-12 2017-12-02 125.077.080.122 1037 926 2017-11-22 2017-11-28 041.086.104.061 1875 925 2017-11-15 2017-12-05 177.037.160.020 1781 925 2017-11-04 2017-12-05 202.100.182.250 2010 925 2017-11-12 2017-12-05 119.039.065.074 2339 925 2017-11-15 2017-12-05 122.114.052.098 1651 925 2017-11-05 2017-12-05 203.223.189.118 2046 925 2017-11-14 2017-12-05 071.006.216.053 2036 924 2017-10-23 2017-12-01 183.238.055.223 1688 924 2017-11-14 2017-12-05 212.129.061.129 2949 924 2017-11-10 2017-11-28 202.134.188.125 1519 924 2017-11-22 2017-12-02 205.234.153.010 1125 923 2017-11-25 2017-12-04 122.114.175.044 2283 923 2017-11-01 2017-11-28 219.135.097.228 1524 923 2017-10-25 2017-12-05 077.158.042.130 1831 923 2017-11-14 2017-12-05 065.095.230.234 1708 923 2017-11-01 2017-12-05 077.072.082.182 4811 922 2017-11-14 2017-12-05 195.154.231.002 6054 922 2017-11-11 2017-11-14 182.065.071.034 1452 922 2017-11-29 2017-12-05 058.221.055.224 3131 922 2017-11-15 2017-12-04 114.216.184.055 2641 922 2017-10-25 2017-11-22 112.082.177.246 1696 922 2017-11-18 2017-11-28 043.245.102.136 1458 922 2017-11-26 2017-12-05 093.174.093.151 6387 921 2017-11-18 2017-12-01 112.216.110.194 1755 921 2017-11-05 2017-12-05 211.085.207.204 1924 921 2017-10-24 2017-12-05 183.136.206.167 2559 921 2017-11-25 2017-11-27 180.142.129.253 1418 921 2017-10-24 2017-11-16 185.010.068.137 1044 921 2017-11-23 2017-11-25 141.212.122.040 1688 921 2017-11-04 2017-12-05 042.104.126.012 2626 921 2017-11-16 2017-12-01 121.194.002.248 1920 921 2017-11-04 2017-12-05 222.125.090.124 2118 921 2017-11-09 2017-11-25 122.114.043.169 1922 921 2017-11-02 2017-12-05 157.025.227.211 1866 921 2017-11-03 2017-12-04 064.077.236.211 1301 921 2017-11-20 2017-11-24 221.193.195.051 1892 921 2017-11-04 2017-12-05 066.212.129.002 1817 920 2017-11-17 2017-11-22 182.018.021.168 1792 920 2017-11-08 2017-11-30 079.124.060.148 2366 920 2017-10-27 2017-11-26 101.004.000.002 3234 920 2017-11-06 2017-12-05 122.114.010.008 1652 920 2017-11-18 2017-12-05 036.149.197.234 2003 920 2017-11-12 2017-12-01 059.067.064.013 1855 920 2017-11-19 2017-12-05 222.240.143.100 1758 920 2017-11-21 2017-12-05 119.010.008.176 1816 920 2017-11-04 2017-12-05 059.037.169.044 1565 919 2017-10-24 2017-12-05 060.010.056.170 1754 919 2017-10-27 2017-12-05 141.212.122.107 1666 919 2017-11-04 2017-12-05 062.004.014.239 4097 919 2017-11-14 2017-11-22 182.065.087.042 1459 919 2017-11-28 2017-12-05 080.211.227.034 3147 919 2017-11-11 2017-11-14 218.093.013.188 931 919 2017-11-30 2017-12-05 103.068.035.160 1394 919 2017-11-28 2017-12-05 149.056.036.139 946 919 2017-11-18 2017-11-29 111.075.234.037 1516 918 2017-11-29 2017-12-04 141.212.122.103 1553 918 2017-10-29 2017-12-05 050.232.066.026 1659 918 2017-11-14 2017-12-05 042.051.193.013 1650 918 2017-11-18 2017-12-05 051.015.147.086 5518 917 2017-11-01 2017-11-18 202.100.179.141 1748 917 2017-11-01 2017-12-05 141.212.122.038 1629 917 2017-11-01 2017-12-05 060.021.136.026 1621 917 2017-11-09 2017-12-05 114.115.152.103 1823 917 2017-10-30 2017-12-05 077.072.082.185 29904 917 2017-11-05 2017-12-05 036.102.212.165 2032 916 2017-11-10 2017-11-28 203.081.246.057 1914 916 2017-11-10 2017-12-05 116.003.065.200 1514 916 2017-11-27 2017-12-01 115.160.129.094 1828 916 2017-10-25 2017-12-05 185.107.083.129 32298 916 2017-11-23 2017-12-05 072.052.124.131 1563 916 2017-11-12 2017-12-05 220.160.117.178 1464 915 2017-11-17 2017-12-05 183.143.077.070 2103 915 2017-11-13 2017-11-28 202.071.021.154 2209 915 2017-10-27 2017-12-05 171.208.005.037 1594 915 2017-10-25 2017-12-05 222.186.003.254 5670 915 2017-11-10 2017-11-17 073.180.006.034 3534 914 2017-11-04 2017-12-05 119.044.220.072 1761 914 2017-11-03 2017-12-05 071.006.216.054 2003 914 2017-11-06 2017-12-01 061.144.106.085 1718 914 2017-11-17 2017-12-02 117.014.102.255 1702 913 2017-11-19 2017-11-26 085.233.252.101 1640 913 2017-11-19 2017-11-23 195.154.051.023 1855 913 2017-11-12 2017-11-28 178.062.029.235 919 913 2017-12-04 2017-12-04 036.149.069.234 2511 913 2017-11-12 2017-12-01 202.100.177.147 1816 913 2017-11-14 2017-12-05 207.232.036.069 950 913 2017-11-20 2017-11-30 117.082.089.127 1390 912 2017-11-26 2017-12-05 085.157.021.006 6791 912 2017-10-26 2017-12-05 182.212.236.188 2436 912 2017-11-18 2017-12-05 141.212.122.042 1599 912 2017-10-26 2017-12-05 117.078.050.007 1095 912 2017-11-08 2017-12-05 061.247.186.129 2056 912 2017-11-07 2017-11-30 180.234.136.074 2487 912 2017-11-25 2017-11-25 110.154.043.114 1432 911 2017-11-27 2017-12-04 001.023.182.188 1481 911 2017-11-27 2017-12-04 089.163.224.166 2312 911 2017-11-14 2017-12-01 195.037.190.088 1094 911 2017-11-03 2017-11-25 024.035.076.002 2525 911 2017-11-10 2017-11-15 114.242.128.130 1723 911 2017-11-14 2017-12-05 118.200.066.048 2263 911 2017-11-05 2017-11-23 116.231.037.070 1770 911 2017-11-10 2017-12-05 121.193.184.002 1931 910 2017-11-19 2017-12-05 058.210.205.170 1242 910 2017-11-21 2017-12-04 100.000.193.114 1639 910 2017-11-19 2017-12-01 049.004.140.006 2152 910 2017-11-14 2017-12-02 061.145.196.098 1788 910 2017-10-31 2017-12-05 046.059.077.205 1591 910 2017-10-27 2017-12-05 178.078.233.014 1507 910 2017-11-06 2017-12-05 122.114.015.129 1823 910 2017-10-24 2017-12-05 116.075.181.215 1946 910 2017-11-14 2017-12-02 218.067.125.164 1510 910 2017-11-23 2017-12-05 185.158.114.135 1444 910 2017-11-28 2017-12-02 119.145.009.120 1748 909 2017-10-25 2017-12-05 183.082.250.011 1743 909 2017-11-19 2017-12-05 198.241.051.002 1015 909 2017-10-30 2017-12-04 060.254.041.123 1440 909 2017-11-25 2017-12-05 116.072.147.183 2069 909 2017-11-02 2017-12-01 080.087.199.038 3766 909 2017-10-24 2017-11-23 116.073.194.215 1376 908 2017-11-24 2017-12-05 113.131.200.033 4936 908 2017-11-06 2017-12-05 116.072.022.192 1420 908 2017-11-24 2017-12-05 141.212.122.102 1541 908 2017-10-28 2017-12-05 122.114.229.059 1600 908 2017-11-14 2017-12-05 123.201.214.042 1459 908 2017-11-29 2017-12-05 162.241.243.151 2542 907 2017-11-19 2017-11-26 162.105.246.154 1630 907 2017-11-06 2017-12-03 195.154.222.113 5746 907 2017-11-17 2017-12-05 123.249.009.093 3285 907 2017-10-25 2017-12-03 045.058.053.067 979 906 2017-11-24 2017-11-25 218.071.138.086 1544 906 2017-11-10 2017-12-05 180.170.131.115 1363 906 2017-11-17 2017-12-05 182.065.091.220 1439 906 2017-11-29 2017-12-05 091.219.241.036 1581 906 2017-11-09 2017-11-12 121.011.071.034 3217 906 2017-11-07 2017-12-05 104.131.135.024 2282 906 2017-11-09 2017-12-05 178.141.009.243 1862 905 2017-11-07 2017-12-05 221.204.232.087 1862 905 2017-11-07 2017-12-04 069.176.074.166 1688 905 2017-11-21 2017-12-05 213.202.253.016 2006 904 2017-11-18 2017-11-21 061.155.234.066 1763 904 2017-11-11 2017-12-05 104.236.154.098 2167 904 2017-11-09 2017-12-04 213.136.083.077 1850 904 2017-11-11 2017-11-12 062.210.116.016 7586 904 2017-11-11 2017-11-28 141.212.122.033 1561 904 2017-10-23 2017-12-05 096.037.112.059 1473 904 2017-11-23 2017-12-05 123.207.161.245 1691 903 2017-11-03 2017-12-05 060.196.157.234 2453 903 2017-10-30 2017-12-05 177.039.107.015 2051 903 2017-10-30 2017-12-05 145.239.131.006 1125 902 2017-11-04 2017-11-21 119.010.054.198 1745 902 2017-11-15 2017-12-05 036.110.050.008 1696 902 2017-10-23 2017-12-05 219.143.069.056 2076 902 2017-11-09 2017-11-28 071.006.216.043 2020 902 2017-10-23 2017-12-01 183.134.031.093 1170 902 2017-11-10 2017-11-21 138.068.232.085 1175 902 2017-11-29 2017-11-30 115.097.191.150 2498 901 2017-11-07 2017-12-05 104.236.152.150 2212 901 2017-11-09 2017-12-04 122.114.183.079 1879 901 2017-11-17 2017-12-05 216.014.253.053 1616 901 2017-11-15 2017-12-05 059.173.130.202 1440 901 2017-11-22 2017-12-02 221.214.210.042 1597 901 2017-10-26 2017-12-05 222.171.095.056 1684 901 2017-10-27 2017-12-05 195.154.232.246 6630 900 2017-10-25 2017-12-05 122.114.023.240 1318 900 2017-11-22 2017-12-05 222.092.191.122 2307 900 2017-10-26 2017-11-25 223.223.133.149 1416 900 2017-11-24 2017-12-01 117.131.033.213 3068 900 2017-10-27 2017-11-13 111.039.079.098 1704 900 2017-10-29 2017-12-05 125.137.031.001 1493 899 2017-11-19 2017-11-22 118.144.138.202 1912 899 2017-11-07 2017-12-05 031.007.238.130 1147 899 2017-10-31 2017-11-14 062.099.076.097 2903 899 2017-11-17 2017-12-05 151.080.014.232 1099 899 2017-11-09 2017-12-04 116.074.216.076 2442 899 2017-10-26 2017-12-05 178.141.137.008 2042 899 2017-11-07 2017-12-05 222.222.049.085 2134 898 2017-10-27 2017-11-30 222.168.134.230 1627 898 2017-11-08 2017-12-05 204.042.253.138 1676 898 2017-10-30 2017-12-04 221.000.194.023 1522 897 2017-11-07 2017-12-05 023.239.065.082 8901 897 2017-11-14 2017-11-17 113.253.022.166 1551 897 2017-11-17 2017-12-01 120.138.100.022 3813 897 2017-11-19 2017-12-05 221.216.040.031 1492 897 2017-11-15 2017-12-05 061.036.172.093 1807 897 2017-10-27 2017-12-05 150.242.071.223 4098 896 2017-11-16 2017-12-05 190.210.182.218 1889 896 2017-11-15 2017-12-05 124.235.195.052 1617 896 2017-10-30 2017-12-02 139.159.221.017 1531 896 2017-10-28 2017-12-05 047.209.078.008 1557 896 2017-11-17 2017-11-29 120.083.049.103 2332 896 2017-11-29 2017-12-05 182.065.102.119 1490 896 2017-11-18 2017-12-01 220.158.204.239 1296 896 2017-11-29 2017-12-05 111.056.012.019 1883 895 2017-10-31 2017-12-05 122.194.100.007 1384 895 2017-11-24 2017-12-01 103.093.027.002 1921 895 2017-10-29 2017-12-05 103.216.081.016 2206 895 2017-11-05 2017-11-26 061.016.129.098 1472 895 2017-11-23 2017-12-01 071.006.216.061 1940 895 2017-11-04 2017-12-01 118.070.177.186 1770 895 2017-11-18 2017-12-05 071.006.216.035 1972 895 2017-11-07 2017-12-01 043.247.068.225 1551 895 2017-10-31 2017-12-05 122.114.230.164 1682 894 2017-11-15 2017-12-05 172.107.096.058 1553 894 2017-11-29 2017-12-01 103.016.255.250 1530 894 2017-11-08 2017-12-05 103.230.243.055 1672 894 2017-10-29 2017-12-05 222.223.187.187 1618 894 2017-11-14 2017-12-02 183.060.143.071 1707 894 2017-10-26 2017-12-05 103.209.018.202 1362 894 2017-11-27 2017-12-05 052.003.106.251 1520 894 2017-11-07 2017-12-05 104.236.167.086 1768 894 2017-11-09 2017-12-05 180.111.000.217 2076 894 2017-11-01 2017-12-01 171.121.050.249 4972 893 2017-11-19 2017-12-05 211.178.086.037 1533 893 2017-11-14 2017-12-05 139.209.060.046 1717 893 2017-11-03 2017-12-05 182.065.076.017 1338 893 2017-11-28 2017-12-05 115.202.152.026 1610 893 2017-11-13 2017-12-05 165.227.202.222 14358 893 2017-10-31 2017-11-19 058.150.205.190 1479 893 2017-11-04 2017-12-05 023.245.075.170 2962 892 2017-11-11 2017-11-21 123.249.079.178 1235 892 2017-11-30 2017-12-03 198.044.226.052 1267 892 2017-11-19 2017-11-27 122.114.091.132 1373 892 2017-11-17 2017-12-04 202.147.196.026 1651 892 2017-10-24 2017-12-05 059.152.161.197 4687 892 2017-10-30 2017-12-05 112.166.109.231 2243 891 2017-11-08 2017-12-05 036.110.085.202 1925 891 2017-11-01 2017-12-05 202.075.215.247 1702 891 2017-11-15 2017-12-05 123.232.104.253 2056 891 2017-10-28 2017-11-30 223.247.037.179 1422 891 2017-10-30 2017-12-05 221.130.126.180 2063 891 2017-10-30 2017-11-29 122.070.128.035 953 891 2017-11-05 2017-11-30 027.106.012.166 1499 890 2017-11-01 2017-12-01 062.210.115.056 13082 890 2017-11-02 2017-12-02 183.142.133.158 1353 890 2017-11-21 2017-12-05 058.018.212.139 1714 890 2017-11-16 2017-12-05 141.212.122.046 1559 890 2017-10-26 2017-12-05 153.003.022.099 1322 890 2017-11-25 2017-12-05 169.001.035.231 1538 890 2017-11-18 2017-12-02 113.207.015.133 1335 889 2017-11-23 2017-12-05 061.161.253.066 1835 889 2017-10-31 2017-12-05 089.163.206.163 2438 889 2017-11-14 2017-12-02 185.056.080.143 1035 889 2017-11-04 2017-12-04 082.118.242.132 1523 889 2017-11-08 2017-11-26 181.044.010.147 1455 889 2017-11-15 2017-12-05 005.128.135.058 15329 889 2017-10-25 2017-12-05 183.082.144.076 1632 888 2017-11-14 2017-12-05 222.255.175.139 1671 888 2017-11-01 2017-12-05 125.066.002.217 1929 888 2017-10-25 2017-12-05 014.142.181.002 5360 888 2017-11-13 2017-12-05 209.210.053.064 1575 888 2017-11-17 2017-11-24 047.092.038.174 1815 888 2017-11-09 2017-12-05 210.064.214.097 1611 888 2017-11-07 2017-11-29 213.112.031.052 1728 888 2017-11-07 2017-12-05 178.141.163.181 1978 887 2017-11-08 2017-12-05 122.114.048.023 1853 887 2017-11-21 2017-12-05 222.223.227.234 1551 887 2017-11-16 2017-12-04 103.060.198.077 1544 887 2017-11-17 2017-11-30 045.077.198.201 890 887 2017-11-06 2017-11-27 178.141.152.159 2022 886 2017-11-08 2017-12-05 116.072.030.128 1329 886 2017-11-24 2017-12-04 221.176.223.194 1416 886 2017-11-05 2017-12-05 116.072.012.049 1630 886 2017-10-31 2017-11-30 104.236.165.024 1380 886 2017-11-09 2017-11-26 222.073.129.075 1808 886 2017-10-24 2017-12-05 112.216.028.054 2455 886 2017-11-19 2017-12-05 221.123.137.123 1602 886 2017-11-13 2017-12-05 069.016.251.248 1582 886 2017-11-16 2017-12-05 123.207.172.150 1688 885 2017-11-15 2017-12-05 103.038.224.155 1604 885 2017-11-13 2017-12-05 202.073.098.004 5238 885 2017-11-11 2017-11-11 041.193.003.210 1580 885 2017-11-14 2017-12-05 141.212.122.034 1546 885 2017-11-01 2017-12-05 191.096.112.120 906 885 2017-11-24 2017-11-25 122.193.184.175 2609 885 2017-11-24 2017-12-05 178.089.110.141 1587 885 2017-11-26 2017-12-05 084.002.025.196 1731 885 2017-10-31 2017-12-05 222.173.214.050 1871 885 2017-11-01 2017-12-05 045.055.220.131 3639 884 2017-11-28 2017-12-02 123.249.024.175 3268 884 2017-11-18 2017-11-27 119.028.016.246 19622 884 2017-10-28 2017-12-05 123.238.139.102 2146 884 2017-10-31 2017-12-02 061.153.011.126 1807 883 2017-10-25 2017-12-05 141.212.122.037 1600 883 2017-10-30 2017-12-05 027.195.008.090 1410 883 2017-11-24 2017-12-05 112.095.235.086 1347 883 2017-11-22 2017-12-05 122.114.099.022 2792 883 2017-10-23 2017-11-22 058.221.044.010 1750 883 2017-11-03 2017-12-05 223.017.194.012 1768 883 2017-11-17 2017-11-26 110.016.013.250 1847 883 2017-11-03 2017-12-05 220.171.034.138 1665 883 2017-10-29 2017-12-05 120.236.077.229 1645 882 2017-11-15 2017-12-04 116.009.156.035 951 882 2017-11-14 2017-12-03 122.164.035.142 1544 882 2017-11-18 2017-11-30 221.203.078.182 1655 882 2017-11-13 2017-12-05 122.011.056.011 1978 882 2017-10-28 2017-12-05 216.172.100.179 1417 882 2017-11-19 2017-12-05 060.029.135.181 1531 882 2017-10-23 2017-12-05 178.141.077.139 1945 882 2017-11-09 2017-12-05 116.074.108.107 1361 881 2017-11-25 2017-12-05 222.255.175.100 1660 881 2017-10-31 2017-12-05 115.117.044.038 2603 881 2017-10-24 2017-11-18 212.083.147.023 2195 881 2017-10-24 2017-12-05 139.060.161.043 52876 881 2017-10-21 2017-12-02 091.092.136.060 2471 881 2017-11-15 2017-12-03 061.179.157.208 2462 881 2017-11-29 2017-12-05 185.190.058.243 11721 880 2017-11-06 2017-12-04 163.172.209.195 48497 880 2017-11-08 2017-12-05 139.059.190.108 2000 880 2017-11-11 2017-11-28 085.011.020.254 1646 880 2017-11-04 2017-12-05 103.192.205.096 1412 880 2017-11-25 2017-12-05 078.109.034.225 1592 880 2017-11-15 2017-12-05 079.187.059.001 1489 879 2017-11-08 2017-12-05 118.194.243.071 1363 879 2017-11-22 2017-12-05 023.239.065.170 2338 879 2017-11-14 2017-11-16 103.069.226.035 2160 879 2017-10-31 2017-11-25 141.212.122.108 1533 879 2017-10-30 2017-12-05 103.099.000.185 5202 879 2017-11-15 2017-12-05 163.172.195.246 2108 879 2017-11-27 2017-11-28 124.226.064.188 945 878 2017-11-25 2017-11-29 218.006.098.236 1295 878 2017-11-28 2017-12-05 141.255.167.178 2116 878 2017-10-31 2017-11-30 037.049.227.239 1074 878 2017-11-10 2017-12-05 188.166.213.215 1998 877 2017-11-16 2017-11-28 101.255.066.146 1454 877 2017-11-15 2017-12-05 122.114.223.228 1617 877 2017-11-13 2017-12-05 173.212.194.146 1391 877 2017-12-03 2017-12-03 061.136.207.136 1730 877 2017-11-01 2017-12-05 114.251.020.005 1447 877 2017-11-09 2017-12-05 212.191.134.036 1577 876 2017-11-15 2017-12-05 182.061.026.088 1672 876 2017-11-21 2017-12-05 207.251.080.202 1553 876 2017-11-18 2017-12-05 129.205.147.068 2754 876 2017-11-17 2017-12-03 185.008.049.075 1147 876 2017-12-04 2017-12-04 027.195.176.235 1897 876 2017-11-27 2017-12-03 204.042.253.136 1565 876 2017-10-23 2017-12-04 117.218.236.059 1345 875 2017-11-27 2017-12-05 124.207.100.146 1745 875 2017-10-25 2017-12-05 104.236.154.173 2123 875 2017-11-09 2017-12-04 104.236.164.183 2936 874 2017-11-09 2017-12-04 193.077.070.154 1601 874 2017-10-31 2017-12-05 120.001.172.185 1937 874 2017-11-24 2017-12-02 115.159.065.196 1748 874 2017-11-26 2017-11-28 121.232.003.039 1382 874 2017-11-20 2017-12-05 222.186.048.173 1962 873 2017-11-09 2017-12-05 123.207.170.229 1761 873 2017-11-14 2017-12-05 205.209.163.137 2518 873 2017-10-25 2017-12-05 216.231.132.044 1621 873 2017-11-15 2017-12-03 117.085.191.245 2051 873 2017-11-04 2017-11-25 183.131.074.201 1659 873 2017-11-01 2017-12-05 169.001.199.155 1540 873 2017-11-16 2017-11-28 219.137.182.099 2258 873 2017-11-05 2017-12-05 123.118.162.004 1277 873 2017-11-25 2017-12-05 042.051.166.115 1120 872 2017-12-03 2017-12-05 067.191.157.061 1219 872 2017-11-25 2017-11-25 123.117.054.165 1368 872 2017-11-24 2017-12-02 094.177.189.165 1596 872 2017-11-24 2017-11-30 146.196.047.010 1497 872 2017-11-27 2017-12-04 005.031.007.202 1341 872 2017-11-24 2017-11-30 132.248.248.203 1691 872 2017-11-15 2017-12-05 187.176.240.176 1594 872 2017-10-29 2017-12-05 218.237.064.041 1746 872 2017-11-13 2017-12-05 122.114.215.197 1690 872 2017-11-15 2017-12-05 039.155.185.102 1925 872 2017-11-03 2017-12-04 222.051.248.053 1478 872 2017-11-14 2017-12-05 169.000.080.166 1543 872 2017-11-16 2017-11-29 079.127.063.007 1782 872 2017-11-15 2017-12-05 202.171.043.074 1486 872 2017-11-01 2017-12-05 178.141.070.028 1979 872 2017-11-08 2017-12-05 222.186.058.108 2021 872 2017-11-10 2017-12-05 121.014.007.198 1978 871 2017-11-04 2017-12-05 111.125.241.024 1745 871 2017-11-09 2017-12-05 065.039.231.167 1523 871 2017-10-27 2017-12-05 116.072.030.052 1241 871 2017-11-25 2017-12-03 103.039.117.008 1680 871 2017-10-30 2017-12-05 116.074.110.129 1411 871 2017-11-19 2017-11-30 181.214.087.250 39737 871 2017-11-10 2017-12-04 115.160.086.021 2032 870 2017-10-28 2017-12-05 083.233.057.004 1742 870 2017-11-13 2017-12-04 222.168.064.030 1903 870 2017-11-08 2017-12-05 101.254.207.057 1310 870 2017-11-21 2017-12-05 051.015.010.227 18209 870 2017-11-08 2017-12-05 103.021.141.250 1423 870 2017-11-11 2017-12-05 218.241.196.226 1513 870 2017-10-30 2017-11-24 116.072.051.173 1328 870 2017-11-24 2017-12-05 089.248.172.237 1105 870 2017-11-13 2017-11-15 208.074.079.042 1697 870 2017-11-22 2017-12-01 218.027.143.066 1176 869 2017-11-09 2017-11-09 220.132.088.124 2044 869 2017-10-31 2017-12-05 122.114.213.069 1617 869 2017-11-19 2017-12-05 211.150.077.091 1410 869 2017-11-14 2017-12-05 080.211.140.196 1019 869 2017-11-14 2017-11-28 116.072.176.195 1719 869 2017-11-07 2017-11-29 178.141.245.214 1949 868 2017-11-10 2017-12-05 104.131.143.230 3123 868 2017-11-09 2017-12-05 213.150.213.020 1546 868 2017-10-31 2017-12-05 111.075.212.004 892 868 2017-11-22 2017-11-23 160.016.206.051 1621 868 2017-10-28 2017-11-21 060.249.034.073 2746 868 2017-10-30 2017-12-04 027.004.030.214 1375 868 2017-11-20 2017-12-01 209.092.176.034 1526 868 2017-11-14 2017-12-05 012.027.064.022 1695 868 2017-10-23 2017-12-05 220.169.248.071 1646 867 2017-11-04 2017-12-05 123.207.029.252 1809 867 2017-11-19 2017-12-05 165.073.018.238 1976 867 2017-11-08 2017-11-22 037.097.182.032 3022 867 2017-10-25 2017-11-13 086.098.002.229 3215 867 2017-11-25 2017-12-04 116.073.210.174 1348 866 2017-11-25 2017-12-05 059.173.013.231 1584 866 2017-10-27 2017-12-05 103.237.158.153 1665 866 2017-11-17 2017-12-01 104.139.098.165 1366 866 2017-11-23 2017-12-05 221.217.198.060 1386 866 2017-11-24 2017-12-01 122.114.038.036 1662 866 2017-11-13 2017-12-05 045.124.171.175 1340 866 2017-11-22 2017-11-30 122.096.140.194 2985 866 2017-11-14 2017-12-05 116.072.006.013 1287 866 2017-10-23 2017-12-05 122.137.242.043 1773 866 2017-11-13 2017-12-05 191.096.249.068 1152 866 2017-11-23 2017-12-05 133.155.155.046 1931 866 2017-11-01 2017-12-05 163.172.071.215 4444 866 2017-11-10 2017-12-05 163.172.209.111 47077 866 2017-11-08 2017-12-05 172.076.010.034 2165 866 2017-10-31 2017-12-05 122.114.246.055 1555 865 2017-11-18 2017-12-05 222.219.096.164 1470 865 2017-11-16 2017-12-05 123.063.185.019 1764 864 2017-11-04 2017-12-01 221.237.179.197 1600 864 2017-10-24 2017-12-05 212.042.207.114 1375 864 2017-11-14 2017-12-05 058.019.206.010 1280 864 2017-11-15 2017-12-02 171.078.146.180 1554 864 2017-11-19 2017-11-29 058.047.177.157 1985 864 2017-10-28 2017-12-05 046.243.189.231 1274 864 2017-12-02 2017-12-03 062.210.106.072 2187 864 2017-11-11 2017-11-28 155.254.033.073 876 864 2017-11-27 2017-12-04 045.055.017.119 1860 864 2017-11-18 2017-11-19 058.018.133.165 1469 864 2017-10-31 2017-12-04 061.134.049.150 1674 864 2017-10-30 2017-12-05 141.212.122.099 1443 864 2017-10-30 2017-12-05 183.129.255.034 2236 863 2017-10-27 2017-12-04 203.156.236.066 1647 863 2017-11-15 2017-11-15 221.176.153.147 1641 863 2017-11-15 2017-12-05 217.013.107.018 1776 863 2017-11-19 2017-12-04 005.188.086.047 19284 863 2017-11-05 2017-11-23 114.240.218.247 1263 862 2017-11-26 2017-12-05 221.010.112.130 1743 862 2017-10-23 2017-12-05 200.050.072.150 1174 862 2017-10-28 2017-12-03 192.099.039.185 2011 862 2017-11-19 2017-11-29 143.202.154.162 1486 862 2017-11-14 2017-11-15 218.059.067.237 1637 862 2017-11-18 2017-11-29 060.254.052.122 1320 862 2017-11-24 2017-12-05 218.241.157.027 1595 862 2017-11-13 2017-12-05 103.056.085.024 1579 862 2017-11-09 2017-12-02 190.210.216.036 1668 861 2017-11-09 2017-12-05 081.190.106.055 1648 861 2017-11-07 2017-12-05 104.236.166.188 1699 861 2017-11-09 2017-12-05 221.231.108.141 1622 861 2017-10-28 2017-12-05 104.045.137.137 3806 861 2017-11-21 2017-12-05 141.212.122.130 1684 861 2017-11-11 2017-12-04 141.170.233.034 25917 861 2017-11-10 2017-12-04 193.193.071.038 1682 861 2017-10-24 2017-12-05 061.128.161.154 1657 861 2017-11-11 2017-12-05 124.093.192.075 1769 861 2017-10-31 2017-12-05 103.243.046.091 1405 861 2017-11-23 2017-12-02 074.064.046.219 1320 861 2017-11-24 2017-12-05 116.073.162.196 1891 860 2017-10-25 2017-11-26 183.056.148.127 1591 860 2017-10-29 2017-12-05 219.141.203.208 1410 860 2017-11-09 2017-12-04 110.177.045.105 1297 860 2017-11-28 2017-12-05 134.159.101.220 3160 860 2017-11-06 2017-11-30 188.166.056.090 1306 860 2017-11-21 2017-12-04 202.134.169.237 1568 860 2017-11-17 2017-11-29 223.100.049.105 1691 860 2017-10-23 2017-12-04 058.049.091.194 2133 860 2017-11-03 2017-12-05 060.216.024.093 1729 860 2017-10-24 2017-12-05 120.052.176.093 1726 859 2017-11-05 2017-12-05 211.157.179.205 1563 859 2017-11-14 2017-12-05 213.152.165.159 893 859 2017-11-26 2017-12-05 046.029.162.007 11920 859 2017-11-03 2017-11-07 151.001.173.021 1641 859 2017-11-19 2017-12-05 098.203.086.232 1418 859 2017-11-08 2017-12-05 207.244.094.041 216604 859 2017-11-21 2017-12-05 218.084.070.060 1773 859 2017-10-30 2017-12-05 087.120.255.141 1546 859 2017-10-31 2017-12-05 147.135.226.045 915 859 2017-11-22 2017-11-30 217.182.196.153 1641 859 2017-12-02 2017-12-05 202.203.132.249 1701 859 2017-10-31 2017-12-05 213.065.063.247 1628 859 2017-10-28 2017-12-05 116.072.030.115 2000 859 2017-11-06 2017-11-25 219.139.160.195 2531 859 2017-11-20 2017-12-01 216.105.168.010 1664 858 2017-12-02 2017-12-05 194.024.228.093 2028 858 2017-11-10 2017-11-27 116.052.251.226 1347 858 2017-11-10 2017-12-05 178.141.058.224 1935 858 2017-11-09 2017-12-05 178.141.064.225 1726 858 2017-11-08 2017-12-05 223.094.070.089 1808 858 2017-11-16 2017-12-05 091.074.055.232 2535 858 2017-11-04 2017-12-01 116.076.129.017 1721 858 2017-10-26 2017-12-02 222.073.136.252 1491 858 2017-10-26 2017-12-05 124.113.224.207 1379 858 2017-11-20 2017-12-05 123.132.226.010 1518 858 2017-11-19 2017-12-05 092.247.120.050 1010 858 2017-11-06 2017-11-14 120.012.238.077 1374 858 2017-11-26 2017-12-02 067.161.138.191 1275 857 2017-11-24 2017-12-05 219.146.096.126 2205 857 2017-11-03 2017-11-23 210.006.012.073 1909 857 2017-11-02 2017-11-28 005.101.000.032 7668 857 2017-11-05 2017-12-04 172.096.161.010 21887 857 2017-11-19 2017-12-05 177.182.201.193 2035 857 2017-11-10 2017-11-21 200.062.020.183 1337 856 2017-11-26 2017-12-05 203.167.017.066 1827 856 2017-10-22 2017-12-05 061.160.215.142 1734 856 2017-11-08 2017-12-04 045.007.000.254 1425 856 2017-10-27 2017-11-28 119.057.139.067 1442 856 2017-11-08 2017-11-30 122.114.187.101 1529 856 2017-11-16 2017-12-05 175.000.249.204 1528 856 2017-11-17 2017-11-29 139.059.040.080 861 856 2017-12-02 2017-12-03 104.131.027.042 2166 856 2017-11-12 2017-11-13 123.176.047.082 2013 855 2017-11-12 2017-11-27 061.083.001.087 2881 855 2017-10-30 2017-11-28 141.212.122.098 1509 855 2017-10-28 2017-12-05 116.127.121.080 1392 855 2017-11-15 2017-12-05 103.091.220.154 1521 855 2017-11-21 2017-11-29 218.065.178.155 1818 855 2017-11-14 2017-12-04 146.000.032.053 5064 855 2017-11-20 2017-12-05 106.123.213.183 1407 855 2017-11-25 2017-12-02 182.065.083.194 2169 855 2017-10-26 2017-11-19 123.147.190.217 13959 854 2017-11-07 2017-12-05 122.195.105.234 1428 854 2017-11-26 2017-12-02 185.097.114.036 1133 854 2017-11-05 2017-12-05 222.185.122.046 1501 854 2017-11-15 2017-12-05 218.093.013.217 1536 854 2017-10-23 2017-11-30 122.114.181.085 1584 854 2017-11-15 2017-12-05 183.136.206.097 1769 854 2017-11-22 2017-11-27 141.212.122.144 2405 854 2017-10-27 2017-12-04 064.062.193.121 1522 854 2017-10-24 2017-12-05 111.039.105.158 1514 853 2017-10-24 2017-12-05 210.212.210.086 1460 853 2017-11-12 2017-12-05 122.114.058.106 1549 853 2017-11-14 2017-12-05 218.002.068.233 1599 853 2017-11-17 2017-12-05 158.140.130.062 1206 853 2017-11-24 2017-12-05 119.253.248.211 1985 852 2017-11-06 2017-12-05 123.135.005.210 1262 852 2017-11-25 2017-12-05 063.110.179.211 967 852 2017-10-23 2017-11-28 116.076.195.135 1249 852 2017-11-27 2017-12-05 123.201.005.243 1559 852 2017-11-06 2017-12-05 094.102.237.114 1771 852 2017-11-18 2017-12-04 175.153.114.028 1754 852 2017-11-10 2017-12-05 014.023.039.189 1596 852 2017-11-09 2017-12-05 195.154.162.170 13503 852 2017-11-15 2017-11-18 047.092.096.096 1596 852 2017-11-17 2017-12-05 058.216.253.122 1453 852 2017-11-04 2017-12-05 058.146.115.188 1855 852 2017-11-06 2017-12-05 219.122.031.104 1618 852 2017-11-02 2017-12-05 104.236.165.151 1293 851 2017-11-09 2017-12-04 123.103.188.007 1661 851 2017-11-02 2017-12-05 061.158.163.227 1027 851 2017-11-10 2017-11-26 116.074.104.048 1269 851 2017-11-25 2017-12-05 124.128.158.036 1531 851 2017-10-29 2017-12-05 189.029.107.001 3027 851 2017-10-27 2017-12-05 101.055.026.099 1177 851 2017-11-24 2017-12-03 116.074.124.150 1314 851 2017-11-24 2017-12-05 125.099.081.043 1272 851 2017-11-23 2017-12-04 101.020.017.087 1295 851 2017-11-26 2017-12-03 114.033.029.236 1409 851 2017-11-19 2017-12-01 062.210.127.077 8354 851 2017-10-26 2017-12-05 024.192.125.006 1395 851 2017-10-22 2017-12-05 183.131.083.167 2207 851 2017-11-15 2017-12-05 116.072.016.070 1684 851 2017-11-16 2017-11-29 219.142.131.058 1362 850 2017-11-20 2017-12-05 027.255.065.028 1555 850 2017-11-19 2017-12-05 122.114.091.002 1530 850 2017-11-18 2017-12-05 120.195.088.093 1849 850 2017-11-16 2017-12-05 150.242.068.232 2329 850 2017-10-29 2017-11-25 114.141.132.053 1754 850 2017-11-01 2017-12-05 103.094.192.004 2826 850 2017-11-07 2017-11-26 145.249.107.069 3465 850 2017-11-15 2017-11-22 066.070.181.024 1543 850 2017-11-12 2017-12-05 071.011.190.025 1248 850 2017-10-31 2017-12-05 059.048.248.020 1637 850 2017-11-01 2017-12-05 212.237.016.176 7148 850 2017-11-12 2017-12-03 061.161.155.099 1345 849 2017-11-17 2017-12-05 169.001.159.108 1645 849 2017-11-16 2017-11-28 202.077.104.022 1856 849 2017-11-17 2017-12-05 212.115.229.097 1586 849 2017-11-14 2017-12-05 222.171.049.157 1376 849 2017-10-24 2017-12-05 116.255.211.251 1024 849 2017-11-16 2017-11-23 122.114.075.093 1629 849 2017-10-25 2017-12-05 036.107.084.058 1286 849 2017-11-29 2017-12-05 178.141.164.094 1706 849 2017-11-08 2017-12-05 122.114.241.143 862 849 2017-11-11 2017-12-02 112.086.081.153 2488 848 2017-11-25 2017-12-05 065.175.204.208 1776 848 2017-11-01 2017-12-05 084.208.195.101 1229 848 2017-11-21 2017-12-05 060.174.117.201 1805 848 2017-10-30 2017-11-29 219.130.055.201 1624 848 2017-11-14 2017-12-05 185.040.004.036 1349 848 2017-11-09 2017-12-04 082.208.153.134 1792 847 2017-11-16 2017-12-05 175.111.063.015 1721 847 2017-10-29 2017-12-03 060.062.063.084 2068 847 2017-11-02 2017-11-28 116.074.120.002 1261 847 2017-11-25 2017-12-05 112.102.119.236 1321 846 2017-11-26 2017-12-02 212.083.155.057 1774 846 2017-11-20 2017-12-05 180.213.113.116 1413 846 2017-11-20 2017-11-30 118.041.203.204 3966 846 2017-11-22 2017-11-27 090.177.076.042 1643 846 2017-10-25 2017-12-05 119.010.086.218 1852 846 2017-11-03 2017-11-27 060.243.093.209 2168 846 2017-10-30 2017-12-02 120.050.244.122 2436 845 2017-11-02 2017-12-05 060.243.112.034 1621 845 2017-11-04 2017-12-02 080.050.231.134 1561 845 2017-11-15 2017-11-25 222.190.107.162 1364 845 2017-10-25 2017-12-05 218.255.181.088 1456 845 2017-10-24 2017-12-05 080.243.003.150 1752 845 2017-11-16 2017-12-05 141.212.122.081 3071 845 2017-11-19 2017-12-05 061.132.106.198 1575 845 2017-11-17 2017-12-05 172.020.003.012 16896 845 2017-12-01 2017-12-05 103.224.191.050 2288 845 2017-11-14 2017-11-23 049.206.198.007 1602 844 2017-11-07 2017-12-02 116.074.071.053 2066 844 2017-11-09 2017-11-25 027.098.038.229 1565 844 2017-11-02 2017-12-05 068.109.048.012 1228 844 2017-11-24 2017-12-05 200.073.013.014 1552 844 2017-10-29 2017-12-05 183.057.037.178 1722 843 2017-11-16 2017-12-05 134.119.179.053 2028 843 2017-11-17 2017-11-17 116.009.156.046 1035 843 2017-11-11 2017-12-03 178.141.069.146 1702 843 2017-11-06 2017-12-05 122.251.031.015 1613 842 2017-11-02 2017-12-05 045.251.117.237 1369 842 2017-11-27 2017-12-03 114.112.069.202 1455 842 2017-11-18 2017-12-05 058.093.078.218 1222 842 2017-11-26 2017-12-05 001.234.001.070 1509 841 2017-10-31 2017-12-05 217.061.006.040 3510 841 2017-11-14 2017-11-15 060.254.059.010 1404 841 2017-10-31 2017-11-30 103.068.035.178 1664 841 2017-11-14 2017-11-28 141.212.122.093 2067 841 2017-11-06 2017-12-05 046.166.187.147 1303 841 2017-11-22 2017-11-24 027.195.032.050 1260 841 2017-11-25 2017-12-05 115.203.170.139 1248 841 2017-11-25 2017-12-03 210.016.115.201 2494 841 2017-10-25 2017-11-22 116.072.052.234 1304 840 2017-11-24 2017-12-05 060.254.094.105 1228 840 2017-11-23 2017-12-03 218.024.014.069 1536 840 2017-11-15 2017-12-05 218.200.006.146 1419 840 2017-11-15 2017-12-05 038.086.040.008 3117 840 2017-11-15 2017-12-05 182.018.021.121 1568 840 2017-10-26 2017-12-05 221.004.182.126 1511 840 2017-11-07 2017-12-05 059.003.046.113 1346 840 2017-11-09 2017-12-05 185.055.218.236 1332 840 2017-11-05 2017-11-26 222.082.211.252 1622 839 2017-11-07 2017-12-02 116.073.208.168 1930 839 2017-11-10 2017-11-11 181.030.092.058 1525 839 2017-11-17 2017-11-24 045.251.062.006 1289 839 2017-11-26 2017-12-02 091.232.105.134 6753 839 2017-11-09 2017-11-14 001.202.233.208 1474 839 2017-11-20 2017-12-05 061.014.208.044 1642 839 2017-11-04 2017-12-05 087.098.241.203 1362 838 2017-11-20 2017-12-05 199.048.164.172 50275 838 2017-10-31 2017-11-28 027.221.011.120 1865 838 2017-10-31 2017-12-03 072.201.026.202 1827 838 2017-11-15 2017-12-05 060.254.031.050 1235 837 2017-11-25 2017-12-05 005.172.151.106 1653 837 2017-11-02 2017-12-05 039.076.158.225 1884 837 2017-10-29 2017-11-25 059.171.064.249 1483 836 2017-11-01 2017-12-05 222.186.011.117 886 836 2017-11-29 2017-12-05 220.148.155.079 1535 836 2017-11-02 2017-12-05 202.205.161.240 1594 836 2017-10-29 2017-12-05 058.218.213.222 6757 836 2017-11-19 2017-11-26 037.026.063.139 1529 836 2017-10-27 2017-12-05 027.048.200.008 1565 836 2017-11-03 2017-12-05 222.171.207.092 1805 836 2017-11-13 2017-12-05 222.069.092.024 1431 835 2017-11-09 2017-12-05 103.021.141.216 1536 835 2017-10-25 2017-12-05 122.114.214.211 1614 835 2017-11-18 2017-12-05 116.076.095.051 1611 835 2017-11-21 2017-12-01 202.073.098.066 2331 835 2017-11-11 2017-12-04 060.061.085.165 2171 835 2017-11-01 2017-12-05 042.144.226.061 1545 835 2017-11-01 2017-12-05 190.193.222.205 1635 835 2017-10-27 2017-12-05 220.181.179.005 1517 835 2017-10-31 2017-12-05 116.072.033.165 1438 835 2017-11-16 2017-11-29 049.206.197.249 2524 834 2017-10-26 2017-11-20 066.090.093.060 2679 834 2017-11-14 2017-11-21 218.013.014.026 1278 834 2017-10-22 2017-12-05 111.075.233.027 1161 834 2017-10-21 2017-12-05 108.059.000.074 1936 834 2017-11-22 2017-12-05 122.114.216.029 1487 834 2017-11-18 2017-12-05 115.236.086.138 1465 834 2017-10-29 2017-12-05 119.010.086.010 1755 834 2017-11-01 2017-11-29 123.132.089.199 1221 834 2017-11-29 2017-12-05 213.183.048.112 1992 834 2017-11-11 2017-11-12 210.251.184.154 1477 834 2017-11-02 2017-12-05 051.015.003.021 45291 834 2017-11-08 2017-12-05 041.211.127.228 1537 834 2017-11-06 2017-12-04 222.185.236.154 1499 833 2017-10-30 2017-12-05 080.073.001.051 871 833 2017-11-02 2017-12-05 117.240.018.131 1454 833 2017-11-04 2017-12-02 059.049.145.221 1449 833 2017-10-23 2017-12-05 213.159.049.031 1445 833 2017-11-16 2017-12-04 061.138.108.130 1257 833 2017-10-26 2017-12-04 058.146.126.104 1289 833 2017-11-17 2017-12-01 222.125.092.141 1356 833 2017-11-21 2017-11-30 061.158.163.073 2581 832 2017-11-14 2017-11-26 123.247.035.031 1263 832 2017-11-24 2017-12-02 221.182.236.002 1485 832 2017-11-11 2017-12-05 220.167.079.018 1583 832 2017-11-13 2017-12-05 217.012.198.101 1417 832 2017-11-15 2017-12-05 153.205.173.240 1192 832 2017-11-29 2017-12-04 141.212.122.101 1432 832 2017-10-28 2017-12-05 060.254.094.073 1335 832 2017-11-23 2017-12-03 014.102.064.009 1588 832 2017-11-19 2017-11-28 045.120.038.042 2104 832 2017-11-09 2017-12-03 104.131.145.240 2033 831 2017-11-09 2017-12-04 113.004.132.050 1686 831 2017-11-03 2017-12-01 220.162.098.164 1375 831 2017-11-09 2017-12-05 221.122.101.021 1548 831 2017-11-17 2017-12-05 213.109.013.197 1603 831 2017-11-18 2017-12-05 060.172.053.241 2683 831 2017-11-06 2017-12-04 043.228.071.041 1147 831 2017-11-25 2017-11-29 141.212.122.097 1457 830 2017-10-28 2017-12-05 202.084.062.027 1618 830 2017-11-02 2017-12-05 060.243.116.000 1783 830 2017-10-29 2017-11-30 218.157.121.058 10387 830 2017-11-18 2017-12-05 165.073.122.029 4155 830 2017-10-25 2017-11-20 218.087.109.155 4485 830 2017-11-08 2017-12-03 116.075.168.214 1653 829 2017-11-01 2017-12-01 124.232.145.050 1559 829 2017-10-27 2017-12-05 041.074.030.086 1635 829 2017-11-03 2017-12-05 222.237.079.043 1620 829 2017-11-14 2017-12-05 115.097.236.247 1522 829 2017-11-15 2017-12-03 126.116.123.159 1713 829 2017-11-02 2017-12-04 202.177.226.182 1842 829 2017-10-22 2017-11-21 194.044.135.200 2144 829 2017-11-05 2017-11-27 043.245.102.026 1265 829 2017-11-26 2017-12-03 116.073.197.049 1450 829 2017-11-16 2017-11-28 160.202.013.077 1202 829 2017-11-27 2017-12-05 027.127.147.113 1716 829 2017-11-01 2017-12-05 060.254.040.169 2952 829 2017-11-06 2017-11-19 051.015.010.019 16239 829 2017-11-08 2017-12-05 112.217.226.234 2180 828 2017-11-13 2017-11-15 141.212.122.139 1606 828 2017-11-16 2017-12-05 141.212.122.092 1973 828 2017-11-11 2017-12-05 115.231.218.041 23091 828 2017-10-26 2017-12-05 123.201.059.080 1320 828 2017-11-27 2017-12-04 060.254.055.023 1352 827 2017-11-19 2017-12-01 124.155.243.068 1174 827 2017-11-27 2017-12-05 058.240.100.041 1219 827 2017-11-26 2017-12-05 112.081.132.205 2002 827 2017-11-27 2017-12-05 111.062.013.129 1555 827 2017-10-31 2017-12-04 061.086.190.144 1491 827 2017-11-02 2017-12-05 222.186.057.066 1866 827 2017-11-11 2017-12-05 141.212.122.109 1415 827 2017-11-18 2017-12-05 213.152.165.171 862 827 2017-11-22 2017-11-24 221.224.029.092 1623 827 2017-10-29 2017-12-05 103.012.192.049 1300 827 2017-11-02 2017-12-01 210.212.098.241 3299 827 2017-10-25 2017-12-05 113.140.043.090 1504 827 2017-10-24 2017-12-05 183.250.068.153 1275 827 2017-10-28 2017-12-05 045.076.002.120 2124 826 2017-11-16 2017-11-18 114.134.158.054 1834 826 2017-11-02 2017-12-05 202.143.223.130 1516 826 2017-11-02 2017-12-05 089.248.162.142 3195 826 2017-10-30 2017-12-02 220.215.173.036 1565 826 2017-11-02 2017-12-05 185.056.080.013 2081 826 2017-10-26 2017-11-20 124.246.138.210 1495 825 2017-11-02 2017-12-05 123.103.180.011 1573 825 2017-11-02 2017-12-05 116.072.027.100 1208 825 2017-11-26 2017-12-05 081.214.057.044 1460 825 2017-10-29 2017-12-05 141.212.122.159 1630 825 2017-10-30 2017-12-05 218.091.195.007 2118 825 2017-11-01 2017-11-23 124.134.120.187 1230 824 2017-11-26 2017-12-05 120.000.134.042 1758 824 2017-11-27 2017-12-05 042.148.168.212 1466 824 2017-11-02 2017-12-05 103.208.032.028 1544 824 2017-11-10 2017-12-05 153.143.205.040 1526 824 2017-11-02 2017-12-05 121.028.103.132 2567 824 2017-11-03 2017-11-23 203.174.211.139 1513 824 2017-11-02 2017-12-05 222.082.234.130 1716 824 2017-10-23 2017-12-05 118.085.194.026 2153 824 2017-11-07 2017-12-05 221.216.069.027 2511 824 2017-11-16 2017-11-18 071.006.216.037 1720 824 2017-11-07 2017-12-04 043.248.073.006 1735 824 2017-11-20 2017-12-05 195.154.225.213 1609 824 2017-11-11 2017-12-05 222.074.238.066 1279 824 2017-11-13 2017-12-04 042.123.082.084 1516 823 2017-11-14 2017-12-05 115.047.117.203 1690 823 2017-11-03 2017-12-05 014.039.222.184 1286 823 2017-10-25 2017-12-05 219.234.136.042 900 823 2017-11-26 2017-12-02 103.081.032.051 2245 823 2017-11-07 2017-12-04 221.226.226.159 1404 823 2017-10-30 2017-12-05 210.022.013.011 1346 822 2017-11-07 2017-12-04 124.144.069.059 1743 822 2017-11-01 2017-12-05 141.212.122.111 1474 822 2017-11-13 2017-12-05 218.084.191.134 1665 822 2017-11-12 2017-11-28 218.207.217.134 1530 822 2017-10-30 2017-12-05 223.068.192.213 1383 822 2017-11-04 2017-12-05 185.010.068.114 2316 822 2017-10-26 2017-11-18 219.154.108.223 1176 822 2017-11-26 2017-12-05 083.226.032.235 864 822 2017-12-04 2017-12-05 060.012.223.011 1509 822 2017-11-05 2017-12-04 112.254.180.140 1611 822 2017-11-18 2017-11-25 103.094.185.103 891 822 2017-11-23 2017-11-24 175.100.154.252 1228 822 2017-11-26 2017-12-01 188.230.059.103 1007 822 2017-11-06 2017-11-11 221.203.098.008 2492 822 2017-11-23 2017-12-05 091.139.011.139 1603 822 2017-11-17 2017-11-23 118.249.163.144 1397 821 2017-11-16 2017-12-05 122.114.229.236 1619 821 2017-10-26 2017-12-05 060.002.052.140 1634 821 2017-10-28 2017-12-05 191.096.249.113 3981 821 2017-12-04 2017-12-05 124.109.129.171 1434 821 2017-11-02 2017-12-05 125.204.059.167 2621 821 2017-11-09 2017-11-19 101.089.136.208 1432 821 2017-11-02 2017-12-04 059.168.185.084 1529 821 2017-11-02 2017-12-05 061.023.242.034 1469 821 2017-11-01 2017-12-05 005.188.231.065 2154 821 2017-11-21 2017-12-05 059.048.122.218 1524 821 2017-11-04 2017-12-02 141.212.122.028 1730 821 2017-10-23 2017-12-05 172.245.109.042 1180 821 2017-11-25 2017-12-02 219.139.160.008 3293 821 2017-11-10 2017-11-11 222.032.088.051 1388 821 2017-11-15 2017-12-05 141.212.122.133 1632 821 2017-10-27 2017-12-05 061.132.226.141 1487 821 2017-11-13 2017-11-29 058.215.205.054 1742 820 2017-11-18 2017-12-05 103.255.114.211 1225 820 2017-11-26 2017-12-04 182.018.022.246 2575 820 2017-11-05 2017-12-01 218.059.025.015 4060 819 2017-11-18 2017-12-01 060.174.040.119 1587 819 2017-11-09 2017-12-05 110.250.004.068 1419 819 2017-11-18 2017-11-26 123.201.138.173 1266 819 2017-11-25 2017-12-02 141.212.122.095 2140 819 2017-11-17 2017-12-05 141.212.122.134 1602 819 2017-11-01 2017-12-05 074.194.006.005 1683 819 2017-11-19 2017-12-05 116.193.166.070 1087 819 2017-11-24 2017-12-05 176.123.026.065 1140 819 2017-11-20 2017-12-04 141.212.122.019 1583 819 2017-11-14 2017-12-05 218.077.186.018 1497 819 2017-11-13 2017-12-05 027.005.080.086 1497 819 2017-11-20 2017-12-05 064.034.078.005 1249 819 2017-11-10 2017-12-05 174.138.056.000 2870 819 2017-11-10 2017-11-11 220.208.166.096 1488 819 2017-11-02 2017-12-05 124.141.189.175 1483 819 2017-11-01 2017-12-05 219.112.178.081 1792 819 2017-11-02 2017-12-05 027.004.003.051 1724 818 2017-11-15 2017-11-29 042.187.125.083 2041 818 2017-11-02 2017-12-05 210.001.166.253 1560 818 2017-11-01 2017-12-05 060.015.005.211 2033 818 2017-10-30 2017-11-25 123.249.004.003 1198 818 2017-11-23 2017-12-05 114.143.024.036 1592 818 2017-10-28 2017-12-05 141.212.122.100 1376 818 2017-10-29 2017-12-05 103.080.249.144 1789 818 2017-11-16 2017-11-27 159.089.006.123 1473 818 2017-11-20 2017-11-24 058.017.030.180 1404 818 2017-11-14 2017-12-05 103.029.097.002 1869 818 2017-11-03 2017-12-05 005.188.010.016 19264 818 2017-11-23 2017-11-25 122.194.132.155 2172 818 2017-11-26 2017-12-04 116.074.183.008 1695 817 2017-11-19 2017-12-01 183.239.210.114 1498 817 2017-10-28 2017-12-05 222.255.175.097 1666 817 2017-11-18 2017-12-05 059.126.114.055 1914 817 2017-10-23 2017-12-05 123.103.150.170 1777 817 2017-11-02 2017-12-05 110.044.080.074 1497 817 2017-11-02 2017-12-05 116.052.074.041 1201 817 2017-11-25 2017-12-05 180.097.220.225 865 817 2017-11-24 2017-12-05 081.017.025.019 825 817 2017-12-03 2017-12-04 220.249.087.218 1624 817 2017-11-09 2017-11-30 141.212.122.132 1594 816 2017-10-27 2017-12-05 183.143.077.121 1163 816 2017-11-28 2017-12-05 121.032.151.043 1476 816 2017-11-05 2017-12-05 005.158.124.153 1572 816 2017-11-13 2017-12-05 042.146.217.222 1756 816 2017-11-01 2017-12-05 058.211.201.214 1596 816 2017-11-06 2017-12-05 110.044.066.075 1443 816 2017-11-02 2017-12-05 178.141.000.221 1797 816 2017-11-10 2017-12-05 061.089.179.082 1462 815 2017-11-02 2017-12-05 071.006.216.041 1737 815 2017-11-01 2017-12-04 116.012.136.003 1566 815 2017-10-24 2017-12-05 123.135.004.133 1208 815 2017-11-25 2017-12-05 059.047.040.109 1382 815 2017-11-12 2017-12-05 103.235.224.237 1394 815 2017-11-16 2017-12-05 219.148.037.152 1408 814 2017-11-16 2017-12-05 211.139.125.142 1378 814 2017-11-09 2017-12-05 101.050.048.206 1792 814 2017-11-02 2017-12-05 117.108.032.195 2220 814 2017-11-02 2017-12-05 211.229.030.238 2150 814 2017-10-31 2017-12-05 122.197.094.241 1775 814 2017-11-02 2017-12-05 222.229.124.082 1498 814 2017-11-01 2017-12-05 061.198.048.140 1772 814 2017-11-02 2017-12-05 123.175.005.133 1256 814 2017-11-23 2017-11-30 202.101.102.203 1682 814 2017-11-06 2017-12-05 122.114.253.110 1383 814 2017-10-25 2017-12-05 103.027.049.156 1584 814 2017-10-26 2017-12-02 175.213.119.109 2978 814 2017-11-06 2017-12-01 191.096.249.168 1283 814 2017-11-26 2017-11-26 125.112.028.199 1200 814 2017-11-25 2017-12-05 001.024.190.250 1291 814 2017-11-14 2017-12-05 222.088.152.096 1615 813 2017-11-02 2017-12-05 120.068.151.214 1182 813 2017-11-30 2017-12-05 124.119.054.215 2456 813 2017-11-05 2017-12-05 141.212.122.129 1633 813 2017-11-09 2017-12-04 054.037.159.001 1008 813 2017-11-28 2017-11-30 180.096.063.167 1388 813 2017-10-30 2017-12-05 153.125.058.205 1535 813 2017-11-02 2017-12-05 124.040.083.107 1480 813 2017-11-02 2017-12-05 223.223.134.229 1153 813 2017-11-29 2017-12-05 122.196.212.021 1875 813 2017-11-01 2017-12-05 122.251.075.173 1482 813 2017-11-01 2017-12-05 061.086.144.192 1840 813 2017-11-01 2017-12-05 041.188.033.074 1626 812 2017-11-03 2017-12-05 222.186.057.195 6774 812 2017-11-04 2017-11-30 059.044.059.157 952 812 2017-11-07 2017-12-04 183.086.034.001 1497 812 2017-11-02 2017-12-05 191.096.249.131 1763 812 2017-11-08 2017-12-05 202.102.079.156 1290 812 2017-11-13 2017-12-05 061.160.201.072 1568 812 2017-11-15 2017-12-05 125.064.076.208 1262 812 2017-11-20 2017-12-05 121.012.104.162 2976 812 2017-10-26 2017-12-05 178.033.235.070 834 811 2017-11-26 2017-11-27 141.212.122.110 1391 811 2017-11-03 2017-12-05 119.145.100.010 1404 811 2017-11-20 2017-12-05 058.063.245.211 1619 811 2017-11-11 2017-12-05 212.083.144.172 1688 811 2017-11-19 2017-12-05 185.022.155.039 3586 811 2017-10-30 2017-11-22 115.124.054.152 1477 811 2017-11-02 2017-12-05 014.192.030.126 1592 811 2017-11-01 2017-12-04 142.252.248.132 936 811 2017-11-29 2017-12-04 220.254.163.169 1798 811 2017-11-01 2017-12-05 123.201.144.003 2567 811 2017-11-05 2017-11-20 045.113.090.186 1234 811 2017-11-29 2017-12-05 124.246.143.103 1476 811 2017-11-02 2017-12-05 118.072.042.034 1421 811 2017-11-18 2017-11-29 182.065.086.180 1216 811 2017-11-26 2017-12-04 103.236.254.005 1586 811 2017-10-31 2017-12-05 045.127.251.184 1221 810 2017-11-25 2017-12-01 141.212.122.029 1518 810 2017-10-23 2017-12-05 092.087.250.137 2442 810 2017-11-10 2017-11-11 119.010.058.215 1307 810 2017-11-18 2017-12-05 075.128.004.115 2501 810 2017-11-19 2017-11-27 071.006.216.051 1619 810 2017-11-15 2017-12-05 211.136.086.067 1554 810 2017-11-18 2017-12-05 185.130.212.234 46831 810 2017-11-16 2017-12-05 042.002.203.016 1117 810 2017-12-01 2017-12-05 027.255.077.103 1146 810 2017-11-23 2017-12-03 185.198.058.017 968 810 2017-11-23 2017-11-24 210.235.054.154 1502 810 2017-11-02 2017-12-05 045.077.021.088 1335 810 2017-11-05 2017-11-08 180.175.217.071 2384 810 2017-11-11 2017-11-26 005.189.139.002 1748 809 2017-11-29 2017-12-04 219.112.186.186 1539 809 2017-11-01 2017-12-05 219.234.000.066 2085 809 2017-11-08 2017-12-01 123.103.188.004 1490 809 2017-11-02 2017-12-05 114.245.018.181 1248 809 2017-11-23 2017-11-30 179.111.213.090 1671 809 2017-10-24 2017-12-05 046.175.215.091 1352 809 2017-11-15 2017-12-05 218.016.062.167 1973 809 2017-11-13 2017-11-28 001.192.145.246 1458 808 2017-10-25 2017-12-05 086.110.118.150 1895 808 2017-11-19 2017-12-03 061.050.187.075 4239 808 2017-11-15 2017-12-05 122.114.052.253 1634 808 2017-10-23 2017-12-05 071.006.216.058 1706 808 2017-11-17 2017-12-04 141.212.122.131 1597 808 2017-11-09 2017-12-04 185.198.056.071 833 808 2017-11-30 2017-12-01 124.246.203.229 1461 808 2017-11-02 2017-12-05 218.216.223.153 2188 808 2017-11-02 2017-12-05 101.001.101.143 2041 808 2017-11-02 2017-12-05 125.014.196.177 1445 808 2017-11-01 2017-12-05 049.250.072.047 1481 808 2017-11-01 2017-12-05 219.128.125.058 1929 808 2017-10-29 2017-12-05 045.121.110.222 1210 808 2017-11-23 2017-12-01 116.072.054.183 1210 808 2017-11-25 2017-12-05 060.243.017.201 2023 807 2017-10-28 2017-12-05 202.107.210.050 1604 807 2017-10-31 2017-12-05 046.037.194.191 1462 807 2017-11-14 2017-12-05 116.073.214.181 1347 807 2017-11-15 2017-12-03 060.254.041.111 1582 807 2017-11-20 2017-11-26 005.188.231.007 953 807 2017-11-30 2017-12-05 118.244.228.220 1427 807 2017-11-16 2017-12-05 064.251.030.042 1428 807 2017-11-11 2017-12-05 141.212.122.094 2030 807 2017-11-15 2017-12-05 049.251.045.084 1478 807 2017-11-01 2017-12-05 061.086.144.083 1477 807 2017-11-02 2017-12-05 202.220.254.065 1964 807 2017-11-02 2017-12-05 110.135.033.109 1431 807 2017-11-02 2017-12-05 042.124.248.007 1457 807 2017-11-02 2017-12-05 071.006.216.047 1652 807 2017-11-01 2017-12-05 222.229.125.165 1747 806 2017-11-01 2017-12-05 104.236.164.087 2637 806 2017-11-09 2017-11-29 014.192.099.197 1497 806 2017-11-01 2017-12-05 071.006.216.052 1739 806 2017-11-01 2017-12-04 202.060.167.074 1493 806 2017-11-02 2017-12-05 101.001.076.157 1321 806 2017-11-01 2017-12-05 027.140.178.036 1723 806 2017-11-02 2017-12-05 124.225.153.017 2198 806 2017-12-02 2017-12-05 089.134.114.186 1412 806 2017-11-11 2017-11-24 115.238.251.226 910 806 2017-11-26 2017-12-03 123.103.157.215 1455 806 2017-11-02 2017-12-05 180.154.237.177 1306 806 2017-11-26 2017-12-02 141.212.122.138 1593 806 2017-11-03 2017-12-05 222.092.117.246 1495 806 2017-11-01 2017-12-05 139.199.224.200 3251 806 2017-11-05 2017-12-05 195.239.185.044 1212 806 2017-11-18 2017-12-05 071.006.216.039 1626 806 2017-10-23 2017-12-04 144.052.170.053 3061 806 2017-11-19 2017-11-25 001.033.209.060 1397 805 2017-11-15 2017-12-05 095.110.226.046 1405 805 2017-11-15 2017-12-03 118.163.091.128 1171 805 2017-11-11 2017-12-05 122.255.173.216 2056 805 2017-11-01 2017-12-05 071.006.216.059 1613 805 2017-10-25 2017-12-05 106.185.095.113 1453 805 2017-11-01 2017-12-05 061.192.122.116 1482 805 2017-11-02 2017-12-05 203.090.116.186 1815 805 2017-11-01 2017-11-22 049.250.107.213 1410 805 2017-11-02 2017-12-05 060.254.009.207 1254 805 2017-11-24 2017-12-02 158.140.183.003 1385 805 2017-11-23 2017-12-05 222.172.023.141 1189 805 2017-11-24 2017-12-05 221.125.052.190 6418 805 2017-11-23 2017-11-28 182.065.073.070 1131 804 2017-11-29 2017-12-05 113.009.139.250 1321 804 2017-11-18 2017-11-29 060.210.064.207 1209 804 2017-11-25 2017-12-04 201.158.048.014 1650 804 2017-11-18 2017-12-04 077.109.177.246 2721 804 2017-10-25 2017-11-29 219.093.041.185 2714 804 2017-10-23 2017-11-30 119.029.119.175 3128 804 2017-10-25 2017-12-05 123.207.170.020 1583 804 2017-11-11 2017-12-05 163.172.212.147 20253 804 2017-11-08 2017-12-05 049.128.101.212 1537 804 2017-11-02 2017-12-05 035.201.069.244 1020 804 2017-11-29 2017-12-03 219.099.028.142 1459 804 2017-11-02 2017-12-05 183.091.115.228 1503 804 2017-11-02 2017-12-05 027.113.194.136 1459 804 2017-11-02 2017-12-05 220.247.185.113 1515 804 2017-11-02 2017-12-05 203.165.247.168 1520 803 2017-11-01 2017-12-05 104.236.166.065 1664 803 2017-11-09 2017-12-04 116.074.215.253 1824 803 2017-11-01 2017-12-01 104.236.168.064 1751 803 2017-11-09 2017-12-04 103.248.220.020 845 803 2017-11-08 2017-12-05 203.133.229.037 1451 803 2017-11-01 2017-12-05 118.044.238.060 3742 803 2017-10-29 2017-12-05 046.017.046.118 2747 803 2017-10-29 2017-12-05 110.189.102.138 1513 803 2017-11-10 2017-12-05 223.241.240.187 2787 803 2017-11-12 2017-12-04 037.046.255.063 1107 803 2017-10-31 2017-11-12 061.135.199.213 1640 803 2017-11-10 2017-11-29 121.023.031.184 1518 803 2017-11-21 2017-11-30 105.228.013.063 1136 803 2017-11-26 2017-12-05 141.212.122.021 1560 803 2017-10-26 2017-12-05 116.072.042.111 1161 803 2017-11-26 2017-12-05 113.131.183.009 4529 802 2017-11-05 2017-11-22 124.133.016.039 1532 802 2017-10-29 2017-12-05 061.188.205.034 1704 802 2017-10-26 2017-12-05 039.112.225.014 1348 802 2017-11-13 2017-12-05 221.206.194.082 1513 802 2017-10-26 2017-12-05 125.033.011.037 1277 802 2017-11-16 2017-12-01 119.010.054.020 1462 802 2017-10-30 2017-12-05 185.054.238.199 1308 802 2017-11-16 2017-12-05 027.004.054.056 1638 802 2017-11-21 2017-12-01 116.000.142.140 1841 802 2017-11-02 2017-12-05 159.203.027.127 1305 802 2017-11-25 2017-11-29 112.084.170.018 1803 802 2017-11-25 2017-12-02 005.069.092.013 1400 801 2017-11-03 2017-12-05 218.069.108.050 1541 801 2017-10-24 2017-12-05 112.020.179.106 1562 801 2017-11-01 2017-12-04 049.212.112.228 1487 801 2017-11-14 2017-12-05 202.072.068.010 1548 801 2017-11-02 2017-12-05 059.191.160.012 1798 801 2017-11-01 2017-12-05 042.146.032.097 1545 801 2017-11-02 2017-12-05 124.040.094.224 1480 801 2017-11-02 2017-12-05 186.232.017.058 1909 800 2017-10-29 2017-11-26 110.132.109.249 1788 800 2017-11-01 2017-12-05 116.220.048.029 1464 800 2017-11-02 2017-12-05 049.251.092.092 1760 800 2017-11-01 2017-12-05 059.126.034.245 1180 800 2017-11-17 2017-12-05 210.255.244.150 1527 800 2017-11-02 2017-12-05 027.136.173.193 1504 800 2017-11-02 2017-12-05 122.201.146.218 823 800 2017-11-28 2017-12-01 195.230.141.233 1296 800 2017-10-25 2017-12-05 005.188.010.162 16236 800 2017-11-09 2017-12-05 182.065.246.013 1402 800 2017-11-18 2017-11-28 185.086.183.001 1719 800 2017-10-28 2017-12-05 220.248.174.066 1268 800 2017-11-16 2017-12-05 120.014.216.050 1129 800 2017-11-26 2017-12-04 211.223.096.085 4956 800 2017-10-28 2017-12-05 014.134.010.150 21553 799 2017-11-09 2017-11-22 084.095.241.034 1688 799 2017-11-17 2017-12-05 201.218.249.146 1665 799 2017-11-09 2017-12-01 122.114.037.134 1576 799 2017-11-15 2017-12-01 059.041.187.226 1645 799 2017-11-21 2017-12-05 117.034.116.244 1453 799 2017-11-11 2017-12-05 179.108.042.010 1763 799 2017-11-10 2017-12-05 005.059.053.030 1149 799 2017-11-28 2017-12-04 027.198.209.165 1164 799 2017-11-30 2017-12-05 054.037.000.112 816 799 2017-11-26 2017-11-28 212.237.040.025 1755 798 2017-11-15 2017-11-26 123.012.070.126 1149 798 2017-11-26 2017-12-05 203.195.132.028 1410 798 2017-11-09 2017-12-05 123.207.009.236 1471 798 2017-11-02 2017-12-05 182.065.241.201 2760 798 2017-11-20 2017-11-28 183.087.224.111 1344 798 2017-11-14 2017-12-04 122.117.194.158 1521 798 2017-11-01 2017-12-05 037.156.071.250 2122 798 2017-11-06 2017-12-05 014.177.064.065 1303 798 2017-11-18 2017-12-05 141.212.122.083 1835 798 2017-11-18 2017-12-05 116.236.222.106 1646 798 2017-11-17 2017-12-05 218.216.162.014 1465 798 2017-11-02 2017-12-05 218.228.090.101 1743 798 2017-11-02 2017-12-05 116.070.152.140 1464 798 2017-11-01 2017-12-05 202.171.085.198 1410 798 2017-11-02 2017-12-05 049.250.197.161 1667 797 2017-11-02 2017-12-05 124.141.103.048 1481 797 2017-11-01 2017-12-05 175.103.002.189 1471 797 2017-11-02 2017-12-05 163.131.079.038 1491 797 2017-11-01 2017-12-05 202.075.115.190 1486 797 2017-11-02 2017-12-05 182.021.102.182 1486 797 2017-11-02 2017-12-05 163.172.157.020 3095 797 2017-11-14 2017-11-26 058.017.089.024 1642 797 2017-10-30 2017-12-05 098.151.250.108 1608 796 2017-11-17 2017-12-04 071.006.216.046 1695 796 2017-11-01 2017-12-04 119.024.027.017 1497 796 2017-11-01 2017-12-05 202.070.176.222 1769 796 2017-11-02 2017-12-05 180.168.212.006 1301 796 2017-10-31 2017-12-05 061.011.142.113 1754 796 2017-11-02 2017-12-05 103.210.087.214 1723 796 2017-11-01 2017-12-05 202.008.213.176 1423 796 2017-11-01 2017-12-05 060.254.090.165 2058 796 2017-11-05 2017-11-24 062.109.003.061 2249 796 2017-11-19 2017-11-26 060.006.250.002 1440 796 2017-10-31 2017-12-05 109.248.009.243 6649 796 2017-11-05 2017-12-04 141.212.122.018 1549 796 2017-10-28 2017-12-05 089.046.076.230 1533 795 2017-11-28 2017-11-28 199.047.050.093 850 795 2017-11-18 2017-12-05 203.158.215.023 1225 795 2017-11-05 2017-12-05 110.157.034.168 1416 795 2017-11-22 2017-11-29 116.074.092.106 1157 795 2017-11-26 2017-12-05 185.207.206.224 805 795 2017-12-05 2017-12-05 118.163.236.136 2019 795 2017-11-19 2017-12-05 211.149.249.181 1541 795 2017-11-17 2017-12-05 119.173.189.059 1485 795 2017-11-02 2017-12-05 042.151.013.102 1452 795 2017-11-01 2017-12-05 202.060.168.190 1487 794 2017-11-02 2017-12-05 042.144.224.092 1511 794 2017-11-01 2017-12-05 085.088.055.031 823 794 2017-12-02 2017-12-02 117.247.134.005 1834 794 2017-11-14 2017-12-05 103.215.197.010 1226 794 2017-11-24 2017-11-29 182.237.152.064 1188 794 2017-11-22 2017-12-05 182.018.023.134 3229 794 2017-11-12 2017-11-22 104.236.164.165 1462 794 2017-11-09 2017-11-24 089.238.190.203 1393 794 2017-11-14 2017-12-05 218.056.179.141 1568 793 2017-10-26 2017-12-04 093.042.176.143 1243 793 2017-10-29 2017-12-04 061.183.085.126 1477 793 2017-11-20 2017-12-05 106.075.079.192 1461 793 2017-11-14 2017-12-05 132.208.071.241 2456 793 2017-10-28 2017-11-22 049.251.073.179 1483 793 2017-11-01 2017-12-05 119.026.197.034 1605 793 2017-11-02 2017-12-05 219.113.112.092 1438 793 2017-11-02 2017-12-05 122.209.077.016 1739 793 2017-11-02 2017-12-05 210.156.123.232 1448 793 2017-11-02 2017-12-05 175.028.243.230 1434 793 2017-11-02 2017-12-05 122.196.148.190 1421 793 2017-11-02 2017-12-05 155.004.172.090 1439 793 2017-11-03 2017-12-05 222.186.057.201 10902 793 2017-11-04 2017-12-02 089.038.146.089 2025 792 2017-11-08 2017-11-12 221.214.218.151 1584 792 2017-11-05 2017-12-05 165.227.183.251 1475 792 2017-11-24 2017-12-02 183.006.144.210 1244 792 2017-11-21 2017-12-05 058.048.178.200 2048 792 2017-11-09 2017-11-24 221.229.166.086 16916 792 2017-11-08 2017-11-23 005.188.231.058 1757 792 2017-11-30 2017-12-05 101.111.128.060 1444 792 2017-11-01 2017-12-05 183.083.217.107 1876 792 2017-11-11 2017-11-29 027.147.112.238 1447 792 2017-11-01 2017-12-05 157.112.163.039 1476 792 2017-11-01 2017-12-05 045.123.162.073 2640 792 2017-11-06 2017-11-21 183.086.155.171 1573 792 2017-11-02 2017-12-05 218.228.093.014 1471 792 2017-11-01 2017-12-05 210.235.055.183 1474 792 2017-11-02 2017-12-05 124.140.017.153 1376 792 2017-11-02 2017-12-05 122.114.252.123 1572 791 2017-11-03 2017-11-28 058.085.053.079 2001 791 2017-11-02 2017-12-05 089.252.039.061 1530 791 2017-11-05 2017-12-05 122.196.060.181 1474 791 2017-11-02 2017-12-05 071.006.216.060 1677 791 2017-11-01 2017-12-04 061.011.168.206 1453 791 2017-11-02 2017-12-05 124.246.151.057 1428 791 2017-11-02 2017-12-05 219.103.077.154 1691 791 2017-11-02 2017-12-05 110.044.083.091 1448 791 2017-11-02 2017-12-05 059.168.253.102 1451 791 2017-11-01 2017-12-05 079.132.211.006 1182 791 2017-10-31 2017-12-05 112.196.061.237 1205 791 2017-11-17 2017-12-03 123.201.193.019 1496 791 2017-11-14 2017-11-27 153.003.055.014 1190 791 2017-11-21 2017-12-01 118.122.168.064 1577 791 2017-11-16 2017-12-05 124.155.240.069 2271 791 2017-11-18 2017-11-26 116.072.038.152 1282 791 2017-11-19 2017-11-29 103.198.065.029 1191 791 2017-11-18 2017-12-05 122.114.182.230 1475 791 2017-11-16 2017-12-05 189.090.029.102 1686 790 2017-11-15 2017-12-05 119.254.153.043 2018 790 2017-10-22 2017-11-27 058.115.166.020 1497 790 2017-11-18 2017-12-04 121.028.131.226 1686 790 2017-10-26 2017-12-05 070.187.137.198 1090 790 2017-11-26 2017-12-05 220.254.133.008 1393 790 2017-11-01 2017-12-05 112.196.061.236 1516 790 2017-11-01 2017-11-22 119.047.069.086 1767 790 2017-11-02 2017-12-05 112.140.030.212 1477 790 2017-11-02 2017-12-05 210.255.245.167 1429 790 2017-11-02 2017-12-05 114.115.129.154 1571 790 2017-10-30 2017-12-04 103.202.222.118 1230 790 2017-11-25 2017-12-02 141.212.122.136 1541 790 2017-10-31 2017-12-05 202.082.049.081 1308 790 2017-11-17 2017-11-29 220.164.162.226 1353 790 2017-10-24 2017-12-04 116.072.046.015 1113 790 2017-11-22 2017-12-05 108.093.149.007 1273 789 2017-11-17 2017-11-29 200.027.233.044 1975 789 2017-10-27 2017-12-05 188.064.077.217 1526 789 2017-10-28 2017-11-28 060.179.111.170 1135 789 2017-11-26 2017-12-05 218.249.085.101 1342 789 2017-11-14 2017-12-04 202.095.184.047 1540 789 2017-11-01 2017-12-05 027.098.183.110 1395 789 2017-11-02 2017-12-05 049.250.082.204 1441 789 2017-11-02 2017-12-05 219.124.015.221 1786 789 2017-11-02 2017-12-05 027.140.182.234 1446 789 2017-11-02 2017-12-05 058.085.109.204 1488 789 2017-11-02 2017-12-05 123.000.106.132 1482 788 2017-11-01 2017-12-05 093.056.016.245 872 788 2017-11-08 2017-12-04 124.040.096.006 1446 788 2017-11-02 2017-12-05 118.249.144.228 2489 788 2017-11-04 2017-11-27 141.212.122.151 1611 788 2017-10-31 2017-12-05 082.130.161.126 1216 788 2017-11-19 2017-12-05 141.212.122.143 1560 788 2017-10-30 2017-12-05 174.138.062.027 1046 788 2017-12-02 2017-12-04 039.112.225.037 1425 788 2017-11-14 2017-12-05 116.074.116.220 1505 787 2017-11-15 2017-11-27 201.200.208.030 1156 787 2017-11-03 2017-12-05 036.007.152.130 1389 787 2017-11-18 2017-12-05 182.106.217.030 1270 787 2017-11-15 2017-12-04 071.006.216.042 1579 787 2017-10-23 2017-12-05 222.225.016.217 1526 787 2017-11-02 2017-12-05 211.133.211.113 1825 787 2017-11-02 2017-12-05 217.027.179.105 1693 787 2017-10-28 2017-12-05 202.076.222.038 1498 787 2017-11-02 2017-12-05 110.044.081.232 1435 787 2017-11-02 2017-12-05 119.170.036.066 1465 787 2017-11-01 2017-12-05 220.208.158.104 1428 787 2017-11-01 2017-12-05 117.109.020.013 1441 787 2017-11-01 2017-12-05 219.103.078.247 1476 787 2017-11-02 2017-12-05 061.198.062.177 1634 787 2017-11-02 2017-12-05 204.042.253.137 1427 787 2017-10-23 2017-12-04 060.173.247.006 1573 787 2017-11-12 2017-12-05 169.000.172.125 1094 787 2017-11-28 2017-12-05 120.194.080.151 1258 786 2017-11-23 2017-12-05 145.239.194.050 823 786 2017-11-24 2017-11-26 182.237.140.201 1242 786 2017-11-17 2017-12-01 113.105.123.164 1600 786 2017-11-13 2017-12-05 121.193.130.141 1460 786 2017-11-13 2017-12-05 211.214.160.056 1345 786 2017-11-15 2017-12-05 060.173.000.188 1636 786 2017-10-23 2017-12-05 060.170.183.215 1651 786 2017-11-01 2017-12-05 220.120.221.181 1185 786 2017-11-01 2017-12-05 180.092.039.125 1442 786 2017-11-01 2017-12-05 123.222.059.038 1689 786 2017-11-02 2017-12-05 110.134.232.199 1509 786 2017-11-01 2017-12-05 219.124.200.227 1757 785 2017-11-02 2017-12-05 027.098.050.034 1463 785 2017-11-02 2017-12-05 213.152.165.148 2235 785 2017-11-07 2017-11-20 219.106.186.094 1475 785 2017-11-02 2017-12-05 060.014.026.245 1249 785 2017-11-01 2017-12-05 071.006.216.056 1731 785 2017-11-01 2017-12-04 071.006.216.050 1599 785 2017-11-01 2017-12-05 103.078.164.158 1623 785 2017-11-04 2017-12-01 109.201.134.010 798 785 2017-10-29 2017-11-25 145.239.030.225 1334 785 2017-11-15 2017-11-19 047.023.004.054 1351 785 2017-11-29 2017-12-05 177.193.233.228 1414 785 2017-10-24 2017-12-05 061.160.213.003 1036 785 2017-11-24 2017-12-05 122.114.165.215 1395 785 2017-11-15 2017-12-05 068.113.210.057 1507 785 2017-11-09 2017-12-04 180.168.028.173 1257 785 2017-10-23 2017-12-04 027.198.109.191 1250 785 2017-11-22 2017-11-30 146.196.045.154 1584 785 2017-11-15 2017-11-27 141.212.122.022 1575 784 2017-11-17 2017-12-05 122.114.247.101 1307 784 2017-11-18 2017-12-05 211.124.071.209 1794 784 2017-11-16 2017-11-22 163.172.082.057 3692 784 2017-11-12 2017-11-29 123.176.147.001 1758 784 2017-11-01 2017-12-05 012.022.216.051 3201 784 2017-11-12 2017-12-05 110.172.060.106 1445 784 2017-11-02 2017-12-05 124.246.146.120 1772 784 2017-11-02 2017-12-05 188.019.232.188 1345 784 2017-11-19 2017-11-26 187.084.128.014 1746 784 2017-10-28 2017-12-05 060.254.091.112 1148 784 2017-10-27 2017-12-04 116.072.036.190 1131 784 2017-11-25 2017-12-04 123.247.095.140 1077 783 2017-11-27 2017-12-05 218.025.089.125 1334 783 2017-11-19 2017-12-05 027.004.149.108 1542 783 2017-10-23 2017-12-01 060.254.002.240 2029 783 2017-11-14 2017-11-24 113.021.074.094 1545 783 2017-11-17 2017-11-30 103.231.047.076 1163 783 2017-11-25 2017-12-04 115.236.182.156 1620 783 2017-10-25 2017-12-05 027.000.060.243 2180 783 2017-11-01 2017-12-02 121.014.012.078 1510 783 2017-11-15 2017-12-05 198.144.040.239 1360 783 2017-11-08 2017-12-05 111.122.191.218 1324 783 2017-11-14 2017-12-05 123.000.095.140 1454 783 2017-11-02 2017-12-05 124.246.253.169 1442 783 2017-11-02 2017-12-05 210.194.120.020 1452 783 2017-11-02 2017-12-05 071.006.216.062 1684 783 2017-11-01 2017-12-04 116.065.244.105 1474 783 2017-11-02 2017-12-05 060.062.197.156 1402 783 2017-11-02 2017-12-05 027.126.085.042 1437 783 2017-11-02 2017-12-05 042.145.100.222 1722 783 2017-11-02 2017-12-05 182.173.133.006 1436 783 2017-11-02 2017-12-05 061.026.206.115 1488 782 2017-11-02 2017-12-05 042.124.197.214 1438 782 2017-11-02 2017-12-04 124.141.204.118 1368 782 2017-11-01 2017-12-05 114.245.195.069 1121 782 2017-11-29 2017-12-04 163.049.053.249 2247 782 2017-11-14 2017-11-15 103.095.048.203 1682 782 2017-10-23 2017-11-28 027.106.077.216 1209 782 2017-11-20 2017-12-04 115.231.218.021 23917 782 2017-11-10 2017-12-05 103.041.052.145 1555 782 2017-10-25 2017-12-05 080.211.252.128 1061 782 2017-11-18 2017-11-18 091.099.103.238 1451 782 2017-11-16 2017-12-05 085.190.159.137 2355 781 2017-11-11 2017-11-24 211.149.227.146 1893 781 2017-11-08 2017-12-03 117.247.062.019 1195 781 2017-11-14 2017-11-30 141.212.122.145 1631 781 2017-11-05 2017-12-04 187.028.038.012 1654 781 2017-10-27 2017-12-05 060.172.008.010 1415 781 2017-11-04 2017-12-05 114.134.234.048 1425 781 2017-11-01 2017-12-05 163.131.059.019 1435 781 2017-11-02 2017-12-05 212.047.234.165 1134 781 2017-11-07 2017-12-05 080.217.012.048 1267 781 2017-11-15 2017-12-05 210.251.204.139 1506 781 2017-11-02 2017-12-05 049.250.027.022 1432 781 2017-11-01 2017-12-05 059.169.178.091 1439 781 2017-11-01 2017-12-05 060.220.198.022 1458 781 2017-10-31 2017-12-05 124.246.132.080 1484 781 2017-11-02 2017-12-05 103.199.146.090 1220 781 2017-11-25 2017-12-02 212.237.040.072 919 781 2017-11-26 2017-11-30 141.212.122.135 1563 781 2017-11-06 2017-12-05 125.037.125.161 1077 781 2017-11-26 2017-12-05 094.063.177.105 1158 780 2017-11-24 2017-11-30 058.241.030.226 1539 780 2017-10-30 2017-12-05 101.075.114.079 1184 780 2017-11-25 2017-11-30 204.042.253.139 1388 780 2017-10-30 2017-12-04 042.123.082.142 1459 780 2017-11-14 2017-12-05 187.028.038.198 1881 780 2017-11-03 2017-12-04 054.036.122.044 1037 780 2017-11-13 2017-11-16 124.160.154.028 2851 780 2017-11-03 2017-12-05 117.104.010.178 1715 780 2017-11-02 2017-12-05 061.046.144.164 1471 780 2017-11-02 2017-12-05 113.020.214.184 1723 780 2017-11-02 2017-12-05 061.120.236.197 1422 780 2017-11-02 2017-12-05 110.135.078.083 1433 780 2017-11-01 2017-12-05 193.227.038.231 1438 779 2017-11-02 2017-11-29 220.156.237.094 1669 779 2017-11-01 2017-12-05 163.131.167.055 1381 779 2017-11-01 2017-12-05 211.120.156.162 1486 779 2017-11-02 2017-12-05 119.170.168.240 1711 779 2017-11-02 2017-12-05 117.109.049.114 1232 779 2017-11-01 2017-12-05 094.177.241.213 2463 779 2017-10-25 2017-11-23 045.125.048.077 1041 779 2017-11-27 2017-12-05 060.254.013.206 1234 779 2017-11-23 2017-11-28 103.193.086.243 859 779 2017-11-28 2017-11-28 141.212.122.031 1473 779 2017-10-26 2017-12-05 122.114.213.225 1707 779 2017-11-18 2017-12-05 141.212.122.085 1806 779 2017-11-09 2017-12-05 221.122.102.213 1645 779 2017-11-12 2017-12-05 218.056.041.021 1470 779 2017-10-24 2017-12-02 085.105.097.160 1442 778 2017-11-14 2017-12-05 182.254.228.154 1399 778 2017-11-16 2017-12-05 116.073.193.159 2156 778 2017-11-03 2017-11-23 061.089.255.108 1436 778 2017-11-02 2017-12-05 085.105.187.051 1803 778 2017-11-01 2017-11-29 124.039.255.145 1400 778 2017-11-01 2017-12-05 138.197.185.109 1043 778 2017-11-10 2017-11-27 119.024.132.251 1372 778 2017-11-01 2017-12-05 116.030.222.063 1075 778 2017-11-24 2017-12-05 106.123.204.255 1197 778 2017-11-25 2017-11-30 071.006.216.055 1603 778 2017-11-07 2017-12-05 189.089.155.019 1343 778 2017-10-30 2017-12-05 046.243.189.230 791 778 2017-11-26 2017-11-30 101.075.040.174 1366 777 2017-11-26 2017-12-02 060.002.076.134 1713 777 2017-11-05 2017-12-05 222.178.133.185 1350 777 2017-11-08 2017-12-05 185.024.220.152 1340 777 2017-11-20 2017-12-02 112.035.002.230 1446 777 2017-10-30 2017-12-05 202.102.021.085 1375 777 2017-11-01 2017-12-05 115.165.116.062 1493 777 2017-11-02 2017-12-05 027.098.041.052 1680 777 2017-11-02 2017-12-05 211.149.221.014 1572 777 2017-11-06 2017-12-05 061.206.207.224 1468 777 2017-11-02 2017-12-05 163.131.136.176 1477 777 2017-11-02 2017-12-05 218.204.077.202 1250 777 2017-11-05 2017-12-05 049.128.031.120 1413 777 2017-11-01 2017-12-05 049.251.229.147 1655 776 2017-11-01 2017-12-05 124.140.111.178 1900 776 2017-11-01 2017-12-05 061.089.137.009 1377 776 2017-11-01 2017-12-05 115.153.156.165 818 776 2017-11-11 2017-11-13 149.054.173.111 1742 776 2017-11-02 2017-12-05 218.014.193.143 1896 776 2017-10-29 2017-11-26 059.170.040.194 1420 776 2017-11-01 2017-12-05 105.227.167.127 1080 776 2017-11-27 2017-12-05 221.006.064.082 1038 776 2017-11-17 2017-12-05 101.025.187.186 1133 776 2017-11-28 2017-12-04 116.012.136.004 1760 776 2017-10-24 2017-12-05 058.221.058.232 2390 776 2017-11-22 2017-12-05 122.096.140.226 2720 776 2017-10-30 2017-12-05 027.004.155.202 2867 776 2017-11-14 2017-12-05 122.114.188.219 1439 776 2017-11-13 2017-12-05 083.110.144.221 1515 776 2017-11-11 2017-12-05 081.177.001.171 1413 776 2017-11-16 2017-12-05 123.126.029.110 1518 776 2017-11-15 2017-12-05 123.201.139.222 1245 776 2017-11-22 2017-11-30 101.081.020.093 1548 775 2017-10-26 2017-12-02 123.233.240.147 1128 775 2017-11-20 2017-12-05 116.231.029.129 1181 775 2017-11-11 2017-12-05 218.031.055.065 1338 775 2017-11-16 2017-12-05 115.236.182.158 1374 775 2017-10-29 2017-12-05 088.099.192.236 810 775 2017-11-21 2017-11-21 106.184.083.121 1441 775 2017-11-01 2017-12-05 223.027.072.092 1467 775 2017-11-02 2017-12-05 202.070.248.211 1426 775 2017-11-02 2017-12-05 071.006.216.040 1637 775 2017-11-01 2017-12-04 119.025.209.014 1939 775 2017-11-02 2017-12-05 153.125.016.016 1412 775 2017-11-02 2017-12-05 209.114.160.108 1141 775 2017-11-14 2017-12-05 061.021.154.024 1438 775 2017-11-01 2017-12-05 123.201.243.165 1098 775 2017-11-26 2017-12-05 101.095.026.126 1654 774 2017-11-12 2017-12-05 125.114.247.181 1128 774 2017-11-25 2017-12-05 116.072.027.138 1099 774 2017-11-26 2017-12-04 114.242.026.208 1145 774 2017-11-20 2017-12-05 058.018.034.036 1566 774 2017-11-16 2017-11-30 060.191.039.002 1452 774 2017-10-29 2017-12-05 122.114.191.060 1335 774 2017-11-18 2017-12-05 122.004.094.034 1231 774 2017-11-09 2017-12-05 141.212.122.137 1578 774 2017-11-01 2017-12-05 218.219.029.183 1369 774 2017-11-02 2017-12-05 027.141.211.022 1440 774 2017-11-02 2017-12-05 219.110.154.175 1408 774 2017-11-02 2017-12-05 122.128.010.222 1441 774 2017-11-02 2017-12-05 124.140.180.057 2041 773 2017-11-01 2017-12-05 106.185.117.032 1419 773 2017-11-02 2017-12-05 103.098.188.006 1822 773 2017-10-29 2017-11-24 061.198.056.191 1471 773 2017-11-02 2017-12-05 122.210.093.006 1754 773 2017-11-01 2017-12-03 049.238.027.136 1410 773 2017-11-01 2017-12-04 061.198.063.049 2027 773 2017-11-02 2017-12-05 116.077.090.081 1182 773 2017-11-26 2017-12-03 103.243.186.012 1332 773 2017-10-27 2017-12-01 222.189.029.034 3211 773 2017-10-24 2017-11-21 104.037.212.182 3511 772 2017-11-17 2017-11-27 219.159.103.171 1465 772 2017-11-04 2017-12-05 141.212.122.158 1619 772 2017-10-29 2017-12-04 221.215.074.187 1502 772 2017-10-31 2017-12-04 122.164.044.229 1327 772 2017-11-18 2017-11-28 124.065.177.062 1303 772 2017-11-11 2017-12-05 202.177.073.079 1466 772 2017-11-02 2017-12-05 114.134.105.019 1409 772 2017-11-02 2017-12-05 122.196.233.049 1425 772 2017-11-01 2017-12-05 122.208.074.083 1410 772 2017-11-01 2017-12-05 223.165.050.174 1698 772 2017-11-01 2017-12-05 220.254.172.134 1450 772 2017-11-01 2017-12-05 125.004.156.173 1415 772 2017-11-02 2017-12-05 141.212.122.086 1849 772 2017-11-16 2017-12-05 039.109.011.178 1243 772 2017-10-28 2017-12-05 045.119.028.020 1423 772 2017-11-16 2017-12-05 036.111.043.104 1708 771 2017-10-29 2017-12-03 103.029.097.172 1184 771 2017-11-21 2017-12-01 104.129.168.113 822 771 2017-11-25 2017-12-03 169.001.035.026 1448 771 2017-11-07 2017-12-02 119.171.238.159 1392 771 2017-11-02 2017-12-05 124.040.083.118 1403 771 2017-11-02 2017-12-05 202.086.246.055 1450 771 2017-11-02 2017-12-05 220.208.160.104 1443 771 2017-11-02 2017-12-05 119.165.191.197 2271 771 2017-11-01 2017-11-22 088.151.112.007 1373 771 2017-10-29 2017-12-02 202.224.029.044 1431 771 2017-11-02 2017-12-05 202.162.153.079 2009 771 2017-11-02 2017-12-05 185.055.218.076 1103 771 2017-11-06 2017-11-28 101.096.038.186 2072 770 2017-11-02 2017-12-05 219.143.154.008 1784 770 2017-11-02 2017-11-25 042.151.086.177 1428 770 2017-11-01 2017-12-05 061.213.044.204 1487 770 2017-11-02 2017-12-05 117.108.001.034 1352 770 2017-11-01 2017-12-05 059.191.182.083 1486 770 2017-11-01 2017-12-05 059.128.080.074 1457 770 2017-11-02 2017-12-05 220.208.163.010 1479 770 2017-11-02 2017-12-05 119.025.180.069 1693 770 2017-11-02 2017-12-05 027.143.136.122 1709 770 2017-11-02 2017-12-05 162.250.188.188 1331 770 2017-11-13 2017-12-05 169.000.120.044 1249 770 2017-11-18 2017-11-28 122.114.173.126 1309 769 2017-11-18 2017-12-05 061.233.011.058 1316 769 2017-11-08 2017-12-05 059.038.100.155 1633 769 2017-11-04 2017-12-05 122.197.067.005 1391 769 2017-11-01 2017-12-05 042.083.039.136 1603 769 2017-11-01 2017-12-05 220.254.187.236 1427 769 2017-11-01 2017-12-05 222.222.045.057 1341 769 2017-11-02 2017-12-05 211.125.102.215 1439 769 2017-11-02 2017-12-05 064.251.031.093 1056 769 2017-11-28 2017-12-03 119.063.120.076 1729 769 2017-11-02 2017-12-05 061.046.069.232 1717 769 2017-11-01 2017-12-05 183.083.227.172 2890 769 2017-11-07 2017-11-24 051.015.011.107 44599 769 2017-11-08 2017-12-05 202.056.027.234 1398 769 2017-11-01 2017-12-05 141.212.122.152 1562 769 2017-10-28 2017-12-05 114.232.186.162 1180 769 2017-11-18 2017-12-05 125.046.052.194 1774 769 2017-11-04 2017-12-05 043.227.226.071 1138 768 2017-11-25 2017-12-04 103.083.186.100 1186 768 2017-11-17 2017-11-26 121.034.248.116 815 768 2017-11-30 2017-12-05 111.002.096.165 1176 768 2017-11-26 2017-12-01 110.010.178.167 1160 768 2017-11-15 2017-12-05 085.096.195.165 1285 768 2017-11-20 2017-11-30 114.251.126.200 1425 768 2017-11-19 2017-12-05 047.092.073.068 2577 768 2017-11-10 2017-11-27 058.085.232.184 1416 768 2017-11-01 2017-12-05 059.166.012.219 1374 768 2017-11-02 2017-12-05 203.133.201.100 1407 768 2017-11-02 2017-12-05 169.001.046.226 1080 768 2017-11-30 2017-12-05 163.131.123.069 1716 768 2017-11-02 2017-12-05 203.165.198.150 1432 767 2017-11-02 2017-12-05 202.061.038.055 1063 767 2017-11-09 2017-12-04 123.201.214.057 1098 767 2017-11-29 2017-12-05 202.100.179.218 1291 767 2017-11-09 2017-12-05 027.140.104.119 1435 767 2017-11-02 2017-12-05 115.031.042.044 1370 767 2017-11-02 2017-12-04 220.152.012.136 1592 767 2017-11-02 2017-12-05 061.120.245.134 1366 767 2017-11-02 2017-12-05 061.213.046.069 1441 767 2017-11-02 2017-12-05 061.120.225.114 1703 767 2017-11-02 2017-12-05 061.046.179.046 1526 767 2017-11-02 2017-12-05 118.184.011.170 2888 767 2017-10-31 2017-11-26 062.173.141.182 3297 767 2017-11-17 2017-11-30 043.245.102.018 1166 767 2017-11-26 2017-12-02 027.112.002.061 1130 767 2017-11-23 2017-12-05 101.088.224.061 1088 767 2017-11-22 2017-12-04 005.039.216.080 2825 767 2017-11-05 2017-11-09 111.073.045.030 1282 767 2017-11-26 2017-12-05 045.249.121.248 1090 767 2017-11-20 2017-12-05 141.212.122.084 1800 766 2017-11-19 2017-12-05 115.231.218.026 20195 766 2017-11-10 2017-12-05 059.191.163.183 1424 766 2017-11-02 2017-12-05 124.047.095.222 1448 766 2017-11-02 2017-12-05 039.075.119.132 1046 766 2017-11-28 2017-12-05 042.147.248.088 1455 766 2017-11-01 2017-12-05 117.109.235.242 1449 766 2017-11-02 2017-12-05 117.109.093.171 1486 766 2017-11-02 2017-12-05 062.210.190.032 807 766 2017-10-31 2017-11-11 200.068.008.178 1922 766 2017-10-26 2017-12-05 181.039.096.100 1040 766 2017-11-16 2017-12-05 124.155.246.163 1110 766 2017-11-27 2017-12-04 060.008.143.054 1192 765 2017-11-13 2017-12-01 110.253.176.183 1199 765 2017-11-25 2017-11-30 178.046.214.068 1222 765 2017-11-19 2017-11-26 116.073.208.232 1063 765 2017-11-27 2017-12-05 218.027.084.034 1280 765 2017-11-16 2017-12-05 061.008.157.028 1565 765 2017-10-29 2017-12-01 122.114.229.215 1504 765 2017-10-22 2017-12-05 041.038.190.029 1310 765 2017-11-19 2017-12-05 037.026.000.038 1388 765 2017-11-11 2017-12-05 182.065.124.231 1159 765 2017-11-23 2017-11-29 116.228.229.186 1380 765 2017-11-03 2017-12-05 163.058.135.078 1788 765 2017-11-02 2017-12-05 120.050.252.140 1410 765 2017-11-02 2017-12-05 219.114.240.189 1374 765 2017-11-01 2017-12-05 202.056.030.004 1277 765 2017-11-02 2017-12-05 071.006.216.036 1559 765 2017-11-01 2017-12-05 124.040.110.192 1427 764 2017-11-02 2017-12-05 111.078.078.135 1055 764 2017-11-29 2017-12-05 212.227.086.084 1264 764 2017-11-10 2017-11-22 103.091.220.135 2429 764 2017-11-08 2017-11-21 051.015.153.071 5073 764 2017-11-08 2017-11-20 110.179.201.105 1176 764 2017-11-24 2017-11-28 110.250.068.180 1101 764 2017-11-26 2017-12-01 116.074.180.236 1437 764 2017-11-15 2017-12-01 005.137.027.091 1184 764 2017-11-19 2017-11-30 190.018.150.015 1414 764 2017-11-18 2017-12-02 122.114.228.232 1208 764 2017-11-18 2017-12-05 089.046.223.050 1091 764 2017-11-22 2017-11-29 005.188.062.007 13674 764 2017-11-10 2017-11-21 041.071.077.166 1408 763 2017-11-14 2017-12-05 122.114.212.111 1279 763 2017-11-13 2017-12-05 061.147.103.107 791 763 2017-11-15 2017-11-21 141.212.122.141 1538 763 2017-11-12 2017-12-04 024.210.036.096 1585 763 2017-11-08 2017-12-05 083.242.255.053 1477 763 2017-11-12 2017-12-05 222.118.140.166 2179 763 2017-10-26 2017-12-05 117.132.013.101 1604 763 2017-11-11 2017-12-05 123.000.080.059 1338 763 2017-11-02 2017-12-05 119.063.175.093 1418 763 2017-11-01 2017-12-05 125.013.038.202 1707 763 2017-11-01 2017-12-05 111.167.104.147 1116 763 2017-11-30 2017-12-05 059.085.249.068 1432 763 2017-11-02 2017-12-05 027.140.107.130 1364 763 2017-11-01 2017-12-05 110.133.197.253 1463 763 2017-11-01 2017-12-05 182.173.132.254 1347 763 2017-11-02 2017-12-05 202.137.041.001 1394 763 2017-11-02 2017-12-05 211.124.016.139 1429 763 2017-11-02 2017-12-05 027.142.081.089 1685 763 2017-11-01 2017-12-05 103.193.085.248 819 763 2017-11-29 2017-11-30 125.205.216.042 1616 763 2017-11-02 2017-12-05 061.051.145.188 1178 763 2017-11-23 2017-11-29 175.000.226.116 1327 763 2017-11-18 2017-11-28 192.140.254.142 1144 763 2017-11-23 2017-12-01 183.087.175.242 1911 763 2017-10-27 2017-11-18 162.105.016.134 1430 763 2017-11-15 2017-11-26 122.096.096.187 1308 762 2017-11-27 2017-12-03 027.005.225.241 1090 762 2017-11-23 2017-12-01 221.218.099.180 1522 762 2017-11-26 2017-11-30 143.137.012.066 1687 762 2017-10-28 2017-12-02 115.216.242.084 1147 762 2017-11-23 2017-12-03 203.158.215.024 1432 762 2017-11-04 2017-12-05 124.129.032.057 1694 762 2017-10-29 2017-12-05 059.048.134.146 1243 762 2017-11-18 2017-12-03 218.025.214.167 1463 762 2017-10-29 2017-12-05 124.160.153.060 2921 762 2017-11-03 2017-12-05 202.169.191.032 1685 762 2017-11-02 2017-12-05 119.181.222.013 1717 762 2017-11-30 2017-12-05 122.196.037.070 1422 762 2017-11-02 2017-12-05 027.098.177.218 1934 762 2017-11-02 2017-12-05 203.076.074.212 1680 762 2017-11-01 2017-12-05 014.102.132.059 1435 762 2017-11-02 2017-12-05 221.132.159.206 1596 762 2017-11-01 2017-12-05 124.246.146.114 1413 762 2017-11-02 2017-12-05 116.220.026.056 1578 762 2017-11-01 2017-12-05 202.059.183.101 1423 761 2017-11-02 2017-12-05 060.254.010.055 1923 761 2017-11-06 2017-11-23 054.036.112.137 1160 761 2017-11-29 2017-12-01 119.170.135.025 1583 761 2017-11-01 2017-12-04 042.147.022.022 1739 761 2017-11-01 2017-12-05 124.066.198.125 1316 761 2017-11-02 2017-12-05 124.047.081.127 1398 761 2017-11-02 2017-12-05 111.093.241.059 1259 761 2017-11-04 2017-12-05 037.146.253.219 1203 761 2017-11-14 2017-12-04 122.114.044.221 1369 761 2017-11-13 2017-12-05 156.067.115.114 2237 761 2017-11-10 2017-12-05 180.087.201.112 1665 760 2017-11-14 2017-11-27 211.141.057.049 1097 760 2017-11-16 2017-12-05 140.205.081.029 10521 760 2017-11-15 2017-11-28 058.222.107.026 1444 760 2017-11-14 2017-12-05 045.248.169.118 1298 760 2017-11-16 2017-12-04 125.004.218.125 2031 760 2017-11-02 2017-12-05 175.028.130.151 1331 760 2017-11-02 2017-12-05 118.086.250.005 1395 760 2017-11-02 2017-12-05 117.109.026.107 1440 760 2017-11-02 2017-12-05 042.083.009.056 1424 760 2017-11-01 2017-12-05 061.027.090.035 1378 760 2017-11-02 2017-12-05 216.098.153.245 1390 760 2017-11-02 2017-11-30 121.208.190.238 1532 760 2017-10-24 2017-12-05 091.212.150.219 2216 760 2017-10-23 2017-11-17 211.075.169.097 1923 760 2017-10-28 2017-11-28 060.043.189.058 1045 760 2017-11-15 2017-11-25 183.182.091.183 1439 759 2017-11-01 2017-12-03 125.114.247.047 1135 759 2017-11-24 2017-12-02 095.085.042.119 790 759 2017-11-30 2017-11-30 216.098.153.231 1411 759 2017-11-09 2017-12-01 124.155.243.237 2158 759 2017-10-31 2017-11-17 103.216.235.198 1140 759 2017-11-02 2017-12-01 121.190.213.089 2957 759 2017-11-17 2017-11-24 080.082.064.070 2564 759 2017-11-10 2017-11-11 221.176.202.239 1598 759 2017-10-27 2017-12-05 122.114.244.022 1346 759 2017-11-18 2017-12-05 058.005.063.015 1532 759 2017-11-01 2017-12-05 051.015.067.070 1096 759 2017-10-29 2017-12-05 042.148.223.147 1463 759 2017-11-01 2017-12-05 059.168.081.151 1756 759 2017-11-02 2017-12-05 061.125.159.134 1341 758 2017-11-02 2017-12-05 182.255.079.234 1323 758 2017-11-01 2017-12-05 027.140.187.080 1431 758 2017-11-02 2017-12-05 116.000.140.115 1423 758 2017-11-01 2017-12-05 123.207.037.174 1662 758 2017-10-30 2017-12-05 071.006.216.048 1522 758 2017-11-01 2017-12-05 061.121.238.215 1436 758 2017-11-02 2017-12-05 042.202.175.118 1130 758 2017-11-25 2017-11-30 195.154.227.084 877 758 2017-11-11 2017-11-17 202.177.241.072 1246 758 2017-11-16 2017-12-03 061.051.173.249 1228 758 2017-11-23 2017-11-29 123.201.211.113 1173 758 2017-11-23 2017-11-30 222.218.211.252 1080 758 2017-11-22 2017-11-29 213.008.199.027 2276 758 2017-11-14 2017-12-04 216.098.153.238 1386 758 2017-11-15 2017-12-01 200.048.017.190 1275 758 2017-11-20 2017-12-05 116.073.208.070 1467 758 2017-10-29 2017-11-21 170.081.101.084 1829 758 2017-11-11 2017-12-05 046.060.001.011 1447 758 2017-11-18 2017-12-05 115.231.218.028 15391 758 2017-11-11 2017-12-04 180.104.108.230 1299 758 2017-11-15 2017-12-05 114.032.011.152 1201 758 2017-11-18 2017-12-02 061.153.237.054 1430 757 2017-11-05 2017-12-05 141.212.122.160 2920 757 2017-11-17 2017-12-04 222.241.161.187 1533 757 2017-11-21 2017-12-02 182.065.105.129 1951 757 2017-11-02 2017-11-25 119.010.054.202 1414 757 2017-11-10 2017-12-05 061.200.077.226 1461 757 2017-11-02 2017-12-05 211.014.230.117 1383 757 2017-11-02 2017-12-05 042.147.100.124 1413 757 2017-11-01 2017-12-05 124.141.242.148 2044 757 2017-11-01 2017-12-05 124.246.146.042 2024 757 2017-11-02 2017-12-05 043.226.045.034 1084 757 2017-12-01 2017-12-05 123.150.225.154 1566 757 2017-11-17 2017-11-27 125.065.082.042 893 757 2017-10-28 2017-12-05 039.077.194.005 1049 757 2017-12-01 2017-12-05 111.067.197.214 1178 757 2017-10-31 2017-12-05 186.193.159.069 1494 757 2017-11-07 2017-12-03 061.178.020.092 990 756 2017-11-25 2017-12-04 116.074.125.041 1030 756 2017-11-27 2017-12-05 183.082.115.004 2004 756 2017-11-11 2017-11-23 064.145.130.102 1319 756 2017-10-26 2017-12-05 153.143.209.250 1434 756 2017-11-02 2017-12-05 123.176.139.040 1760 755 2017-11-01 2017-12-02 202.255.023.071 1442 755 2017-11-02 2017-12-05 114.069.133.238 1617 755 2017-11-02 2017-12-05 119.047.157.150 1383 755 2017-11-01 2017-12-05 220.106.150.082 1426 755 2017-11-01 2017-12-05 124.246.154.066 1713 755 2017-11-02 2017-12-05 058.221.049.082 2789 755 2017-11-09 2017-12-01 059.168.092.050 1395 755 2017-11-02 2017-12-05 202.070.231.114 1384 755 2017-11-02 2017-12-05 221.006.108.130 1631 755 2017-10-30 2017-12-05 078.130.241.008 1395 755 2017-11-16 2017-12-05 113.131.183.014 4531 755 2017-11-19 2017-11-22 116.116.109.213 1315 755 2017-11-20 2017-12-05 181.231.030.005 1451 754 2017-11-03 2017-12-05 190.216.204.014 3770 754 2017-11-01 2017-12-05 114.098.173.117 1127 754 2017-11-26 2017-12-05 183.083.216.144 1234 754 2017-11-14 2017-12-02 111.125.035.078 1346 754 2017-11-01 2017-12-05 202.058.145.050 1369 754 2017-11-01 2017-12-05 153.125.058.171 1710 754 2017-11-02 2017-12-05 080.211.165.248 4122 754 2017-11-08 2017-11-18 101.037.151.169 1578 754 2017-11-13 2017-12-05 218.045.154.106 1692 754 2017-11-02 2017-12-05 202.151.123.036 2051 754 2017-11-02 2017-12-05 061.192.008.113 1729 754 2017-11-02 2017-12-04 119.251.088.056 1091 754 2017-11-26 2017-12-04 092.087.236.134 4595 754 2017-10-25 2017-11-08 222.240.241.027 866 753 2017-11-22 2017-11-28 199.048.164.200 759 753 2017-11-25 2017-11-25 103.243.187.252 1088 753 2017-11-25 2017-11-30 223.112.000.083 1305 753 2017-11-12 2017-12-05 121.239.086.246 1076 753 2017-11-27 2017-12-04 122.114.044.158 1402 753 2017-11-14 2017-12-05 054.251.176.201 2803 753 2017-10-26 2017-11-24 216.098.153.251 1374 753 2017-11-15 2017-12-01 116.075.179.166 1256 753 2017-11-16 2017-12-04 058.062.238.246 1679 753 2017-11-12 2017-12-05 112.081.094.083 1154 753 2017-11-23 2017-11-28 059.191.141.023 1501 753 2017-11-01 2017-12-05 122.194.009.220 1968 753 2017-10-31 2017-12-04 117.108.010.190 1415 753 2017-11-01 2017-12-05 117.108.059.153 1735 753 2017-11-01 2017-12-05 125.013.013.125 1299 752 2017-11-01 2017-12-05 104.236.154.250 846 752 2017-11-09 2017-11-23 221.133.096.042 1370 752 2017-11-02 2017-12-05 051.015.083.201 1123 752 2017-11-03 2017-12-05 058.040.016.136 1793 752 2017-10-30 2017-11-27 123.201.149.182 1144 752 2017-11-23 2017-12-01 013.065.194.093 763 752 2017-12-03 2017-12-05 185.093.242.112 1738 752 2017-10-31 2017-12-05 141.212.122.030 1469 752 2017-11-16 2017-12-05 141.212.122.020 1485 751 2017-10-26 2017-12-05 043.243.148.087 1312 751 2017-11-16 2017-12-05 163.131.167.075 1419 751 2017-11-02 2017-12-05 049.128.103.163 1379 751 2017-11-02 2017-12-05 122.114.182.122 1324 751 2017-11-05 2017-12-04 169.001.033.161 1440 751 2017-10-28 2017-12-02 195.022.126.145 923 751 2017-12-01 2017-12-05 116.073.204.045 1146 751 2017-11-23 2017-12-02 110.017.165.146 1692 751 2017-10-30 2017-12-04 086.110.119.018 9406 751 2017-11-22 2017-12-03 177.036.249.034 1168 750 2017-11-07 2017-12-05 120.004.147.181 1057 750 2017-11-26 2017-12-04 216.098.153.239 1390 750 2017-11-09 2017-12-01 061.144.107.114 1596 750 2017-11-07 2017-11-25 141.212.122.080 1944 750 2017-11-18 2017-12-05 061.190.132.026 1229 750 2017-11-01 2017-12-04 064.063.134.013 3187 750 2017-10-26 2017-12-05 058.221.187.004 970 750 2017-11-20 2017-11-22 061.021.164.019 1430 750 2017-11-01 2017-12-05 113.020.236.057 1402 750 2017-11-02 2017-12-02 122.152.035.033 1666 750 2017-11-01 2017-12-05 219.113.113.177 1988 750 2017-11-02 2017-12-05 219.103.053.141 1331 750 2017-11-01 2017-12-05 178.033.248.207 3647 750 2017-11-12 2017-11-13 123.116.251.057 1042 750 2017-11-30 2017-12-05 133.155.226.193 1426 750 2017-11-02 2017-12-05 219.115.050.062 1391 750 2017-11-01 2017-12-05 051.015.218.178 999 750 2017-10-31 2017-12-05 097.078.208.044 1475 749 2017-11-03 2017-12-05 051.015.146.174 1551 749 2017-11-10 2017-12-05 051.015.072.013 1133 749 2017-11-03 2017-12-05 116.072.051.071 2343 749 2017-11-07 2017-11-24 027.098.054.046 1518 749 2017-11-02 2017-12-05 042.150.049.103 1350 749 2017-11-02 2017-12-05 115.099.017.205 1433 749 2017-11-05 2017-11-30 116.226.216.105 1364 749 2017-11-17 2017-12-05 180.101.252.083 1155 749 2017-11-16 2017-12-05 101.095.171.230 1329 749 2017-11-12 2017-12-05 042.123.082.064 1249 749 2017-11-10 2017-12-05 221.232.141.093 1479 748 2017-11-15 2017-12-05 221.213.054.076 1335 748 2017-11-08 2017-12-05 113.161.212.026 1399 748 2017-10-27 2017-12-05 060.011.249.242 1319 748 2017-11-14 2017-12-05 203.070.214.154 1606 748 2017-11-02 2017-12-03 060.165.134.050 1129 748 2017-11-12 2017-12-05 061.026.112.151 1687 748 2017-11-01 2017-12-04 119.026.178.184 1420 748 2017-11-02 2017-12-05 042.147.109.019 1354 748 2017-11-01 2017-12-05 027.141.029.081 1404 748 2017-11-02 2017-12-05 049.207.011.174 1667 748 2017-10-26 2017-11-21 104.223.143.017 1226 748 2017-11-27 2017-12-05 202.065.155.183 4755 748 2017-11-13 2017-11-21 119.010.029.080 1620 747 2017-10-26 2017-11-30 188.074.110.068 1944 747 2017-11-05 2017-11-24 222.077.097.121 1325 747 2017-10-25 2017-12-05 218.077.080.122 1260 747 2017-11-01 2017-12-04 101.030.011.079 1041 747 2017-11-26 2017-12-03 218.205.119.050 1442 747 2017-11-17 2017-12-05 139.101.050.125 1386 747 2017-11-02 2017-12-05 117.109.028.054 1653 747 2017-11-01 2017-12-05 122.197.222.109 1659 747 2017-11-02 2017-12-05 202.008.214.068 1660 747 2017-11-02 2017-12-05 051.015.210.042 1043 747 2017-11-07 2017-12-05 103.013.063.022 1648 746 2017-11-02 2017-12-05 059.191.172.068 1423 746 2017-11-02 2017-12-05 042.083.037.215 1349 746 2017-11-01 2017-12-05 117.109.034.176 1388 746 2017-11-01 2017-12-05 061.086.089.227 1372 746 2017-11-02 2017-12-05 103.028.038.161 1532 746 2017-11-08 2017-12-05 027.141.066.210 1385 746 2017-11-01 2017-12-05 042.151.050.034 1380 746 2017-11-02 2017-12-05 054.036.172.184 1493 746 2017-11-02 2017-12-01 183.082.061.117 2293 746 2017-11-14 2017-12-02 115.024.177.026 1431 746 2017-10-28 2017-12-05 216.098.153.232 1360 746 2017-11-09 2017-12-01 188.166.153.051 1072 746 2017-11-18 2017-11-21 223.017.194.195 1013 746 2017-11-26 2017-12-05 211.215.021.219 1306 746 2017-11-15 2017-12-05 119.010.058.153 1362 746 2017-11-08 2017-12-05 061.101.219.244 1286 746 2017-11-19 2017-12-05 116.074.103.020 1336 746 2017-11-14 2017-11-21 039.112.225.012 1376 746 2017-11-15 2017-12-05 111.047.080.115 1257 746 2017-11-20 2017-12-05 116.073.134.181 1164 745 2017-11-18 2017-12-02 122.114.249.054 1457 745 2017-10-26 2017-12-04 092.004.165.104 2166 745 2017-11-13 2017-11-23 169.000.196.005 1227 745 2017-11-16 2017-11-27 141.212.122.142 1668 745 2017-11-16 2017-12-04 103.074.072.027 1100 745 2017-11-28 2017-12-03 120.132.023.055 1168 745 2017-11-18 2017-12-05 220.202.107.057 1200 745 2017-11-20 2017-11-28 111.078.078.072 1050 745 2017-11-28 2017-12-05 220.153.069.083 1443 745 2017-11-02 2017-12-05 045.250.232.004 1971 745 2017-11-03 2017-11-26 092.063.091.009 2931 745 2017-11-03 2017-12-05 185.217.000.139 853 745 2017-11-23 2017-11-29 210.013.064.018 1150 745 2017-11-19 2017-12-05 060.254.052.092 1075 744 2017-11-27 2017-12-05 219.091.253.111 1302 744 2017-10-31 2017-12-05 153.036.014.073 1863 744 2017-11-27 2017-12-04 157.107.059.101 1311 744 2017-11-03 2017-12-05 045.046.015.082 1000 744 2017-11-19 2017-12-05 042.051.201.073 2218 744 2017-11-22 2017-12-01 218.003.081.148 1265 744 2017-11-11 2017-11-30 060.191.008.154 1602 744 2017-10-23 2017-12-05 222.073.042.100 1290 744 2017-10-24 2017-12-05 183.086.039.177 1431 744 2017-11-02 2017-12-05 203.095.035.084 1613 744 2017-11-02 2017-12-05 119.175.091.048 1361 744 2017-11-01 2017-12-05 027.141.029.203 1651 744 2017-11-02 2017-12-04 114.187.254.033 1679 743 2017-11-02 2017-12-05 202.173.099.131 1651 743 2017-11-02 2017-12-05 052.187.074.123 1130 743 2017-11-30 2017-12-01 210.163.222.204 1893 743 2017-11-02 2017-12-05 116.220.073.223 1347 743 2017-11-01 2017-12-05 060.173.010.016 1412 743 2017-11-12 2017-12-03 059.048.122.182 1301 743 2017-11-05 2017-12-03 122.171.235.112 1622 743 2017-11-14 2017-11-26 014.134.010.128 1499 743 2017-11-09 2017-11-25 141.212.122.017 1429 743 2017-10-26 2017-12-05 038.087.069.016 1302 743 2017-10-23 2017-12-05 089.163.242.160 3952 743 2017-11-18 2017-11-23 061.153.225.194 1498 743 2017-10-24 2017-12-05 202.177.226.181 1099 743 2017-11-22 2017-12-01 046.099.158.235 1441 743 2017-10-30 2017-12-05 123.025.190.033 3907 743 2017-11-13 2017-12-05 220.180.176.192 1009 742 2017-11-22 2017-12-05 151.000.179.087 1375 742 2017-11-16 2017-12-05 222.174.243.134 1284 742 2017-11-18 2017-12-05 123.133.155.243 1279 742 2017-11-26 2017-12-01 141.212.122.140 1526 742 2017-10-27 2017-12-04 222.178.239.066 1518 742 2017-11-14 2017-11-28 157.014.206.186 1466 742 2017-11-02 2017-12-05 119.170.038.169 1334 742 2017-11-02 2017-12-05 027.212.094.241 1056 742 2017-11-26 2017-12-05 061.125.154.180 1297 742 2017-11-02 2017-12-05 027.096.087.202 1059 742 2017-11-25 2017-12-03 005.008.088.218 1201 742 2017-11-17 2017-11-24 116.074.127.037 1035 742 2017-11-27 2017-12-05 132.147.086.119 1002 742 2017-11-25 2017-12-01 111.202.194.195 1037 741 2017-11-22 2017-12-04 202.071.021.052 1195 741 2017-11-11 2017-12-05 083.103.067.215 1388 741 2017-11-17 2017-12-05 094.255.191.155 1567 741 2017-11-10 2017-11-12 060.062.150.062 1231 741 2017-11-01 2017-12-05 110.132.165.055 1410 741 2017-11-02 2017-12-05 051.015.190.072 41417 741 2017-11-09 2017-12-04 169.000.053.219 1386 741 2017-11-28 2017-12-05 208.093.152.177 2608 741 2017-11-30 2017-12-05 124.140.080.073 1700 740 2017-11-01 2017-12-05 185.120.005.076 970 740 2017-12-01 2017-12-05 211.013.033.101 1656 740 2017-11-01 2017-12-05 116.000.181.204 1303 740 2017-11-02 2017-12-05 124.036.107.084 1686 740 2017-11-02 2017-12-02 051.015.070.087 1141 740 2017-11-03 2017-12-05 210.203.214.027 1311 740 2017-11-02 2017-12-05 110.044.068.093 1501 740 2017-11-02 2017-12-05 219.110.241.185 1381 740 2017-11-01 2017-12-05 202.137.059.110 1381 740 2017-11-02 2017-12-05 042.125.177.240 1915 740 2017-11-02 2017-12-04 043.239.078.116 1107 740 2017-11-25 2017-11-30 084.039.112.160 1586 740 2017-11-22 2017-11-28 221.203.019.192 1223 740 2017-10-30 2017-12-05 088.209.082.074 2100 740 2017-10-30 2017-12-05 078.192.001.117 1321 740 2017-10-29 2017-12-05 118.200.218.216 1419 740 2017-11-05 2017-11-23 114.255.013.085 1256 740 2017-10-23 2017-12-05 117.034.110.103 880 740 2017-10-30 2017-12-05 141.212.122.027 1604 739 2017-11-15 2017-12-05 080.244.095.089 1466 739 2017-10-27 2017-12-05 058.221.049.189 791 739 2017-11-15 2017-11-21 122.114.212.061 1420 739 2017-11-08 2017-12-05 141.212.122.153 1497 739 2017-11-18 2017-12-05 059.168.234.235 1456 739 2017-11-01 2017-12-05 060.062.015.106 1645 739 2017-11-01 2017-12-05 210.172.216.010 1301 739 2017-11-02 2017-12-05 125.009.001.232 1394 739 2017-11-01 2017-12-05 061.115.137.188 1386 739 2017-11-01 2017-12-05 212.031.054.125 9773 739 2017-11-17 2017-11-23 120.050.234.093 1321 739 2017-11-02 2017-12-05 114.190.108.178 1378 739 2017-11-02 2017-12-05 203.109.107.074 1011 739 2017-11-30 2017-12-05 116.074.102.002 1046 739 2017-11-25 2017-12-03 114.254.157.083 2074 739 2017-11-26 2017-12-05 043.245.102.246 1080 739 2017-11-01 2017-12-02 103.228.130.053 814 739 2017-11-12 2017-12-05 117.010.002.157 1077 738 2017-11-26 2017-12-02 222.092.006.163 1028 738 2017-11-25 2017-12-05 103.236.252.043 1411 738 2017-11-16 2017-12-05 110.053.023.146 1057 738 2017-11-21 2017-12-05 121.116.174.047 1355 738 2017-11-02 2017-12-05 202.076.199.116 2124 738 2017-11-02 2017-12-05 211.125.218.016 1397 738 2017-11-02 2017-12-05 185.094.188.028 3829 738 2017-11-07 2017-11-17 202.171.085.034 1676 738 2017-11-02 2017-12-05 103.011.208.138 1367 738 2017-11-02 2017-12-05 119.170.153.007 1306 738 2017-11-01 2017-12-05 120.072.013.223 1398 738 2017-11-02 2017-12-05 169.001.133.119 1014 737 2017-11-28 2017-12-05 125.004.148.124 1693 737 2017-11-02 2017-12-05 074.059.118.072 1694 737 2017-10-29 2017-12-05 182.065.169.223 1041 737 2017-11-30 2017-12-05 220.107.029.178 1612 737 2017-11-01 2017-12-05 060.061.215.131 1202 737 2017-11-01 2017-12-05 153.125.069.140 1768 737 2017-11-02 2017-12-05 183.063.012.222 1334 737 2017-10-29 2017-12-05 112.091.093.209 1014 737 2017-11-25 2017-12-05 116.074.092.032 1403 737 2017-11-18 2017-11-26 060.010.057.137 1179 737 2017-11-04 2017-12-05 112.090.239.034 1365 737 2017-10-23 2017-12-05 049.236.206.129 1397 737 2017-11-12 2017-12-05 216.098.153.248 1308 736 2017-11-09 2017-12-01 189.017.037.115 1253 736 2017-10-28 2017-12-05 202.008.216.010 1314 736 2017-11-02 2017-12-05 121.114.150.097 1525 736 2017-11-02 2017-12-05 061.026.024.069 1386 736 2017-11-02 2017-12-05 049.128.173.025 1101 736 2017-11-11 2017-12-05 209.198.049.050 1164 736 2017-11-07 2017-11-09 068.071.045.135 829 736 2017-12-01 2017-12-04 122.114.228.193 1131 736 2017-11-10 2017-12-04 031.186.250.072 1945 736 2017-10-31 2017-11-21 141.212.122.156 1532 736 2017-10-28 2017-12-05 222.184.056.249 1655 735 2017-11-04 2017-12-05 005.031.015.022 1056 735 2017-11-26 2017-12-01 103.038.247.008 1089 735 2017-11-25 2017-11-30 194.246.105.193 1987 735 2017-11-11 2017-12-05 122.137.242.042 1399 735 2017-11-04 2017-12-05 220.165.009.015 1491 735 2017-11-20 2017-12-05 119.250.054.230 1093 735 2017-11-21 2017-11-30 043.247.071.110 1258 735 2017-11-16 2017-12-05 089.250.087.012 1243 735 2017-11-11 2017-12-05 220.220.234.049 1310 735 2017-11-02 2017-12-05 093.046.181.238 1196 735 2017-11-09 2017-11-28 110.134.242.133 1649 735 2017-11-02 2017-12-04 122.251.188.227 1334 735 2017-11-02 2017-12-05 203.140.184.254 1307 735 2017-11-02 2017-12-05 118.082.062.245 1196 735 2017-11-01 2017-12-05 180.038.139.142 1534 734 2017-11-02 2017-12-05 126.093.178.097 1311 734 2017-11-02 2017-12-05 023.117.243.045 1250 734 2017-11-03 2017-12-05 124.240.230.087 1229 734 2017-11-01 2017-12-05 216.098.153.243 1321 734 2017-11-01 2017-12-01 218.107.038.070 1585 734 2017-10-30 2017-11-20 182.131.125.106 1361 734 2017-10-25 2017-12-05 218.087.194.083 1475 734 2017-11-08 2017-12-05 221.001.106.115 1412 733 2017-11-01 2017-12-05 005.188.086.051 8980 733 2017-11-15 2017-12-05 014.192.030.039 1513 733 2017-10-24 2017-12-01 221.178.150.062 1200 733 2017-11-01 2017-12-04 061.213.022.031 1300 733 2017-11-02 2017-12-05 027.126.109.208 1308 733 2017-11-01 2017-12-05 061.206.204.188 1330 733 2017-11-02 2017-12-05 205.209.159.084 1484 733 2017-10-24 2017-11-25 116.074.208.161 1335 733 2017-10-31 2017-12-01 185.040.004.020 1040 733 2017-10-26 2017-11-27 185.008.051.218 8587 732 2017-11-12 2017-11-20 222.080.072.046 1000 732 2017-11-20 2017-12-05 112.081.068.233 1692 732 2017-11-27 2017-12-04 216.098.153.240 1334 732 2017-11-09 2017-11-30 182.061.033.063 1115 732 2017-11-22 2017-12-05 061.186.141.029 3572 732 2017-11-07 2017-11-21 181.065.246.178 1289 732 2017-11-15 2017-12-05 139.060.161.162 1585 732 2017-12-02 2017-12-05 067.129.171.155 1427 732 2017-11-07 2017-12-05 220.254.212.096 1349 732 2017-11-01 2017-12-05 061.125.067.093 1155 732 2017-11-01 2017-12-05 058.070.063.168 1338 732 2017-11-02 2017-12-05 119.164.027.101 1029 732 2017-11-30 2017-12-05 203.141.122.106 1822 732 2017-11-02 2017-12-05 115.163.029.142 1663 731 2017-11-02 2017-12-05 122.133.093.001 1299 731 2017-11-01 2017-12-05 124.246.200.092 1310 731 2017-11-02 2017-12-05 180.063.137.169 1613 731 2017-11-02 2017-12-05 178.054.191.143 737 731 2017-11-30 2017-12-05 060.254.125.059 1149 731 2017-11-18 2017-11-28 176.060.067.075 2586 731 2017-11-17 2017-11-18 212.008.240.195 3234 731 2017-11-18 2017-11-20 001.180.145.242 1428 731 2017-10-22 2017-12-05 222.134.214.219 1274 731 2017-11-14 2017-12-01 128.106.131.084 1689 731 2017-11-04 2017-11-21 121.012.162.186 1173 731 2017-10-23 2017-12-05 101.001.114.126 1319 731 2017-11-02 2017-12-05 180.175.233.166 1013 731 2017-11-16 2017-12-05 218.065.178.038 1398 731 2017-10-26 2017-12-05 117.007.234.183 1367 730 2017-10-22 2017-11-30 222.073.139.109 1195 730 2017-11-09 2017-12-05 091.218.140.227 1010 730 2017-11-23 2017-12-05 095.006.045.151 1064 730 2017-11-19 2017-12-05 111.012.059.022 1811 730 2017-11-13 2017-11-24 043.230.132.131 2782 730 2017-11-20 2017-12-01 014.116.146.018 1123 730 2017-11-13 2017-12-03 110.053.148.089 2237 730 2017-11-06 2017-12-03 051.015.084.227 1109 730 2017-11-03 2017-12-05 061.114.076.177 1336 730 2017-11-02 2017-12-05 111.121.193.195 4507 730 2017-11-28 2017-12-05 001.030.218.043 1160 730 2017-11-02 2017-12-05 115.239.227.066 1436 730 2017-11-13 2017-12-05 061.178.213.002 1332 730 2017-11-01 2017-12-05 042.122.194.167 1509 729 2017-11-17 2017-11-26 185.009.019.153 2424 729 2017-11-16 2017-11-28 027.004.028.174 1441 729 2017-11-24 2017-12-03 117.060.138.142 1885 729 2017-11-25 2017-12-02 141.212.122.082 1746 729 2017-11-18 2017-12-05 119.010.053.176 1292 729 2017-11-12 2017-12-05 118.010.192.228 1303 729 2017-11-01 2017-12-05 211.125.107.247 1196 729 2017-11-02 2017-12-05 221.170.120.219 1357 729 2017-11-01 2017-12-05 049.238.031.133 1329 729 2017-11-01 2017-12-05 119.047.131.168 1287 728 2017-11-02 2017-12-05 157.119.206.035 1038 728 2017-11-29 2017-12-05 203.140.212.035 1352 728 2017-11-02 2017-12-05 223.216.234.049 1729 728 2017-11-02 2017-12-05 218.241.130.034 846 728 2017-11-23 2017-12-05 189.059.008.107 1338 728 2017-11-16 2017-12-04 027.152.075.036 1028 728 2017-12-01 2017-12-05 124.207.148.216 1364 727 2017-11-04 2017-12-05 203.192.197.023 1056 727 2017-11-27 2017-12-05 122.100.186.051 980 727 2017-11-28 2017-12-04 133.232.064.184 994 727 2017-10-28 2017-11-29 124.159.107.017 1298 727 2017-11-02 2017-12-05 060.254.122.009 1348 727 2017-11-16 2017-11-27 103.056.086.102 1292 727 2017-11-16 2017-12-02 061.132.107.030 1616 727 2017-10-27 2017-12-05 201.206.204.133 1331 727 2017-11-16 2017-12-05 141.212.122.025 1375 727 2017-10-26 2017-12-05 122.114.036.158 1316 726 2017-11-19 2017-12-05 117.071.053.214 872 726 2017-11-20 2017-12-05 141.212.122.157 1484 726 2017-10-25 2017-12-05 027.200.085.231 1262 726 2017-11-19 2017-11-23 052.167.112.209 1341 726 2017-11-13 2017-11-26 062.099.078.212 1294 726 2017-10-27 2017-12-05 122.114.170.043 1370 726 2017-11-14 2017-12-05 080.211.253.042 1114 726 2017-12-05 2017-12-05 027.198.174.180 1756 726 2017-11-26 2017-12-04 111.226.056.006 981 726 2017-11-26 2017-12-05 115.069.255.030 1533 726 2017-10-28 2017-11-29 060.254.041.116 1082 726 2017-11-26 2017-12-01 114.134.104.102 1263 726 2017-11-02 2017-12-05 180.146.191.020 1362 726 2017-11-02 2017-12-05 027.100.044.072 1928 726 2017-11-10 2017-12-04 221.194.002.108 997 726 2017-11-30 2017-12-05 125.013.024.175 1480 726 2017-11-02 2017-12-05 118.087.184.023 1335 726 2017-11-02 2017-12-05 116.073.214.234 1706 726 2017-11-05 2017-11-23 114.245.017.196 1018 726 2017-11-30 2017-12-05 042.144.064.034 1627 725 2017-11-01 2017-12-05 101.050.005.190 1359 725 2017-11-02 2017-12-05 051.015.221.198 1011 725 2017-11-07 2017-12-05 178.074.009.215 1705 725 2017-11-03 2017-12-01 058.189.045.099 1448 725 2017-11-01 2017-12-05 145.249.106.199 1272 725 2017-11-19 2017-11-23 141.212.122.023 1411 725 2017-11-08 2017-12-05 041.071.077.060 1358 725 2017-11-14 2017-12-04 216.098.153.241 1241 725 2017-11-09 2017-12-05 203.091.185.253 1124 725 2017-11-15 2017-12-05 141.212.122.154 1516 725 2017-10-27 2017-12-05 180.189.114.157 1651 725 2017-10-30 2017-12-05 222.221.152.037 1080 725 2017-11-22 2017-11-30 116.072.047.066 995 725 2017-11-27 2017-12-05 124.155.246.059 1061 725 2017-11-26 2017-12-01 221.225.118.016 972 725 2017-11-24 2017-12-05 027.223.128.171 893 724 2017-11-24 2017-12-05 139.060.161.072 1069 724 2017-10-27 2017-11-27 154.041.002.016 1079 724 2017-11-19 2017-12-05 103.074.192.121 1259 724 2017-11-22 2017-11-23 095.215.060.011 754 724 2017-12-01 2017-12-03 223.134.230.053 1323 724 2017-11-01 2017-12-04 167.088.177.161 7452 724 2017-11-08 2017-11-30 210.020.068.099 1651 724 2017-11-02 2017-12-05 202.137.190.118 1192 724 2017-11-01 2017-12-05 175.100.154.009 1974 724 2017-11-16 2017-12-03 202.134.188.061 3002 724 2017-11-20 2017-11-30 222.217.224.069 1289 724 2017-11-18 2017-12-05 119.126.089.094 1047 724 2017-11-16 2017-12-05 218.090.164.242 1201 724 2017-11-10 2017-12-05 141.212.122.091 1778 724 2017-10-27 2017-12-05 207.107.146.109 1349 723 2017-11-18 2017-12-05 179.127.050.153 1418 723 2017-11-05 2017-12-05 115.097.231.025 1094 723 2017-11-24 2017-12-02 116.074.126.208 1014 723 2017-11-26 2017-12-04 220.152.088.143 1097 723 2017-11-02 2017-12-05 126.042.115.028 1580 723 2017-11-02 2017-12-05 123.138.036.090 1264 723 2017-11-07 2017-11-29 180.024.162.055 1644 723 2017-11-02 2017-12-05 122.019.182.205 1580 723 2017-11-02 2017-12-05 061.163.083.134 1693 723 2017-11-09 2017-12-05 005.020.016.148 1482 722 2017-11-03 2017-11-22 171.105.047.024 1473 722 2017-11-15 2017-12-05 042.122.123.140 1546 722 2017-11-28 2017-12-05 122.228.187.155 1197 722 2017-11-10 2017-12-04 060.254.022.099 1060 722 2017-11-23 2017-12-01 222.078.191.070 1201 722 2017-10-27 2017-12-04 220.133.115.153 1238 722 2017-11-17 2017-12-01 181.030.111.046 1114 721 2017-11-17 2017-11-29 165.073.024.072 1357 721 2017-11-07 2017-12-01 001.190.093.004 1121 721 2017-11-25 2017-11-30 218.018.152.089 1351 721 2017-11-12 2017-12-05 116.073.208.029 1153 721 2017-11-18 2017-11-28 122.223.123.160 1334 721 2017-11-02 2017-12-03 113.020.252.045 1514 721 2017-11-02 2017-12-05 112.137.090.014 1433 721 2017-11-02 2017-12-02 122.013.003.168 1378 721 2017-11-04 2017-12-04 117.159.003.002 1479 721 2017-11-17 2017-12-05 183.166.187.135 1163 721 2017-11-21 2017-12-05 195.003.144.082 8152 720 2017-10-28 2017-12-05 218.161.034.004 1128 720 2017-11-19 2017-12-02 175.006.007.140 1338 720 2017-11-21 2017-12-05 182.065.219.003 1245 720 2017-11-19 2017-11-25 031.047.194.150 1317 720 2017-11-10 2017-12-05 101.071.029.235 2315 720 2017-11-12 2017-12-05 182.237.155.116 945 720 2017-11-29 2017-12-04 140.255.097.116 1351 720 2017-11-04 2017-11-29 210.171.086.081 1331 720 2017-11-01 2017-12-05 122.227.078.082 1186 720 2017-11-01 2017-12-03 175.177.051.051 1883 720 2017-11-02 2017-12-05 186.202.182.067 1585 720 2017-11-08 2017-11-29 203.146.127.070 935 720 2017-11-15 2017-11-28 221.194.044.102 1008 719 2017-11-08 2017-11-11 123.207.029.234 1323 719 2017-11-14 2017-12-05 088.165.078.201 1117 719 2017-11-14 2017-12-05 216.098.153.234 1343 719 2017-11-15 2017-12-01 119.004.225.125 1202 719 2017-11-08 2017-12-05 202.134.169.031 2447 719 2017-11-16 2017-11-18 091.226.192.005 1605 719 2017-11-13 2017-11-23 158.140.137.007 903 719 2017-10-27 2017-12-05 046.148.042.174 1051 719 2017-11-12 2017-12-04 060.254.092.105 999 719 2017-11-27 2017-12-05 049.112.093.169 1315 718 2017-11-18 2017-11-25 114.191.021.033 1327 718 2017-11-02 2017-12-05 116.193.238.226 1315 718 2017-11-02 2017-12-05 169.000.175.073 956 718 2017-11-28 2017-12-05 218.228.082.214 1286 718 2017-11-02 2017-12-04 182.050.205.245 1477 718 2017-11-02 2017-12-03 196.014.219.202 3713 718 2017-11-12 2017-12-05 106.075.075.184 1481 718 2017-11-16 2017-11-23 182.065.207.154 1788 718 2017-11-20 2017-11-26 122.114.170.252 1368 718 2017-10-22 2017-12-05 094.060.255.206 727 717 2017-11-21 2017-12-01 216.098.153.253 1421 717 2017-11-09 2017-12-05 113.131.183.019 3846 717 2017-11-18 2017-11-24 202.134.156.011 2485 717 2017-11-20 2017-11-27 151.000.134.054 1315 717 2017-11-17 2017-12-05 189.054.130.110 2153 717 2017-11-04 2017-11-22 094.203.216.099 1558 717 2017-10-25 2017-12-01 080.244.095.094 1267 717 2017-10-30 2017-12-05 216.098.153.230 1253 717 2017-11-09 2017-12-05 058.221.042.210 887 717 2017-10-26 2017-11-24 180.233.151.210 1261 717 2017-11-11 2017-12-05 041.212.037.138 828 717 2017-11-08 2017-12-03 103.048.153.081 990 717 2017-11-06 2017-12-05 124.144.083.011 1357 717 2017-11-02 2017-12-05 110.051.161.039 1205 717 2017-10-29 2017-12-05 181.231.094.075 1434 717 2017-11-02 2017-12-05 100.042.227.046 1708 716 2017-11-10 2017-12-05 163.172.183.237 1072 716 2017-11-07 2017-12-04 133.208.246.035 1366 716 2017-11-01 2017-12-05 219.099.023.151 1329 716 2017-11-01 2017-12-05 058.221.146.166 1407 716 2017-11-10 2017-12-03 202.146.086.098 1351 716 2017-11-03 2017-12-05 185.055.218.237 3364 716 2017-11-15 2017-11-16 058.211.171.026 1002 716 2017-11-16 2017-12-05 185.207.206.226 729 716 2017-12-05 2017-12-05 103.081.035.119 1049 716 2017-11-25 2017-12-02 058.034.069.187 1040 715 2017-11-12 2017-12-05 045.250.232.050 1112 715 2017-11-24 2017-12-04 185.063.255.207 105313 715 2017-11-12 2017-11-21 222.198.128.214 1239 715 2017-10-31 2017-12-05 116.074.136.179 1021 715 2017-11-27 2017-12-05 183.082.219.120 1235 715 2017-11-18 2017-11-24 112.068.173.130 1315 715 2017-11-02 2017-12-05 059.170.046.082 1245 715 2017-11-01 2017-12-05 219.113.123.018 1367 715 2017-11-01 2017-12-04 185.107.094.081 1266 715 2017-11-07 2017-11-09 217.199.160.190 1340 715 2017-11-16 2017-12-04 042.201.196.042 1130 715 2017-10-30 2017-12-05 221.203.080.070 1325 715 2017-11-19 2017-12-05 216.098.153.229 1228 715 2017-11-18 2017-12-05 141.212.122.026 1392 715 2017-11-15 2017-12-05 141.212.122.087 1733 715 2017-11-19 2017-12-05 187.037.016.134 1155 715 2017-11-17 2017-12-05 141.212.122.155 1525 715 2017-10-27 2017-12-05 036.067.070.250 1352 715 2017-11-14 2017-12-05 067.180.128.240 1282 714 2017-10-25 2017-12-05 183.238.023.178 1542 714 2017-11-03 2017-12-05 041.231.252.025 1272 714 2017-11-17 2017-12-05 059.011.087.187 1252 714 2017-11-04 2017-12-05 050.056.212.225 1343 714 2017-11-05 2017-12-05 221.219.020.143 1040 714 2017-11-26 2017-11-30 182.065.120.043 1015 714 2017-11-30 2017-12-05 169.000.146.242 976 714 2017-11-28 2017-12-05 202.151.118.154 1378 714 2017-11-02 2017-12-02 061.027.212.030 1301 714 2017-11-02 2017-12-05 223.133.189.075 1314 714 2017-11-02 2017-12-05 012.038.140.165 748 714 2017-10-30 2017-11-28 121.115.101.084 1329 714 2017-11-02 2017-12-05 202.170.103.240 1299 714 2017-11-01 2017-12-05 116.074.125.170 1683 713 2017-11-07 2017-11-23 121.086.250.158 1303 713 2017-11-02 2017-12-05 118.105.221.024 1417 713 2017-11-01 2017-12-05 223.099.142.009 1119 713 2017-11-06 2017-12-03 114.095.214.094 1269 713 2017-10-29 2017-12-05 120.050.226.209 1225 713 2017-11-02 2017-12-05 180.004.177.230 1268 713 2017-11-01 2017-12-05 162.154.037.157 1708 713 2017-11-01 2017-11-22 060.209.161.179 2449 713 2017-11-05 2017-11-13 036.102.226.033 2212 713 2017-11-02 2017-11-22 103.219.140.052 1178 713 2017-11-06 2017-12-01 027.007.125.070 1502 713 2017-11-14 2017-11-21 116.094.060.080 1309 713 2017-11-02 2017-12-04 116.255.149.196 1478 713 2017-10-29 2017-12-05 093.174.093.241 2522 713 2017-11-14 2017-11-14 125.135.033.215 2174 713 2017-11-17 2017-11-18 116.073.204.075 1007 713 2017-11-27 2017-12-05 039.077.211.088 1043 713 2017-11-23 2017-11-30 112.240.079.133 1082 712 2017-11-22 2017-11-30 060.025.237.054 1124 712 2017-11-24 2017-11-29 061.155.041.224 1184 712 2017-11-08 2017-12-05 123.249.003.183 10638 712 2017-11-03 2017-12-05 113.054.011.247 1856 712 2017-11-01 2017-11-24 210.131.133.009 1732 712 2017-11-01 2017-12-05 058.094.095.228 1298 712 2017-11-02 2017-12-05 005.069.218.117 1180 712 2017-11-15 2017-12-05 222.074.240.146 1424 712 2017-10-28 2017-12-05 103.202.222.038 1187 712 2017-11-17 2017-11-25 089.039.016.202 1269 712 2017-10-27 2017-12-03 123.203.178.121 1173 712 2017-11-16 2017-11-25 123.201.245.112 1056 712 2017-11-20 2017-12-05 103.031.249.196 734 712 2017-11-28 2017-12-05 118.033.075.186 1709 711 2017-10-27 2017-12-05 221.194.044.156 4257 711 2017-11-12 2017-11-24 060.002.046.235 1103 711 2017-11-12 2017-11-30 037.156.071.020 1783 711 2017-10-25 2017-12-05 118.200.074.174 2151 711 2017-11-05 2017-11-19 165.073.026.074 1237 711 2017-11-04 2017-11-27 103.072.206.231 1002 711 2017-11-29 2017-12-05 116.009.156.054 756 711 2017-11-16 2017-12-03 221.229.166.121 3187 711 2017-11-09 2017-11-10 114.248.218.066 1380 711 2017-11-27 2017-12-03 178.174.228.036 1237 711 2017-10-28 2017-12-05 061.115.212.028 1143 711 2017-11-01 2017-12-05 124.072.245.211 960 711 2017-12-01 2017-12-05 124.241.148.217 1562 710 2017-11-02 2017-12-05 023.095.097.022 882 710 2017-11-29 2017-12-05 122.152.059.241 1336 710 2017-11-02 2017-12-05 125.058.085.085 1150 710 2017-11-01 2017-12-05 121.050.169.063 1085 710 2017-11-15 2017-11-30 126.116.171.205 1292 710 2017-11-02 2017-12-05 116.072.040.189 1299 710 2017-11-15 2017-11-26 111.223.039.141 1731 710 2017-11-05 2017-11-30 103.237.158.159 1493 710 2017-11-14 2017-11-16 078.187.038.128 1298 710 2017-11-09 2017-12-05 177.021.200.023 1365 710 2017-11-18 2017-12-05 185.129.037.147 1135 710 2017-11-01 2017-12-05 115.068.046.024 1290 710 2017-10-28 2017-12-05 123.247.045.036 1039 710 2017-11-26 2017-12-01 122.114.172.220 1342 710 2017-10-28 2017-12-05 183.129.189.109 1232 710 2017-11-05 2017-12-05 205.209.159.083 21340 709 2017-10-24 2017-11-24 060.026.140.221 1095 709 2017-11-24 2017-11-29 060.003.217.112 946 709 2017-11-26 2017-12-05 223.013.025.130 1081 709 2017-11-25 2017-11-30 124.255.140.062 1228 709 2017-11-01 2017-12-05 061.021.136.003 1230 709 2017-11-01 2017-12-05 203.188.210.131 1356 709 2017-11-01 2017-12-05 219.111.069.002 1243 708 2017-11-02 2017-12-05 183.176.150.085 1564 708 2017-11-02 2017-12-05 202.220.254.098 1197 708 2017-11-02 2017-12-05 058.094.111.019 1574 708 2017-11-02 2017-12-05 163.131.061.004 1594 708 2017-11-02 2017-12-05 133.203.047.001 1603 708 2017-11-02 2017-12-05 211.140.139.212 1379 708 2017-10-26 2017-12-05 077.072.085.008 5341 708 2017-11-22 2017-11-27 125.027.095.056 1007 708 2017-11-24 2017-12-01 058.018.130.101 1372 708 2017-10-30 2017-12-05 222.093.148.055 1112 708 2017-11-17 2017-12-05 114.219.065.063 1024 708 2017-11-19 2017-12-05 101.028.112.071 1013 708 2017-12-01 2017-12-05 142.252.255.235 1011 708 2017-10-25 2017-12-05 116.255.181.013 1103 708 2017-10-30 2017-12-05 116.255.205.043 1449 707 2017-10-29 2017-12-05 141.212.122.150 1508 707 2017-10-27 2017-12-05 042.123.126.246 1315 707 2017-11-18 2017-12-05 122.114.080.190 1236 707 2017-11-16 2017-12-05 183.087.162.042 2628 707 2017-11-06 2017-11-13 058.166.214.230 1547 707 2017-11-29 2017-12-03 114.181.137.202 1349 707 2017-11-02 2017-12-02 085.159.003.248 2062 707 2017-10-29 2017-12-05 060.243.113.038 1640 707 2017-11-13 2017-12-01 222.132.052.195 1472 707 2017-10-29 2017-12-01 210.194.054.091 1345 707 2017-11-03 2017-12-01 194.067.220.017 939 707 2017-12-03 2017-12-04 141.226.123.134 2738 707 2017-11-12 2017-12-05 058.034.007.106 1192 707 2017-11-18 2017-11-24 110.182.041.134 1072 706 2017-11-22 2017-11-29 116.073.139.250 1647 706 2017-10-24 2017-11-22 101.094.169.024 988 706 2017-11-27 2017-12-02 107.006.171.130 1149 706 2017-11-08 2017-12-03 119.010.082.198 1026 706 2017-11-05 2017-12-05 078.038.114.203 1392 706 2017-11-01 2017-12-05 202.047.005.016 1692 706 2017-11-14 2017-12-04 218.066.177.193 1113 706 2017-11-22 2017-11-29 202.100.179.188 1473 706 2017-11-14 2017-12-05 121.087.119.243 1322 706 2017-11-01 2017-12-04 061.142.080.031 1376 706 2017-11-02 2017-12-05 180.013.145.051 1276 706 2017-11-01 2017-12-05 221.121.255.013 1298 706 2017-11-01 2017-12-04 085.249.001.083 1125 705 2017-11-08 2017-11-27 104.236.160.248 1085 705 2017-11-09 2017-11-22 203.110.224.100 1256 705 2017-11-01 2017-12-05 219.110.060.008 1076 705 2017-11-16 2017-12-05 115.236.041.026 1188 705 2017-11-01 2017-12-05 115.236.182.157 1259 705 2017-10-29 2017-12-05 091.093.003.238 1186 704 2017-11-15 2017-12-01 111.113.019.122 1320 704 2017-11-18 2017-11-29 078.189.170.203 1484 704 2017-11-15 2017-12-05 182.074.201.178 1202 704 2017-11-21 2017-11-29 123.119.249.044 1097 704 2017-11-26 2017-11-30 058.221.091.166 1252 704 2017-10-31 2017-12-05 059.048.248.021 1321 704 2017-10-31 2017-12-05 180.168.107.058 719 704 2017-11-24 2017-12-05 218.075.127.051 1047 704 2017-11-29 2017-12-05 124.246.217.011 1161 704 2017-11-02 2017-12-05 111.065.203.133 1079 704 2017-11-01 2017-12-05 210.143.021.167 1269 703 2017-11-02 2017-12-05 116.094.115.158 1289 703 2017-11-02 2017-12-04 060.046.225.086 1308 703 2017-11-02 2017-12-05 182.065.246.188 1988 703 2017-11-07 2017-11-18 124.155.243.120 2358 703 2017-11-13 2017-11-17 203.109.110.230 1182 703 2017-10-30 2017-12-01 141.212.122.147 1479 703 2017-10-31 2017-12-05 182.065.087.076 1088 703 2017-11-24 2017-11-28 202.199.100.213 1209 703 2017-11-06 2017-12-05 111.160.252.054 1229 703 2017-10-26 2017-12-04 116.072.003.171 1325 703 2017-11-14 2017-11-26 122.192.145.217 1576 703 2017-11-26 2017-12-03 120.031.136.002 1218 702 2017-10-31 2017-12-05 039.071.235.046 1417 702 2017-11-27 2017-12-02 203.109.075.146 1018 702 2017-11-27 2017-12-01 077.072.082.178 7758 702 2017-11-09 2017-12-05 104.236.167.187 971 702 2017-11-09 2017-11-16 219.110.220.131 1564 702 2017-11-02 2017-12-05 027.005.083.136 1888 702 2017-11-16 2017-12-01 103.052.247.175 989 702 2017-11-30 2017-12-05 059.169.180.072 1282 702 2017-11-02 2017-12-05 061.115.209.145 1646 702 2017-11-02 2017-12-05 171.060.253.243 2008 702 2017-11-08 2017-12-03 220.146.146.093 1253 702 2017-11-01 2017-12-05 125.000.181.081 1265 702 2017-11-02 2017-12-05 092.063.091.025 3510 702 2017-11-09 2017-12-05 112.247.186.211 1036 702 2017-11-26 2017-12-01 222.170.210.031 1117 702 2017-11-17 2017-12-05 202.191.215.002 1325 701 2017-11-08 2017-12-05 141.212.122.116 1649 701 2017-11-19 2017-12-05 194.028.112.148 1290 701 2017-11-09 2017-12-05 218.090.154.014 1024 701 2017-10-25 2017-12-05 141.212.122.146 1504 701 2017-10-29 2017-12-04 222.112.082.112 2287 701 2017-10-27 2017-12-05 092.053.072.147 300376 701 2017-11-14 2017-11-23 042.056.000.137 1020 701 2017-11-27 2017-12-05 219.091.222.249 994 701 2017-11-27 2017-12-05 203.110.228.173 1332 701 2017-11-01 2017-12-04 125.064.228.242 1324 701 2017-11-06 2017-12-03 061.026.187.030 1331 701 2017-11-01 2017-12-04 059.166.135.199 1302 701 2017-11-02 2017-12-05 060.023.050.198 945 700 2017-11-28 2017-12-05 116.075.142.025 1196 700 2017-11-06 2017-12-02 027.138.212.003 1276 700 2017-11-01 2017-12-02 179.191.096.234 1190 700 2017-11-01 2017-12-03 223.223.018.251 1260 700 2017-11-01 2017-12-05 182.065.206.010 1013 700 2017-11-23 2017-11-28 211.154.146.034 1326 700 2017-11-21 2017-12-05 112.016.207.082 1291 700 2017-11-03 2017-12-05 060.173.016.141 1373 700 2017-10-23 2017-12-05 183.063.060.050 1317 700 2017-11-09 2017-12-05 085.125.084.220 1351 700 2017-11-05 2017-12-05 014.161.019.015 1157 700 2017-11-20 2017-12-04 101.088.226.218 978 700 2017-11-23 2017-12-04 182.065.081.122 1025 700 2017-11-23 2017-11-28 103.081.035.027 954 700 2017-11-27 2017-12-04 060.254.093.251 960 700 2017-11-24 2017-12-01 198.013.036.076 738 699 2017-11-10 2017-11-10 218.058.145.035 1253 699 2017-11-26 2017-12-01 061.160.213.140 992 699 2017-11-24 2017-12-05 042.148.056.068 1160 699 2017-11-02 2017-12-05 103.016.142.218 3978 699 2017-11-14 2017-12-05 112.029.173.223 1225 699 2017-10-23 2017-11-24 088.161.197.116 2072 699 2017-11-03 2017-12-05 078.187.159.164 1258 699 2017-11-21 2017-12-05 216.098.153.228 1228 698 2017-11-17 2017-12-04 122.114.191.077 1314 698 2017-11-13 2017-12-05 219.091.163.010 1483 698 2017-10-26 2017-11-11 103.211.008.042 1179 698 2017-11-01 2017-12-05 116.076.068.237 1098 698 2017-11-20 2017-12-02 116.073.194.074 1299 698 2017-10-23 2017-11-21 013.093.121.173 2944 698 2017-11-09 2017-12-05 027.010.007.175 994 698 2017-11-24 2017-11-29 219.115.152.122 1101 698 2017-11-17 2017-12-05 200.188.138.229 968 698 2017-11-15 2017-12-05 104.037.212.183 1089 698 2017-11-27 2017-11-28 124.227.119.020 1198 698 2017-11-10 2017-12-05 202.213.182.099 1332 698 2017-11-02 2017-12-02 203.133.151.184 1816 698 2017-11-02 2017-12-05 043.229.226.138 1161 698 2017-11-14 2017-12-01 005.101.000.022 7020 698 2017-10-24 2017-12-05 079.137.109.058 2339 697 2017-11-11 2017-11-24 059.048.134.178 1108 697 2017-10-28 2017-12-02 133.155.181.182 1120 697 2017-11-01 2017-12-05 216.098.153.250 1211 697 2017-11-09 2017-12-05 173.212.254.072 4932 697 2017-11-22 2017-11-23 199.048.164.165 4454 697 2017-11-10 2017-12-05 175.100.203.132 1206 697 2017-11-16 2017-12-05 043.243.123.227 1219 697 2017-11-11 2017-12-04 218.205.146.130 1314 697 2017-11-13 2017-12-05 115.047.123.138 800 697 2017-11-18 2017-12-04 142.000.038.235 1098 697 2017-11-19 2017-12-04 185.082.203.058 3173 697 2017-11-13 2017-11-13 222.186.050.120 758 697 2017-11-04 2017-11-18 219.077.166.100 1390 697 2017-10-26 2017-12-05 054.169.228.115 729 697 2017-12-05 2017-12-05 122.194.009.201 1608 696 2017-11-02 2017-12-05 045.113.067.136 1576 696 2017-11-08 2017-12-05 163.131.151.051 1114 696 2017-11-02 2017-12-05 210.157.085.104 1235 696 2017-11-02 2017-12-02 123.100.063.165 989 696 2017-11-21 2017-12-03 182.065.066.022 1209 696 2017-11-18 2017-11-25 059.172.155.002 1322 696 2017-11-06 2017-11-10 212.075.157.202 1891 696 2017-11-09 2017-11-26 183.167.240.117 1411 696 2017-11-08 2017-12-05 141.212.122.149 1509 695 2017-11-13 2017-12-04 122.114.182.245 1238 695 2017-11-15 2017-12-05 119.096.061.103 1044 695 2017-11-17 2017-12-05 103.055.096.133 1556 695 2017-10-27 2017-11-07 051.254.031.141 1825 695 2017-10-31 2017-12-01 059.048.248.017 1213 695 2017-11-01 2017-12-05 216.098.153.249 1348 695 2017-11-09 2017-12-05 134.119.178.051 1028 695 2017-11-07 2017-12-05 222.188.001.020 1132 695 2017-11-01 2017-12-05 058.101.028.233 1099 695 2017-11-19 2017-11-25 221.229.166.045 1644 695 2017-11-05 2017-11-09 216.098.153.237 1213 695 2017-11-09 2017-12-05 122.219.054.105 1136 695 2017-11-01 2017-12-05 182.065.099.124 1041 695 2017-11-23 2017-11-28 061.240.145.003 2371 695 2017-10-31 2017-11-26 095.211.100.160 1478 695 2017-11-10 2017-11-23 128.106.128.131 1493 695 2017-10-31 2017-11-21 122.152.037.030 1224 694 2017-11-01 2017-12-05 163.131.146.224 1301 694 2017-11-02 2017-12-05 183.142.074.065 1271 694 2017-11-15 2017-11-27 005.149.105.014 1348 694 2017-11-16 2017-12-05 212.129.045.120 1658 694 2017-11-20 2017-12-05 061.233.014.179 1288 694 2017-11-18 2017-12-05 077.072.085.015 1220 694 2017-11-20 2017-12-04 001.023.026.138 1336 694 2017-11-14 2017-11-25 110.154.097.193 1076 694 2017-11-23 2017-11-29 222.132.028.107 949 694 2017-11-27 2017-12-05 115.238.248.074 1597 694 2017-11-06 2017-12-04 178.223.000.052 1082 694 2017-11-19 2017-11-29 072.001.255.192 1339 694 2017-10-28 2017-12-05 150.140.169.096 1736 694 2017-11-02 2017-11-17 061.002.064.082 1071 693 2017-10-25 2017-12-03 212.083.174.146 2053 693 2017-11-01 2017-12-05 216.098.153.246 1236 693 2017-11-09 2017-12-04 142.252.251.160 930 693 2017-10-30 2017-12-03 086.107.039.157 1153 693 2017-11-05 2017-12-04 210.143.022.105 1828 693 2017-11-01 2017-12-05 124.160.153.018 2240 693 2017-10-28 2017-12-05 202.220.238.060 1065 693 2017-11-02 2017-12-05 041.230.031.118 1252 693 2017-11-03 2017-12-05 122.114.217.101 1372 693 2017-11-18 2017-12-05 122.097.216.052 1413 693 2017-11-11 2017-12-05 106.000.038.213 1096 693 2017-11-15 2017-12-03 121.018.005.035 1392 693 2017-11-04 2017-11-27 122.114.032.038 1364 693 2017-11-01 2017-12-05 202.177.113.216 1056 693 2017-11-16 2017-12-05 037.148.208.206 1254 693 2017-11-15 2017-12-05 132.255.094.182 1058 693 2017-11-16 2017-12-05 216.098.153.242 1180 693 2017-11-18 2017-12-04 222.175.169.013 2040 692 2017-11-11 2017-12-05 061.155.194.214 1480 692 2017-10-22 2017-12-05 141.212.122.089 1710 692 2017-10-26 2017-12-05 216.098.153.244 1220 692 2017-11-09 2017-12-06 122.096.016.051 1015 692 2017-11-26 2017-11-30 219.138.150.114 1122 692 2017-10-29 2017-12-04 163.172.142.251 806 692 2017-11-06 2017-12-03 141.212.122.024 1397 692 2017-11-07 2017-12-05 117.108.022.217 1235 692 2017-11-02 2017-12-05 124.246.171.169 1639 692 2017-11-02 2017-12-05 111.125.241.237 1852 692 2017-11-01 2017-11-21 061.167.113.217 1037 692 2017-11-23 2017-11-30 116.067.174.185 1248 692 2017-11-01 2017-12-04 202.170.182.120 1285 692 2017-11-02 2017-12-05 049.238.028.014 1299 691 2017-11-01 2017-12-05 060.254.006.097 1743 691 2017-11-06 2017-11-23 116.075.085.012 1213 691 2017-11-07 2017-11-30 122.114.165.016 1366 691 2017-11-15 2017-12-05 123.201.059.007 1203 691 2017-11-17 2017-11-26 221.226.226.160 1110 691 2017-10-27 2017-12-05 104.131.106.067 1158 691 2017-11-26 2017-11-27 089.029.205.130 1395 691 2017-11-02 2017-12-05 013.229.108.030 724 690 2017-12-05 2017-12-05 219.135.097.096 1313 690 2017-11-04 2017-11-22 103.216.167.208 1045 690 2017-11-17 2017-12-02 060.191.072.115 1305 690 2017-10-30 2017-11-25 179.155.101.217 986 690 2017-11-27 2017-12-05 202.084.054.110 1288 690 2017-11-02 2017-12-05 113.021.069.105 1991 690 2017-11-02 2017-11-18 043.232.188.061 1313 690 2017-11-02 2017-12-02 061.089.006.103 1201 690 2017-11-01 2017-12-05 104.236.166.086 3786 690 2017-11-09 2017-12-04 122.114.165.213 1277 690 2017-11-13 2017-12-05 183.220.033.012 1527 690 2017-11-08 2017-12-05 064.069.079.093 1392 690 2017-11-16 2017-12-03 218.248.240.042 1321 690 2017-11-15 2017-12-05 172.247.116.008 1107 689 2017-11-18 2017-12-05 059.016.116.015 2189 689 2017-10-28 2017-12-05 027.003.040.180 3231 689 2017-11-13 2017-12-05 123.165.110.204 918 689 2017-11-26 2017-12-05 111.163.200.011 997 689 2017-11-25 2017-11-30 045.250.232.024 1576 689 2017-10-26 2017-11-24 103.040.067.219 1050 689 2017-10-24 2017-12-02 182.065.106.112 1880 689 2017-11-17 2017-11-25 089.038.145.042 1715 689 2017-11-25 2017-11-26 124.246.254.017 1266 689 2017-11-02 2017-12-05 180.148.043.083 1634 689 2017-10-28 2017-11-22 042.083.023.095 1065 689 2017-11-01 2017-12-05 042.151.037.082 1305 689 2017-11-01 2017-12-04 113.197.061.002 994 689 2017-11-01 2017-12-05 115.020.146.018 1305 689 2017-11-05 2017-12-05 220.254.100.121 1287 688 2017-11-02 2017-12-05 027.141.180.231 1105 688 2017-11-02 2017-12-05 144.048.049.210 1022 688 2017-10-29 2017-11-30 202.060.168.200 1297 688 2017-11-01 2017-12-04 061.175.134.227 1411 688 2017-11-08 2017-12-02 182.065.093.073 939 688 2017-11-26 2017-12-03 221.228.228.162 1275 688 2017-11-16 2017-12-05 058.213.120.106 1384 688 2017-11-17 2017-12-05 182.065.191.199 1525 688 2017-11-18 2017-11-25 110.132.031.224 1033 688 2017-11-17 2017-12-05 216.098.153.254 1219 688 2017-11-09 2017-12-06 149.056.251.153 694 688 2017-12-03 2017-12-05 119.029.037.246 799 688 2017-11-27 2017-12-05 027.215.139.124 2127 688 2017-11-27 2017-12-05 043.245.102.010 1062 688 2017-11-26 2017-11-30 027.004.041.245 1286 688 2017-11-14 2017-12-01 202.134.151.061 905 687 2017-11-27 2017-12-05 115.159.038.039 761 687 2017-11-27 2017-11-30 036.102.210.100 1540 687 2017-10-30 2017-12-05 218.081.178.150 1324 687 2017-11-04 2017-12-05 104.236.016.079 1117 687 2017-11-26 2017-11-27 123.199.075.020 2296 687 2017-11-06 2017-12-05 124.085.198.079 1215 687 2017-11-02 2017-12-05 059.190.026.137 1251 687 2017-11-02 2017-12-02 202.148.246.177 1265 687 2017-11-01 2017-12-05 112.005.077.130 1282 687 2017-11-07 2017-12-05 069.172.254.013 994 687 2017-11-08 2017-12-02 141.212.122.148 1470 687 2017-10-28 2017-12-05 080.054.234.018 1245 687 2017-11-03 2017-12-05 115.096.212.244 1643 687 2017-11-11 2017-11-26 141.212.122.090 1710 686 2017-10-26 2017-12-05 116.074.191.170 1276 686 2017-11-16 2017-12-01 103.094.192.237 1106 686 2017-11-18 2017-11-28 124.040.102.136 1532 686 2017-11-02 2017-12-05 113.020.246.008 1573 686 2017-11-02 2017-12-05 180.166.096.119 1268 686 2017-11-06 2017-12-01 046.029.161.131 692 686 2017-11-28 2017-12-04 125.203.114.124 1433 686 2017-11-02 2017-12-05 101.096.134.166 1126 686 2017-11-15 2017-12-05 175.000.224.035 882 686 2017-11-29 2017-12-05 042.083.024.115 1304 686 2017-11-01 2017-12-04 123.223.008.101 1307 685 2017-11-01 2017-12-03 153.219.238.148 1228 685 2017-11-02 2017-12-05 202.137.049.120 1027 685 2017-11-02 2017-12-05 059.158.113.216 1510 685 2017-11-02 2017-12-03 117.082.114.126 916 685 2017-11-28 2017-12-05 005.150.245.071 1286 685 2017-11-02 2017-12-05 146.197.246.028 918 685 2017-11-18 2017-12-04 116.072.024.101 1435 685 2017-11-07 2017-11-25 169.001.167.226 995 685 2017-11-20 2017-11-28 095.009.173.009 1442 685 2017-11-20 2017-12-05 188.093.238.177 1753 685 2017-11-11 2017-12-05 222.043.028.039 1210 684 2017-10-27 2017-12-05 141.105.069.190 2084 684 2017-12-05 2017-12-05 124.155.241.171 1293 684 2017-11-16 2017-11-27 153.232.010.111 1212 684 2017-11-01 2017-12-04 183.230.145.107 1297 684 2017-11-10 2017-11-26 210.158.188.011 1573 684 2017-11-01 2017-12-05 041.063.032.015 1240 684 2017-11-14 2017-12-05 212.156.099.114 2094 684 2017-11-20 2017-12-05 124.199.104.236 2027 684 2017-11-22 2017-12-04 081.016.112.243 1388 684 2017-11-03 2017-12-05 122.194.009.231 2181 683 2017-11-11 2017-12-05 216.098.153.235 1248 683 2017-11-15 2017-12-05 113.124.065.140 1030 683 2017-11-26 2017-11-30 128.106.131.154 1858 683 2017-11-05 2017-11-22 043.227.225.118 929 683 2017-11-20 2017-12-02 223.095.073.134 1496 683 2017-11-15 2017-12-05 096.070.041.108 1376 683 2017-11-14 2017-11-27 042.247.020.236 1773 683 2017-11-01 2017-11-28 119.243.166.061 1279 683 2017-11-02 2017-12-05 117.018.205.184 1230 682 2017-11-02 2017-12-05 060.061.096.158 1044 682 2017-11-02 2017-12-05 123.201.195.235 940 682 2017-11-23 2017-12-05 222.134.103.044 945 682 2017-11-27 2017-12-03 080.082.070.222 6540 682 2017-11-12 2017-11-13 122.194.009.240 1709 682 2017-11-04 2017-12-05 185.055.218.074 1072 682 2017-11-20 2017-11-28 193.069.193.093 973 682 2017-11-14 2017-12-01 195.175.011.046 3944 681 2017-11-08 2017-12-05 027.141.132.052 1014 681 2017-11-15 2017-12-05 094.244.042.050 1733 681 2017-11-14 2017-12-05 169.000.101.129 1753 681 2017-11-15 2017-11-16 219.126.073.168 1050 681 2017-11-02 2017-12-05 046.029.162.013 708 681 2017-12-02 2017-12-04 093.122.238.195 1151 681 2017-10-31 2017-12-05 222.173.120.150 1115 681 2017-11-08 2017-11-28 117.177.104.011 1295 681 2017-11-06 2017-12-04 173.212.246.203 2512 681 2017-12-01 2017-12-05 124.123.040.009 1732 681 2017-11-01 2017-12-01 110.228.225.125 1400 681 2017-11-25 2017-12-02 116.072.036.203 954 680 2017-11-24 2017-12-01 081.030.022.253 1173 680 2017-11-17 2017-11-29 182.065.196.075 1715 680 2017-11-18 2017-11-26 222.186.057.068 13716 680 2017-11-18 2017-12-04 173.249.007.070 824 680 2017-12-02 2017-12-03 051.211.168.091 1775 680 2017-11-12 2017-12-05 058.119.003.077 1303 680 2017-11-17 2017-12-05 123.108.203.092 1447 680 2017-11-15 2017-11-27 124.246.141.028 1037 680 2017-11-02 2017-12-05 219.091.137.176 975 680 2017-12-01 2017-12-05 119.025.252.206 1105 680 2017-11-01 2017-12-05 219.113.055.126 1241 680 2017-11-02 2017-12-05 114.069.169.005 1287 679 2017-11-02 2017-12-05 058.052.200.202 1198 679 2017-11-07 2017-12-04 138.197.114.118 684 679 2017-11-30 2017-12-02 119.244.228.046 1691 679 2017-11-02 2017-12-04 219.124.005.105 1138 679 2017-11-02 2017-12-05 211.142.018.100 1245 679 2017-10-29 2017-12-05 124.133.002.041 1207 679 2017-10-29 2017-12-05 169.001.039.083 1372 679 2017-10-27 2017-12-02 183.097.065.066 2842 679 2017-10-31 2017-11-25 110.235.222.133 1383 679 2017-11-15 2017-11-26 160.003.247.084 1356 679 2017-11-17 2017-12-05 123.207.248.180 1425 679 2017-11-13 2017-12-05 014.141.079.024 935 679 2017-11-15 2017-12-05 163.172.198.249 1353 679 2017-11-21 2017-12-05 202.008.218.242 1057 679 2017-11-17 2017-12-05 210.134.199.109 1017 679 2017-11-16 2017-12-05 216.098.153.247 1223 679 2017-11-09 2017-12-04 041.078.172.029 1280 678 2017-11-08 2017-12-05 103.024.097.171 1210 678 2017-11-11 2017-12-05 174.061.028.106 1173 678 2017-11-15 2017-12-05 185.056.080.176 2107 678 2017-11-19 2017-11-20 124.160.154.018 2360 678 2017-10-28 2017-12-05 045.126.008.184 920 678 2017-11-24 2017-12-05 116.074.104.223 889 678 2017-11-28 2017-12-05 187.007.213.054 1209 678 2017-11-01 2017-12-05 115.098.123.199 1737 678 2017-11-15 2017-12-02 183.230.201.139 1980 678 2017-11-04 2017-11-21 195.064.208.228 761 677 2017-11-27 2017-12-04 061.138.232.034 995 677 2017-11-09 2017-12-04 182.065.095.183 971 677 2017-11-23 2017-11-28 115.099.100.243 1234 677 2017-11-14 2017-12-02 083.234.207.033 957 677 2017-10-23 2017-12-05 115.079.005.137 1092 677 2017-11-13 2017-11-17 058.208.246.041 990 677 2017-11-20 2017-11-28 043.225.020.023 1133 677 2017-11-18 2017-12-05 128.053.251.092 1183 677 2017-11-01 2017-12-05 124.155.243.017 975 676 2017-11-05 2017-12-04 124.155.255.091 1927 676 2017-10-31 2017-11-21 115.085.203.021 1732 676 2017-11-10 2017-11-29 180.175.058.118 944 676 2017-12-01 2017-12-05 027.212.090.181 960 676 2017-11-24 2017-12-02 052.221.215.132 697 676 2017-12-05 2017-12-05 125.014.027.136 1082 676 2017-11-15 2017-12-05 123.201.190.193 1287 676 2017-11-16 2017-11-26 114.218.149.144 1834 676 2017-11-09 2017-11-16 181.049.055.186 1164 676 2017-10-29 2017-12-05 139.213.220.070 1253 675 2017-11-18 2017-11-23 041.221.164.214 1075 675 2017-11-15 2017-12-05 217.165.186.188 944 675 2017-11-20 2017-12-05 219.115.146.220 1295 675 2017-11-02 2017-12-05 163.172.065.141 2609 675 2017-11-13 2017-11-19 112.140.168.015 1023 675 2017-11-01 2017-12-05 189.089.155.020 1123 675 2017-11-07 2017-12-05 113.230.105.230 940 675 2017-11-27 2017-12-01 218.241.251.154 1357 675 2017-10-24 2017-12-05 183.082.103.195 1158 675 2017-10-30 2017-12-05 103.243.186.028 921 674 2017-11-26 2017-12-05 220.208.149.165 1004 674 2017-11-17 2017-12-05 119.027.162.188 947 674 2017-11-23 2017-12-05 111.002.025.083 1153 674 2017-10-24 2017-12-05 141.212.122.088 1674 674 2017-11-18 2017-12-05 116.074.123.176 1165 674 2017-11-15 2017-12-05 141.212.122.115 1568 674 2017-11-17 2017-12-05 024.160.121.113 13218 674 2017-11-08 2017-12-05 059.166.187.118 1026 674 2017-11-02 2017-12-05 123.176.158.245 1112 674 2017-11-02 2017-12-05 061.113.098.159 1010 674 2017-11-01 2017-12-05 059.128.066.008 998 673 2017-11-02 2017-12-05 210.255.244.062 1198 673 2017-11-02 2017-12-05 058.221.049.089 1856 673 2017-11-11 2017-12-04 119.025.081.160 1212 673 2017-11-01 2017-12-05 060.062.055.022 1180 673 2017-11-02 2017-12-05 185.107.080.193 1633 673 2017-10-24 2017-11-22 183.167.212.043 2098 673 2017-11-07 2017-11-30 047.218.201.158 2371 673 2017-10-25 2017-11-27 212.129.009.202 862 673 2017-12-04 2017-12-05 159.203.103.113 3082 673 2017-11-13 2017-11-18 060.210.139.172 2526 673 2017-11-23 2017-12-02 179.097.232.070 919 673 2017-11-26 2017-12-05 116.073.192.079 867 673 2017-11-28 2017-12-05 158.069.123.022 674 673 2017-12-03 2017-12-04 083.102.141.077 5428 673 2017-11-18 2017-12-05 191.101.167.245 77402 673 2017-10-27 2017-12-01 202.216.086.149 977 673 2017-11-16 2017-12-05 179.234.210.075 1578 672 2017-11-16 2017-11-27 122.114.010.246 1188 672 2017-11-17 2017-12-05 185.062.057.129 916 672 2017-11-14 2017-11-25 059.048.248.022 1229 672 2017-11-01 2017-12-05 027.131.131.006 1283 672 2017-11-03 2017-11-25 103.096.239.034 898 672 2017-11-30 2017-12-04 027.131.224.192 1267 672 2017-11-02 2017-12-04 221.121.251.081 1234 672 2017-11-01 2017-12-05 036.002.149.022 1219 672 2017-11-01 2017-12-05 203.088.189.006 1080 672 2017-11-02 2017-12-05 153.199.007.223 1176 672 2017-11-02 2017-12-05 061.022.004.007 1251 672 2017-11-01 2017-12-05 221.194.037.243 691 672 2017-11-17 2017-11-26 116.074.113.012 911 672 2017-11-28 2017-12-05 123.169.193.000 1722 672 2017-10-30 2017-11-22 122.140.174.052 910 672 2017-11-27 2017-12-04 185.055.218.095 676 672 2017-12-04 2017-12-05 203.115.123.098 1454 671 2017-10-26 2017-12-05 123.234.143.018 1165 671 2017-11-27 2017-12-01 200.006.245.010 3850 671 2017-11-21 2017-12-05 116.226.052.199 1158 671 2017-11-14 2017-11-30 103.027.066.086 1171 671 2017-11-09 2017-12-05 103.206.221.067 1025 671 2017-11-20 2017-11-27 118.122.005.091 1386 671 2017-11-18 2017-12-05 141.212.122.112 1969 671 2017-11-19 2017-12-05 185.170.185.105 1066 671 2017-11-08 2017-12-05 218.220.150.204 1559 671 2017-11-02 2017-12-05 180.167.037.165 1424 671 2017-11-05 2017-11-24 210.041.192.078 1163 671 2017-11-05 2017-12-05 163.131.182.060 992 671 2017-11-01 2017-12-05 061.158.163.090 3386 671 2017-11-09 2017-12-05 115.144.238.025 711 671 2017-11-28 2017-12-01 221.226.226.141 883 670 2017-10-31 2017-12-05 173.249.007.159 4018 670 2017-11-01 2017-11-20 060.165.080.109 1246 670 2017-11-04 2017-12-05 203.104.119.156 1016 670 2017-11-17 2017-12-05 005.008.018.018 76404 670 2017-11-05 2017-12-05 158.140.135.169 1447 670 2017-10-23 2017-11-26 141.212.122.165 1490 670 2017-11-18 2017-12-04 183.239.150.218 914 670 2017-11-22 2017-12-05 060.191.008.156 1245 670 2017-10-29 2017-12-05 198.143.133.154 1166 670 2017-11-09 2017-12-03 119.026.134.051 1003 669 2017-11-16 2017-12-05 183.250.164.211 1099 669 2017-10-27 2017-12-05 082.114.088.019 1175 669 2017-10-28 2017-12-05 045.123.043.054 1843 669 2017-10-24 2017-12-04 202.103.239.232 1201 669 2017-11-19 2017-12-05 218.031.113.113 3681 669 2017-10-29 2017-12-05 111.089.221.144 1056 669 2017-11-01 2017-12-05 125.009.144.245 1045 669 2017-11-01 2017-12-05 171.015.177.000 881 669 2017-11-28 2017-12-05 061.164.248.058 12668 669 2017-10-31 2017-12-05 216.098.153.252 1167 669 2017-11-09 2017-12-05 211.227.118.233 1609 669 2017-10-27 2017-11-28 211.025.018.168 968 669 2017-10-30 2017-12-05 091.194.084.118 934 668 2017-11-13 2017-11-28 210.201.090.092 1277 668 2017-11-17 2017-12-03 187.039.067.125 1821 668 2017-10-26 2017-11-22 221.226.226.164 926 668 2017-11-21 2017-12-05 185.207.207.205 2679 668 2017-11-19 2017-11-20 116.074.115.223 1072 668 2017-11-16 2017-11-30 124.160.126.130 914 668 2017-11-17 2017-12-05 124.152.020.108 1200 668 2017-11-11 2017-12-05 124.142.194.241 1146 668 2017-11-02 2017-12-05 058.208.063.217 1944 668 2017-10-31 2017-11-20 054.037.000.150 1748 668 2017-11-30 2017-12-01 221.118.004.056 979 667 2017-11-02 2017-12-05 210.157.093.120 1219 667 2017-11-02 2017-12-04 119.171.086.172 1041 667 2017-11-01 2017-12-05 160.202.014.036 1026 667 2017-11-24 2017-11-29 118.102.215.155 3109 667 2017-11-06 2017-12-04 117.109.092.164 985 667 2017-11-17 2017-12-05 113.160.133.132 1133 667 2017-10-30 2017-12-05 122.114.168.125 1241 667 2017-11-16 2017-12-05 209.092.176.114 943 667 2017-11-17 2017-12-05 222.186.103.200 1322 667 2017-11-19 2017-12-05 081.243.050.218 914 667 2017-11-20 2017-12-05 104.168.141.019 854 667 2017-11-21 2017-12-05 222.092.046.170 1108 666 2017-11-16 2017-12-05 027.136.127.016 1005 666 2017-11-16 2017-12-05 123.138.111.133 1112 666 2017-11-01 2017-12-05 212.109.221.169 3302 666 2017-11-16 2017-11-25 183.062.039.059 1023 666 2017-10-23 2017-12-05 118.083.193.038 1020 666 2017-11-01 2017-12-05 118.020.175.075 1141 666 2017-11-02 2017-12-05 058.085.015.089 1647 666 2017-11-02 2017-12-05 042.083.048.091 1233 666 2017-11-02 2017-12-05 207.154.246.046 1714 666 2017-11-08 2017-11-30 222.225.021.226 1011 666 2017-11-02 2017-12-05 183.082.059.170 1223 666 2017-10-28 2017-12-05 180.175.217.121 993 666 2017-11-25 2017-11-30 098.212.187.179 1909 666 2017-11-10 2017-11-27 116.073.210.223 891 666 2017-11-27 2017-12-05 116.072.049.203 907 666 2017-11-24 2017-12-01 218.002.106.237 1142 666 2017-11-17 2017-12-03 158.140.138.092 954 665 2017-11-09 2017-11-25 216.098.153.236 1211 665 2017-11-09 2017-12-05 101.027.187.249 1559 665 2017-11-27 2017-12-03 013.229.106.078 706 665 2017-12-05 2017-12-05 117.247.062.003 962 665 2017-11-24 2017-11-30 116.072.045.074 929 665 2017-11-25 2017-12-02 169.001.150.236 876 665 2017-11-29 2017-12-05 101.095.001.082 1297 665 2017-11-13 2017-12-05 175.101.004.138 952 665 2017-11-20 2017-12-02 113.108.140.058 1816 665 2017-11-13 2017-12-05 221.255.007.050 1830 665 2017-11-02 2017-12-05 216.244.083.229 682 665 2017-11-30 2017-12-03 081.237.101.094 1422 665 2017-10-28 2017-11-25 060.061.113.237 1044 665 2017-11-01 2017-12-05 220.227.071.226 2594 664 2017-11-02 2017-12-05 061.089.079.054 1021 664 2017-11-01 2017-12-05 110.134.046.214 1463 664 2017-11-01 2017-12-05 180.166.103.051 1251 664 2017-10-25 2017-12-03 133.202.218.203 978 664 2017-11-17 2017-12-05 180.110.110.224 930 664 2017-11-23 2017-12-01 103.226.227.035 1319 664 2017-11-06 2017-12-01 182.043.144.075 939 664 2017-11-25 2017-12-02 200.003.220.180 914 664 2017-11-18 2017-11-29 024.090.132.219 1467 664 2017-11-09 2017-12-05 103.210.084.024 968 664 2017-11-15 2017-12-05 202.111.173.157 1240 664 2017-11-17 2017-12-05 049.236.206.045 1421 664 2017-11-17 2017-12-05 103.219.149.138 2894 663 2017-10-24 2017-11-24 146.000.077.165 1274 663 2017-11-11 2017-12-05 121.008.180.061 1233 663 2017-11-16 2017-12-05 141.212.122.124 1445 663 2017-11-17 2017-12-05 036.109.171.130 983 663 2017-11-22 2017-11-27 176.060.077.156 1589 663 2017-11-19 2017-11-23 210.134.199.138 1115 663 2017-11-01 2017-12-05 114.184.223.159 1124 663 2017-11-02 2017-12-05 188.172.200.087 2019 663 2017-11-06 2017-11-09 091.212.150.204 1935 663 2017-10-23 2017-11-17 222.085.144.045 1013 663 2017-11-15 2017-12-05 119.024.066.023 952 663 2017-11-17 2017-12-05 117.082.060.201 867 662 2017-11-27 2017-12-05 177.039.056.090 999 662 2017-10-25 2017-12-01 124.160.101.092 3354 662 2017-10-31 2017-12-04 062.210.220.210 90043 662 2017-10-27 2017-11-25 175.101.009.029 1044 662 2017-11-15 2017-12-05 221.229.196.193 1046 662 2017-11-17 2017-12-05 124.140.085.122 1004 662 2017-11-01 2017-12-05 059.171.003.049 1207 662 2017-11-02 2017-12-05 103.210.135.136 1090 662 2017-11-03 2017-12-05 153.143.204.078 1317 661 2017-11-02 2017-12-04 042.151.052.209 1059 661 2017-11-01 2017-12-05 049.004.140.065 2141 661 2017-11-07 2017-11-30 121.083.019.211 1217 661 2017-11-02 2017-12-05 060.191.008.155 1111 661 2017-10-30 2017-12-05 223.223.152.196 947 661 2017-11-23 2017-12-01 119.167.115.078 1295 661 2017-11-06 2017-12-05 123.000.106.160 983 661 2017-11-15 2017-12-05 219.099.030.059 990 661 2017-11-17 2017-12-05 223.215.167.106 1149 661 2017-11-14 2017-12-05 122.142.154.131 1043 660 2017-11-18 2017-11-27 112.144.041.186 2266 660 2017-11-03 2017-12-05 141.212.122.125 1454 660 2017-11-19 2017-12-05 122.225.079.157 979 660 2017-11-17 2017-11-21 219.091.152.039 862 660 2017-11-28 2017-12-05 222.186.011.064 1055 660 2017-11-07 2017-11-22 116.065.129.112 1204 660 2017-11-01 2017-12-05 117.080.152.174 923 660 2017-11-25 2017-12-02 203.171.233.199 994 660 2017-11-27 2017-12-05 180.101.252.081 857 660 2017-11-24 2017-12-04 080.211.254.094 1160 660 2017-11-22 2017-12-03 059.120.123.004 1267 660 2017-11-01 2017-12-05 222.186.059.221 932 660 2017-11-16 2017-11-23 103.249.091.105 1088 660 2017-11-25 2017-11-29 116.074.214.113 1169 659 2017-11-25 2017-12-05 027.106.023.174 1369 659 2017-11-04 2017-11-25 046.029.162.012 699 659 2017-11-14 2017-11-29 114.095.230.007 877 659 2017-11-23 2017-12-02 061.158.162.205 820 659 2017-11-19 2017-12-05 183.082.255.066 1977 659 2017-11-03 2017-11-14 119.172.079.234 1009 659 2017-11-15 2017-12-05 113.042.206.085 1016 659 2017-11-16 2017-12-05 183.136.202.244 1864 659 2017-11-21 2017-11-29 122.114.182.064 1261 659 2017-11-15 2017-12-05 066.096.211.031 860 659 2017-11-12 2017-12-05 221.226.226.129 928 659 2017-11-19 2017-12-05 112.028.010.020 1285 659 2017-11-10 2017-12-05 219.091.184.037 1855 659 2017-10-05 2017-11-19 077.072.083.115 29593 659 2017-11-05 2017-12-05 103.068.035.110 1811 659 2017-11-07 2017-11-25 124.226.064.223 1744 659 2017-11-02 2017-12-04 189.002.151.012 1192 659 2017-11-08 2017-11-29 049.114.009.145 2014 658 2017-11-08 2017-11-18 027.141.113.126 1029 658 2017-11-01 2017-12-05 212.129.058.030 1777 658 2017-10-23 2017-12-05 050.081.244.023 1404 658 2017-10-28 2017-11-22 210.020.101.196 1042 658 2017-11-01 2017-12-05 211.144.153.035 903 658 2017-11-01 2017-12-04 037.123.142.238 1447 658 2017-10-28 2017-11-24 220.102.025.205 1108 658 2017-11-02 2017-12-05 122.194.009.178 1657 658 2017-11-01 2017-12-05 027.219.135.054 915 658 2017-11-26 2017-11-30 221.215.160.138 1546 658 2017-11-06 2017-12-03 216.098.153.233 1164 658 2017-11-09 2017-12-04 222.046.032.059 1219 658 2017-11-08 2017-12-04 064.118.093.079 1173 658 2017-11-19 2017-12-05 073.070.006.026 884 658 2017-11-22 2017-12-05 204.016.198.095 895 658 2017-11-19 2017-12-05 186.208.232.129 1388 658 2017-10-25 2017-11-22 103.242.175.204 1321 658 2017-11-15 2017-12-05 199.127.062.210 665 658 2017-11-22 2017-11-22 195.154.183.107 1547 658 2017-11-15 2017-11-28 212.083.182.167 14102 658 2017-11-16 2017-12-05 046.008.208.197 807 657 2017-11-20 2017-12-01 117.008.118.238 981 657 2017-11-22 2017-11-26 117.104.051.048 936 657 2017-11-16 2017-12-05 045.077.245.200 807 657 2017-12-01 2017-12-03 219.099.017.225 1134 657 2017-11-03 2017-12-05 191.007.097.074 1863 657 2017-11-19 2017-11-28 175.103.002.167 1046 657 2017-11-02 2017-12-05 124.164.240.035 1279 657 2017-11-04 2017-12-05 182.044.038.015 2341 657 2017-10-30 2017-11-22 180.173.008.134 3448 657 2017-11-22 2017-12-05 005.141.009.131 2173 656 2017-10-30 2017-12-04 088.248.097.041 1540 656 2017-10-31 2017-11-27 027.151.096.186 819 656 2017-11-23 2017-11-30 125.039.222.248 1455 656 2017-11-11 2017-12-05 221.157.199.219 1599 656 2017-11-19 2017-12-05 116.074.067.241 1590 656 2017-11-03 2017-12-05 182.065.069.215 852 656 2017-11-29 2017-12-05 116.073.212.137 891 656 2017-11-30 2017-12-05 182.073.001.154 1085 655 2017-11-02 2017-12-01 125.175.048.141 1748 655 2017-11-01 2017-12-05 220.216.071.075 1462 655 2017-11-02 2017-12-05 116.055.243.036 1493 655 2017-11-07 2017-11-23 222.240.252.124 2137 655 2017-11-06 2017-11-18 183.109.082.025 1202 655 2017-11-06 2017-12-04 089.248.172.002 10037 655 2017-10-26 2017-11-27 119.010.071.204 1242 655 2017-11-19 2017-12-05 185.007.217.013 979 655 2017-11-14 2017-12-05 116.075.007.043 1531 655 2017-11-14 2017-11-25 107.006.171.132 1053 655 2017-11-19 2017-12-03 043.239.196.000 1276 655 2017-11-17 2017-12-02 111.160.151.018 869 655 2017-11-20 2017-12-01 210.048.147.106 1977 655 2017-10-25 2017-12-04 060.190.143.082 1301 655 2017-10-24 2017-11-30 062.210.132.011 6509 654 2017-11-04 2017-12-05 221.226.015.070 1075 654 2017-10-28 2017-12-05 115.096.160.105 966 654 2017-11-25 2017-12-01 180.221.024.168 987 654 2017-11-17 2017-12-05 191.209.063.171 1427 654 2017-11-03 2017-12-05 176.226.157.059 951 654 2017-11-17 2017-12-05 210.001.170.079 1028 654 2017-11-02 2017-12-05 027.140.171.034 1030 654 2017-11-02 2017-12-05 122.255.205.146 987 654 2017-11-02 2017-12-05 183.189.243.195 855 654 2017-11-27 2017-12-05 103.086.021.012 923 654 2017-11-24 2017-11-30 122.096.016.132 1686 654 2017-11-26 2017-12-02 116.075.014.026 1111 654 2017-11-23 2017-11-30 124.141.178.151 1063 654 2017-11-17 2017-12-05 171.076.046.018 1000 653 2017-11-19 2017-11-25 027.212.052.004 990 653 2017-11-18 2017-11-27 118.111.096.189 925 653 2017-11-17 2017-12-04 116.255.250.047 1439 653 2017-10-31 2017-12-05 045.055.148.194 998 653 2017-11-26 2017-11-27 039.109.009.004 1353 653 2017-11-15 2017-11-21 202.101.092.016 1453 653 2017-11-09 2017-12-05 113.030.141.053 1210 653 2017-11-16 2017-11-20 128.234.234.033 1065 653 2017-11-20 2017-11-24 116.073.196.153 1159 653 2017-11-15 2017-11-25 101.095.013.202 1187 653 2017-11-10 2017-12-05 059.168.005.174 1011 653 2017-11-07 2017-12-05 220.156.200.049 1410 653 2017-11-02 2017-12-05 043.249.225.028 2249 653 2017-11-10 2017-11-16 175.028.185.055 1228 653 2017-11-02 2017-11-30 027.217.137.122 2109 653 2017-11-23 2017-11-30 058.221.049.169 1126 653 2017-11-08 2017-11-30 163.172.200.194 40852 653 2017-11-29 2017-12-05 116.254.088.113 1495 652 2017-11-02 2017-12-05 061.007.040.100 1005 652 2017-11-02 2017-12-05 058.085.043.081 1911 652 2017-11-01 2017-12-05 060.254.059.084 877 652 2017-11-28 2017-12-05 122.219.217.029 1045 652 2017-11-01 2017-12-05 219.115.076.159 1278 652 2017-11-01 2017-12-04 219.115.210.098 990 652 2017-11-01 2017-12-05 106.056.218.235 923 652 2017-11-25 2017-12-01 119.098.001.241 1188 652 2017-11-10 2017-11-29 061.161.149.066 1172 652 2017-11-16 2017-12-05 212.083.145.185 1388 652 2017-11-20 2017-12-05 223.031.189.062 1391 652 2017-10-24 2017-12-05 210.006.246.247 998 652 2017-11-01 2017-12-02 211.149.167.117 1201 651 2017-11-02 2017-12-05 124.173.117.109 1470 651 2017-11-14 2017-12-05 119.025.011.056 1007 651 2017-11-16 2017-12-05 203.104.127.233 1025 651 2017-11-16 2017-12-05 203.076.251.174 1114 651 2017-11-03 2017-12-02 182.237.152.086 1617 651 2017-11-13 2017-11-22 124.193.117.042 1205 651 2017-11-01 2017-12-03 179.127.140.006 1081 651 2017-11-05 2017-12-05 219.113.112.003 1106 651 2017-11-02 2017-12-04 125.062.211.237 978 651 2017-11-23 2017-12-01 106.123.204.117 896 651 2017-11-26 2017-12-01 058.247.211.231 1539 651 2017-11-28 2017-12-05 121.236.172.054 944 651 2017-11-15 2017-12-05 119.097.180.234 954 651 2017-11-18 2017-12-05 220.169.108.008 868 650 2017-11-23 2017-12-05 013.085.018.090 1227 650 2017-10-27 2017-11-27 060.013.231.222 1169 650 2017-10-31 2017-12-03 216.244.075.026 3708 650 2017-10-24 2017-11-21 195.154.161.132 49137 650 2017-10-27 2017-11-25 112.173.118.094 917 650 2017-10-28 2017-12-05 219.101.011.045 979 650 2017-11-16 2017-12-05 125.107.117.109 936 650 2017-11-21 2017-11-28 103.008.040.155 1302 650 2017-11-14 2017-12-01 218.026.014.198 805 650 2017-11-17 2017-12-05 153.215.127.023 1006 650 2017-11-17 2017-12-05 060.210.037.227 1717 650 2017-11-05 2017-11-21 101.001.196.203 1164 650 2017-11-02 2017-12-05 078.068.097.216 1367 650 2017-10-28 2017-11-25 213.234.001.230 1381 649 2017-10-31 2017-12-05 060.254.093.184 1481 649 2017-11-15 2017-11-26 031.208.122.108 1433 649 2017-10-28 2017-11-24 153.194.164.147 1193 649 2017-11-01 2017-12-01 202.109.254.170 1036 649 2017-10-30 2017-12-05 118.021.145.024 947 649 2017-11-02 2017-12-05 103.055.214.181 1095 649 2017-11-05 2017-12-05 180.110.057.019 1095 649 2017-11-17 2017-11-26 222.033.081.068 1219 649 2017-10-26 2017-12-05 221.002.169.194 1335 649 2017-10-31 2017-12-05 183.233.236.194 1343 649 2017-10-28 2017-12-02 061.178.199.078 1030 649 2017-11-05 2017-12-04 045.118.032.060 1113 649 2017-11-01 2017-12-05 058.126.182.008 1315 649 2017-11-15 2017-11-29 082.127.092.201 1808 649 2017-11-05 2017-12-05 115.160.096.054 1940 649 2017-10-25 2017-12-05 222.209.200.074 1221 648 2017-11-18 2017-12-04 199.068.196.125 1501 648 2017-11-21 2017-12-05 116.009.156.042 696 648 2017-11-11 2017-12-03 219.076.191.205 1054 648 2017-11-17 2017-11-29 210.171.144.191 1195 648 2017-11-02 2017-12-05 123.165.101.017 961 648 2017-11-23 2017-11-30 110.004.033.021 1181 648 2017-11-02 2017-12-04 119.010.029.234 1482 648 2017-10-30 2017-12-05 103.082.162.140 1139 648 2017-11-09 2017-12-01 223.071.139.018 734 648 2017-11-23 2017-11-29 210.018.137.013 885 648 2017-11-27 2017-12-03 163.058.146.054 1040 648 2017-11-17 2017-12-05 013.229.051.239 677 648 2017-12-05 2017-12-05 162.251.166.218 1356 647 2017-12-03 2017-12-05 222.139.156.098 1284 647 2017-11-07 2017-11-27 115.097.036.159 2172 647 2017-10-28 2017-11-21 058.022.016.247 1152 647 2017-11-15 2017-12-05 061.210.122.052 876 647 2017-11-19 2017-12-05 185.190.058.233 31286 647 2017-10-31 2017-12-05 045.249.123.036 917 647 2017-11-25 2017-11-30 002.078.045.182 1594 647 2017-11-28 2017-11-30 103.238.012.076 1103 647 2017-11-14 2017-12-04 049.206.197.239 1413 647 2017-10-31 2017-11-20 180.153.019.139 2692 647 2017-11-13 2017-11-23 212.083.148.053 1486 647 2017-11-20 2017-12-05 201.017.224.148 978 647 2017-11-16 2017-12-05 059.049.241.146 1099 647 2017-10-30 2017-12-04 103.021.076.182 1487 647 2017-11-07 2017-12-05 223.218.110.048 990 647 2017-11-16 2017-12-05 122.050.044.201 1227 647 2017-11-01 2017-12-05 211.019.255.248 1045 647 2017-11-02 2017-12-05 119.170.083.125 985 647 2017-11-02 2017-12-05 222.225.021.050 1023 646 2017-11-02 2017-12-05 039.085.229.152 1672 646 2017-11-22 2017-11-29 203.187.247.068 971 646 2017-11-22 2017-11-27 210.251.215.100 1147 646 2017-11-02 2017-12-05 200.003.220.178 895 646 2017-11-20 2017-11-29 061.177.153.122 1077 646 2017-10-23 2017-12-05 115.097.038.126 1159 646 2017-11-18 2017-12-01 180.164.091.170 921 646 2017-11-17 2017-12-05 089.036.095.044 1268 645 2017-11-02 2017-12-05 125.077.080.221 967 645 2017-11-15 2017-11-22 042.202.146.077 1027 645 2017-11-16 2017-12-05 125.039.222.253 1345 645 2017-11-11 2017-12-05 119.026.202.180 994 645 2017-11-02 2017-12-05 110.044.090.011 991 645 2017-11-02 2017-12-05 178.119.120.192 786 645 2017-10-26 2017-11-26 107.148.193.145 657 645 2017-12-04 2017-12-04 124.193.176.066 1072 644 2017-10-27 2017-12-05 222.045.250.155 1254 644 2017-10-31 2017-12-04 211.103.024.010 1379 644 2017-11-02 2017-12-05 046.165.205.086 1148 644 2017-11-15 2017-11-29 223.029.246.137 1000 644 2017-11-17 2017-12-05 121.018.238.089 2718 644 2017-11-13 2017-11-14 158.140.130.218 950 644 2017-10-22 2017-12-05 037.255.249.154 1222 644 2017-10-22 2017-12-05 118.184.043.062 853 644 2017-11-22 2017-12-04 220.208.037.130 1424 644 2017-11-01 2017-12-05 114.142.132.065 1214 644 2017-11-02 2017-12-04 222.186.011.009 987 644 2017-11-29 2017-12-05 182.037.079.092 1210 644 2017-11-13 2017-11-27 125.008.112.012 995 644 2017-11-01 2017-12-05 220.170.051.234 1006 643 2017-11-08 2017-11-10 061.213.029.025 1035 643 2017-11-02 2017-12-05 027.121.137.174 1177 643 2017-11-02 2017-12-05 203.092.019.155 1186 643 2017-11-02 2017-12-05 202.091.050.123 985 643 2017-11-02 2017-12-05 103.078.245.205 1832 643 2017-11-13 2017-11-24 122.228.208.110 13536 643 2017-10-28 2017-12-05 210.016.187.178 1256 643 2017-11-09 2017-12-05 165.073.024.158 1711 643 2017-10-23 2017-12-01 221.198.084.003 915 643 2017-11-25 2017-11-30 027.121.168.010 925 643 2017-11-16 2017-12-05 103.039.028.052 1122 643 2017-10-26 2017-12-01 190.180.066.188 1140 643 2017-11-14 2017-12-05 203.151.083.111 2219 642 2017-11-20 2017-11-29 211.226.100.187 1730 642 2017-10-26 2017-12-04 103.242.186.196 1316 642 2017-11-13 2017-12-05 046.166.139.100 2064 642 2017-11-21 2017-12-05 101.081.194.157 930 642 2017-11-20 2017-12-05 186.137.038.017 1194 642 2017-10-26 2017-12-05 039.079.110.046 1936 642 2017-11-29 2017-12-05 045.120.124.047 943 642 2017-11-30 2017-12-05 222.184.035.055 1266 642 2017-11-14 2017-12-05 175.000.025.102 1082 642 2017-11-16 2017-11-27 123.201.208.247 1260 642 2017-10-26 2017-12-01 098.195.087.135 1487 642 2017-11-06 2017-11-25 123.122.091.103 1066 642 2017-11-27 2017-12-01 116.073.206.058 836 642 2017-11-28 2017-12-05 042.093.246.190 947 642 2017-12-02 2017-12-03 085.204.124.152 875 642 2017-11-27 2017-11-27 176.104.001.114 1174 641 2017-11-12 2017-12-05 126.131.109.183 937 641 2017-11-17 2017-12-05 202.226.213.092 937 641 2017-11-17 2017-12-05 185.165.029.028 1652 641 2017-10-31 2017-11-22 116.030.196.176 886 641 2017-11-18 2017-12-02 187.073.056.022 1169 641 2017-11-03 2017-12-05 101.001.242.199 951 641 2017-11-17 2017-12-05 202.124.057.021 1133 641 2017-11-02 2017-12-05 042.126.155.005 1077 641 2017-11-17 2017-12-05 202.084.055.087 1217 641 2017-11-02 2017-12-05 117.018.204.247 1183 641 2017-11-02 2017-12-05 153.143.218.060 1198 640 2017-11-02 2017-12-05 081.218.168.196 1039 640 2017-10-24 2017-12-05 183.006.115.132 1063 640 2017-10-31 2017-12-05 114.104.161.174 908 640 2017-11-15 2017-12-05 027.219.156.216 917 640 2017-11-26 2017-11-30 180.211.137.027 642 640 2017-11-24 2017-12-04 121.141.203.208 1238 640 2017-10-25 2017-11-23 107.006.171.134 959 640 2017-11-19 2017-12-03 045.076.194.120 671 640 2017-11-20 2017-11-21 210.209.076.223 1236 640 2017-10-23 2017-12-05 141.212.122.166 1477 640 2017-11-17 2017-12-04 139.059.171.077 3243 640 2017-11-21 2017-12-02 125.039.222.247 1599 639 2017-11-12 2017-12-05 177.055.062.053 984 639 2017-11-02 2017-12-05 222.059.134.023 1175 639 2017-11-16 2017-12-05 185.192.211.002 3779 639 2017-11-12 2017-12-05 122.114.215.035 1185 639 2017-11-11 2017-12-05 141.212.122.164 1441 639 2017-11-19 2017-12-05 122.114.044.197 1168 639 2017-11-14 2017-12-05 157.112.175.060 1185 639 2017-11-01 2017-12-05 182.065.253.162 1866 639 2017-11-08 2017-12-05 116.074.105.224 822 639 2017-10-31 2017-12-05 218.005.070.236 966 639 2017-11-10 2017-12-05 049.241.026.081 1209 639 2017-11-01 2017-12-02 042.201.212.022 1075 639 2017-11-07 2017-11-27 198.020.101.156 670 639 2017-12-03 2017-12-05 101.140.165.244 953 639 2017-11-17 2017-12-05 124.159.219.044 886 638 2017-11-19 2017-12-05 180.002.165.206 925 638 2017-11-17 2017-12-05 104.131.015.025 1045 638 2017-11-26 2017-11-27 101.099.007.128 1188 638 2017-11-15 2017-12-05 133.209.245.070 977 638 2017-11-17 2017-12-05 117.240.184.017 1074 638 2017-11-15 2017-12-02 222.240.238.058 968 638 2017-11-15 2017-11-30 096.039.162.211 1114 638 2017-10-30 2017-12-05 084.053.197.034 1187 638 2017-11-10 2017-12-04 101.111.003.195 983 638 2017-11-16 2017-12-05 095.160.032.060 1200 638 2017-11-03 2017-12-05 223.223.159.190 1074 638 2017-11-21 2017-12-01 119.029.082.034 823 638 2017-11-27 2017-12-05 223.223.132.104 1958 638 2017-11-11 2017-11-24 112.027.231.157 1833 638 2017-11-02 2017-12-05 202.114.089.104 1043 638 2017-11-08 2017-12-02 061.205.131.041 1154 638 2017-11-02 2017-12-05 027.141.084.242 1028 638 2017-11-01 2017-12-05 116.009.156.040 703 637 2017-11-11 2017-12-03 178.141.153.146 1856 637 2017-11-07 2017-11-28 116.072.028.126 1949 637 2017-11-05 2017-11-22 101.064.108.012 1040 637 2017-11-29 2017-12-02 059.174.242.038 878 637 2017-11-23 2017-11-30 125.099.081.162 925 637 2017-11-25 2017-11-30 118.110.129.033 938 637 2017-11-01 2017-12-04 060.254.011.210 916 637 2017-11-24 2017-11-28 123.201.041.079 893 637 2017-11-24 2017-11-29 182.065.126.033 1844 637 2017-11-18 2017-11-25 119.177.048.144 1685 637 2017-11-15 2017-11-23 118.015.123.237 937 637 2017-11-17 2017-12-05 185.158.114.207 865 637 2017-11-18 2017-12-02 116.073.213.001 1580 637 2017-11-03 2017-11-20 201.090.174.083 942 637 2017-11-04 2017-12-05 042.123.085.095 1038 636 2017-11-10 2017-12-05 058.190.252.093 1221 636 2017-11-16 2017-12-05 122.224.223.215 1203 636 2017-10-26 2017-12-05 188.019.014.232 1143 636 2017-10-27 2017-12-05 001.063.111.039 934 636 2017-11-20 2017-11-29 219.118.134.081 1171 636 2017-11-02 2017-12-05 117.034.105.084 654 636 2017-12-02 2017-12-05 123.176.172.208 1226 636 2017-11-01 2017-12-05 211.124.137.238 1475 636 2017-11-01 2017-12-05 069.175.097.170 1027 636 2017-11-13 2017-12-03 121.116.034.232 1169 636 2017-11-02 2017-12-05 210.138.098.104 1257 636 2017-11-02 2017-12-05 124.155.243.081 872 636 2017-11-26 2017-11-30 045.250.232.053 834 636 2017-11-26 2017-12-04 123.131.014.025 1792 636 2017-11-27 2017-12-04 123.201.208.145 1505 636 2017-10-31 2017-11-12 117.025.138.067 818 635 2017-11-24 2017-12-05 038.110.051.229 1067 635 2017-11-17 2017-11-27 005.141.009.041 1970 635 2017-10-30 2017-12-05 082.164.009.117 856 635 2017-11-26 2017-12-02 043.247.069.231 1355 635 2017-11-18 2017-12-05 182.168.231.020 964 635 2017-11-16 2017-12-05 222.082.243.005 1055 635 2017-11-14 2017-12-05 202.071.008.086 986 635 2017-10-29 2017-12-05 037.191.223.032 2003 635 2017-11-17 2017-12-05 182.065.227.122 913 635 2017-11-20 2017-11-29 117.158.020.102 1178 635 2017-11-09 2017-12-05 061.125.155.066 1145 635 2017-11-02 2017-12-05 116.064.148.201 955 635 2017-11-02 2017-12-05 114.134.190.182 1640 634 2017-11-09 2017-12-05 061.089.190.047 1162 634 2017-11-01 2017-12-05 027.044.005.009 1888 634 2017-10-19 2017-11-18 183.082.060.133 967 634 2017-11-14 2017-12-05 060.254.041.195 881 634 2017-11-26 2017-12-01 220.083.197.030 1792 634 2017-10-28 2017-11-25 190.216.224.086 1353 634 2017-11-17 2017-12-05 001.192.158.133 1089 634 2017-11-12 2017-12-05 116.074.133.236 1281 634 2017-11-15 2017-11-25 220.085.124.023 1170 633 2017-11-10 2017-12-05 091.232.048.029 1503 633 2017-11-05 2017-11-28 169.001.189.056 890 633 2017-11-24 2017-12-01 217.182.228.244 1701 633 2017-11-14 2017-12-05 183.246.211.089 944 633 2017-11-16 2017-12-05 222.032.088.053 1127 633 2017-11-19 2017-12-05 089.218.159.236 1158 633 2017-11-16 2017-12-05 086.062.093.117 886 633 2017-10-26 2017-12-05 045.249.123.190 917 633 2017-11-26 2017-11-30 103.026.200.168 1196 632 2017-11-14 2017-11-28 042.098.194.039 855 632 2017-11-26 2017-11-29 042.085.180.143 968 632 2017-11-26 2017-11-30 047.088.170.254 2041 632 2017-11-14 2017-11-15 134.119.207.121 1192 632 2017-10-30 2017-11-27 216.098.153.227 1100 632 2017-11-09 2017-11-30 218.098.032.157 7022 632 2017-11-10 2017-11-21 052.178.146.006 658 632 2017-11-07 2017-11-30 203.141.113.001 1637 632 2017-11-02 2017-12-05 223.202.134.006 1035 632 2017-10-29 2017-12-05 023.245.248.008 660 632 2017-11-19 2017-11-21 039.075.027.205 907 632 2017-11-20 2017-11-27 124.072.151.143 872 632 2017-11-29 2017-12-05 211.159.153.021 1148 632 2017-11-13 2017-12-05 059.063.161.112 1092 632 2017-11-04 2017-12-05 124.066.241.159 985 632 2017-11-15 2017-12-05 122.114.197.156 1158 632 2017-11-13 2017-12-05 089.163.253.203 1060 631 2017-11-07 2017-11-29 116.072.225.042 1762 631 2017-11-16 2017-11-24 106.002.045.017 909 631 2017-11-21 2017-12-03 119.193.140.211 1278 631 2017-11-14 2017-12-01 046.046.090.052 777 631 2017-10-27 2017-12-03 024.115.101.172 1598 631 2017-10-26 2017-12-05 042.055.235.071 1015 631 2017-11-26 2017-11-29 115.085.112.194 937 631 2017-11-17 2017-12-05 080.211.174.033 703 631 2017-11-25 2017-12-03 207.246.066.163 1906 631 2017-12-03 2017-12-05 058.218.213.081 4854 631 2017-12-04 2017-12-05 141.212.122.117 1434 631 2017-11-07 2017-12-05 220.113.015.018 903 631 2017-10-25 2017-12-02 045.249.123.189 900 631 2017-11-24 2017-11-29 115.118.242.022 831 631 2017-10-30 2017-12-01 213.152.165.022 1541 631 2017-11-07 2017-11-14 202.183.054.051 1172 631 2017-11-02 2017-12-05 182.065.227.052 2054 631 2017-11-07 2017-11-15 104.131.133.158 2300 631 2017-11-09 2017-12-05 185.165.029.055 2243 630 2017-11-10 2017-11-15 222.186.021.215 3109 630 2017-11-20 2017-11-20 045.125.066.201 694 630 2017-11-29 2017-11-30 031.132.216.239 1226 630 2017-11-08 2017-12-04 222.042.120.162 1123 630 2017-11-14 2017-12-03 069.010.036.180 958 630 2017-11-15 2017-12-05 122.114.172.197 1251 630 2017-11-15 2017-12-05 117.011.194.250 871 630 2017-11-27 2017-12-02 177.007.081.011 1402 630 2017-11-01 2017-12-04 123.132.093.193 964 630 2017-11-27 2017-12-01 061.231.110.241 901 630 2017-11-22 2017-11-25 121.081.244.043 866 630 2017-11-19 2017-12-05 081.225.090.120 1125 629 2017-10-30 2017-12-05 139.060.160.222 5646 629 2017-11-28 2017-12-05 221.000.239.215 1417 629 2017-11-26 2017-12-01 110.172.188.081 1480 629 2017-10-31 2017-12-05 113.054.013.017 1280 629 2017-11-03 2017-11-23 077.053.236.113 1334 629 2017-10-28 2017-11-24 114.097.069.005 906 629 2017-11-22 2017-11-28 024.028.160.174 1012 629 2017-11-09 2017-12-05 211.149.174.253 752 629 2017-11-25 2017-12-05 222.089.229.135 1180 629 2017-10-29 2017-12-05 060.026.113.204 1142 628 2017-11-15 2017-11-26 001.198.224.188 875 628 2017-11-21 2017-11-28 163.239.022.099 1575 628 2017-10-23 2017-12-05 005.008.018.090 17917 628 2017-11-18 2017-12-05 059.157.112.222 904 628 2017-11-15 2017-12-05 118.086.017.123 970 628 2017-11-16 2017-12-05 039.066.181.125 2099 628 2017-11-27 2017-12-05 103.237.057.244 1102 628 2017-10-26 2017-12-05 077.072.082.192 21539 628 2017-11-17 2017-12-05 182.044.111.181 1030 628 2017-11-15 2017-11-28 185.022.155.072 5433 628 2017-11-05 2017-12-05 122.196.236.074 1114 628 2017-11-01 2017-12-05 185.207.205.192 2631 627 2017-11-01 2017-11-18 122.196.049.049 1110 627 2017-11-02 2017-12-01 060.254.121.122 784 627 2017-11-29 2017-12-05 175.165.124.017 811 627 2017-11-30 2017-12-04 061.193.249.051 886 627 2017-11-17 2017-12-05 219.115.115.102 1122 627 2017-11-02 2017-12-05 122.194.009.234 1451 627 2017-10-30 2017-12-05 124.140.210.061 1601 627 2017-11-01 2017-12-05 037.123.143.000 1374 627 2017-10-28 2017-11-23 223.096.152.104 965 627 2017-11-26 2017-11-26 220.134.197.253 1623 627 2017-10-25 2017-12-05 042.145.136.202 943 627 2017-11-16 2017-12-05 024.143.138.051 1889 627 2017-11-21 2017-12-05 210.141.233.174 931 627 2017-11-17 2017-12-05 085.105.173.178 1132 627 2017-10-23 2017-12-05 221.195.169.117 844 627 2017-11-22 2017-11-30 059.045.179.023 820 627 2017-11-29 2017-12-03 121.141.225.010 1863 627 2017-11-25 2017-12-05 219.091.202.058 850 627 2017-11-26 2017-12-01 198.057.174.184 684 627 2017-12-03 2017-12-05 126.121.121.008 848 627 2017-11-19 2017-12-05 183.082.114.211 842 627 2017-11-27 2017-12-02 119.010.071.100 1213 627 2017-11-01 2017-12-05 210.132.164.026 918 627 2017-11-17 2017-12-05 209.153.244.028 1048 627 2017-10-25 2017-12-05 116.094.248.041 936 626 2017-11-17 2017-12-05 116.073.208.224 887 626 2017-11-23 2017-11-29 180.169.107.150 905 626 2017-11-19 2017-12-05 210.147.238.205 878 626 2017-11-19 2017-12-05 211.019.250.028 956 626 2017-11-01 2017-12-05 027.139.128.049 1446 626 2017-11-01 2017-12-03 220.158.160.228 1604 626 2017-11-09 2017-11-13 153.215.239.034 937 626 2017-11-16 2017-12-05 103.057.172.244 920 626 2017-11-23 2017-12-01 077.053.064.182 1883 626 2017-11-17 2017-12-05 061.100.181.118 1277 626 2017-11-17 2017-12-05 113.246.190.044 984 626 2017-11-18 2017-12-01 211.120.213.031 949 625 2017-11-16 2017-12-05 046.218.035.059 4593 625 2017-11-15 2017-12-04 103.243.187.038 1016 625 2017-11-19 2017-11-25 133.137.002.214 930 625 2017-11-17 2017-12-05 125.039.222.252 1350 625 2017-11-11 2017-12-05 046.017.040.043 3114 625 2017-11-13 2017-11-14 190.189.055.010 955 625 2017-11-15 2017-12-05 116.072.037.152 985 625 2017-11-17 2017-11-27 222.240.081.003 1092 625 2017-10-28 2017-11-23 086.123.136.233 1000 625 2017-11-10 2017-12-05 178.095.042.093 15031 625 2017-11-11 2017-11-11 110.135.060.161 1002 624 2017-11-02 2017-12-05 103.243.186.022 1445 624 2017-11-04 2017-11-28 221.133.079.042 960 624 2017-11-02 2017-12-05 211.194.025.223 1089 624 2017-11-03 2017-12-05 061.177.141.198 1275 624 2017-11-13 2017-12-05 096.088.034.149 1473 624 2017-11-10 2017-12-05 150.242.071.167 1757 624 2017-11-01 2017-11-08 119.131.218.016 809 624 2017-11-28 2017-12-05 078.140.008.008 1008 624 2017-11-17 2017-12-03 041.059.082.188 1142 624 2017-11-15 2017-11-21 221.194.002.061 1331 624 2017-11-26 2017-12-02 116.072.052.026 894 624 2017-11-23 2017-11-30 180.145.155.035 961 624 2017-11-17 2017-12-05 103.012.195.200 856 624 2017-11-27 2017-12-05 116.072.003.131 916 624 2017-11-19 2017-11-27 111.091.033.188 1051 624 2017-11-17 2017-12-01 211.127.118.070 902 624 2017-11-17 2017-12-05 191.033.180.215 1004 623 2017-10-31 2017-12-05 103.052.245.082 4640 623 2017-11-10 2017-11-27 101.030.241.102 849 623 2017-11-26 2017-11-30 175.100.158.125 826 623 2017-11-24 2017-12-04 175.028.167.113 836 623 2017-11-19 2017-12-05 095.109.040.243 899 623 2017-11-18 2017-12-05 058.218.213.060 816 623 2017-11-28 2017-12-05 209.092.176.024 1098 623 2017-10-31 2017-12-05 203.195.149.105 835 623 2017-11-16 2017-12-05 042.148.135.020 938 623 2017-11-07 2017-12-05 124.246.166.074 1207 623 2017-11-02 2017-12-04 122.226.158.131 807 623 2017-11-20 2017-12-04 220.247.188.099 954 623 2017-11-16 2017-12-05 124.123.098.040 1086 623 2017-11-15 2017-11-30 141.212.122.050 1174 622 2017-11-04 2017-12-04 203.130.020.206 1285 622 2017-11-17 2017-12-05 222.132.052.230 1192 622 2017-10-26 2017-12-05 223.015.004.162 873 622 2017-11-26 2017-11-30 180.030.104.066 941 622 2017-11-16 2017-12-05 165.073.024.082 1104 622 2017-11-09 2017-12-01 153.161.237.132 903 622 2017-11-17 2017-12-05 114.034.123.142 1090 622 2017-11-06 2017-12-05 096.009.088.028 1054 622 2017-11-10 2017-12-05 223.217.074.234 931 622 2017-11-17 2017-12-05 204.116.070.201 1068 622 2017-10-24 2017-12-05 110.132.184.184 1160 622 2017-11-02 2017-12-05 175.206.234.092 1155 622 2017-10-29 2017-12-05 178.210.052.146 1409 622 2017-10-30 2017-11-24 124.155.243.096 1047 622 2017-11-17 2017-11-26 058.085.116.016 1110 622 2017-11-01 2017-12-05 027.142.183.057 1209 621 2017-11-01 2017-11-30 222.229.104.012 1081 621 2017-11-02 2017-12-05 124.108.059.136 1788 621 2017-11-02 2017-12-05 081.225.250.116 1269 621 2017-10-28 2017-11-25 153.143.019.099 1453 621 2017-11-02 2017-12-03 061.027.255.038 1463 621 2017-11-01 2017-12-05 122.114.226.210 1014 621 2017-11-20 2017-12-05 122.114.180.099 1278 621 2017-11-09 2017-12-05 112.255.192.184 781 621 2017-12-01 2017-12-05 185.129.148.165 2169 621 2017-11-24 2017-12-02 202.155.205.134 1410 621 2017-11-17 2017-11-21 116.073.164.112 969 621 2017-11-23 2017-12-01 186.251.059.173 820 620 2017-11-09 2017-12-05 115.031.006.185 909 620 2017-11-17 2017-12-05 124.159.238.190 934 620 2017-11-17 2017-12-05 108.061.202.031 1332 620 2017-11-10 2017-11-10 112.086.201.140 815 620 2017-11-30 2017-12-04 153.125.009.254 1132 620 2017-11-01 2017-12-05 086.122.123.070 1506 620 2017-11-10 2017-12-05 182.168.238.110 1036 620 2017-11-17 2017-12-05 139.159.246.014 1227 620 2017-11-17 2017-11-25 060.012.026.106 1035 620 2017-10-23 2017-12-05 187.074.048.235 1114 620 2017-11-04 2017-12-05 220.100.041.028 914 619 2017-11-16 2017-12-05 072.249.141.182 1222 619 2017-11-16 2017-12-01 031.215.007.242 872 619 2017-11-18 2017-12-05 094.042.091.003 1393 619 2017-11-09 2017-12-04 103.236.254.119 1102 619 2017-11-16 2017-11-28 208.163.034.205 1288 619 2017-10-31 2017-11-28 123.249.075.124 2814 619 2017-10-31 2017-11-11 223.223.133.148 918 619 2017-11-24 2017-12-01 024.181.014.030 2580 619 2017-11-19 2017-12-05 187.111.090.238 1011 619 2017-10-27 2017-12-05 179.156.204.129 3070 619 2017-11-01 2017-12-05 117.109.018.245 1115 619 2017-11-01 2017-12-05 191.188.062.081 1038 619 2017-11-06 2017-12-05 158.181.024.227 1051 618 2017-11-01 2017-12-05 124.140.011.147 913 618 2017-11-01 2017-12-05 118.091.220.096 1162 618 2017-11-02 2017-11-28 039.068.050.186 1421 618 2017-11-28 2017-12-03 125.075.124.140 944 618 2017-11-13 2017-12-04 218.240.132.162 1285 618 2017-10-23 2017-12-04 212.220.203.072 1125 618 2017-11-18 2017-12-05 113.177.075.181 1176 618 2017-11-13 2017-12-03 014.193.080.077 1275 618 2017-11-18 2017-11-22 001.119.133.214 798 618 2017-11-27 2017-12-05 058.119.003.076 1255 618 2017-11-17 2017-12-05 106.002.220.056 836 618 2017-10-23 2017-12-03 188.069.231.079 1110 618 2017-10-30 2017-12-05 027.195.186.153 1355 618 2017-11-30 2017-12-04 103.044.105.042 1554 618 2017-11-02 2017-11-19 211.083.242.082 1082 617 2017-11-18 2017-11-23 121.006.216.021 1667 617 2017-10-31 2017-11-22 221.226.015.081 857 617 2017-11-01 2017-12-05 183.014.078.032 795 617 2017-11-30 2017-12-05 117.104.045.250 1668 617 2017-11-02 2017-12-05 107.006.171.131 913 617 2017-11-19 2017-12-03 070.114.078.176 1381 617 2017-10-30 2017-12-04 111.127.117.137 1021 617 2017-11-18 2017-11-26 222.088.233.250 1329 617 2017-11-02 2017-12-05 116.072.009.102 998 617 2017-11-15 2017-11-26 153.225.053.125 914 617 2017-11-16 2017-12-05 221.229.204.121 1030 616 2017-11-12 2017-11-13 027.195.161.054 785 616 2017-11-29 2017-12-04 219.234.135.113 1257 616 2017-11-08 2017-12-05 116.072.035.043 1214 616 2017-11-21 2017-11-21 191.096.249.137 2109 616 2017-11-14 2017-11-15 210.022.177.198 1262 616 2017-11-15 2017-11-29 121.177.220.245 1757 616 2017-10-28 2017-12-05 126.036.226.205 946 616 2017-11-16 2017-12-05 183.063.046.217 683 616 2017-11-07 2017-12-03 060.254.009.085 851 616 2017-11-25 2017-12-01 124.125.202.015 1695 616 2017-11-24 2017-11-29 061.012.155.053 913 616 2017-11-17 2017-12-05 210.100.170.093 1185 616 2017-11-06 2017-12-05 125.064.247.181 880 616 2017-11-08 2017-12-05 183.063.214.195 620 616 2017-11-13 2017-11-14 035.227.081.184 623 616 2017-11-30 2017-12-01 153.125.070.092 1453 616 2017-11-02 2017-12-04 210.194.063.041 1114 616 2017-11-01 2017-12-05 120.051.095.090 939 616 2017-11-01 2017-12-05 118.244.234.220 5129 616 2017-11-10 2017-12-05 027.140.007.113 1081 615 2017-11-01 2017-12-05 061.026.096.037 1398 615 2017-11-02 2017-12-05 062.099.070.047 1733 615 2017-11-17 2017-12-05 089.218.155.022 1019 615 2017-11-17 2017-12-05 220.108.003.196 929 615 2017-11-17 2017-12-05 116.073.163.124 2725 615 2017-11-04 2017-12-05 027.143.249.191 952 615 2017-11-16 2017-12-05 103.029.159.035 838 615 2017-11-29 2017-12-03 211.245.021.058 1059 615 2017-11-17 2017-12-05 189.003.020.099 919 615 2017-11-07 2017-12-05 109.194.033.171 1524 615 2017-10-29 2017-11-29 221.222.136.242 1418 615 2017-11-19 2017-11-25 182.065.198.208 854 615 2017-11-23 2017-11-28 128.028.221.253 852 615 2017-11-18 2017-12-05 219.243.024.014 1153 615 2017-11-05 2017-12-05 116.072.018.113 835 615 2017-11-25 2017-12-02 222.084.117.252 1204 615 2017-11-02 2017-11-30 058.218.200.003 867 614 2017-11-27 2017-12-05 185.062.057.084 1026 614 2017-10-23 2017-11-22 037.191.153.127 3490 614 2017-10-30 2017-12-05 123.201.193.045 834 614 2017-11-25 2017-12-01 171.118.226.017 909 614 2017-11-23 2017-11-27 104.233.236.029 686 614 2017-11-03 2017-11-15 173.249.007.030 1433 614 2017-11-28 2017-11-29 024.192.163.197 994 614 2017-11-01 2017-12-05 027.218.156.154 921 614 2017-11-17 2017-12-03 094.204.042.245 944 614 2017-11-20 2017-11-24 124.159.232.206 921 614 2017-11-16 2017-12-05 118.182.118.234 932 614 2017-11-19 2017-11-23 077.054.206.218 830 614 2017-11-29 2017-12-05 045.122.120.035 832 614 2017-11-22 2017-12-03 122.248.085.059 934 614 2017-11-16 2017-12-05 113.124.061.083 999 614 2017-10-28 2017-12-05 089.249.085.126 1124 614 2017-10-23 2017-12-05 083.209.104.008 1052 614 2017-11-12 2017-12-04 103.048.070.080 1013 614 2017-11-02 2017-12-01 080.248.000.012 994 613 2017-10-28 2017-11-30 121.030.239.050 1082 613 2017-11-13 2017-12-05 093.155.145.053 947 613 2017-11-17 2017-12-01 121.174.069.165 1093 613 2017-10-25 2017-12-05 113.237.244.138 804 613 2017-11-28 2017-12-05 122.194.009.238 1411 613 2017-10-26 2017-11-25 094.102.049.175 623 613 2017-11-23 2017-11-24 027.142.006.043 900 613 2017-11-01 2017-12-05 060.173.016.062 877 613 2017-11-16 2017-12-05 042.151.121.118 1164 613 2017-11-02 2017-11-27 124.127.198.006 827 613 2017-11-07 2017-12-01 046.059.092.134 1518 613 2017-10-28 2017-11-24 110.044.078.029 910 612 2017-11-02 2017-12-05 123.169.203.172 1663 612 2017-10-31 2017-11-22 119.026.201.220 918 612 2017-11-02 2017-12-04 113.197.062.010 981 612 2017-11-01 2017-12-03 125.015.004.024 1198 612 2017-11-02 2017-12-05 220.153.105.149 915 612 2017-11-02 2017-12-05 175.101.027.006 830 612 2017-11-28 2017-12-04 043.225.159.244 1019 612 2017-11-10 2017-11-30 154.073.021.027 1011 612 2017-11-11 2017-12-05 110.143.157.175 1037 612 2017-11-02 2017-12-05 202.231.127.148 926 612 2017-11-16 2017-12-05 141.212.122.174 1571 612 2017-10-30 2017-12-04 060.020.119.166 881 612 2017-11-27 2017-12-01 221.223.043.025 870 612 2017-11-25 2017-11-29 096.073.052.077 923 612 2017-10-26 2017-12-05 123.249.079.250 1876 612 2017-11-13 2017-12-05 114.172.159.218 838 612 2017-11-22 2017-12-05 101.071.048.041 795 612 2017-11-26 2017-12-05 115.205.148.240 850 612 2017-11-26 2017-11-30 112.027.077.064 740 611 2017-11-27 2017-12-05 150.242.018.089 946 611 2017-10-25 2017-12-03 202.009.124.137 904 611 2017-11-23 2017-11-27 116.075.139.124 1128 611 2017-11-25 2017-12-05 125.218.212.162 1010 611 2017-10-31 2017-12-05 115.031.081.124 1356 611 2017-11-02 2017-12-05 220.108.109.130 1088 611 2017-11-02 2017-12-05 178.141.147.216 1473 611 2017-11-10 2017-11-30 100.003.129.059 1394 611 2017-10-28 2017-11-25 191.176.106.105 960 611 2017-11-14 2017-12-05 107.006.171.133 908 611 2017-11-18 2017-12-02 212.129.055.163 1058 611 2017-11-21 2017-12-04 027.003.251.073 833 611 2017-11-19 2017-12-05 141.212.122.123 1376 610 2017-11-17 2017-12-05 103.236.152.183 1089 610 2017-11-16 2017-11-25 112.068.139.202 957 610 2017-11-16 2017-12-05 141.212.122.051 975 610 2017-11-03 2017-12-05 182.031.039.084 2311 610 2017-10-28 2017-12-05 221.231.136.229 862 610 2017-10-27 2017-12-04 045.113.251.166 1621 610 2017-11-25 2017-11-30 185.146.001.218 2479 610 2017-10-23 2017-11-25 085.008.051.160 1265 610 2017-10-28 2017-11-25 058.221.055.126 677 610 2017-11-17 2017-12-05 109.204.130.210 883 610 2017-11-19 2017-12-05 218.216.198.173 1393 610 2017-11-01 2017-12-04 176.120.120.141 892 610 2017-11-06 2017-12-05 031.208.166.232 1542 610 2017-10-28 2017-11-24 133.208.021.066 1014 610 2017-11-09 2017-11-28 203.130.230.130 1307 610 2017-11-06 2017-11-20 209.126.069.156 626 610 2017-11-05 2017-11-26 080.074.227.124 5154 610 2017-11-09 2017-12-04 120.051.086.125 933 609 2017-11-02 2017-12-05 202.168.151.128 631 609 2017-11-19 2017-12-05 059.191.148.171 896 609 2017-11-15 2017-12-05 106.038.088.219 1211 609 2017-11-13 2017-12-05 175.018.059.058 764 609 2017-11-28 2017-12-05 122.114.043.039 999 609 2017-11-14 2017-12-05 125.202.037.104 924 609 2017-11-17 2017-12-05 109.226.220.205 872 609 2017-10-30 2017-12-05 176.115.152.111 1448 608 2017-10-31 2017-11-30 116.074.125.078 771 608 2017-11-28 2017-12-04 125.031.092.012 870 608 2017-11-19 2017-12-05 045.251.118.154 849 608 2017-11-26 2017-11-29 210.014.113.209 1375 608 2017-11-10 2017-11-29 023.030.140.238 892 608 2017-11-17 2017-12-05 155.094.064.155 1336 608 2017-10-29 2017-11-28 114.189.089.106 1214 608 2017-11-01 2017-12-04 062.210.010.058 609 608 2017-11-29 2017-12-04 122.114.173.106 1203 608 2017-11-18 2017-12-05 132.248.248.205 1058 608 2017-11-15 2017-12-05 180.129.226.054 660 608 2017-11-19 2017-11-23 077.105.037.122 1100 608 2017-10-26 2017-11-30 122.190.019.212 813 608 2017-11-26 2017-11-29 187.033.002.056 1558 608 2017-11-14 2017-12-03 031.184.236.018 1135 607 2017-11-15 2017-12-05 114.188.216.178 914 607 2017-11-17 2017-12-05 202.091.239.252 975 607 2017-11-15 2017-12-05 119.136.115.089 836 607 2017-11-25 2017-11-29 153.132.180.200 880 607 2017-11-17 2017-12-05 116.072.024.082 843 607 2017-11-02 2017-12-02 104.243.038.114 700 607 2017-11-29 2017-12-04 111.199.083.163 1182 607 2017-11-25 2017-12-01 169.239.126.019 1002 607 2017-10-28 2017-12-05 202.222.136.205 1070 607 2017-11-02 2017-12-05 195.234.005.243 1329 607 2017-12-01 2017-12-05 124.155.240.085 1000 607 2017-11-17 2017-11-26 192.081.215.081 617 606 2017-11-23 2017-11-23 045.250.235.061 767 606 2017-11-29 2017-12-05 045.124.171.171 1537 606 2017-11-06 2017-11-17 192.129.162.002 987 606 2017-11-13 2017-11-15 141.212.122.167 1575 606 2017-11-17 2017-12-05 001.223.243.124 1264 606 2017-10-28 2017-11-09 220.246.035.090 933 606 2017-11-09 2017-12-05 117.011.198.185 875 606 2017-11-18 2017-11-25 109.102.007.250 955 606 2017-11-03 2017-12-05 059.048.122.174 894 606 2017-10-27 2017-12-01 123.166.245.003 861 606 2017-11-24 2017-11-30 116.074.099.253 1031 606 2017-11-17 2017-11-26 045.126.210.074 1015 606 2017-11-27 2017-11-28 050.117.096.115 611 605 2017-11-28 2017-12-05 108.170.082.058 1063 605 2017-11-17 2017-11-29 207.246.096.072 691 605 2017-11-28 2017-12-03 222.089.229.212 1027 605 2017-10-31 2017-12-04 182.037.095.248 881 605 2017-11-16 2017-12-04 219.101.010.036 1205 605 2017-11-02 2017-11-29 169.001.033.178 1193 605 2017-11-08 2017-12-01 124.155.243.164 1433 605 2017-11-02 2017-11-24 117.014.077.015 639 605 2017-11-22 2017-11-28 218.089.065.087 1250 605 2017-11-16 2017-12-05 222.093.242.005 916 605 2017-11-19 2017-11-30 126.072.055.145 883 605 2017-11-17 2017-12-05 078.187.081.060 1042 605 2017-11-11 2017-12-05 115.156.033.136 1051 604 2017-11-21 2017-12-04 060.254.120.135 1536 604 2017-11-06 2017-11-21 122.129.075.044 1238 604 2017-11-11 2017-11-30 046.032.250.087 1173 604 2017-11-14 2017-12-01 183.196.085.212 1000 604 2017-10-29 2017-12-05 061.149.142.118 1028 604 2017-11-12 2017-11-23 141.212.122.049 1005 604 2017-11-04 2017-12-04 222.174.253.059 1055 604 2017-11-03 2017-12-05 187.149.111.120 853 604 2017-11-17 2017-12-01 178.062.218.076 781 604 2017-12-04 2017-12-05 219.107.205.161 872 604 2017-11-17 2017-12-04 120.083.049.108 829 604 2017-11-22 2017-11-29 141.212.122.121 1385 604 2017-11-05 2017-12-05 058.246.155.088 872 604 2017-11-23 2017-11-29 221.207.089.197 856 604 2017-11-23 2017-12-01 123.119.013.209 1207 604 2017-11-29 2017-12-04 122.164.046.166 2325 604 2017-11-06 2017-11-19 211.125.105.121 937 604 2017-11-02 2017-12-04 139.219.058.094 1017 604 2017-11-01 2017-11-21 119.224.236.137 921 604 2017-11-02 2017-12-05 103.100.222.105 827 603 2017-12-01 2017-12-05 111.122.191.034 1183 603 2017-11-08 2017-12-05 110.134.201.056 1128 603 2017-11-02 2017-12-01 202.084.052.221 1135 603 2017-11-02 2017-12-05 175.173.136.019 777 603 2017-11-30 2017-12-04 027.006.017.111 1167 603 2017-11-16 2017-11-29 066.035.051.195 3273 603 2017-11-14 2017-12-05 211.149.166.243 1124 603 2017-11-22 2017-11-25 203.213.191.133 903 603 2017-11-17 2017-12-05 124.040.252.001 1124 603 2017-10-31 2017-12-05 101.231.213.242 852 603 2017-11-23 2017-12-05 093.158.200.216 1373 603 2017-11-16 2017-11-16 200.164.239.164 1008 603 2017-10-26 2017-12-05 146.247.147.156 876 603 2017-11-17 2017-12-05 113.240.253.194 957 602 2017-11-03 2017-12-05 182.065.250.113 1835 602 2017-10-28 2017-11-17 103.078.205.121 816 602 2017-11-23 2017-11-29 192.099.215.170 1746 602 2017-11-10 2017-11-12 085.105.047.038 943 602 2017-10-27 2017-12-05 182.065.111.152 1468 602 2017-11-18 2017-11-25 058.058.022.051 741 602 2017-10-25 2017-12-02 220.254.149.108 1119 602 2017-11-01 2017-11-28 182.065.225.233 1422 602 2017-10-31 2017-11-13 153.125.066.035 1420 602 2017-11-02 2017-12-05 121.009.064.074 931 602 2017-11-06 2017-11-29 219.115.149.030 1056 602 2017-11-02 2017-12-05 177.126.004.051 1254 602 2017-11-04 2017-12-04 058.215.220.006 1344 602 2017-11-18 2017-11-30 061.046.057.158 879 602 2017-11-17 2017-12-05 077.235.137.146 1089 602 2017-11-03 2017-12-05 118.172.057.135 781 602 2017-11-21 2017-11-27 112.086.156.159 941 601 2017-11-26 2017-11-29 141.212.122.048 1542 601 2017-11-05 2017-12-05 043.251.096.242 932 601 2017-10-29 2017-12-04 218.008.134.209 854 601 2017-11-22 2017-11-30 058.218.211.184 1150 601 2017-11-04 2017-11-24 190.015.193.144 754 601 2017-11-29 2017-12-05 045.032.088.064 601 601 2017-12-02 2017-12-02 203.187.244.249 838 601 2017-11-24 2017-11-28 058.189.153.173 804 601 2017-11-19 2017-12-05 125.115.089.013 990 601 2017-11-17 2017-11-26 115.166.132.029 770 601 2017-11-28 2017-12-04 202.125.151.226 904 601 2017-11-02 2017-12-05 223.017.194.134 1105 601 2017-11-14 2017-12-01 157.112.166.175 1049 600 2017-11-02 2017-12-05 014.192.000.089 884 600 2017-11-20 2017-12-05 159.203.109.178 1463 600 2017-11-23 2017-12-05 123.207.137.238 1165 600 2017-11-13 2017-12-05 141.212.122.122 1373 600 2017-10-26 2017-12-05 112.071.139.036 893 600 2017-11-17 2017-12-05 160.202.014.056 2712 600 2017-11-15 2017-11-25 116.075.087.120 1636 600 2017-11-14 2017-11-27 141.212.122.120 1398 600 2017-11-19 2017-12-05 198.143.133.156 903 600 2017-11-19 2017-12-03 153.221.141.215 915 600 2017-11-16 2017-12-05 141.212.122.161 1392 600 2017-11-17 2017-12-05 049.207.006.070 1194 600 2017-10-30 2017-12-01 153.036.020.122 890 600 2017-11-22 2017-11-27 221.229.253.236 908 600 2017-11-13 2017-11-30 119.029.224.133 848 600 2017-11-28 2017-12-05 203.163.234.178 818 599 2017-11-25 2017-12-02 045.118.010.077 863 599 2017-11-25 2017-12-02 179.215.136.065 1591 599 2017-10-26 2017-11-26 222.029.050.028 811 599 2017-11-26 2017-12-01 134.100.234.048 3951 599 2017-11-01 2017-11-10 116.072.019.168 763 599 2017-11-28 2017-12-05 202.091.159.048 1126 599 2017-11-02 2017-12-05 190.192.135.230 874 599 2017-11-14 2017-12-05 217.128.036.030 1020 599 2017-11-14 2017-12-04 177.129.062.063 900 599 2017-11-11 2017-12-05 116.054.090.097 905 599 2017-11-18 2017-11-26 221.189.035.120 903 599 2017-11-17 2017-12-05 138.117.181.244 956 598 2017-11-17 2017-12-05 141.212.122.173 1396 598 2017-11-17 2017-12-04 118.123.248.171 1440 598 2017-10-25 2017-12-04 202.134.155.127 851 598 2017-11-25 2017-11-29 085.214.142.126 715 598 2017-11-17 2017-12-01 221.121.219.152 1113 598 2017-11-02 2017-12-05 104.236.144.153 1804 597 2017-11-09 2017-12-04 005.188.203.095 663 597 2017-11-11 2017-12-03 061.048.211.149 1595 597 2017-11-29 2017-12-05 110.185.026.060 900 597 2017-11-07 2017-12-04 218.028.195.162 2212 597 2017-11-07 2017-11-23 218.221.245.231 1127 597 2017-11-02 2017-11-29 113.200.224.205 923 597 2017-11-20 2017-12-02 122.114.039.016 1186 597 2017-11-17 2017-12-05 123.219.038.119 934 597 2017-11-17 2017-12-05 202.177.076.089 971 597 2017-11-16 2017-12-05 101.251.225.196 927 597 2017-11-21 2017-12-05 182.065.231.000 828 597 2017-11-25 2017-11-30 153.217.116.023 875 597 2017-11-17 2017-12-05 103.216.081.050 740 597 2017-11-29 2017-12-05 118.217.181.008 1113 597 2017-11-03 2017-12-01 042.006.063.011 1700 596 2017-11-22 2017-11-29 220.171.094.213 1209 596 2017-11-28 2017-11-29 060.170.196.002 865 596 2017-10-30 2017-12-05 116.073.210.194 900 596 2017-11-18 2017-11-25 046.019.100.027 833 596 2017-10-30 2017-12-05 111.006.101.018 23624 596 2017-11-20 2017-12-05 112.071.014.245 1165 596 2017-11-16 2017-12-05 177.189.206.121 920 596 2017-10-30 2017-12-05 072.181.214.179 1663 596 2017-10-27 2017-12-05 113.161.128.039 839 596 2017-11-15 2017-12-05 182.071.128.030 1002 596 2017-11-18 2017-11-25 043.255.143.224 1024 596 2017-11-03 2017-12-05 103.224.166.040 871 596 2017-11-18 2017-11-30 153.130.051.115 888 595 2017-11-16 2017-12-05 186.136.202.249 806 595 2017-11-20 2017-12-05 049.231.251.172 2158 595 2017-11-19 2017-12-05 139.060.160.135 30103 595 2017-11-05 2017-12-05 103.228.152.046 847 595 2017-11-20 2017-12-04 119.204.060.061 1632 595 2017-10-24 2017-11-27 117.010.033.059 752 595 2017-11-28 2017-12-05 123.130.248.113 748 595 2017-11-29 2017-12-05 182.072.147.090 893 595 2017-11-14 2017-12-02 027.116.048.074 1182 595 2017-11-15 2017-12-02 042.147.031.216 1440 595 2017-11-01 2017-12-05 123.165.022.112 779 595 2017-11-28 2017-12-03 218.041.170.048 1181 595 2017-11-02 2017-11-29 128.201.180.122 1145 594 2017-11-08 2017-11-22 219.115.031.218 889 594 2017-11-01 2017-12-05 220.134.052.022 1721 594 2017-11-03 2017-12-05 066.253.188.125 770 594 2017-11-29 2017-12-05 221.232.143.219 881 594 2017-10-28 2017-12-05 153.003.039.029 844 594 2017-11-24 2017-11-29 060.184.062.067 1095 594 2017-11-15 2017-11-27 041.065.160.124 1011 594 2017-11-22 2017-12-05 045.077.032.244 593 593 2017-11-25 2017-11-30 103.236.152.250 828 593 2017-11-26 2017-12-01 203.163.245.216 762 593 2017-11-27 2017-12-03 221.231.009.086 1917 593 2017-11-05 2017-12-01 201.006.107.126 677 593 2017-11-17 2017-12-05 116.072.027.113 746 593 2017-11-26 2017-12-02 202.056.029.089 996 593 2017-11-01 2017-12-05 145.249.104.226 2498 593 2017-11-13 2017-12-04 111.006.101.019 18322 593 2017-11-20 2017-12-05 183.003.138.190 1024 593 2017-11-12 2017-12-05 085.105.176.095 947 593 2017-11-16 2017-12-04 198.020.103.242 1224 593 2017-11-18 2017-12-03 119.075.144.201 994 593 2017-11-15 2017-12-05 124.018.067.159 891 593 2017-11-17 2017-12-05 189.124.017.154 1194 592 2017-10-27 2017-12-05 092.154.076.045 1016 592 2017-11-19 2017-12-05 141.212.122.168 1558 592 2017-11-17 2017-12-04 182.065.108.121 789 592 2017-11-28 2017-12-02 061.161.155.244 1409 592 2017-10-23 2017-12-05 221.229.204.182 7192 592 2017-11-06 2017-11-08 005.031.038.236 833 592 2017-11-27 2017-11-30 115.238.131.126 709 592 2017-11-29 2017-12-05 169.000.210.143 739 592 2017-11-29 2017-12-05 103.005.125.204 626 592 2017-11-05 2017-12-05 123.249.035.150 1767 592 2017-11-08 2017-11-13 061.046.045.110 1183 592 2017-11-01 2017-12-05 027.004.054.165 1238 592 2017-10-26 2017-11-25 124.166.248.008 938 592 2017-10-29 2017-12-05 103.252.051.149 677 591 2017-11-15 2017-11-28 218.065.003.196 856 591 2017-11-15 2017-11-30 060.254.094.132 810 591 2017-11-23 2017-11-29 121.239.028.222 1650 591 2017-10-09 2017-11-15 141.212.122.126 1444 591 2017-11-06 2017-12-05 114.142.139.114 806 591 2017-11-27 2017-12-05 141.212.122.175 1396 590 2017-11-06 2017-12-04 005.189.134.059 1490 590 2017-11-16 2017-11-18 221.201.006.083 866 590 2017-11-24 2017-11-28 203.232.212.055 938 590 2017-11-03 2017-12-05 101.108.159.132 1008 590 2017-11-06 2017-11-13 210.002.241.154 914 590 2017-11-02 2017-12-05 124.172.139.181 1348 590 2017-11-10 2017-12-05 123.122.131.080 1613 590 2017-11-30 2017-12-05 122.128.014.158 1115 590 2017-11-02 2017-12-05 185.107.083.124 696 590 2017-11-07 2017-11-09 219.118.147.206 1633 590 2017-11-02 2017-12-05 117.021.173.101 1032 590 2017-11-02 2017-11-21 218.207.144.074 1080 590 2017-10-27 2017-12-05 173.162.111.057 621 590 2017-11-12 2017-12-04 042.005.052.146 1097 590 2017-11-27 2017-11-30 219.137.116.207 1333 590 2017-11-10 2017-12-05 119.026.144.245 885 590 2017-11-15 2017-12-05 066.096.208.207 954 590 2017-10-29 2017-12-05 218.076.029.131 758 589 2017-11-22 2017-12-02 141.212.122.114 1336 589 2017-11-17 2017-12-05 027.197.221.063 796 589 2017-11-19 2017-11-27 045.032.184.110 592 589 2017-11-07 2017-11-08 066.090.093.058 846 589 2017-11-23 2017-11-24 027.004.151.242 1220 589 2017-11-06 2017-11-28 060.254.088.052 1049 589 2017-11-17 2017-11-23 060.254.014.031 1000 589 2017-11-18 2017-11-25 221.226.226.158 937 589 2017-10-29 2017-12-05 120.194.002.066 2191 589 2017-10-30 2017-11-23 116.075.022.126 807 589 2017-11-29 2017-12-04 163.172.143.149 6943 589 2017-11-14 2017-12-04 123.188.002.119 1328 589 2017-11-08 2017-12-03 059.171.173.137 1058 589 2017-11-01 2017-12-04 121.007.129.233 1215 589 2017-11-03 2017-11-22 194.028.112.048 2347 589 2017-11-30 2017-12-03 043.228.235.249 10965 589 2017-11-09 2017-12-04 114.173.016.025 1100 588 2017-11-02 2017-12-02 197.248.177.034 901 588 2017-11-13 2017-12-05 112.081.179.010 1739 588 2017-11-06 2017-11-15 121.236.172.077 1197 588 2017-10-24 2017-11-29 122.192.004.134 1440 588 2017-11-16 2017-12-05 218.103.125.186 1069 588 2017-11-15 2017-11-27 120.000.154.174 858 588 2017-11-21 2017-11-26 182.065.099.233 1963 588 2017-11-20 2017-11-26 126.044.063.125 874 588 2017-11-16 2017-12-05 203.110.083.253 1205 588 2017-11-03 2017-12-01 001.030.218.047 1275 588 2017-10-27 2017-11-25 103.007.081.234 1253 588 2017-11-22 2017-11-28 049.207.011.212 1155 588 2017-10-26 2017-11-23 046.029.161.245 3425 588 2017-11-28 2017-12-04 104.128.144.131 1699 588 2017-11-09 2017-12-05 141.212.122.169 1424 587 2017-10-30 2017-12-04 113.020.254.254 934 587 2017-11-16 2017-12-05 060.254.041.075 795 587 2017-11-24 2017-11-30 116.073.193.054 925 587 2017-11-18 2017-11-26 185.129.148.162 831 587 2017-10-26 2017-11-21 219.237.254.202 657 587 2017-11-29 2017-12-05 077.252.158.042 954 587 2017-11-07 2017-12-05 185.062.189.239 710 587 2017-11-15 2017-11-22 119.170.158.219 847 587 2017-11-02 2017-12-05 027.102.106.226 1537 587 2017-11-05 2017-11-21 163.131.042.196 975 587 2017-11-02 2017-12-05 103.077.056.043 1456 587 2017-11-21 2017-12-05 117.108.016.183 868 587 2017-11-16 2017-12-05 089.191.153.101 987 587 2017-11-21 2017-12-05 218.090.188.066 5565 586 2017-10-25 2017-12-03 047.092.026.227 1329 586 2017-11-06 2017-12-01 061.131.252.056 1132 586 2017-11-14 2017-12-05 216.244.074.186 4591 586 2017-11-03 2017-11-08 069.131.092.126 1089 586 2017-11-01 2017-12-05 027.254.096.028 806 586 2017-11-18 2017-12-01 175.177.220.215 835 586 2017-11-15 2017-12-03 200.164.239.163 1033 586 2017-10-30 2017-12-05 181.065.251.227 921 586 2017-11-08 2017-12-05 198.143.133.158 832 586 2017-11-19 2017-12-03 113.012.167.082 660 586 2017-11-25 2017-11-30 141.212.122.113 1375 586 2017-10-31 2017-12-05 180.146.046.132 857 586 2017-11-17 2017-12-05 103.057.134.136 1063 586 2017-11-04 2017-12-01 119.018.149.124 3147 586 2017-11-23 2017-11-25 122.164.046.153 828 586 2017-11-26 2017-11-30 103.218.112.201 772 586 2017-11-27 2017-12-02 103.040.072.029 824 586 2017-11-25 2017-11-29 061.074.157.049 607 586 2017-11-05 2017-11-27 116.074.108.135 765 586 2017-11-28 2017-12-05 091.093.195.082 947 586 2017-11-05 2017-12-05 116.073.199.029 744 586 2017-11-29 2017-12-05 176.109.187.019 1013 586 2017-11-02 2017-12-05 124.140.028.026 889 586 2017-11-02 2017-12-05 089.165.209.249 1862 585 2017-11-07 2017-12-04 182.072.052.122 1046 585 2017-10-29 2017-12-02 217.013.106.194 1303 585 2017-10-25 2017-11-28 115.037.156.093 868 585 2017-11-17 2017-12-05 178.212.053.001 780 585 2017-11-24 2017-12-05 194.246.105.036 894 585 2017-11-05 2017-12-04 153.163.151.225 2043 584 2017-11-17 2017-11-25 103.072.206.006 1886 584 2017-11-15 2017-11-25 118.186.017.008 1083 584 2017-11-04 2017-12-05 013.092.248.235 1390 584 2017-11-03 2017-11-30 118.122.051.200 796 584 2017-10-28 2017-12-05 218.227.113.197 851 584 2017-11-17 2017-12-05 180.004.231.069 872 584 2017-11-17 2017-12-03 062.210.149.056 881 584 2017-12-01 2017-12-05 141.212.122.163 1374 584 2017-11-14 2017-12-05 103.207.046.168 1397 584 2017-11-12 2017-11-29 202.134.156.203 807 584 2017-11-19 2017-11-28 138.204.202.211 1069 584 2017-10-28 2017-12-05 183.232.175.004 952 584 2017-11-15 2017-12-05 220.132.069.166 1153 584 2017-10-25 2017-12-05 061.175.101.166 1049 584 2017-10-25 2017-12-04 153.210.057.220 855 583 2017-11-16 2017-12-05 117.001.096.134 887 583 2017-11-20 2017-11-26 187.176.118.048 1568 583 2017-11-09 2017-11-27 198.143.133.157 955 583 2017-11-09 2017-12-03 117.158.114.130 1094 583 2017-10-28 2017-12-05 117.119.097.053 1446 583 2017-11-15 2017-11-21 141.212.122.162 1337 583 2017-11-17 2017-12-05 219.091.138.251 1698 583 2017-11-01 2017-12-02 218.027.067.061 792 583 2017-11-26 2017-11-29 121.021.240.016 820 583 2017-11-26 2017-11-30 113.232.143.053 970 583 2017-11-26 2017-11-30 037.123.143.017 1499 583 2017-10-28 2017-11-25 169.000.125.077 746 583 2017-11-29 2017-12-05 150.246.045.219 1037 583 2017-11-02 2017-11-30 101.111.001.229 1365 582 2017-11-01 2017-12-05 182.071.086.062 968 582 2017-11-09 2017-12-04 097.076.013.210 844 582 2017-11-07 2017-12-05 202.134.153.146 791 582 2017-11-30 2017-12-04 124.141.009.119 963 582 2017-11-02 2017-12-05 151.000.141.074 742 582 2017-11-04 2017-12-05 111.198.015.051 1213 582 2017-11-15 2017-11-28 182.065.192.171 1064 582 2017-11-15 2017-11-25 216.016.048.051 1967 582 2017-10-30 2017-12-05 169.001.038.082 935 582 2017-11-14 2017-12-01 186.193.186.206 1109 582 2017-11-05 2017-12-05 222.187.046.190 944 582 2017-11-22 2017-12-05 122.226.084.073 1080 582 2017-10-23 2017-11-22 115.231.218.043 13641 582 2017-10-26 2017-12-05 190.171.220.070 1206 581 2017-11-05 2017-12-04 187.086.147.166 838 581 2017-10-28 2017-12-05 103.088.077.178 828 581 2017-11-18 2017-12-03 116.065.037.245 1066 581 2017-11-01 2017-12-05 088.191.235.056 3051 581 2017-11-07 2017-11-21 117.109.062.157 1063 581 2017-11-01 2017-12-05 221.176.167.178 1015 581 2017-11-08 2017-11-25 203.133.201.165 904 581 2017-11-15 2017-12-05 125.099.227.030 996 581 2017-11-16 2017-11-25 064.063.066.216 906 581 2017-11-16 2017-12-05 113.106.000.114 716 581 2017-11-21 2017-12-05 118.123.213.247 595 581 2017-11-21 2017-11-22 122.117.250.092 1181 581 2017-10-28 2017-12-05 183.106.043.223 1739 580 2017-11-16 2017-12-05 062.210.189.043 7817 580 2017-11-02 2017-11-25 078.140.195.250 1281 580 2017-10-25 2017-12-05 124.172.184.197 1243 580 2017-11-19 2017-12-05 218.200.037.230 1018 580 2017-10-26 2017-11-23 113.160.152.047 2090 580 2017-11-03 2017-12-05 141.212.122.118 1392 580 2017-11-07 2017-12-05 120.011.191.017 2219 580 2017-11-26 2017-12-05 103.078.205.237 744 580 2017-11-29 2017-12-05 119.171.180.189 1088 580 2017-11-02 2017-12-05 139.213.228.059 746 580 2017-11-29 2017-12-05 210.138.048.023 1080 580 2017-11-02 2017-12-05 088.135.205.212 1010 580 2017-11-02 2017-12-05 112.081.154.070 736 580 2017-12-02 2017-12-05 153.143.174.197 1388 580 2017-11-02 2017-12-05 202.134.156.184 1663 580 2017-11-06 2017-11-18 103.236.152.172 716 580 2017-11-30 2017-12-05 177.155.153.012 1791 579 2017-11-01 2017-11-17 061.089.080.229 1062 579 2017-11-02 2017-12-05 202.079.133.047 1020 579 2017-11-01 2017-12-05 198.020.103.243 874 579 2017-11-13 2017-12-03 113.252.205.092 1714 579 2017-11-13 2017-11-20 046.033.246.120 1501 579 2017-11-02 2017-12-05 110.134.141.098 1069 579 2017-11-01 2017-12-04 178.212.053.056 1040 579 2017-11-16 2017-11-24 116.075.106.096 1035 579 2017-11-18 2017-11-30 103.035.108.102 1112 579 2017-10-25 2017-12-05 139.159.209.206 1090 579 2017-11-09 2017-12-05 181.169.013.116 972 579 2017-11-18 2017-12-05 121.022.018.136 784 579 2017-11-23 2017-12-05 001.071.030.244 2763 579 2017-11-24 2017-12-03 104.152.189.141 595 579 2017-11-28 2017-11-30 221.196.237.208 794 579 2017-11-27 2017-12-01 190.210.235.080 879 579 2017-10-31 2017-12-05 101.028.009.192 835 579 2017-11-27 2017-12-01 123.247.072.140 809 579 2017-11-27 2017-12-01 201.093.189.020 1400 578 2017-10-28 2017-12-05 116.074.088.037 768 578 2017-11-25 2017-12-01 123.244.203.181 796 578 2017-11-26 2017-11-30 163.172.069.249 6198 578 2017-11-01 2017-12-05 082.162.227.073 951 578 2017-10-24 2017-12-05 095.211.202.071 940 578 2017-10-31 2017-11-15 222.064.071.190 806 578 2017-11-22 2017-11-26 121.025.073.052 1309 578 2017-11-28 2017-12-04 173.212.251.253 2685 578 2017-11-13 2017-11-15 153.134.142.223 1077 578 2017-11-01 2017-11-28 119.180.092.195 1377 578 2017-12-01 2017-12-05 062.210.209.201 613 578 2017-12-02 2017-12-04 039.078.122.127 846 578 2017-11-19 2017-11-29 061.154.228.126 730 578 2017-11-25 2017-12-03 178.159.036.060 1695 577 2017-11-17 2017-12-05 223.223.198.162 1031 577 2017-11-04 2017-12-05 218.076.252.143 1090 577 2017-11-09 2017-12-05 123.207.016.195 1153 577 2017-11-17 2017-12-05 111.006.101.013 24138 577 2017-11-20 2017-12-05 027.121.181.027 828 577 2017-11-15 2017-12-05 211.212.079.246 4895 577 2017-11-21 2017-11-30 027.143.231.135 927 577 2017-11-16 2017-12-05 122.227.005.210 1274 577 2017-10-23 2017-12-02 042.055.231.132 1041 577 2017-11-27 2017-12-01 116.074.126.158 733 577 2017-11-26 2017-12-02 136.169.122.032 6399 577 2017-11-11 2017-12-05 083.110.208.018 733 577 2017-11-23 2017-12-05 116.072.038.242 1106 577 2017-11-24 2017-11-25 059.189.192.056 809 577 2017-11-23 2017-11-29 221.112.234.222 904 577 2017-11-02 2017-12-04 046.101.135.111 613 577 2017-12-05 2017-12-05 068.074.204.239 997 576 2017-10-29 2017-11-30 109.227.123.203 1015 576 2017-11-02 2017-12-04 123.225.031.077 1671 576 2017-11-02 2017-11-28 122.251.012.223 1111 576 2017-11-02 2017-12-01 101.030.011.162 981 576 2017-11-17 2017-11-25 133.209.216.130 770 576 2017-11-21 2017-12-05 113.116.125.138 806 576 2017-11-22 2017-11-29 182.065.078.104 1343 576 2017-11-20 2017-11-24 085.133.184.230 2645 576 2017-11-12 2017-12-01 116.074.183.109 1332 576 2017-10-25 2017-11-22 203.109.100.082 1681 576 2017-11-14 2017-12-02 182.073.191.043 827 576 2017-11-24 2017-11-30 114.245.026.028 947 576 2017-11-25 2017-11-30 043.245.102.089 841 576 2017-11-19 2017-11-26 103.094.192.042 1756 576 2017-11-18 2017-11-25 198.023.189.026 1147 576 2017-11-14 2017-11-17 118.249.042.068 800 576 2017-11-26 2017-11-29 194.028.112.141 2041 576 2017-11-09 2017-11-11 221.225.218.231 788 576 2017-11-26 2017-12-01 188.212.100.078 922 576 2017-11-24 2017-12-01 060.254.088.178 817 575 2017-11-23 2017-11-29 116.074.156.183 855 575 2017-11-18 2017-12-01 112.234.203.170 991 575 2017-11-02 2017-12-05 221.004.182.014 1256 575 2017-11-04 2017-11-23 203.217.181.228 1077 575 2017-11-02 2017-12-05 110.132.009.074 822 575 2017-11-01 2017-12-05 092.254.233.061 1247 575 2017-11-13 2017-12-02 117.014.158.098 788 575 2017-11-10 2017-11-29 084.237.228.198 1175 575 2017-10-28 2017-12-05 210.194.169.103 1099 575 2017-11-01 2017-12-05 169.000.213.037 757 575 2017-11-28 2017-12-04 200.150.108.253 1039 575 2017-10-30 2017-12-05 116.074.104.024 876 575 2017-11-18 2017-11-26 180.188.246.159 1404 575 2017-11-14 2017-11-16 177.043.182.172 1092 575 2017-11-03 2017-12-05 061.158.162.204 1692 575 2017-11-19 2017-12-04 125.219.150.006 2233 575 2017-11-15 2017-11-23 076.010.173.058 944 574 2017-11-18 2017-12-05 113.106.202.060 30814 574 2017-10-29 2017-12-05 180.146.253.001 888 574 2017-11-16 2017-12-05 223.096.152.034 1469 574 2017-10-28 2017-11-23 185.165.029.146 6722 574 2017-11-19 2017-12-01 218.073.112.236 833 574 2017-11-26 2017-11-30 027.005.156.032 1213 574 2017-10-28 2017-11-21 041.231.053.058 712 574 2017-11-27 2017-12-05 124.246.175.098 1140 574 2017-11-02 2017-12-05 115.069.248.012 1320 574 2017-11-04 2017-12-05 042.144.210.082 878 573 2017-11-01 2017-12-05 213.165.177.201 958 573 2017-11-03 2017-12-04 183.167.245.109 1634 573 2017-11-12 2017-11-29 160.202.014.229 1911 573 2017-11-20 2017-11-26 198.020.103.244 838 573 2017-11-19 2017-12-02 069.175.097.174 842 573 2017-10-24 2017-12-03 121.125.068.117 1259 573 2017-11-13 2017-11-26 060.254.008.157 841 573 2017-11-25 2017-11-29 122.174.013.089 921 573 2017-11-18 2017-11-24 218.070.255.213 1026 573 2017-10-29 2017-12-05 221.203.116.166 739 573 2017-11-22 2017-12-04 182.032.249.121 805 572 2017-11-24 2017-11-27 221.216.168.255 776 572 2017-11-26 2017-11-30 058.246.048.158 665 572 2017-11-27 2017-12-05 101.205.122.067 1318 572 2017-11-17 2017-11-30 031.128.012.113 850 572 2017-10-31 2017-12-05 218.076.042.017 1111 572 2017-10-26 2017-11-25 223.245.011.038 763 572 2017-11-24 2017-12-01 042.150.112.015 1084 572 2017-11-01 2017-12-04 163.131.042.159 1100 572 2017-11-02 2017-12-04 194.012.083.133 1838 572 2017-11-02 2017-12-05 027.141.159.208 1381 572 2017-11-02 2017-12-05 118.163.086.147 1005 572 2017-10-26 2017-12-05 092.154.031.123 761 572 2017-11-03 2017-12-05 060.254.092.014 893 572 2017-11-18 2017-11-26 027.007.126.191 1155 572 2017-11-16 2017-11-27 039.085.042.044 965 572 2017-11-05 2017-12-05 221.125.150.089 1048 572 2017-11-14 2017-12-05 052.179.102.057 695 572 2017-11-20 2017-11-22 182.093.036.010 772 572 2017-11-16 2017-12-05 113.193.182.034 1172 572 2017-11-02 2017-11-25 088.168.115.001 1025 572 2017-10-27 2017-12-05 123.136.255.028 970 571 2017-11-14 2017-11-30 103.066.113.220 914 571 2017-10-27 2017-12-04 183.056.173.229 932 571 2017-11-12 2017-12-01 046.233.015.060 733 571 2017-10-31 2017-12-04 178.141.247.095 1070 571 2017-10-27 2017-11-28 103.047.066.228 1221 571 2017-11-12 2017-11-28 037.209.217.056 747 571 2017-11-08 2017-11-27 054.036.095.023 3601 571 2017-11-04 2017-12-01 170.246.235.079 745 571 2017-10-29 2017-12-05 125.124.052.238 705 571 2017-11-30 2017-12-04 210.194.096.217 878 571 2017-11-01 2017-12-05 169.001.164.043 727 571 2017-11-30 2017-12-05 203.174.210.127 1100 571 2017-11-02 2017-12-04 123.103.178.020 1091 571 2017-11-01 2017-12-05 086.104.231.106 1187 571 2017-11-08 2017-12-05 061.089.146.202 1241 571 2017-11-02 2017-12-04 141.212.122.052 952 570 2017-10-24 2017-12-05 125.093.254.151 1063 570 2017-10-28 2017-12-04 125.211.216.157 1044 570 2017-11-21 2017-12-05 218.219.048.116 856 570 2017-11-17 2017-12-05 181.231.092.147 805 570 2017-11-18 2017-12-05 119.178.173.238 858 570 2017-11-20 2017-11-26 112.227.033.173 743 570 2017-11-26 2017-12-01 077.037.162.022 1479 570 2017-11-16 2017-11-20 179.235.222.035 1111 570 2017-11-06 2017-11-23 200.150.168.006 845 570 2017-11-04 2017-12-04 220.163.113.041 4001 570 2017-11-09 2017-11-21 091.213.008.154 742 570 2017-11-24 2017-11-26 059.011.209.183 575 570 2017-11-25 2017-11-26 123.139.234.197 1277 570 2017-11-04 2017-12-05 197.255.254.066 1236 569 2017-11-05 2017-12-05 087.191.062.082 569 569 2017-11-24 2017-11-24 062.210.026.217 969 569 2017-11-18 2017-11-22 042.145.072.012 967 569 2017-11-01 2017-12-05 061.027.255.083 1061 569 2017-11-01 2017-12-05 085.024.200.038 1180 569 2017-11-02 2017-11-25 220.152.080.074 1090 569 2017-11-02 2017-12-05 069.012.087.066 996 569 2017-12-01 2017-12-02 222.186.061.096 788 569 2017-12-02 2017-12-05 110.133.085.064 1005 569 2017-11-02 2017-12-05 138.068.058.143 894 569 2017-11-21 2017-11-24 141.212.122.172 1396 569 2017-11-18 2017-12-04 087.228.195.214 943 569 2017-11-03 2017-12-05 027.002.057.185 1052 569 2017-11-18 2017-12-05 108.031.099.177 2092 569 2017-10-24 2017-11-18 203.109.123.054 1222 568 2017-10-28 2017-11-09 185.165.029.176 1543 568 2017-11-12 2017-11-13 041.059.225.157 1830 568 2017-11-09 2017-11-23 027.003.044.171 1303 568 2017-11-10 2017-12-05 190.188.198.042 1012 568 2017-11-09 2017-12-05 060.035.184.073 829 568 2017-11-17 2017-12-04 103.072.206.089 1723 568 2017-11-14 2017-11-24 116.073.194.034 1446 568 2017-11-03 2017-11-19 081.170.143.140 1486 567 2017-10-28 2017-11-25 123.059.195.233 1732 567 2017-11-11 2017-11-24 110.044.091.133 1623 567 2017-11-02 2017-12-05 079.073.199.053 1059 567 2017-11-06 2017-11-28 124.246.169.091 1119 567 2017-11-02 2017-12-05 119.025.085.034 1099 567 2017-11-02 2017-12-05 122.192.005.082 967 567 2017-11-02 2017-12-05 221.226.226.134 919 567 2017-10-30 2017-12-05 042.122.082.080 788 567 2017-11-24 2017-11-28 117.028.214.070 964 567 2017-11-18 2017-11-24 103.078.055.012 904 567 2017-11-02 2017-12-02 045.006.183.005 970 567 2017-11-15 2017-12-01 088.247.131.029 1074 567 2017-10-23 2017-12-05 085.157.019.107 1529 567 2017-11-10 2017-11-27 122.174.045.049 863 567 2017-11-19 2017-11-23 078.212.228.175 1108 567 2017-10-30 2017-12-05 198.050.249.004 604 567 2017-11-18 2017-12-05 042.148.041.025 850 566 2017-11-17 2017-12-05 045.058.114.146 996 566 2017-11-22 2017-11-28 190.153.230.038 1423 566 2017-11-03 2017-12-05 062.219.191.115 1244 566 2017-11-19 2017-12-05 082.117.104.117 1134 566 2017-10-28 2017-11-24 210.138.048.217 817 566 2017-11-02 2017-12-03 114.143.234.122 1012 566 2017-10-24 2017-12-03 116.072.036.060 732 566 2017-11-25 2017-11-30 106.112.139.150 923 566 2017-11-01 2017-12-05 116.196.080.253 1070 565 2017-10-04 2017-11-07 122.114.111.065 805 565 2017-11-18 2017-12-04 095.009.107.062 979 565 2017-10-31 2017-12-03 060.016.206.008 794 565 2017-11-23 2017-11-27 198.199.101.240 575 565 2017-11-27 2017-11-28 180.059.210.236 807 565 2017-11-16 2017-12-05 051.015.223.003 580 565 2017-11-29 2017-11-29 116.081.037.108 866 565 2017-11-16 2017-12-05 203.109.075.203 1007 565 2017-11-16 2017-11-25 039.075.204.044 721 565 2017-11-29 2017-12-05 124.155.246.086 723 565 2017-11-05 2017-12-03 089.242.002.242 1002 565 2017-11-07 2017-12-05 110.133.185.066 1371 564 2017-11-01 2017-12-05 078.137.007.030 979 564 2017-11-02 2017-12-05 188.043.020.113 1014 564 2017-11-08 2017-12-05 067.229.147.034 1627 564 2017-11-29 2017-12-05 084.238.049.121 1197 564 2017-10-28 2017-11-23 188.068.178.244 984 564 2017-11-01 2017-12-05 045.250.232.056 731 564 2017-11-28 2017-12-05 203.109.083.154 1044 564 2017-11-03 2017-12-05 116.073.198.050 1690 564 2017-11-04 2017-11-21 223.132.081.200 741 564 2017-11-22 2017-12-05 060.254.095.019 856 564 2017-11-04 2017-12-02 120.194.132.104 1027 564 2017-10-31 2017-12-05 124.091.158.208 753 564 2017-11-26 2017-12-02 116.074.115.126 686 564 2017-11-29 2017-12-05 062.210.081.056 3931 564 2017-11-11 2017-11-18 115.224.242.161 709 564 2017-12-02 2017-12-05 123.201.148.149 691 564 2017-11-30 2017-12-05 202.062.078.046 955 564 2017-11-02 2017-12-02 165.227.189.138 869 564 2017-11-22 2017-11-23 190.015.200.010 697 564 2017-12-02 2017-12-05 039.085.185.165 824 564 2017-11-22 2017-11-26 123.027.079.032 1700 563 2017-11-12 2017-12-05 110.156.160.177 741 563 2017-12-01 2017-12-05 121.177.220.223 1664 563 2017-10-29 2017-12-05 179.109.144.018 1483 563 2017-10-25 2017-12-05 141.212.122.127 1334 563 2017-11-17 2017-12-05 043.254.225.230 1410 563 2017-11-18 2017-11-19 182.065.122.069 710 563 2017-11-29 2017-12-02 195.154.237.049 991 563 2017-11-09 2017-11-27 114.079.162.199 828 563 2017-11-14 2017-12-01 120.005.229.024 707 563 2017-11-29 2017-12-05 180.212.230.061 782 563 2017-11-23 2017-11-28 049.251.176.159 981 563 2017-10-27 2017-12-05 062.072.234.154 799 563 2017-11-26 2017-12-05 113.107.140.078 975 563 2017-10-26 2017-12-05 061.160.212.242 669 562 2017-11-28 2017-12-05 115.133.020.137 791 562 2017-11-20 2017-11-24 169.000.063.190 866 562 2017-11-19 2017-11-25 046.172.132.117 980 562 2017-11-01 2017-12-05 058.045.152.118 920 562 2017-11-17 2017-11-27 091.244.010.062 1014 562 2017-11-02 2017-12-05 128.199.112.153 601 562 2017-11-08 2017-12-01 150.107.210.104 810 561 2017-11-01 2017-12-03 119.207.195.202 1256 561 2017-11-02 2017-11-27 106.056.217.218 911 561 2017-11-17 2017-11-25 142.044.165.241 565 561 2017-12-05 2017-12-05 219.115.124.161 824 561 2017-11-02 2017-12-05 139.059.126.018 2002 561 2017-11-07 2017-11-15 182.072.176.132 921 561 2017-11-07 2017-12-05 117.010.008.119 830 561 2017-11-23 2017-11-27 101.066.106.235 808 561 2017-11-25 2017-12-02 125.071.132.054 1259 561 2017-11-07 2017-11-10 141.212.122.171 1500 561 2017-11-17 2017-12-05 027.005.161.138 1015 561 2017-11-17 2017-11-29 116.075.027.044 917 561 2017-11-16 2017-11-30 045.077.137.028 597 561 2017-11-22 2017-11-23 058.210.095.198 823 561 2017-11-04 2017-12-04 153.214.097.192 831 560 2017-11-17 2017-12-05 211.124.195.115 782 560 2017-11-16 2017-12-05 060.165.093.098 2158 560 2017-11-19 2017-11-27 141.212.122.119 1380 560 2017-11-18 2017-12-05 001.085.003.114 1134 560 2017-10-22 2017-12-04 125.116.043.132 713 560 2017-11-29 2017-12-05 116.075.035.051 716 560 2017-12-01 2017-12-05 169.060.021.230 2666 560 2017-11-04 2017-11-12 103.038.201.241 754 560 2017-11-25 2017-11-29 122.192.182.049 767 560 2017-11-25 2017-11-28 081.007.011.142 613 560 2017-11-27 2017-11-27 202.096.099.099 689 560 2017-10-31 2017-12-05 121.020.062.226 740 560 2017-11-26 2017-12-02 089.248.172.076 1628 560 2017-11-04 2017-12-02 201.040.248.042 866 560 2017-11-07 2017-12-05 115.099.019.191 776 559 2017-11-24 2017-11-30 027.195.253.233 761 559 2017-11-25 2017-11-30 027.004.006.108 872 559 2017-11-22 2017-12-01 027.000.053.122 808 559 2017-11-22 2017-12-02 027.184.138.068 2454 559 2017-11-25 2017-12-02 139.099.115.201 669 559 2017-12-01 2017-12-02 040.125.175.026 594 559 2017-11-21 2017-12-01 183.087.020.187 1105 559 2017-11-16 2017-11-25 109.170.142.078 915 559 2017-11-13 2017-12-05 037.191.132.028 961 559 2017-11-03 2017-11-29 221.226.226.079 823 559 2017-11-06 2017-12-05 116.254.067.009 854 559 2017-11-02 2017-12-05 220.128.119.105 769 558 2017-11-07 2017-12-05 046.017.040.179 566 558 2017-12-01 2017-12-02 203.195.217.169 739 558 2017-10-31 2017-12-05 103.207.124.070 790 558 2017-11-22 2017-11-27 118.000.015.224 730 558 2017-11-22 2017-12-05 169.000.117.046 835 558 2017-11-19 2017-11-24 198.143.133.155 806 558 2017-10-26 2017-12-03 222.132.156.003 919 558 2017-11-14 2017-12-05 103.226.089.015 1141 558 2017-10-30 2017-12-05 162.210.218.065 1025 558 2017-11-21 2017-12-05 217.029.188.076 885 558 2017-11-08 2017-12-05 115.079.058.161 1055 557 2017-11-05 2017-12-05 069.175.097.172 818 557 2017-11-13 2017-12-02 198.020.103.245 921 557 2017-11-13 2017-12-03 069.175.097.171 820 557 2017-11-09 2017-12-03 081.017.030.209 794 557 2017-11-16 2017-11-22 042.125.153.064 1049 557 2017-11-02 2017-12-05 116.003.070.234 713 557 2017-12-01 2017-12-05 091.244.009.001 1285 557 2017-11-02 2017-12-05 118.200.236.213 1353 557 2017-11-11 2017-11-13 122.097.192.221 753 557 2017-11-26 2017-11-29 103.098.190.137 792 557 2017-11-25 2017-12-01 122.192.181.193 1653 557 2017-11-18 2017-11-25 118.006.013.046 798 557 2017-11-17 2017-12-02 121.025.244.012 802 556 2017-11-22 2017-11-26 002.050.023.079 5906 556 2017-11-29 2017-12-04 101.025.139.234 800 556 2017-11-22 2017-12-02 045.112.015.181 823 556 2017-11-23 2017-11-29 045.250.231.083 822 556 2017-11-25 2017-11-28 166.078.138.214 1552 556 2017-11-08 2017-12-01 203.187.246.181 1865 556 2017-11-17 2017-11-25 201.018.144.094 1036 556 2017-11-04 2017-12-05 060.215.098.199 819 556 2017-11-22 2017-11-26 115.097.019.117 953 556 2017-11-20 2017-12-01 112.184.045.044 1303 556 2017-10-27 2017-12-05 202.055.074.017 1522 556 2017-10-27 2017-12-05 182.021.143.127 911 556 2017-11-01 2017-12-05 119.147.088.076 573 556 2017-11-17 2017-12-02 141.101.023.115 979 556 2017-11-02 2017-12-05 031.042.073.175 977 556 2017-11-02 2017-12-04 218.017.071.082 564 556 2017-11-27 2017-11-30 188.190.223.072 969 555 2017-11-02 2017-12-05 119.024.178.209 1315 555 2017-11-02 2017-12-05 202.177.124.216 1695 555 2017-11-01 2017-11-28 218.056.102.182 931 555 2017-11-09 2017-12-05 115.124.229.048 837 555 2017-11-02 2017-12-05 176.112.064.131 1066 555 2017-10-30 2017-12-05 121.023.050.076 703 555 2017-11-28 2017-12-04 091.214.029.044 1075 555 2017-10-31 2017-12-05 061.164.037.178 992 555 2017-11-01 2017-12-04 182.065.093.223 764 555 2017-11-25 2017-11-29 122.195.177.088 1909 555 2017-11-29 2017-12-05 066.096.215.244 964 555 2017-10-23 2017-12-05 093.114.096.091 990 555 2017-11-09 2017-12-05 117.028.240.132 773 555 2017-11-10 2017-12-05 122.114.042.245 1258 554 2017-11-14 2017-11-29 194.029.062.216 855 554 2017-10-25 2017-12-05 077.151.235.018 563 554 2017-11-19 2017-12-03 078.046.040.073 554 554 2017-12-01 2017-12-01 075.151.118.029 1217 554 2017-10-25 2017-12-05 046.249.074.180 974 554 2017-11-14 2017-12-05 046.172.134.162 943 554 2017-11-02 2017-12-05 085.105.221.226 738 554 2017-10-31 2017-12-03 027.140.019.175 898 554 2017-11-02 2017-12-05 202.110.253.130 1132 554 2017-10-28 2017-12-05 061.086.114.126 1022 554 2017-11-02 2017-12-05 117.108.071.006 1019 554 2017-11-01 2017-12-05 218.255.072.207 724 554 2017-11-25 2017-11-30 134.119.205.085 2140 554 2017-11-12 2017-11-24 080.211.177.112 1462 554 2017-11-25 2017-11-26 192.065.079.247 579 554 2017-11-28 2017-12-04 062.210.074.240 123579 554 2017-10-27 2017-11-25 223.245.004.206 709 553 2017-11-26 2017-12-02 061.147.066.084 806 553 2017-11-23 2017-12-03 123.201.095.208 994 553 2017-11-17 2017-12-01 119.010.046.048 644 553 2017-10-23 2017-11-26 059.120.237.085 984 553 2017-10-30 2017-12-05 110.172.053.163 866 553 2017-11-08 2017-12-05 077.240.202.128 692 553 2017-11-22 2017-12-04 059.188.016.149 911 553 2017-11-14 2017-12-04 061.021.056.142 820 553 2017-11-16 2017-12-05 187.016.111.114 3503 553 2017-11-15 2017-12-05 181.168.029.145 980 553 2017-10-30 2017-12-01 116.074.093.240 714 553 2017-11-01 2017-11-30 119.171.170.133 1068 553 2017-11-01 2017-12-04 218.220.004.191 803 553 2017-11-17 2017-12-05 042.150.234.185 859 553 2017-11-01 2017-12-05 060.022.237.112 1043 553 2017-11-30 2017-12-04 185.033.045.030 706 553 2017-11-23 2017-12-05 180.049.159.208 1051 552 2017-11-02 2017-11-28 178.141.041.012 1091 552 2017-11-09 2017-11-27 189.101.254.054 839 552 2017-11-07 2017-12-05 176.109.188.239 984 552 2017-11-02 2017-12-05 060.254.125.185 1554 552 2017-11-05 2017-11-19 061.011.187.021 907 552 2017-11-02 2017-12-05 123.163.057.126 1006 552 2017-11-01 2017-12-05 122.164.032.106 760 552 2017-11-27 2017-11-30 144.048.115.085 1204 552 2017-11-08 2017-11-11 139.212.066.126 854 552 2017-11-27 2017-11-30 114.034.117.185 982 552 2017-10-28 2017-12-05 194.054.014.131 1059 552 2017-12-05 2017-12-05 153.035.188.009 666 552 2017-11-28 2017-12-05 190.117.127.209 619 552 2017-11-23 2017-11-30 223.166.080.067 747 552 2017-11-27 2017-12-05 185.018.245.228 816 552 2017-10-28 2017-12-04 027.124.026.086 751 552 2017-11-22 2017-12-01 145.249.106.069 1982 552 2017-11-17 2017-11-18 125.112.078.169 780 552 2017-11-21 2017-11-28 211.159.156.090 1178 552 2017-10-29 2017-12-05 058.211.096.227 1102 551 2017-11-15 2017-12-05 200.168.020.221 1374 551 2017-11-14 2017-12-05 222.189.154.019 1192 551 2017-11-12 2017-11-26 142.177.223.192 777 551 2017-11-21 2017-12-05 059.048.248.023 1074 551 2017-11-07 2017-12-05 222.161.215.005 760 551 2017-11-29 2017-12-05 211.025.101.194 652 551 2017-11-23 2017-12-05 123.201.144.175 1655 551 2017-11-08 2017-11-17 103.069.089.237 3363 551 2017-11-06 2017-11-15 116.074.116.122 765 551 2017-11-24 2017-11-29 123.120.177.073 889 551 2017-11-18 2017-11-24 112.227.098.059 682 551 2017-11-30 2017-12-05 178.074.056.046 695 551 2017-11-26 2017-12-05 116.073.213.060 1342 551 2017-11-15 2017-11-22 202.164.148.252 803 551 2017-11-22 2017-11-28 027.000.057.112 1324 550 2017-10-26 2017-12-02 125.036.209.191 735 550 2017-11-27 2017-11-30 124.155.246.047 720 550 2017-11-26 2017-12-01 218.032.044.021 1100 550 2017-11-17 2017-11-27 103.207.124.075 746 550 2017-11-03 2017-12-01 094.229.073.156 1399 550 2017-11-23 2017-12-03 089.190.089.114 745 550 2017-10-30 2017-12-05 031.014.218.240 885 550 2017-11-12 2017-12-05 122.049.001.231 747 550 2017-11-06 2017-12-04 061.164.080.250 673 550 2017-11-02 2017-12-01 121.018.238.100 1512 550 2017-10-31 2017-11-16 085.238.099.208 1046 550 2017-11-01 2017-12-05 123.120.004.246 677 550 2017-12-02 2017-12-05 061.143.109.162 692 550 2017-11-30 2017-12-04 103.081.033.103 1403 550 2017-11-03 2017-11-17 131.196.216.002 822 550 2017-11-04 2017-12-05 121.080.212.134 1029 549 2017-11-02 2017-11-28 125.008.056.136 932 549 2017-11-01 2017-12-05 219.141.230.088 751 549 2017-10-29 2017-12-03 116.094.016.049 1041 549 2017-11-02 2017-11-28 119.178.174.230 701 549 2017-12-02 2017-12-05 036.152.018.103 1687 549 2017-11-06 2017-12-03 061.021.147.152 1348 549 2017-11-01 2017-12-03 182.023.217.164 930 549 2017-11-02 2017-12-05 115.208.052.022 653 549 2017-11-29 2017-12-05 108.061.188.234 1052 549 2017-11-10 2017-11-10 173.082.002.237 551 549 2017-12-03 2017-12-05 078.129.240.069 561 549 2017-10-23 2017-11-17 216.170.126.145 3150 549 2017-11-14 2017-12-02 187.110.096.185 1302 549 2017-11-18 2017-11-22 089.163.140.067 3546 549 2017-11-14 2017-11-28 080.024.113.183 938 549 2017-11-17 2017-12-05 042.103.060.047 754 549 2017-11-26 2017-11-29 122.227.179.253 809 549 2017-11-16 2017-12-04 141.212.122.170 1377 549 2017-10-30 2017-12-05 172.020.003.011 8114 549 2017-12-01 2017-12-05 124.117.228.018 979 548 2017-10-28 2017-12-05 045.122.138.246 786 548 2017-10-27 2017-11-25 185.006.153.003 1164 548 2017-11-11 2017-12-04 043.228.094.207 738 548 2017-11-21 2017-11-28 092.050.039.019 932 548 2017-10-28 2017-12-03 037.046.246.028 769 548 2017-10-23 2017-12-05 120.039.121.176 855 548 2017-11-14 2017-11-28 222.132.156.002 911 548 2017-11-14 2017-12-04 086.120.026.239 1211 548 2017-10-26 2017-11-26 037.025.108.055 950 548 2017-11-02 2017-12-05 119.192.239.192 1042 548 2017-11-08 2017-12-05 078.137.007.183 984 548 2017-11-02 2017-12-05 106.075.110.146 1440 548 2017-10-24 2017-11-15 047.092.005.216 739 548 2017-11-22 2017-12-05 221.196.160.195 747 547 2017-11-27 2017-11-30 116.074.124.191 678 547 2017-11-09 2017-12-05 082.117.242.205 805 547 2017-11-06 2017-12-04 103.203.145.130 698 547 2017-11-27 2017-12-02 060.055.055.057 650 547 2017-11-28 2017-12-05 223.223.132.224 882 547 2017-11-17 2017-11-24 093.174.093.070 661 547 2017-11-03 2017-12-02 220.148.070.230 701 547 2017-11-24 2017-12-05 078.026.164.218 806 547 2017-11-14 2017-12-04 088.250.224.099 915 547 2017-11-10 2017-12-04 188.018.054.236 1002 547 2017-11-19 2017-12-05 103.011.209.146 1045 547 2017-11-02 2017-12-05 045.077.206.023 604 547 2017-10-29 2017-11-24 223.027.113.141 1039 547 2017-11-07 2017-12-05 186.015.102.127 885 547 2017-11-05 2017-12-05 036.049.047.033 671 547 2017-11-29 2017-12-03 212.237.042.214 1510 546 2017-11-11 2017-11-15 031.042.071.146 946 546 2017-11-01 2017-12-05 219.124.228.035 785 546 2017-11-01 2017-12-05 058.085.043.043 797 546 2017-11-17 2017-12-05 220.152.017.132 940 546 2017-11-02 2017-12-05 221.226.015.089 1056 546 2017-11-06 2017-12-05 061.147.101.031 5813 546 2017-11-03 2017-11-28 222.107.038.013 1094 546 2017-11-06 2017-12-05 060.254.006.006 711 546 2017-11-27 2017-12-02 112.234.201.226 907 546 2017-11-26 2017-11-30 052.087.219.251 689 546 2017-11-24 2017-12-05 188.171.011.108 1153 546 2017-10-30 2017-11-28 109.173.086.193 876 546 2017-10-25 2017-12-05 061.055.156.203 916 546 2017-11-18 2017-12-05 069.175.097.173 805 546 2017-11-19 2017-12-03 060.255.146.181 1024 546 2017-11-09 2017-12-05 116.211.144.030 613 546 2017-11-10 2017-12-05 116.072.019.118 726 546 2017-11-26 2017-12-01 081.214.084.027 1039 546 2017-11-04 2017-12-05 202.088.228.221 1110 545 2017-11-14 2017-12-05 220.215.209.099 798 545 2017-11-02 2017-12-04 116.074.110.173 1492 545 2017-11-05 2017-11-19 045.118.010.160 1042 545 2017-11-14 2017-11-23 058.218.200.009 562 545 2017-11-28 2017-11-29 109.104.182.024 915 545 2017-11-02 2017-12-05 200.141.130.132 754 545 2017-11-24 2017-12-05 179.159.072.220 961 545 2017-11-12 2017-12-05 036.109.171.226 723 545 2017-11-27 2017-11-30 103.044.097.117 1418 545 2017-10-31 2017-11-27 153.035.189.173 663 544 2017-11-28 2017-12-05 180.033.196.109 731 544 2017-11-19 2017-12-04 103.008.042.239 1369 544 2017-11-17 2017-11-29 043.245.102.057 745 544 2017-11-22 2017-11-27 116.073.199.027 668 544 2017-11-30 2017-12-05 192.186.163.042 4008 544 2017-11-01 2017-12-05 095.079.050.240 792 544 2017-11-11 2017-12-05 027.201.205.109 750 544 2017-11-21 2017-11-28 112.250.053.204 656 544 2017-12-01 2017-12-05 113.041.001.074 798 544 2017-11-02 2017-12-05 125.004.095.089 897 544 2017-11-01 2017-12-05 118.212.081.192 694 544 2017-11-30 2017-12-04 060.184.083.211 818 543 2017-11-12 2017-11-30 210.194.136.094 1001 543 2017-11-02 2017-12-05 123.249.003.224 854 543 2017-12-02 2017-12-04 150.107.219.017 897 543 2017-11-17 2017-11-23 201.081.009.237 941 543 2017-11-04 2017-12-03 088.150.200.075 2176 543 2017-11-23 2017-12-02 115.097.054.120 1107 543 2017-10-26 2017-11-25 112.196.068.054 841 543 2017-11-02 2017-12-02 197.013.002.213 559 543 2017-10-25 2017-11-27 111.162.153.074 676 543 2017-11-17 2017-12-05 218.087.014.031 1557 543 2017-11-04 2017-11-18 188.226.246.005 553 543 2017-11-20 2017-11-20 124.193.132.018 809 543 2017-11-14 2017-11-29 086.105.196.029 7552 543 2017-11-07 2017-12-05 060.062.061.148 751 543 2017-11-16 2017-12-05 114.006.076.002 1642 543 2017-11-16 2017-12-05 179.184.090.094 820 543 2017-11-10 2017-12-05 094.077.209.021 1349 543 2017-11-18 2017-12-03 061.164.248.041 3565 543 2017-11-22 2017-12-05 116.072.036.144 787 542 2017-11-19 2017-11-26 178.075.044.168 1254 542 2017-11-02 2017-12-05 218.008.128.233 1104 542 2017-11-19 2017-12-04 222.180.073.113 1117 542 2017-11-11 2017-12-05 034.213.044.217 573 542 2017-11-20 2017-11-21 195.154.230.039 1014 542 2017-11-17 2017-11-17 123.249.035.246 615 542 2017-11-03 2017-11-27 111.118.247.194 933 542 2017-11-06 2017-11-28 058.091.239.092 802 542 2017-11-17 2017-12-03 116.000.236.038 998 542 2017-11-02 2017-12-05 062.244.196.050 1220 542 2017-11-08 2017-11-25 110.132.163.070 1030 542 2017-11-01 2017-12-05 119.054.057.093 692 542 2017-11-28 2017-12-01 118.182.118.230 767 542 2017-11-18 2017-11-23 119.047.147.217 798 542 2017-11-17 2017-12-03 027.190.229.036 749 542 2017-11-22 2017-11-28 089.163.146.236 78390 542 2017-11-23 2017-11-27 060.254.090.051 689 542 2017-11-25 2017-12-02 116.096.246.140 850 542 2017-11-13 2017-12-05 115.218.200.149 904 542 2017-11-27 2017-11-30 115.037.086.008 777 541 2017-11-17 2017-12-02 049.004.180.157 6034 541 2017-10-29 2017-11-28 060.254.094.155 687 541 2017-11-25 2017-12-05 124.017.034.080 935 541 2017-11-21 2017-12-05 115.118.115.003 1077 541 2017-11-08 2017-12-04 049.004.140.040 610 541 2017-10-25 2017-11-08 185.107.083.051 6158 541 2017-11-05 2017-11-07 060.031.016.233 799 541 2017-11-17 2017-12-02 221.008.118.251 729 541 2017-11-16 2017-11-25 046.173.175.074 778 541 2017-10-30 2017-12-05 219.118.133.125 1000 541 2017-11-02 2017-12-05 103.024.126.037 954 541 2017-11-05 2017-11-29 186.137.069.074 713 541 2017-11-06 2017-12-05 213.152.165.166 1239 541 2017-11-10 2017-11-11 083.209.237.021 1114 541 2017-10-28 2017-11-25 109.227.123.171 951 541 2017-11-02 2017-12-05 122.251.020.184 781 540 2017-11-02 2017-12-05 201.231.187.196 1101 540 2017-11-09 2017-12-04 125.100.050.064 853 540 2017-11-01 2017-12-02 119.249.054.139 2689 540 2017-11-06 2017-12-01 001.227.199.048 1006 540 2017-11-09 2017-12-05 202.162.092.085 1192 540 2017-11-02 2017-12-03 062.097.087.164 1533 540 2017-11-05 2017-12-05 116.073.215.225 1581 540 2017-12-02 2017-12-02 191.008.125.049 749 540 2017-10-30 2017-12-05 083.136.106.117 540 540 2017-11-14 2017-12-03 190.244.117.019 914 540 2017-11-02 2017-12-05 124.232.156.063 602 540 2017-11-22 2017-11-23 103.086.043.051 731 540 2017-11-26 2017-11-29 114.157.205.008 775 540 2017-11-17 2017-12-03 122.235.243.178 882 540 2017-11-30 2017-12-04 121.239.026.005 693 540 2017-11-27 2017-12-01 124.155.241.049 740 540 2017-11-27 2017-12-02 221.228.242.226 1529 540 2017-11-06 2017-11-30 108.006.240.017 922 540 2017-11-19 2017-12-03 175.180.136.179 941 540 2017-10-28 2017-12-05 120.040.189.190 767 540 2017-11-15 2017-12-02 211.239.161.130 540 540 2017-11-20 2017-11-25 085.149.065.204 755 539 2017-11-18 2017-12-05 050.198.231.100 937 539 2017-10-30 2017-12-05 116.193.077.151 545 539 2017-11-15 2017-12-03 104.168.143.191 693 539 2017-11-22 2017-12-05 101.081.200.037 667 539 2017-12-02 2017-12-05 045.113.251.183 723 539 2017-12-01 2017-12-04 045.250.021.251 770 539 2017-11-23 2017-12-02 092.223.073.005 574 539 2017-12-02 2017-12-02 219.091.202.179 741 539 2017-11-24 2017-11-27 171.105.005.050 597 539 2017-11-28 2017-12-03 036.152.018.104 1350 539 2017-11-14 2017-12-04 045.035.084.113 562 539 2017-11-04 2017-12-04 189.103.043.130 1679 539 2017-11-10 2017-11-18 101.075.097.119 2085 538 2017-11-18 2017-11-25 183.158.141.064 757 538 2017-11-23 2017-11-27 118.089.219.031 588 538 2017-11-28 2017-12-05 103.100.222.097 1243 538 2017-11-14 2017-11-16 122.178.061.051 882 538 2017-11-18 2017-11-23 218.063.014.125 789 538 2017-11-18 2017-11-26 061.178.071.008 725 538 2017-11-23 2017-12-05 078.243.142.064 910 538 2017-11-01 2017-12-05 126.125.122.062 793 538 2017-11-17 2017-12-03 116.075.008.029 1075 538 2017-11-22 2017-12-03 073.009.200.094 938 538 2017-11-16 2017-12-05 186.226.037.156 837 538 2017-11-18 2017-12-05 143.000.048.176 883 538 2017-11-12 2017-12-01 089.038.097.014 1571 538 2017-11-13 2017-12-05 182.065.060.051 1186 538 2017-11-16 2017-11-22 061.153.157.014 1040 538 2017-11-21 2017-12-05 027.017.049.067 1028 538 2017-11-14 2017-12-05 221.009.242.089 1066 538 2017-11-10 2017-12-05 163.131.094.188 984 538 2017-11-02 2017-12-05 103.094.193.166 663 538 2017-11-30 2017-12-05 027.200.026.106 2146 538 2017-11-28 2017-12-05 061.186.131.238 743 538 2017-10-30 2017-12-01 103.220.002.003 670 538 2017-11-28 2017-12-01 149.056.164.047 658 538 2017-11-23 2017-12-03 027.007.099.189 681 538 2017-11-28 2017-12-04 183.082.146.101 779 538 2017-11-14 2017-12-02 115.099.185.025 1564 538 2017-11-17 2017-11-24 116.072.018.107 690 538 2017-11-28 2017-12-04 115.124.219.084 1020 538 2017-11-02 2017-11-27 082.077.243.029 795 537 2017-11-09 2017-12-05 202.170.179.117 1530 537 2017-11-01 2017-12-05 045.032.141.225 548 537 2017-11-23 2017-11-23 150.107.209.195 1116 537 2017-10-27 2017-11-22 181.049.129.178 745 537 2017-11-09 2017-12-05 112.133.208.101 912 537 2017-10-31 2017-12-01 125.002.084.215 741 537 2017-11-19 2017-12-02 142.252.249.003 844 537 2017-11-27 2017-12-04 059.175.142.053 1129 537 2017-11-18 2017-11-19 120.014.216.243 751 537 2017-11-20 2017-11-26 036.042.072.015 1153 537 2017-11-15 2017-12-05 103.040.010.068 703 537 2017-11-23 2017-12-05 066.070.137.053 542 537 2017-11-26 2017-12-03 187.087.242.159 848 537 2017-11-17 2017-12-04 185.155.008.038 776 537 2017-11-19 2017-12-05 084.204.147.070 974 537 2017-11-16 2017-12-05 051.015.193.131 541 537 2017-11-22 2017-11-22 222.046.042.127 1135 537 2017-11-14 2017-11-21 122.117.186.090 970 536 2017-11-07 2017-12-05 116.072.015.235 707 536 2017-11-19 2017-11-30 111.022.105.008 863 536 2017-11-01 2017-12-05 060.161.222.073 825 536 2017-11-07 2017-12-05 171.078.190.038 861 536 2017-11-19 2017-11-23 014.018.235.204 816 536 2017-11-09 2017-12-05 061.027.169.045 1855 536 2017-11-02 2017-12-05 192.074.229.141 587 536 2017-11-05 2017-12-04 081.214.245.176 864 536 2017-11-17 2017-12-05 216.071.120.050 1575 536 2017-11-01 2017-12-05 092.004.084.128 837 536 2017-11-08 2017-12-05 221.214.054.122 1064 536 2017-10-28 2017-12-05 124.134.206.079 679 536 2017-12-02 2017-12-05 078.011.125.009 718 536 2017-11-28 2017-12-05 153.125.073.053 1007 536 2017-11-02 2017-12-04 218.221.108.144 684 536 2017-11-24 2017-12-05 219.091.252.209 746 536 2017-10-26 2017-11-28 180.146.033.221 737 536 2017-11-17 2017-12-04 066.171.088.199 684 536 2017-10-31 2017-11-25 014.192.000.088 692 536 2017-11-27 2017-12-04 207.038.090.242 867 536 2017-11-03 2017-12-03 085.157.203.182 984 535 2017-11-04 2017-12-05 083.209.247.194 816 535 2017-11-01 2017-12-05 125.077.078.202 1476 535 2017-11-19 2017-11-24 036.049.055.127 760 535 2017-11-24 2017-11-28 116.196.107.024 1340 535 2017-10-27 2017-11-15 186.015.058.201 694 535 2017-10-27 2017-11-21 203.187.209.064 684 535 2017-11-25 2017-12-05 103.206.210.089 908 535 2017-11-11 2017-12-05 112.253.044.238 755 535 2017-10-23 2017-12-05 103.097.228.100 553 535 2017-11-23 2017-12-03 122.114.171.029 882 535 2017-11-14 2017-12-04 182.065.232.232 700 535 2017-11-29 2017-12-02 222.055.015.057 1127 535 2017-11-13 2017-12-05 114.035.092.234 1043 535 2017-11-10 2017-12-05 124.155.243.219 1388 535 2017-11-05 2017-11-18 078.184.076.006 681 535 2017-11-23 2017-11-29 061.023.131.050 985 535 2017-11-02 2017-12-05 178.161.151.076 833 535 2017-11-13 2017-12-05 221.239.055.218 846 535 2017-11-01 2017-12-05 046.059.091.194 1154 534 2017-10-28 2017-11-24 202.213.054.153 1029 534 2017-11-01 2017-12-05 094.254.052.038 1054 534 2017-10-28 2017-11-24 183.086.053.163 994 534 2017-11-02 2017-12-05 182.065.186.030 666 534 2017-11-29 2017-12-04 202.220.243.120 1213 534 2017-11-02 2017-12-05 219.077.117.037 1689 534 2017-10-28 2017-11-12 112.084.069.004 1368 534 2017-11-18 2017-11-24 104.236.141.096 540 534 2017-12-01 2017-12-01 220.187.068.072 723 534 2017-11-27 2017-12-01 202.134.151.103 733 534 2017-11-26 2017-12-01 117.009.062.100 551 534 2017-11-29 2017-12-01 101.022.034.029 711 534 2017-11-26 2017-12-03 103.244.255.146 1371 534 2017-10-31 2017-11-13 124.131.077.090 1981 534 2017-11-22 2017-11-29 060.239.200.157 686 534 2017-11-20 2017-12-03 093.109.232.150 954 534 2017-10-30 2017-11-30 074.072.028.179 964 534 2017-10-25 2017-11-21 059.049.046.060 920 534 2017-11-07 2017-12-05 198.175.126.117 2047 534 2017-11-19 2017-11-20 119.171.038.229 838 534 2017-11-15 2017-12-05 185.128.013.034 849 534 2017-11-13 2017-12-05 103.210.039.048 673 533 2017-11-20 2017-12-03 126.169.042.203 788 533 2017-11-17 2017-12-05 043.245.118.067 1158 533 2017-11-01 2017-11-19 081.161.061.250 685 533 2017-11-26 2017-12-05 058.211.096.179 1130 533 2017-11-15 2017-12-05 222.186.052.221 41122 533 2017-11-10 2017-11-27 123.201.128.170 1964 533 2017-10-28 2017-11-20 101.050.062.194 809 533 2017-11-02 2017-12-03 114.218.038.046 674 533 2017-11-30 2017-12-05 115.165.034.213 1011 533 2017-11-01 2017-12-05 182.065.207.172 681 533 2017-11-29 2017-12-04 013.071.112.185 534 533 2017-11-27 2017-12-03 103.081.034.164 1441 533 2017-11-18 2017-11-24 061.147.104.171 1132 533 2017-10-04 2017-11-18 189.207.136.182 782 533 2017-10-28 2017-12-05 043.228.094.212 709 533 2017-11-24 2017-12-04 080.211.238.078 930 533 2017-10-25 2017-11-24 163.131.002.232 897 532 2017-11-03 2017-12-05 202.134.153.148 692 532 2017-12-01 2017-12-05 117.247.134.037 770 532 2017-10-31 2017-11-29 050.243.053.218 827 532 2017-10-29 2017-12-05 141.212.122.062 894 532 2017-11-02 2017-12-05 118.126.003.057 1025 532 2017-11-14 2017-11-15 050.115.166.143 532 532 2017-11-18 2017-11-27 179.191.085.252 822 532 2017-11-02 2017-12-05 104.236.170.041 1097 532 2017-11-09 2017-12-05 219.016.168.011 913 532 2017-11-02 2017-12-05 039.073.212.240 1807 532 2017-11-29 2017-12-05 118.193.213.089 555 532 2017-11-11 2017-12-02 103.094.194.094 1355 532 2017-11-06 2017-11-20 183.176.147.213 968 532 2017-11-01 2017-11-28 060.172.226.248 1160 532 2017-11-07 2017-12-04 052.187.126.177 557 532 2017-11-30 2017-12-02 116.074.125.241 657 532 2017-11-30 2017-12-05 194.028.204.139 693 531 2017-11-07 2017-12-02 106.056.152.178 856 531 2017-11-09 2017-12-05 222.145.110.132 1031 531 2017-11-01 2017-11-26 103.203.069.135 728 531 2017-11-24 2017-11-28 123.234.190.044 816 531 2017-11-01 2017-12-05 095.211.187.221 2524 531 2017-11-04 2017-11-30 101.075.165.211 664 531 2017-11-30 2017-12-05 212.083.151.067 2087 531 2017-11-08 2017-12-05 116.072.045.109 844 531 2017-11-18 2017-11-22 116.074.065.206 1041 531 2017-11-14 2017-11-24 059.126.174.068 885 531 2017-11-15 2017-12-05 121.087.126.208 737 531 2017-11-17 2017-12-04 120.012.188.174 1575 531 2017-11-29 2017-12-04 220.079.066.089 2628 531 2017-10-23 2017-12-05 187.035.145.085 1034 530 2017-11-18 2017-12-04 218.228.001.130 977 530 2017-11-15 2017-12-05 100.033.130.194 5522 530 2017-10-25 2017-12-05 103.027.105.121 535 530 2017-11-22 2017-11-28 027.139.234.140 1237 530 2017-11-02 2017-12-05 060.254.089.078 656 530 2017-11-30 2017-12-05 202.070.185.071 1301 530 2017-11-02 2017-12-05 061.208.214.073 972 530 2017-11-01 2017-12-05 202.095.164.049 787 530 2017-11-02 2017-12-05 153.034.146.211 1580 530 2017-11-28 2017-12-05 180.015.127.058 988 530 2017-11-02 2017-11-27 219.124.215.036 807 530 2017-11-02 2017-12-05 069.163.090.036 1218 530 2017-10-30 2017-12-05 119.251.013.140 888 530 2017-11-27 2017-12-01 190.189.169.049 1015 530 2017-11-07 2017-11-29 046.029.162.017 578 530 2017-11-25 2017-12-02 212.156.071.198 1417 530 2017-10-30 2017-12-05 060.020.117.205 829 530 2017-11-18 2017-11-25 221.221.045.133 783 529 2017-11-26 2017-11-29 058.221.049.091 545 529 2017-11-18 2017-11-28 116.072.029.147 690 529 2017-11-24 2017-11-29 173.239.037.253 563 529 2017-11-04 2017-12-02 182.038.175.002 681 529 2017-11-24 2017-11-27 219.091.202.085 789 529 2017-11-17 2017-12-04 121.052.210.233 672 529 2017-10-28 2017-12-05 103.227.049.040 34506 529 2017-11-03 2017-11-14 171.234.212.061 693 529 2017-11-21 2017-12-05 041.212.104.139 873 529 2017-11-22 2017-11-30 094.204.130.029 897 529 2017-11-19 2017-11-24 103.224.007.048 726 529 2017-11-22 2017-12-05 172.098.194.157 669 529 2017-11-20 2017-11-27 211.022.061.229 799 529 2017-11-09 2017-12-05 061.158.163.125 985 529 2017-11-10 2017-11-29 187.087.225.091 1080 529 2017-10-29 2017-11-20 061.025.099.159 1034 529 2017-11-02 2017-12-04 110.132.006.027 937 529 2017-11-01 2017-12-05 222.045.250.241 701 529 2017-10-31 2017-12-04 185.130.212.129 36571 529 2017-11-07 2017-11-26 210.056.169.067 1020 529 2017-11-02 2017-11-26 195.081.071.049 856 529 2017-11-17 2017-11-24 217.111.176.026 606 528 2017-11-06 2017-11-15 220.134.223.107 1104 528 2017-11-10 2017-12-05 103.059.057.156 731 528 2017-11-14 2017-12-02 042.144.202.150 854 528 2017-11-02 2017-12-05 085.008.051.020 1086 528 2017-10-28 2017-11-24 005.104.176.019 783 528 2017-11-13 2017-12-05 212.236.038.043 753 528 2017-10-23 2017-12-05 153.034.027.066 657 528 2017-12-02 2017-12-05 116.074.096.084 787 528 2017-10-26 2017-12-04 065.130.015.105 819 528 2017-11-18 2017-11-25 178.075.013.102 899 528 2017-11-03 2017-12-05 116.074.099.126 975 528 2017-11-16 2017-11-25 103.072.206.078 991 528 2017-11-15 2017-11-24 027.002.048.028 1345 528 2017-11-05 2017-12-05 073.236.116.047 1189 528 2017-11-12 2017-12-05 222.032.003.144 781 528 2017-11-12 2017-12-05 122.174.039.142 879 528 2017-11-19 2017-11-28 138.122.087.100 1570 528 2017-11-04 2017-11-18 175.200.035.129 1189 528 2017-10-30 2017-12-05 221.034.068.025 819 528 2017-11-16 2017-12-05 129.082.138.044 7129 527 2017-10-25 2017-11-28 115.227.207.147 655 527 2017-11-21 2017-11-29 112.239.116.161 958 527 2017-11-15 2017-12-05 131.000.063.170 1080 527 2017-11-21 2017-12-05 112.064.178.046 727 527 2017-11-19 2017-12-04 089.162.186.106 856 527 2017-11-01 2017-12-05 126.115.058.061 752 527 2017-11-17 2017-12-05 187.076.191.154 1015 527 2017-11-09 2017-12-05 116.074.117.211 1017 527 2017-11-14 2017-11-24 059.158.086.156 1058 527 2017-11-02 2017-11-26 058.216.195.014 730 527 2017-11-23 2017-12-05 111.193.228.033 683 527 2017-12-02 2017-12-05 133.155.167.121 1009 527 2017-11-01 2017-12-05 115.231.218.025 34485 527 2017-11-03 2017-12-05 202.134.188.203 708 527 2017-11-27 2017-12-01 126.099.235.166 793 527 2017-11-17 2017-12-02 060.254.123.084 744 527 2017-11-24 2017-11-29 162.017.001.147 852 527 2017-10-26 2017-12-05 080.200.159.249 883 527 2017-11-18 2017-11-23 122.195.118.124 685 526 2017-11-27 2017-11-30 133.218.032.181 914 526 2017-11-01 2017-12-04 222.168.090.173 855 526 2017-10-28 2017-12-05 180.148.057.141 690 526 2017-11-27 2017-12-02 121.239.097.037 3470 526 2017-11-15 2017-11-26 203.109.106.102 725 526 2017-11-22 2017-11-28 222.222.232.166 1236 526 2017-11-05 2017-11-22 086.107.039.174 770 526 2017-11-12 2017-12-04 098.146.203.082 1235 526 2017-10-27 2017-12-02 187.065.098.215 854 526 2017-11-08 2017-12-05 088.135.201.022 1199 526 2017-11-02 2017-12-05 198.040.053.120 617 526 2017-11-08 2017-11-26 124.065.189.126 812 526 2017-11-04 2017-12-01 219.114.216.214 794 526 2017-11-01 2017-12-05 101.001.075.239 1009 526 2017-11-01 2017-12-05 103.192.061.009 776 526 2017-11-13 2017-12-05 212.000.149.085 2380 526 2017-11-06 2017-12-05 219.122.023.100 929 526 2017-11-02 2017-12-05 221.132.099.045 1235 526 2017-11-02 2017-12-02 103.243.046.025 675 525 2017-12-02 2017-12-05 047.222.154.241 788 525 2017-11-03 2017-12-05 110.167.236.014 958 525 2017-11-02 2017-12-05 163.131.146.173 1269 525 2017-11-01 2017-12-05 125.014.212.018 884 525 2017-11-02 2017-12-05 124.159.160.143 1021 525 2017-11-02 2017-11-27 119.173.157.132 990 525 2017-11-02 2017-12-05 060.254.121.219 656 525 2017-11-29 2017-12-04 171.244.001.012 526 525 2017-11-22 2017-12-05 211.023.194.121 811 525 2017-11-17 2017-11-29 104.219.235.010 547 525 2017-11-14 2017-12-05 103.086.021.039 705 525 2017-11-24 2017-11-29 027.195.197.126 677 525 2017-11-25 2017-12-01 114.033.253.221 984 525 2017-10-30 2017-12-05 133.203.135.163 747 525 2017-11-17 2017-12-02 045.249.120.210 771 525 2017-11-22 2017-11-28 116.072.015.134 737 525 2017-11-24 2017-11-29 036.255.211.035 760 525 2017-11-16 2017-12-02 119.057.136.171 1470 525 2017-10-28 2017-12-05 085.114.133.060 2362 525 2017-11-15 2017-11-22 186.251.224.046 787 525 2017-11-12 2017-12-05 116.073.196.030 708 525 2017-11-20 2017-11-26 118.089.239.061 1000 525 2017-11-09 2017-11-13 109.160.055.130 881 524 2017-11-15 2017-12-05 160.202.014.096 717 524 2017-11-22 2017-11-27 153.035.217.055 871 524 2017-11-11 2017-12-05 175.150.074.255 708 524 2017-11-26 2017-11-29 177.068.149.147 854 524 2017-10-28 2017-12-05 188.213.212.104 991 524 2017-11-30 2017-12-05 111.206.237.091 534 524 2017-12-05 2017-12-05 123.201.181.174 649 524 2017-11-04 2017-12-05 027.004.051.055 1051 524 2017-11-24 2017-12-02 175.042.019.137 757 524 2017-11-22 2017-11-26 062.210.142.166 2611 524 2017-11-18 2017-11-22 123.201.192.188 735 524 2017-11-18 2017-12-01 220.152.026.039 767 524 2017-11-17 2017-12-05 045.032.073.067 524 524 2017-11-22 2017-11-29 121.021.250.207 748 523 2017-11-24 2017-11-30 059.030.184.060 1406 523 2017-10-25 2017-11-29 153.035.158.217 1725 523 2017-11-18 2017-11-26 091.151.109.021 706 523 2017-11-17 2017-12-05 201.075.067.072 668 523 2017-11-24 2017-12-05 061.160.247.224 2102 523 2017-11-12 2017-11-27 169.000.138.163 1372 523 2017-11-06 2017-11-20 027.212.054.241 750 523 2017-11-19 2017-11-25 027.198.010.174 1665 523 2017-11-27 2017-12-03 067.229.078.162 1577 523 2017-11-23 2017-11-28 122.049.001.200 708 523 2017-11-21 2017-12-05 103.076.019.130 1725 523 2017-11-16 2017-12-05 176.226.183.107 836 523 2017-11-13 2017-12-05 115.091.161.213 901 523 2017-11-21 2017-12-05 078.183.070.109 823 523 2017-11-18 2017-11-24 116.070.241.140 791 523 2017-11-17 2017-12-03 202.071.019.211 736 523 2017-11-18 2017-12-03 198.020.103.246 764 523 2017-10-26 2017-12-03 116.220.163.151 972 523 2017-11-01 2017-11-27 078.111.179.050 1030 523 2017-11-02 2017-12-05 091.211.052.169 953 523 2017-11-02 2017-12-01 223.171.034.103 849 523 2017-11-08 2017-12-05 116.074.070.053 867 523 2017-11-17 2017-11-25 060.190.245.075 678 523 2017-11-11 2017-11-26 083.209.159.145 729 522 2017-11-17 2017-12-01 121.171.159.245 865 522 2017-10-26 2017-12-05 221.255.157.246 1300 522 2017-11-01 2017-12-05 060.179.239.049 698 522 2017-11-26 2017-11-29 080.211.166.148 525 522 2017-11-25 2017-12-03 182.245.236.097 706 522 2017-11-24 2017-11-28 172.127.131.086 1630 522 2017-11-07 2017-12-03 211.110.066.195 522 522 2017-11-19 2017-11-28 191.255.227.230 1601 522 2017-11-04 2017-11-21 218.063.074.169 934 522 2017-11-12 2017-12-05 192.241.138.116 1005 522 2017-11-11 2017-11-22 190.144.109.083 727 522 2017-11-04 2017-12-05 116.072.019.194 671 522 2017-11-27 2017-12-02 058.185.115.062 1265 522 2017-11-12 2017-12-04 085.111.077.177 1759 522 2017-10-23 2017-12-05 045.118.217.083 1137 522 2017-10-25 2017-12-03 061.131.095.130 672 522 2017-11-20 2017-11-27 061.186.157.058 1284 521 2017-10-24 2017-12-03 218.205.187.230 893 521 2017-11-15 2017-12-05 109.254.095.168 728 521 2017-11-21 2017-12-01 188.195.166.085 865 521 2017-10-26 2017-12-05 037.191.196.001 910 521 2017-11-09 2017-12-05 157.101.145.224 1003 521 2017-11-02 2017-11-27 106.185.121.070 982 521 2017-11-01 2017-12-05 110.133.183.108 901 521 2017-11-01 2017-12-02 124.018.100.254 1052 521 2017-11-02 2017-11-26 119.175.122.191 873 521 2017-11-01 2017-12-05 089.216.028.130 795 521 2017-11-15 2017-12-05 123.201.214.015 664 521 2017-11-27 2017-12-01 066.090.093.059 1579 521 2017-11-14 2017-11-16 179.209.180.117 922 521 2017-11-05 2017-12-05 045.055.060.040 549 521 2017-11-27 2017-11-27 118.194.133.248 522 521 2017-10-27 2017-12-04 213.136.068.204 915 521 2017-11-05 2017-12-05 117.025.028.001 725 521 2017-10-22 2017-12-05 202.071.027.096 830 521 2017-10-28 2017-12-05 116.080.073.152 709 521 2017-11-19 2017-12-01 118.187.000.071 2666 521 2017-11-03 2017-11-07 123.165.115.035 631 520 2017-11-27 2017-12-04 218.241.186.178 624 520 2017-11-23 2017-12-03 153.034.006.196 938 520 2017-11-14 2017-11-24 111.199.137.088 722 520 2017-11-23 2017-11-27 180.146.191.174 662 520 2017-11-19 2017-12-02 039.083.137.253 749 520 2017-11-24 2017-11-28 119.088.207.019 788 520 2017-11-18 2017-11-25 119.010.054.238 992 520 2017-11-15 2017-12-05 210.146.243.056 783 520 2017-11-16 2017-12-05 037.079.032.027 1318 520 2017-11-28 2017-12-05 117.104.037.126 1113 520 2017-11-02 2017-12-05 183.095.144.070 654 520 2017-11-30 2017-12-04 109.227.110.205 939 520 2017-11-02 2017-12-05 091.221.030.125 845 520 2017-11-13 2017-12-04 183.086.039.211 973 519 2017-11-02 2017-12-05 122.164.241.027 661 519 2017-11-28 2017-12-01 084.038.135.066 534 519 2017-11-01 2017-12-04 104.236.013.151 658 519 2017-12-01 2017-12-02 125.058.087.076 1265 519 2017-11-02 2017-12-05 084.009.189.174 547 519 2017-11-01 2017-11-28 027.140.153.226 1412 519 2017-11-01 2017-12-05 210.020.153.027 957 519 2017-11-02 2017-12-05 114.237.066.234 628 519 2017-11-30 2017-12-05 182.021.218.012 948 519 2017-11-02 2017-11-26 198.050.179.083 1246 519 2017-11-12 2017-12-03 186.136.090.222 755 519 2017-11-06 2017-12-05 121.224.202.194 791 519 2017-11-18 2017-11-25 116.052.203.054 754 519 2017-11-19 2017-11-26 153.037.012.022 702 519 2017-11-23 2017-11-27 001.030.218.039 647 519 2017-11-10 2017-12-05 219.128.254.130 1017 519 2017-11-19 2017-12-05 190.085.116.060 792 519 2017-11-11 2017-12-05 114.033.135.194 869 519 2017-10-22 2017-12-05 153.232.007.104 778 519 2017-11-15 2017-12-03 062.085.100.057 793 519 2017-11-19 2017-11-29 114.035.077.143 1025 519 2017-11-17 2017-12-05 139.005.097.019 686 518 2017-11-23 2017-11-28 124.244.217.220 872 518 2017-10-30 2017-12-05 120.003.196.070 752 518 2017-11-20 2017-11-26 141.212.122.053 829 518 2017-11-03 2017-12-04 039.082.252.012 1380 518 2017-11-30 2017-12-05 120.132.185.046 1455 518 2017-11-17 2017-11-18 060.047.214.019 1013 518 2017-11-02 2017-11-27 005.039.218.169 1354 518 2017-11-12 2017-12-04 190.191.138.200 776 518 2017-11-10 2017-12-05 027.113.193.119 1242 518 2017-11-02 2017-12-04 182.242.057.215 993 518 2017-11-30 2017-12-05 219.110.152.067 779 518 2017-11-01 2017-12-04 058.240.144.066 1113 518 2017-11-02 2017-11-10 116.075.036.249 1140 518 2017-11-25 2017-12-05 060.190.166.042 634 518 2017-11-25 2017-12-04 051.015.086.097 696 518 2017-11-23 2017-11-27 213.152.165.113 1717 518 2017-11-12 2017-11-14 173.048.108.170 1017 518 2017-11-23 2017-11-24 190.096.118.067 757 518 2017-11-15 2017-12-05 089.175.012.156 808 517 2017-10-29 2017-12-05 118.100.149.075 8644 517 2017-11-06 2017-11-06 116.074.119.228 651 517 2017-11-26 2017-12-05 150.107.097.254 920 517 2017-11-04 2017-12-04 121.205.244.043 714 517 2017-11-23 2017-11-27 112.081.178.244 726 517 2017-11-26 2017-11-29 103.048.104.217 697 517 2017-11-23 2017-12-01 223.223.133.098 710 517 2017-11-24 2017-11-28 150.107.100.196 1343 517 2017-11-15 2017-11-16 061.089.070.125 783 517 2017-11-16 2017-12-05 046.174.191.029 12067 517 2017-11-04 2017-12-05 103.081.033.007 658 517 2017-12-01 2017-12-05 169.000.229.182 620 517 2017-11-30 2017-12-05 123.186.219.232 663 517 2017-12-01 2017-12-04 219.106.188.146 1343 517 2017-11-01 2017-12-05 088.213.210.129 811 517 2017-11-29 2017-12-02 068.169.140.202 1236 517 2017-11-04 2017-12-05 178.141.052.199 1086 517 2017-11-05 2017-11-24 113.054.013.016 1272 517 2017-11-03 2017-11-24 027.192.179.216 670 517 2017-12-02 2017-12-05 103.094.192.230 636 517 2017-11-28 2017-12-02 046.021.147.164 1569 516 2017-11-06 2017-12-01 115.084.186.170 1296 516 2017-11-01 2017-12-05 179.235.021.093 850 516 2017-11-10 2017-12-04 172.020.003.009 6535 516 2017-12-01 2017-12-05 059.191.166.058 783 516 2017-11-02 2017-12-05 187.111.185.120 1548 516 2017-11-05 2017-11-25 083.103.136.206 972 516 2017-11-16 2017-11-23 141.212.122.058 881 516 2017-10-26 2017-12-05 177.101.199.091 897 516 2017-10-25 2017-12-05 121.152.143.139 1806 516 2017-10-29 2017-12-05 169.001.154.109 667 516 2017-11-20 2017-11-28 046.174.191.028 13514 516 2017-11-03 2017-12-04 046.174.191.031 10519 516 2017-11-07 2017-12-04 222.244.088.223 718 516 2017-11-19 2017-11-25 114.142.094.082 656 515 2017-11-20 2017-12-03 045.117.098.145 919 515 2017-11-18 2017-12-03 141.212.122.063 861 515 2017-11-02 2017-12-05 201.040.252.002 773 515 2017-11-06 2017-12-05 058.227.192.158 522 515 2017-11-05 2017-11-30 094.019.243.215 1700 515 2017-11-09 2017-12-05 112.167.072.139 1045 515 2017-10-28 2017-11-17 182.073.147.217 518 515 2017-11-24 2017-11-25 212.156.086.078 3457 515 2017-11-07 2017-12-05 050.245.080.186 1151 515 2017-10-31 2017-12-05 180.097.220.120 518 515 2017-11-28 2017-11-28 188.032.212.252 864 515 2017-10-30 2017-12-05 060.212.048.042 684 514 2017-11-24 2017-12-04 058.087.194.223 642 514 2017-11-24 2017-12-05 221.210.150.005 671 514 2017-11-25 2017-11-30 169.001.040.095 1162 514 2017-10-23 2017-11-20 046.035.173.227 955 514 2017-10-28 2017-12-05 221.206.193.122 825 514 2017-11-01 2017-12-03 221.229.166.125 1280 514 2017-11-19 2017-11-21 117.247.139.136 655 514 2017-11-27 2017-12-02 114.219.058.170 657 514 2017-11-30 2017-12-04 103.217.085.165 1850 514 2017-10-28 2017-11-26 183.087.100.122 1659 514 2017-11-11 2017-11-25 058.227.194.254 860 514 2017-11-18 2017-12-05 091.090.074.166 838 514 2017-11-03 2017-11-28 187.073.228.008 757 514 2017-10-26 2017-12-05 202.091.092.212 2973 514 2017-11-01 2017-11-29 210.020.100.167 1013 514 2017-11-01 2017-12-02 103.099.002.032 33988 514 2017-11-02 2017-12-05 103.029.099.186 691 514 2017-11-07 2017-12-03 027.141.053.097 1314 514 2017-11-02 2017-12-04 110.230.202.238 1817 514 2017-11-29 2017-12-05 066.070.148.098 646 513 2017-11-02 2017-12-03 103.199.127.232 639 513 2017-12-01 2017-12-05 105.229.211.206 618 513 2017-11-29 2017-12-04 120.005.209.193 1621 513 2017-11-29 2017-12-04 005.039.216.207 13524 513 2017-10-28 2017-12-05 124.155.249.254 639 513 2017-11-29 2017-12-05 201.040.252.003 845 513 2017-11-08 2017-12-05 124.246.130.194 952 513 2017-11-02 2017-12-05 213.089.244.055 1057 513 2017-10-28 2017-11-24 175.196.231.217 1407 513 2017-11-08 2017-12-04 210.079.036.177 959 513 2017-11-02 2017-12-05 060.254.059.242 712 513 2017-11-24 2017-11-29 116.073.127.146 740 513 2017-11-22 2017-11-29 045.077.243.119 826 513 2017-11-08 2017-11-08 202.133.072.184 673 513 2017-11-18 2017-12-05 112.086.020.002 1902 513 2017-11-18 2017-11-25 046.032.229.119 1041 513 2017-11-04 2017-11-28 141.212.122.176 1320 513 2017-10-29 2017-12-05 079.101.252.158 691 513 2017-11-20 2017-12-05 223.197.219.061 768 513 2017-11-17 2017-11-29 061.183.009.153 649 512 2017-11-28 2017-12-02 185.013.038.094 584 512 2017-11-19 2017-11-23 050.243.180.218 1281 512 2017-10-27 2017-12-05 153.189.161.211 746 512 2017-11-17 2017-12-02 080.012.083.043 786 512 2017-11-18 2017-12-05 183.086.081.107 943 512 2017-11-02 2017-12-05 027.143.220.056 1733 512 2017-11-02 2017-11-29 176.112.053.140 1117 512 2017-11-09 2017-12-01 125.121.060.042 640 512 2017-12-02 2017-12-05 119.010.053.245 547 512 2017-11-04 2017-12-03 219.101.002.049 930 512 2017-11-01 2017-12-05 121.113.214.182 1193 512 2017-11-02 2017-11-27 173.226.107.010 537 512 2017-11-04 2017-12-03 116.255.214.157 615 512 2017-11-27 2017-12-05 060.189.220.216 649 512 2017-11-30 2017-12-05 027.004.031.014 732 512 2017-11-25 2017-12-02 115.195.037.123 1440 512 2017-11-19 2017-11-25 116.073.185.080 888 512 2017-10-28 2017-12-01 146.185.234.083 1002 512 2017-11-28 2017-12-05 223.158.001.253 672 512 2017-11-26 2017-12-01 195.022.125.190 512 512 2017-11-27 2017-11-27 194.028.115.231 1904 512 2017-11-11 2017-11-15 180.117.180.007 653 512 2017-11-26 2017-12-04 077.122.155.094 886 512 2017-10-30 2017-11-28 111.125.143.021 667 512 2017-11-26 2017-12-01 177.100.052.250 803 511 2017-11-06 2017-12-05 123.115.142.022 1288 511 2017-11-18 2017-11-24 027.037.047.092 753 511 2017-11-18 2017-11-25 118.249.214.153 635 511 2017-11-29 2017-12-03 116.073.216.066 632 511 2017-11-04 2017-12-05 099.138.065.182 1039 511 2017-10-23 2017-12-04 115.096.094.085 954 511 2017-11-15 2017-12-01 141.212.122.061 875 511 2017-11-03 2017-12-05 046.017.044.096 2378 511 2017-11-08 2017-11-14 113.240.225.230 767 511 2017-11-09 2017-12-05 061.160.213.133 969 511 2017-11-16 2017-11-22 087.120.255.161 538 511 2017-11-28 2017-12-05 114.184.224.060 1067 511 2017-11-02 2017-11-27 045.126.255.152 784 511 2017-11-06 2017-12-04 001.030.218.038 702 511 2017-11-13 2017-11-30 094.101.055.118 1077 511 2017-11-09 2017-11-26 202.071.050.118 870 511 2017-11-01 2017-12-04 213.196.051.004 518 511 2017-11-30 2017-11-30 115.192.138.103 651 511 2017-12-02 2017-12-05 185.107.094.079 516 511 2017-11-30 2017-11-30 217.065.215.207 1166 511 2017-11-03 2017-12-05 027.113.217.031 773 511 2017-11-02 2017-12-05 095.158.035.037 781 511 2017-11-13 2017-12-05 060.002.089.054 523 510 2017-11-29 2017-12-04 120.000.225.048 1766 510 2017-11-05 2017-11-12 079.011.240.052 14527 510 2017-10-28 2017-12-03 046.105.100.222 1015 510 2017-12-02 2017-12-02 124.123.098.172 1067 510 2017-11-08 2017-11-09 138.197.102.238 1660 510 2017-11-09 2017-11-15 058.085.004.203 1017 510 2017-11-01 2017-12-05 068.169.140.203 828 510 2017-11-04 2017-12-05 149.255.035.118 518 510 2017-11-29 2017-12-02 042.113.226.093 871 510 2017-11-16 2017-11-25 217.023.015.077 51534 510 2017-11-23 2017-12-04 122.194.076.132 789 510 2017-11-10 2017-12-05 116.115.206.203 681 510 2017-11-25 2017-11-28 046.174.191.030 14416 510 2017-11-05 2017-12-05 116.074.098.006 775 510 2017-11-18 2017-11-25 180.105.063.014 621 510 2017-11-26 2017-12-05 176.034.202.247 1530 510 2017-11-23 2017-11-25 180.148.043.089 853 510 2017-11-06 2017-12-02 074.082.240.076 871 510 2017-11-18 2017-12-05 201.204.195.114 697 510 2017-11-17 2017-12-05 104.238.184.019 518 510 2017-11-21 2017-11-23 202.097.179.126 900 510 2017-11-19 2017-12-05 046.174.191.032 7050 510 2017-10-27 2017-12-04 201.040.248.044 1612 510 2017-11-02 2017-12-05 140.255.100.031 692 509 2017-11-20 2017-12-05 185.056.082.014 560 509 2017-11-13 2017-12-05 081.022.135.245 762 509 2017-10-26 2017-12-05 188.187.012.093 930 509 2017-11-12 2017-11-27 180.148.149.233 773 509 2017-11-02 2017-12-05 185.189.112.235 1017 509 2017-11-27 2017-11-28 095.155.236.161 932 509 2017-11-08 2017-11-29 178.219.174.106 774 509 2017-10-31 2017-12-05 105.226.242.046 2582 509 2017-11-04 2017-12-02 081.240.111.095 1586 509 2017-12-05 2017-12-05 123.249.035.214 1233 509 2017-11-08 2017-11-13 109.104.178.188 934 509 2017-11-02 2017-12-02 046.033.237.221 934 509 2017-11-02 2017-12-05 058.027.209.215 4170 509 2017-11-03 2017-11-30 217.079.184.006 871 509 2017-11-07 2017-11-08 195.189.137.055 1120 509 2017-11-25 2017-12-05 116.072.049.114 744 509 2017-10-31 2017-11-25 119.053.132.034 667 509 2017-12-01 2017-12-04 200.141.130.134 848 509 2017-10-24 2017-12-05 121.016.242.042 870 509 2017-11-27 2017-11-30 116.072.030.201 848 509 2017-10-28 2017-11-24 180.169.107.149 730 509 2017-11-19 2017-12-05 178.062.091.204 530 509 2017-11-24 2017-11-24 220.163.113.042 774 508 2017-11-03 2017-11-22 183.186.110.083 640 508 2017-11-29 2017-12-04 073.220.024.206 655 508 2017-11-26 2017-12-02 164.052.010.132 870 508 2017-11-23 2017-11-30 079.111.121.208 673 508 2017-10-31 2017-12-05 196.043.229.203 1186 508 2017-11-04 2017-11-20 113.227.106.069 646 508 2017-11-27 2017-12-01 111.197.190.002 752 508 2017-11-19 2017-11-24 185.055.218.161 956 508 2017-11-23 2017-11-23 059.188.255.201 1078 508 2017-11-02 2017-12-01 185.168.187.002 509 508 2017-11-21 2017-11-22 120.050.019.100 691 508 2017-11-15 2017-12-05 197.156.104.113 2397 508 2017-10-29 2017-12-05 060.210.028.066 1534 508 2017-11-16 2017-11-22 218.004.093.234 1012 508 2017-11-14 2017-11-24 094.173.070.027 528 508 2017-11-20 2017-12-05 059.027.220.213 1000 508 2017-10-30 2017-11-27 124.127.197.002 1041 508 2017-10-30 2017-12-05 045.117.236.010 509 508 2017-11-30 2017-11-30 223.223.159.066 626 508 2017-11-27 2017-12-02 167.250.207.012 1431 508 2017-11-23 2017-11-24 195.154.169.166 1339 508 2017-11-29 2017-12-05 183.152.163.163 897 508 2017-11-28 2017-12-02 182.048.065.050 761 508 2017-10-29 2017-12-05 110.133.225.154 790 507 2017-11-02 2017-12-02 222.218.210.111 593 507 2017-11-29 2017-12-05 106.184.073.092 999 507 2017-11-02 2017-12-04 089.035.080.020 1014 507 2017-11-22 2017-11-22 218.056.106.106 842 507 2017-11-06 2017-12-05 194.054.087.152 834 507 2017-10-31 2017-12-05 124.113.224.067 884 507 2017-11-06 2017-11-30 124.165.227.018 670 507 2017-11-22 2017-12-05 094.177.135.232 788 507 2017-11-15 2017-12-05 122.164.035.036 697 507 2017-11-27 2017-11-30 195.009.027.162 719 507 2017-11-03 2017-12-04 192.161.052.169 1331 507 2017-11-17 2017-12-01 141.212.122.059 843 507 2017-11-02 2017-12-05 014.001.119.049 804 507 2017-11-10 2017-12-05 091.148.125.213 870 506 2017-11-12 2017-12-05 095.168.236.010 787 506 2017-11-15 2017-12-03 113.121.098.233 676 506 2017-11-26 2017-11-28 173.226.147.230 3071 506 2017-11-16 2017-12-05 202.175.106.202 706 506 2017-11-01 2017-12-05 141.212.122.057 893 506 2017-10-27 2017-12-04 153.188.208.040 979 506 2017-11-16 2017-12-04 012.181.169.147 3734 506 2017-11-19 2017-12-05 180.168.069.154 867 506 2017-11-15 2017-12-05 043.231.078.022 678 506 2017-12-01 2017-12-04 111.119.238.030 809 506 2017-11-11 2017-12-05 060.254.124.142 1022 506 2017-11-15 2017-11-28 059.056.253.138 1767 506 2017-10-28 2017-12-05 087.234.247.006 915 506 2017-11-18 2017-11-28 198.046.141.154 533 506 2017-11-14 2017-11-22 220.197.223.153 806 506 2017-11-10 2017-12-04 117.109.212.245 946 506 2017-11-02 2017-12-05 220.216.038.172 977 506 2017-11-02 2017-12-05 031.042.074.018 924 506 2017-11-02 2017-12-05 116.072.048.112 698 506 2017-11-03 2017-11-30 220.216.034.125 836 506 2017-11-02 2017-12-05 123.123.052.227 634 506 2017-12-01 2017-12-04 001.186.235.035 1067 506 2017-10-29 2017-12-04 111.001.088.242 827 506 2017-11-06 2017-12-04 124.155.246.194 695 506 2017-11-24 2017-11-29 118.193.240.019 506 506 2017-10-22 2017-11-12 120.205.198.158 1015 506 2017-11-03 2017-11-28 118.200.106.036 919 506 2017-10-26 2017-11-24 221.131.136.243 508 506 2017-10-31 2017-11-26 223.096.152.190 1278 505 2017-11-28 2017-11-28 211.140.243.002 1061 505 2017-11-05 2017-12-05 122.230.079.048 721 505 2017-11-23 2017-11-28 075.090.050.102 655 505 2017-11-18 2017-12-05 060.219.253.144 1238 505 2017-11-18 2017-11-24 180.105.097.002 648 505 2017-11-25 2017-12-01 060.254.022.191 1234 505 2017-11-02 2017-11-16 123.255.251.070 804 505 2017-11-13 2017-12-05 120.070.088.227 647 505 2017-11-26 2017-12-01 085.105.240.182 1202 505 2017-10-30 2017-11-22 222.135.205.224 2552 505 2017-11-20 2017-11-27 182.065.201.218 750 505 2017-11-22 2017-11-26 058.218.200.013 569 505 2017-11-28 2017-12-01 202.078.182.207 777 505 2017-11-01 2017-12-04 124.160.154.034 1111 505 2017-11-01 2017-12-05 221.106.016.005 768 505 2017-11-02 2017-12-05 093.184.008.194 719 505 2017-11-01 2017-12-05 219.110.136.014 1012 505 2017-11-01 2017-11-25 185.062.057.079 1393 505 2017-11-06 2017-12-05 180.094.244.145 1176 505 2017-11-01 2017-12-03 168.232.192.104 750 505 2017-11-06 2017-12-05 118.097.115.066 2117 504 2017-11-01 2017-12-05 060.254.124.046 779 504 2017-11-17 2017-11-25 210.255.247.192 948 504 2017-11-02 2017-12-05 124.246.134.095 1051 504 2017-11-02 2017-12-05 218.045.153.028 985 504 2017-11-02 2017-12-05 084.196.007.130 942 504 2017-11-02 2017-12-05 220.144.160.015 1181 504 2017-11-02 2017-11-27 045.077.245.188 773 504 2017-11-08 2017-11-08 194.190.082.178 930 504 2017-11-09 2017-12-05 182.065.179.151 618 504 2017-11-30 2017-12-04 222.073.022.117 807 504 2017-11-05 2017-12-05 116.073.207.134 676 504 2017-11-24 2017-11-29 178.158.131.087 748 504 2017-11-15 2017-12-05 217.058.145.097 1278 504 2017-11-24 2017-12-02 139.212.004.124 733 504 2017-11-26 2017-11-30 212.236.038.044 713 504 2017-10-25 2017-12-05 027.222.155.095 693 504 2017-11-26 2017-11-30 111.193.228.222 665 504 2017-11-27 2017-12-01 096.083.210.147 750 504 2017-10-27 2017-12-05 112.027.091.212 722 504 2017-10-24 2017-12-05 096.083.210.171 710 504 2017-11-03 2017-12-05 112.165.097.216 731 503 2017-11-18 2017-12-05 141.212.122.054 838 503 2017-11-03 2017-12-05 123.201.209.019 771 503 2017-11-18 2017-11-25 118.174.229.043 598 503 2017-11-25 2017-12-05 045.055.030.092 650 503 2017-11-04 2017-11-08 131.114.169.055 1090 503 2017-11-03 2017-11-22 203.024.188.192 2815 503 2017-10-17 2017-11-16 177.084.059.048 809 503 2017-11-05 2017-12-01 116.226.045.156 610 503 2017-11-30 2017-12-04 180.103.130.145 610 503 2017-12-01 2017-12-05 220.156.216.068 949 503 2017-11-02 2017-12-05 110.044.086.053 1257 503 2017-11-02 2017-12-05 110.132.160.083 927 503 2017-11-01 2017-12-05 222.162.043.060 767 503 2017-11-26 2017-11-30 060.243.044.012 696 503 2017-11-24 2017-12-01 074.064.117.143 844 503 2017-10-30 2017-12-05 073.245.240.116 1140 503 2017-10-30 2017-11-15 183.062.057.177 1589 503 2017-11-06 2017-11-29 179.208.233.241 734 502 2017-11-14 2017-12-05 058.059.176.235 624 502 2017-11-25 2017-12-05 089.228.131.153 768 502 2017-10-24 2017-12-05 058.215.201.226 738 502 2017-10-31 2017-12-05 178.062.058.141 502 502 2017-11-25 2017-11-25 109.105.186.253 634 502 2017-11-22 2017-12-05 221.220.020.112 539 502 2017-11-28 2017-12-04 121.224.187.105 607 502 2017-11-30 2017-12-04 112.227.171.197 755 502 2017-11-19 2017-11-25 124.123.041.091 1137 502 2017-11-18 2017-11-23 090.145.117.148 698 502 2017-11-21 2017-12-01 058.222.186.090 936 502 2017-11-06 2017-12-02 078.189.148.004 937 502 2017-11-02 2017-11-30 116.064.133.249 964 502 2017-11-01 2017-12-04 059.015.210.188 857 502 2017-10-31 2017-12-05 119.172.238.158 1223 502 2017-11-02 2017-12-03 123.103.142.004 978 502 2017-11-01 2017-12-05 181.170.011.136 1118 502 2017-10-31 2017-12-01 116.072.023.217 608 502 2017-11-30 2017-12-05 217.131.129.005 697 501 2017-10-29 2017-12-05 061.086.010.252 903 501 2017-11-02 2017-12-05 116.076.110.004 631 501 2017-11-28 2017-12-02 121.080.196.183 930 501 2017-11-02 2017-11-26 182.065.244.096 639 501 2017-12-01 2017-12-04 198.055.103.005 724 501 2017-11-05 2017-11-30 082.085.143.188 1188 501 2017-11-06 2017-12-03 060.243.046.076 1104 501 2017-10-31 2017-11-23 120.138.100.076 1592 501 2017-11-19 2017-11-25 039.077.209.162 696 501 2017-11-24 2017-11-27 220.168.091.134 978 501 2017-10-29 2017-11-29 060.254.031.134 644 501 2017-11-27 2017-12-04 202.142.170.142 804 501 2017-11-17 2017-12-05 188.138.167.144 2484 501 2017-10-27 2017-12-03 096.070.205.225 826 501 2017-10-24 2017-12-05 092.081.120.130 653 501 2017-10-31 2017-12-04 027.002.216.237 1302 501 2017-10-30 2017-12-05 027.212.106.013 772 501 2017-11-22 2017-11-27 181.196.139.182 928 501 2017-11-09 2017-11-30 081.248.237.008 665 501 2017-10-25 2017-12-05 155.094.088.083 515 501 2017-11-14 2017-12-03 085.118.131.214 645 501 2017-11-28 2017-11-28 222.184.035.006 893 501 2017-11-15 2017-12-05 023.239.217.058 909 501 2017-11-17 2017-12-05 111.026.190.220 1113 500 2017-11-17 2017-12-01 060.254.123.141 1261 500 2017-11-09 2017-11-12 080.211.232.027 3350 500 2017-11-18 2017-12-01 190.245.163.039 720 500 2017-11-13 2017-12-05 218.084.213.124 785 500 2017-11-02 2017-12-05 085.008.000.227 708 500 2017-11-13 2017-12-05 060.254.089.251 1112 500 2017-11-15 2017-11-24 047.036.006.168 1474 500 2017-11-07 2017-11-21 119.181.199.097 593 500 2017-11-29 2017-12-05 183.086.083.127 935 500 2017-11-02 2017-12-05 210.001.167.135 705 500 2017-11-02 2017-12-05 103.083.251.222 962 500 2017-10-27 2017-11-27 173.167.255.242 824 500 2017-11-07 2017-12-05 123.054.175.221 690 499 2017-11-26 2017-11-29 222.248.130.235 765 499 2017-11-17 2017-11-28 060.243.146.247 901 499 2017-11-23 2017-12-02 183.230.139.033 818 499 2017-10-27 2017-11-27 117.108.037.110 765 499 2017-11-15 2017-12-05 092.027.224.109 826 499 2017-10-30 2017-12-05 201.018.144.090 772 499 2017-10-24 2017-12-05 096.083.245.146 771 499 2017-11-01 2017-12-05 221.226.226.132 853 499 2017-11-04 2017-12-05 027.156.163.059 738 499 2017-11-19 2017-11-25 082.112.051.030 1174 499 2017-11-02 2017-11-30 104.243.041.166 609 499 2017-12-05 2017-12-05 117.104.022.186 796 499 2017-11-02 2017-12-05 089.025.242.066 807 499 2017-11-11 2017-12-05 140.250.065.196 979 499 2017-10-28 2017-11-24 220.152.111.057 1453 498 2017-11-02 2017-12-05 202.008.208.179 998 498 2017-11-01 2017-12-05 163.204.016.131 711 498 2017-11-23 2017-11-24 122.174.055.066 863 498 2017-11-18 2017-11-23 165.227.104.251 605 498 2017-10-30 2017-12-01 219.141.204.242 835 498 2017-10-25 2017-12-05 113.227.140.105 628 498 2017-11-27 2017-12-01 103.195.081.240 644 498 2017-11-25 2017-12-03 177.019.132.026 697 498 2017-11-02 2017-12-05 103.026.210.183 817 498 2017-11-07 2017-12-05 116.074.126.243 1328 498 2017-11-09 2017-11-15 080.055.175.172 710 498 2017-10-28 2017-12-05 122.114.165.055 1225 498 2017-11-08 2017-11-24 186.235.187.006 787 498 2017-10-24 2017-12-05 124.140.082.213 727 498 2017-11-16 2017-12-05 182.164.021.191 716 497 2017-11-17 2017-12-05 221.218.076.174 2641 497 2017-11-15 2017-11-25 123.160.095.013 870 497 2017-11-17 2017-12-05 122.114.037.222 853 497 2017-11-18 2017-12-05 043.233.018.123 765 497 2017-11-02 2017-12-04 078.137.006.139 901 497 2017-11-02 2017-12-05 218.200.175.173 551 497 2017-11-02 2017-11-11 110.244.119.058 1646 497 2017-11-30 2017-12-05 088.247.047.049 710 497 2017-11-07 2017-12-05 068.169.140.204 826 497 2017-11-04 2017-12-05 084.213.041.025 713 497 2017-11-23 2017-11-25 184.101.037.175 723 497 2017-11-18 2017-11-25 116.072.029.207 612 497 2017-11-28 2017-12-05 114.143.024.034 740 497 2017-10-28 2017-12-02 178.159.198.176 941 497 2017-11-04 2017-12-05 092.247.182.147 1159 497 2017-10-25 2017-12-05 116.076.092.202 630 497 2017-11-27 2017-12-02 209.141.194.170 1115 497 2017-10-26 2017-11-21 037.057.090.166 713 497 2017-11-01 2017-12-05 185.029.009.206 791 497 2017-11-29 2017-12-05 178.236.109.198 558 496 2017-11-22 2017-12-05 103.207.038.206 687 496 2017-10-27 2017-11-23 181.167.068.137 690 496 2017-11-03 2017-12-05 182.048.058.217 998 496 2017-11-18 2017-11-22 182.018.022.221 1341 496 2017-10-29 2017-11-10 221.223.149.251 1624 496 2017-11-20 2017-11-26 091.230.252.245 714 496 2017-11-08 2017-12-05 222.090.071.250 1108 496 2017-11-06 2017-12-05 190.211.129.017 884 496 2017-11-23 2017-12-05 221.219.017.084 692 496 2017-11-23 2017-11-26 112.082.066.050 673 496 2017-11-27 2017-11-30 218.025.231.034 1058 496 2017-11-04 2017-12-05 222.085.228.078 497 496 2017-11-23 2017-11-23 125.033.000.004 1662 496 2017-11-19 2017-11-24 125.112.027.010 772 496 2017-11-18 2017-11-25 103.038.246.131 632 496 2017-12-01 2017-12-05 219.135.097.193 753 496 2017-11-10 2017-12-05 180.056.114.085 776 496 2017-11-17 2017-12-02 098.119.019.150 6646 496 2017-10-30 2017-11-27 218.027.117.134 1038 496 2017-11-12 2017-12-05 103.242.110.035 828 496 2017-11-02 2017-12-05 103.042.249.091 706 496 2017-10-26 2017-12-05 041.032.124.141 692 496 2017-11-04 2017-12-05 181.170.072.093 742 496 2017-11-15 2017-12-05 081.023.116.186 6314 496 2017-11-02 2017-12-05 123.201.005.040 871 496 2017-11-03 2017-12-01 093.104.214.243 2168 496 2017-11-10 2017-11-26 046.004.024.147 959 496 2017-11-17 2017-11-18 065.099.180.077 959 496 2017-10-28 2017-12-01 180.220.140.234 956 496 2017-11-01 2017-12-05 103.040.060.250 749 496 2017-11-07 2017-12-05 178.075.038.034 829 495 2017-11-01 2017-12-05 042.151.064.205 1336 495 2017-11-02 2017-12-05 124.140.221.155 1220 495 2017-11-02 2017-12-05 202.172.072.216 756 495 2017-11-02 2017-12-05 068.169.140.201 938 495 2017-11-04 2017-12-05 124.241.026.003 778 495 2017-11-02 2017-12-05 190.203.080.178 883 495 2017-10-25 2017-12-05 118.010.061.070 608 495 2017-11-24 2017-12-05 173.015.146.027 716 495 2017-10-28 2017-12-05 139.212.026.178 786 495 2017-11-27 2017-11-30 045.079.009.254 589 495 2017-11-25 2017-11-26 060.254.091.037 1381 495 2017-10-27 2017-11-21 112.103.116.110 675 495 2017-11-22 2017-11-26 153.034.187.107 658 495 2017-11-24 2017-11-27 076.115.206.034 708 495 2017-11-17 2017-11-29 122.005.134.114 637 495 2017-12-03 2017-12-05 221.008.243.010 622 495 2017-12-01 2017-12-03 189.028.165.073 858 495 2017-10-29 2017-12-05 183.082.145.213 699 495 2017-11-01 2017-12-02 042.123.080.199 786 495 2017-11-01 2017-11-29 220.132.186.196 830 495 2017-11-08 2017-12-05 103.236.152.162 1138 495 2017-11-18 2017-11-25 222.184.110.241 779 495 2017-11-15 2017-12-05 082.117.239.093 1393 495 2017-10-29 2017-11-27 220.132.246.162 842 495 2017-11-18 2017-12-05 111.003.155.169 921 495 2017-11-07 2017-11-23 036.111.167.104 983 494 2017-11-04 2017-12-05 110.089.240.090 833 494 2017-11-13 2017-11-26 058.094.060.183 707 494 2017-11-15 2017-12-01 223.112.196.250 923 494 2017-11-10 2017-12-03 103.236.253.059 1048 494 2017-11-15 2017-11-21 223.245.001.118 754 494 2017-11-19 2017-11-25 078.084.220.199 798 494 2017-11-19 2017-12-05 060.254.059.013 624 494 2017-11-30 2017-12-03 218.002.000.033 1597 494 2017-10-29 2017-11-08 111.224.080.185 1166 494 2017-11-29 2017-12-03 045.126.009.176 626 494 2017-11-29 2017-12-05 182.065.191.122 591 494 2017-11-29 2017-12-02 120.011.190.179 1731 494 2017-11-29 2017-12-05 103.216.093.203 1230 494 2017-11-18 2017-11-23 014.221.175.078 606 494 2017-11-29 2017-12-03 123.201.190.166 653 494 2017-11-23 2017-12-02 116.075.021.138 1077 494 2017-11-27 2017-12-03 111.222.020.160 749 494 2017-11-19 2017-11-28 101.227.082.030 656 494 2017-11-04 2017-12-02 101.074.090.250 665 494 2017-11-26 2017-11-29 119.051.115.214 744 494 2017-11-27 2017-11-30 039.155.215.202 1049 493 2017-11-04 2017-12-05 064.145.172.010 778 493 2017-10-26 2017-12-05 120.198.129.085 766 493 2017-11-16 2017-12-05 141.212.122.208 1191 493 2017-11-01 2017-12-05 213.125.114.011 1270 493 2017-11-15 2017-12-05 111.026.201.133 1032 493 2017-11-10 2017-12-03 060.214.136.214 673 493 2017-11-20 2017-12-05 115.045.040.235 686 493 2017-11-21 2017-11-28 109.227.108.090 865 493 2017-11-02 2017-12-03 211.141.035.080 508 493 2017-11-06 2017-11-26 103.242.233.082 931 493 2017-11-30 2017-12-05 113.140.019.098 753 493 2017-11-09 2017-12-04 045.064.222.036 765 493 2017-11-06 2017-12-02 083.226.188.027 845 493 2017-11-05 2017-12-05 138.186.019.014 509 493 2017-11-30 2017-12-03 051.015.011.206 19686 493 2017-12-01 2017-12-05 212.083.162.062 531 493 2017-10-31 2017-12-05 210.232.063.156 1113 492 2017-11-02 2017-12-05 005.199.130.015 1743 492 2017-11-14 2017-12-03 163.058.193.218 997 492 2017-11-02 2017-12-05 128.074.153.081 601 492 2017-11-22 2017-12-05 123.108.203.123 634 492 2017-11-27 2017-12-01 060.132.039.243 720 492 2017-11-17 2017-11-30 160.202.013.093 716 492 2017-11-25 2017-11-29 153.203.130.173 620 492 2017-11-24 2017-12-05 082.228.117.238 1173 492 2017-10-30 2017-12-04 060.254.014.079 987 492 2017-11-26 2017-12-03 183.185.021.154 1322 492 2017-11-24 2017-11-28 120.198.083.158 808 492 2017-11-07 2017-12-05 092.081.092.011 698 492 2017-10-26 2017-12-05 222.132.057.200 713 492 2017-11-21 2017-11-25 191.096.249.098 2387 492 2017-11-16 2017-11-19 182.031.047.032 783 492 2017-10-30 2017-12-05 027.004.227.066 935 492 2017-11-20 2017-11-28 049.231.013.178 1889 492 2017-11-11 2017-12-05 114.243.003.187 633 491 2017-11-26 2017-12-01 189.029.120.182 854 491 2017-11-03 2017-11-16 124.026.166.188 724 491 2017-11-16 2017-12-03 165.073.025.097 824 491 2017-11-10 2017-12-01 141.212.122.060 930 491 2017-11-03 2017-12-05 092.245.066.239 814 491 2017-11-03 2017-12-05 119.249.054.113 2375 491 2017-11-19 2017-11-30 141.212.122.056 857 491 2017-11-03 2017-12-05 058.042.228.170 880 491 2017-10-30 2017-12-05 138.097.223.080 708 491 2017-11-08 2017-12-05 115.238.244.158 3003 491 2017-10-30 2017-12-03 031.209.059.110 758 491 2017-11-11 2017-11-27 181.168.004.065 755 491 2017-11-02 2017-12-05 201.207.004.022 586 491 2017-11-30 2017-12-04 045.113.248.222 616 491 2017-11-04 2017-11-30 123.201.214.041 1170 491 2017-11-14 2017-11-28 182.242.255.027 661 491 2017-11-25 2017-11-28 177.137.236.086 874 491 2017-11-02 2017-12-05 117.001.100.218 660 491 2017-11-22 2017-12-05 037.203.213.140 966 491 2017-11-06 2017-12-03 122.164.033.117 1346 491 2017-11-14 2017-11-23 203.146.192.016 612 491 2017-11-27 2017-12-05 045.077.197.248 979 491 2017-11-12 2017-11-13 005.031.023.102 644 491 2017-11-25 2017-11-29 192.000.212.251 840 491 2017-11-24 2017-12-05 222.125.057.177 1639 490 2017-10-31 2017-11-29 119.088.195.183 605 490 2017-11-26 2017-12-01 185.082.203.072 672 490 2017-11-04 2017-11-06 123.201.119.235 618 490 2017-11-26 2017-12-05 039.067.221.101 555 490 2017-11-29 2017-12-05 103.233.113.240 675 490 2017-11-24 2017-12-01 195.175.055.106 2891 490 2017-11-07 2017-12-05 213.158.047.166 663 490 2017-11-19 2017-12-05 202.088.243.152 893 490 2017-10-30 2017-12-02 118.193.176.242 683 490 2017-11-23 2017-12-01 180.220.209.094 736 490 2017-11-17 2017-11-30 093.115.028.083 805 490 2017-10-28 2017-11-29 124.155.243.040 816 490 2017-10-23 2017-11-24 058.241.004.170 922 490 2017-11-16 2017-11-30 124.127.132.138 901 490 2017-10-29 2017-12-05 122.171.123.247 667 490 2017-11-22 2017-11-26 165.227.124.076 624 490 2017-11-21 2017-11-22 188.125.034.039 840 490 2017-11-10 2017-12-03 183.083.217.151 680 490 2017-11-14 2017-12-02 122.164.046.101 1234 490 2017-11-19 2017-11-24 117.109.250.019 944 490 2017-11-02 2017-12-05 061.192.089.125 743 490 2017-11-01 2017-12-03 124.166.065.188 619 490 2017-12-01 2017-12-04 101.226.179.205 819 490 2017-11-09 2017-12-05 157.101.158.067 965 490 2017-11-02 2017-11-27 116.064.056.170 787 490 2017-11-01 2017-12-05 220.208.051.173 1249 490 2017-11-02 2017-12-05 094.254.001.091 1304 490 2017-10-28 2017-11-22 061.240.145.004 2184 490 2017-10-30 2017-11-29 188.138.249.165 782 489 2017-11-09 2017-12-05 219.148.072.098 656 489 2017-11-02 2017-11-30 062.219.213.008 744 489 2017-10-30 2017-12-04 045.077.088.211 961 489 2017-10-25 2017-11-13 125.139.212.165 1038 489 2017-10-30 2017-11-26 221.000.210.176 630 489 2017-11-23 2017-11-27 185.093.002.214 1598 489 2017-11-14 2017-11-14 004.014.087.213 799 489 2017-11-14 2017-12-05 046.136.112.168 670 489 2017-11-17 2017-12-05 061.053.066.086 662 489 2017-11-22 2017-12-05 120.205.077.176 947 489 2017-10-23 2017-11-26 061.148.123.214 902 488 2017-10-29 2017-12-05 222.093.010.167 731 488 2017-11-17 2017-11-29 124.118.023.045 660 488 2017-11-20 2017-11-27 024.102.173.073 836 488 2017-11-12 2017-12-05 112.186.244.186 796 488 2017-10-24 2017-12-05 213.000.109.006 515 488 2017-11-21 2017-12-03 126.058.206.068 927 488 2017-11-22 2017-12-05 060.254.040.197 972 488 2017-11-08 2017-11-28 042.145.201.061 817 488 2017-11-02 2017-12-05 219.111.213.106 950 488 2017-11-02 2017-12-05 117.000.211.106 632 488 2017-11-23 2017-12-04 195.154.220.009 519 488 2017-11-29 2017-12-01 063.246.128.024 488 488 2017-11-28 2017-11-29 175.193.075.033 791 488 2017-11-13 2017-12-05 222.174.048.138 1235 488 2017-11-06 2017-12-03 092.051.001.040 635 488 2017-11-17 2017-12-05 218.057.116.240 675 488 2017-11-26 2017-11-29 180.102.138.057 601 488 2017-11-26 2017-12-01 122.174.136.143 1296 487 2017-11-03 2017-11-11 118.089.020.061 1112 487 2017-10-26 2017-11-26 116.074.098.116 1205 487 2017-11-01 2017-11-17 060.167.193.163 611 487 2017-11-25 2017-11-30 170.254.038.122 883 487 2017-10-28 2017-11-21 058.244.039.180 623 487 2017-11-27 2017-11-30 124.118.147.121 897 487 2017-11-19 2017-11-23 060.254.041.163 642 487 2017-11-26 2017-11-30 116.072.014.196 643 487 2017-11-23 2017-11-28 180.173.036.032 874 487 2017-10-26 2017-11-22 163.172.227.068 947 487 2017-11-23 2017-11-24 140.207.160.242 1358 487 2017-11-12 2017-12-05 108.041.083.081 1211 487 2017-10-28 2017-12-05 046.238.143.225 694 487 2017-11-22 2017-12-05 181.223.197.066 1140 487 2017-10-27 2017-11-12 113.065.006.142 588 487 2017-11-22 2017-12-05 103.217.084.162 1053 487 2017-11-08 2017-12-04 045.058.115.202 838 487 2017-11-29 2017-12-04 101.018.017.227 720 487 2017-11-23 2017-11-27 182.065.093.194 591 487 2017-12-01 2017-12-05 188.253.044.156 1484 487 2017-10-28 2017-12-05 217.077.218.082 924 487 2017-11-02 2017-12-05 218.228.008.049 815 487 2017-11-02 2017-12-05 188.138.211.143 798 486 2017-11-07 2017-12-05 042.126.157.107 925 486 2017-11-01 2017-11-26 114.245.051.205 558 486 2017-11-28 2017-12-04 123.233.246.106 643 486 2017-11-29 2017-12-05 124.132.009.190 577 486 2017-11-30 2017-12-03 221.012.052.144 625 486 2017-11-09 2017-11-30 120.237.244.097 591 486 2017-11-29 2017-12-05 050.197.043.058 930 486 2017-11-09 2017-12-05 112.082.003.059 1019 486 2017-11-18 2017-11-23 124.155.240.233 686 486 2017-11-22 2017-11-26 219.139.191.144 737 486 2017-10-27 2017-12-05 190.188.196.232 635 486 2017-11-15 2017-12-05 202.009.126.186 632 486 2017-11-27 2017-11-30 123.114.205.006 619 486 2017-11-24 2017-12-01 218.089.148.103 563 486 2017-11-29 2017-12-04 218.075.027.198 1038 486 2017-11-26 2017-12-05 220.124.245.049 947 486 2017-10-30 2017-12-04 142.044.227.124 525 486 2017-11-20 2017-11-25 202.091.053.153 767 486 2017-11-16 2017-12-04 012.108.232.090 719 486 2017-11-14 2017-12-05 095.000.183.130 1336 486 2017-10-22 2017-12-05 153.232.235.199 720 486 2017-11-17 2017-12-05 125.094.036.040 1157 486 2017-10-25 2017-12-05 222.059.189.124 748 485 2017-10-29 2017-12-05 014.045.092.228 1076 485 2017-11-01 2017-12-05 153.036.046.168 1829 485 2017-11-21 2017-12-05 041.213.218.092 629 485 2017-11-21 2017-12-05 108.084.185.160 1064 485 2017-10-30 2017-12-05 116.075.022.097 775 485 2017-11-20 2017-12-02 111.221.208.103 621 485 2017-11-26 2017-12-01 059.048.248.016 905 485 2017-11-02 2017-12-05 212.083.155.066 11649 485 2017-11-09 2017-12-05 203.180.079.100 816 485 2017-11-02 2017-12-05 036.255.135.025 614 485 2017-12-01 2017-12-04 203.109.106.099 1034 485 2017-11-15 2017-11-23 153.184.235.212 931 485 2017-11-02 2017-11-26 120.236.041.177 926 485 2017-11-06 2017-12-05 101.109.045.116 990 485 2017-11-11 2017-11-24 109.225.120.042 1191 485 2017-11-05 2017-11-20 042.125.051.210 800 485 2017-11-02 2017-12-05 183.054.236.145 549 485 2017-11-24 2017-12-04 194.028.115.241 595 485 2017-11-25 2017-12-03 113.010.158.244 495 485 2017-10-30 2017-12-04 202.098.170.131 626 485 2017-11-26 2017-11-30 183.240.196.145 1494 485 2017-10-27 2017-12-05 112.071.197.156 639 485 2017-11-19 2017-12-02 221.204.135.107 662 485 2017-11-25 2017-11-28 171.248.191.167 726 485 2017-11-14 2017-12-05 202.134.155.021 626 485 2017-11-27 2017-12-01 047.044.212.013 801 484 2017-10-28 2017-12-05 122.164.255.003 580 484 2017-11-27 2017-12-01 079.141.112.070 1507 484 2017-11-12 2017-12-05 223.204.133.013 506 484 2017-11-29 2017-12-03 182.065.068.146 665 484 2017-11-24 2017-11-27 027.212.078.251 656 484 2017-11-25 2017-11-28 013.084.135.141 550 484 2017-11-30 2017-12-05 096.083.210.203 738 484 2017-10-30 2017-12-05 103.047.070.198 598 484 2017-11-29 2017-12-01 122.235.182.230 638 484 2017-11-26 2017-11-30 116.074.089.111 840 484 2017-11-20 2017-12-05 141.212.122.055 827 484 2017-11-08 2017-12-05 221.132.186.116 1259 484 2017-11-02 2017-12-05 219.091.159.028 569 484 2017-11-30 2017-12-05 185.190.058.237 1787 484 2017-10-31 2017-11-30 189.114.229.185 1419 483 2017-11-15 2017-12-05 095.085.051.227 1249 483 2017-11-11 2017-11-12 060.254.127.167 611 483 2017-11-25 2017-11-30 195.050.167.101 797 483 2017-10-31 2017-11-30 179.040.071.040 660 483 2017-10-31 2017-12-05 111.193.205.099 1636 483 2017-11-27 2017-12-02 222.090.083.042 594 483 2017-11-27 2017-12-05 036.066.191.161 1254 483 2017-10-27 2017-11-23 095.057.048.094 775 483 2017-11-17 2017-12-05 177.080.049.250 1001 483 2017-11-15 2017-12-05 122.171.124.125 985 483 2017-11-18 2017-11-22 060.251.233.249 734 483 2017-11-01 2017-11-22 121.201.033.134 1110 483 2017-11-01 2017-11-20 042.085.231.242 693 483 2017-11-20 2017-11-28 095.129.183.147 687 483 2017-11-13 2017-12-03 190.211.194.203 1030 483 2017-11-01 2017-12-05 116.073.208.228 721 482 2017-11-19 2017-11-25 083.234.103.039 857 482 2017-11-02 2017-12-01 080.013.058.147 796 482 2017-11-16 2017-12-05 124.228.248.111 607 482 2017-11-15 2017-12-05 123.132.078.124 680 482 2017-11-26 2017-11-29 001.186.217.141 811 482 2017-11-14 2017-12-01 047.146.115.011 803 482 2017-11-21 2017-12-05 141.212.122.187 646 482 2017-10-31 2017-12-05 058.213.152.089 729 482 2017-11-13 2017-11-27 039.085.223.164 1965 482 2017-11-11 2017-11-18 181.167.226.144 715 482 2017-11-15 2017-12-05 195.222.065.004 884 482 2017-11-06 2017-11-08 060.174.199.152 1045 482 2017-10-31 2017-12-03 122.251.018.199 1092 482 2017-11-02 2017-12-05 175.028.021.168 808 482 2017-11-02 2017-12-05 201.236.129.091 734 482 2017-10-30 2017-12-05 116.074.108.001 645 482 2017-11-24 2017-11-29 060.243.089.041 698 482 2017-11-27 2017-12-02 146.000.077.090 106359 482 2017-11-15 2017-12-02 111.162.018.252 600 482 2017-11-27 2017-12-01 168.228.022.110 612 481 2017-11-27 2017-12-02 188.043.051.174 688 481 2017-11-15 2017-11-25 092.083.053.226 684 481 2017-11-15 2017-12-05 112.240.038.086 612 481 2017-11-26 2017-11-30 195.209.096.026 662 481 2017-11-19 2017-11-27 182.065.183.024 632 481 2017-11-23 2017-11-28 175.212.064.028 709 481 2017-11-13 2017-12-05 119.092.167.242 801 481 2017-10-23 2017-12-04 042.123.080.050 774 481 2017-11-08 2017-12-04 106.000.037.132 1205 481 2017-11-10 2017-11-26 208.072.245.057 735 481 2017-11-15 2017-11-30 166.070.202.088 753 481 2017-10-27 2017-12-05 116.074.098.030 687 481 2017-11-21 2017-11-21 049.250.044.238 681 481 2017-11-15 2017-12-05 042.060.015.097 788 481 2017-10-29 2017-11-22 072.090.175.124 940 481 2017-11-17 2017-11-22 182.065.234.221 1281 481 2017-11-10 2017-11-16 219.202.056.007 801 481 2017-11-02 2017-12-05 103.215.052.121 675 481 2017-11-07 2017-12-02 119.172.000.009 1242 480 2017-11-02 2017-12-05 059.128.081.041 1467 480 2017-11-02 2017-12-05 121.115.003.096 934 480 2017-11-02 2017-11-27 103.094.194.134 1282 480 2017-11-05 2017-11-16 080.112.174.151 1089 480 2017-11-03 2017-11-21 046.102.083.055 746 480 2017-11-03 2017-12-05 116.074.127.058 577 480 2017-11-29 2017-12-04 096.083.210.195 726 480 2017-10-29 2017-12-05 103.051.079.222 659 480 2017-11-17 2017-11-30 192.172.226.137 7220 480 2017-10-25 2017-12-05 103.060.197.141 883 480 2017-11-17 2017-11-26 180.050.023.018 634 480 2017-11-25 2017-11-29 096.093.059.122 760 480 2017-10-28 2017-12-05 027.004.061.173 682 480 2017-11-21 2017-11-30 122.152.095.034 724 480 2017-11-15 2017-12-01 116.249.085.250 735 479 2017-11-19 2017-11-25 116.247.094.034 1396 479 2017-11-19 2017-12-04 039.083.201.232 647 479 2017-11-23 2017-11-27 183.108.218.091 1071 479 2017-10-30 2017-11-27 210.084.022.214 678 479 2017-11-21 2017-12-03 050.073.189.049 1256 479 2017-11-12 2017-12-05 104.245.093.025 691 479 2017-11-12 2017-12-05 180.101.255.162 666 479 2017-11-16 2017-12-05 185.129.148.247 8953 479 2017-11-11 2017-11-29 043.224.131.237 753 479 2017-11-05 2017-11-29 211.135.057.013 740 479 2017-11-02 2017-12-05 218.220.245.205 876 479 2017-11-02 2017-12-05 220.132.134.115 838 479 2017-10-29 2017-12-05 116.254.079.106 713 479 2017-11-02 2017-12-05 202.083.055.003 1249 479 2017-11-01 2017-11-18 037.060.239.010 1257 479 2017-10-29 2017-11-23 014.192.000.119 699 479 2017-10-26 2017-11-29 138.204.201.026 823 479 2017-10-28 2017-12-04 193.105.228.205 751 479 2017-11-17 2017-11-29 120.004.047.186 589 479 2017-11-28 2017-12-01 168.150.123.098 3240 479 2017-11-01 2017-12-05 180.144.057.018 685 479 2017-11-17 2017-11-30 209.064.003.059 727 479 2017-11-17 2017-11-29 123.113.159.229 652 479 2017-11-24 2017-11-27 125.099.226.125 612 479 2017-11-25 2017-11-30 045.032.066.157 479 479 2017-12-03 2017-12-03 181.168.106.210 648 478 2017-10-26 2017-12-05 077.120.235.034 694 478 2017-11-16 2017-12-05 191.188.033.238 772 478 2017-10-26 2017-12-05 060.243.024.101 733 478 2017-11-26 2017-11-30 150.107.103.019 595 478 2017-11-27 2017-12-05 212.003.110.134 687 478 2017-10-30 2017-12-05 123.023.217.146 620 478 2017-11-13 2017-12-05 095.018.076.032 883 478 2017-10-31 2017-12-05 114.108.150.118 530 478 2017-11-28 2017-11-28 096.083.210.051 774 478 2017-10-29 2017-12-05 123.057.066.195 733 478 2017-11-19 2017-11-25 027.002.006.038 1146 478 2017-10-27 2017-11-23 180.250.105.021 643 478 2017-11-20 2017-12-05 082.238.023.019 566 478 2017-11-22 2017-12-05 118.200.139.210 901 478 2017-11-05 2017-11-28 190.151.119.227 699 478 2017-10-25 2017-12-05 123.059.195.177 867 478 2017-11-12 2017-11-27 060.007.077.186 1063 478 2017-11-09 2017-12-01 181.010.026.033 669 478 2017-11-17 2017-11-29 027.190.131.062 596 478 2017-11-30 2017-12-05 218.228.151.153 684 477 2017-11-17 2017-12-01 202.079.134.238 706 477 2017-11-02 2017-12-05 075.144.238.173 1080 477 2017-10-31 2017-12-05 146.255.236.070 750 477 2017-11-11 2017-12-05 103.081.118.139 1214 477 2017-11-09 2017-12-02 169.000.171.247 802 477 2017-11-18 2017-11-24 118.099.250.009 846 477 2017-11-05 2017-12-05 125.120.103.148 628 477 2017-11-26 2017-11-30 157.119.055.013 602 477 2017-11-27 2017-12-03 221.120.201.161 749 477 2017-11-17 2017-12-03 116.072.026.120 730 477 2017-10-23 2017-11-21 096.080.252.217 717 477 2017-11-13 2017-12-05 202.051.084.228 875 477 2017-11-14 2017-11-23 039.075.060.184 742 477 2017-11-18 2017-11-24 085.221.242.042 739 477 2017-10-27 2017-12-05 122.194.009.207 1630 477 2017-11-03 2017-11-24 045.114.011.022 566 477 2017-11-09 2017-11-29 180.189.070.254 647 476 2017-11-19 2017-12-05 103.250.149.146 740 476 2017-11-09 2017-12-05 187.162.150.116 682 476 2017-11-14 2017-12-05 222.184.035.064 1003 476 2017-11-15 2017-12-05 023.025.073.109 788 476 2017-11-03 2017-12-05 005.141.029.178 751 476 2017-11-08 2017-12-05 061.046.058.147 1036 476 2017-11-01 2017-11-30 182.237.164.224 594 476 2017-11-28 2017-12-01 051.015.001.219 6852 476 2017-11-03 2017-11-08 221.200.082.075 635 476 2017-11-22 2017-11-25 031.042.049.194 662 476 2017-11-04 2017-12-04 074.092.101.053 809 476 2017-10-30 2017-12-05 037.133.099.033 700 475 2017-10-31 2017-12-05 095.161.026.033 1107 475 2017-10-26 2017-11-11 096.083.210.059 715 475 2017-10-30 2017-12-05 223.029.193.119 581 475 2017-11-28 2017-12-02 121.155.011.181 1000 475 2017-11-18 2017-12-01 149.255.028.216 849 475 2017-11-02 2017-12-01 070.060.027.090 807 475 2017-11-04 2017-12-05 122.226.105.134 808 475 2017-11-08 2017-12-05 142.004.209.190 475 475 2017-11-24 2017-11-24 185.165.175.197 610 475 2017-11-21 2017-12-05 151.237.080.075 644 475 2017-10-22 2017-12-05 111.091.094.122 652 475 2017-11-26 2017-11-29 091.245.114.225 695 475 2017-10-27 2017-12-05 193.203.059.196 1112 475 2017-10-24 2017-12-05 060.254.006.163 568 475 2017-11-30 2017-12-05 059.128.082.062 984 475 2017-11-01 2017-11-28 183.087.160.192 1609 475 2017-11-05 2017-11-12 122.210.229.198 928 475 2017-11-02 2017-12-05 124.047.118.204 882 474 2017-11-02 2017-12-05 103.051.078.161 752 474 2017-11-04 2017-12-05 027.140.088.015 798 474 2017-11-02 2017-12-05 039.088.252.163 1712 474 2017-11-29 2017-12-05 183.100.116.142 720 474 2017-11-12 2017-12-05 027.143.205.206 746 474 2017-11-02 2017-12-05 101.050.052.036 1225 474 2017-11-01 2017-11-30 064.066.226.232 657 474 2017-11-01 2017-12-05 012.150.078.196 1043 474 2017-11-05 2017-11-23 171.240.090.252 749 474 2017-11-13 2017-12-05 112.025.134.230 790 474 2017-10-31 2017-12-04 187.060.234.230 1091 474 2017-10-29 2017-12-04 083.209.019.140 614 474 2017-11-18 2017-12-05 114.235.157.206 524 474 2017-11-30 2017-12-02 070.089.025.042 803 474 2017-10-28 2017-12-05 103.203.177.122 650 474 2017-11-22 2017-11-28 182.065.100.217 558 474 2017-11-30 2017-12-05 125.021.020.070 790 474 2017-11-20 2017-12-01 116.054.001.060 922 474 2017-11-19 2017-11-23 176.009.154.164 1578 474 2017-11-13 2017-11-13 005.101.040.037 1942 474 2017-11-15 2017-12-04 202.179.088.059 1307 474 2017-11-03 2017-11-17 088.247.226.199 770 474 2017-11-14 2017-12-05 210.074.143.029 961 474 2017-11-04 2017-12-05 222.086.159.214 943 474 2017-11-10 2017-12-05 027.003.040.176 747 474 2017-10-25 2017-12-05 103.083.184.115 644 473 2017-11-21 2017-11-25 082.166.023.126 662 473 2017-10-30 2017-12-05 060.166.007.040 1062 473 2017-11-12 2017-11-22 114.095.190.194 576 473 2017-11-21 2017-11-30 078.198.069.064 839 473 2017-11-09 2017-12-04 045.250.233.188 1719 473 2017-11-17 2017-11-28 182.142.013.242 601 473 2017-11-21 2017-11-27 059.048.248.025 815 473 2017-11-02 2017-12-05 190.211.007.190 734 473 2017-10-28 2017-12-05 059.128.067.011 962 473 2017-11-02 2017-12-05 042.150.167.174 693 473 2017-11-01 2017-12-04 103.198.012.073 1365 473 2017-11-02 2017-12-05 221.141.067.244 823 473 2017-11-06 2017-12-05 116.072.019.019 566 473 2017-11-28 2017-12-02 090.151.053.241 2217 473 2017-11-25 2017-12-02 162.237.106.027 862 473 2017-10-27 2017-12-05 036.006.075.050 705 473 2017-11-18 2017-11-25 175.167.084.158 711 473 2017-11-27 2017-11-30 045.055.036.092 550 473 2017-12-02 2017-12-04 218.070.218.046 609 473 2017-11-27 2017-12-05 062.210.073.058 79406 473 2017-10-27 2017-11-28 213.144.182.233 1193 473 2017-11-28 2017-11-29 096.090.086.229 740 472 2017-10-30 2017-12-05 082.253.060.063 660 472 2017-10-26 2017-12-05 116.074.186.034 856 472 2017-11-24 2017-12-02 190.247.137.056 696 472 2017-10-26 2017-12-02 202.098.191.213 594 472 2017-12-01 2017-12-05 049.159.019.202 830 472 2017-10-26 2017-12-05 110.085.004.007 496 472 2017-11-23 2017-11-26 101.017.078.179 1605 472 2017-11-19 2017-11-25 202.134.156.070 634 472 2017-11-24 2017-11-28 223.223.135.067 1226 472 2017-11-15 2017-11-24 180.101.143.002 888 472 2017-10-26 2017-12-05 005.009.065.171 1622 472 2017-11-10 2017-11-18 188.037.231.131 711 472 2017-11-13 2017-12-05 139.162.108.129 10513 472 2017-10-29 2017-11-28 024.098.049.131 652 472 2017-11-28 2017-11-29 058.146.011.076 678 472 2017-11-17 2017-12-05 169.000.114.246 640 472 2017-11-21 2017-11-28 062.141.038.108 1401 472 2017-10-25 2017-11-22 118.069.059.044 810 472 2017-11-21 2017-12-05 001.235.044.141 997 472 2017-11-15 2017-11-24 072.198.177.144 754 472 2017-11-18 2017-11-26 178.141.027.153 954 472 2017-11-08 2017-11-23 061.237.162.199 585 472 2017-11-28 2017-12-04 106.184.083.089 1191 472 2017-11-01 2017-12-05 119.026.148.050 877 472 2017-11-02 2017-12-05 183.091.117.228 880 472 2017-11-02 2017-12-05 117.001.116.157 1796 472 2017-11-07 2017-12-04 104.175.035.222 1648 471 2017-11-06 2017-11-23 049.250.153.183 880 471 2017-11-01 2017-12-04 041.220.122.250 708 471 2017-11-10 2017-12-04 219.091.202.008 589 471 2017-11-28 2017-12-01 222.150.237.226 928 471 2017-11-02 2017-11-25 139.199.072.217 624 471 2017-11-28 2017-12-05 183.020.157.056 659 471 2017-11-16 2017-12-03 221.197.160.170 626 471 2017-11-25 2017-11-28 027.212.209.209 625 471 2017-11-25 2017-11-30 119.010.073.219 690 471 2017-11-22 2017-12-05 200.058.074.053 1017 471 2017-10-26 2017-12-05 119.189.060.018 471 471 2017-11-25 2017-11-25 043.252.089.210 708 471 2017-11-15 2017-11-30 103.243.186.075 634 471 2017-11-23 2017-11-26 116.072.005.069 739 471 2017-11-18 2017-11-24 085.105.047.002 739 471 2017-11-14 2017-12-05 223.067.184.106 1354 471 2017-11-03 2017-11-14 212.252.134.070 654 471 2017-11-18 2017-12-05 183.063.239.111 1002 471 2017-11-12 2017-12-01 159.224.035.101 726 471 2017-11-01 2017-12-05 123.031.044.071 741 470 2017-10-27 2017-12-05 060.007.168.067 850 470 2017-11-19 2017-11-24 116.073.154.226 653 470 2017-11-21 2017-11-30 218.076.143.245 758 470 2017-11-13 2017-12-05 182.065.236.017 1014 470 2017-11-18 2017-11-24 087.026.046.109 999 470 2017-11-11 2017-12-05 046.033.234.103 822 470 2017-11-02 2017-12-04 202.158.234.120 758 470 2017-11-01 2017-12-05 178.075.043.077 1032 470 2017-11-01 2017-12-05 220.162.237.043 680 470 2017-10-30 2017-12-03 210.236.118.228 836 470 2017-11-02 2017-12-05 049.250.082.153 1364 470 2017-11-01 2017-12-05 176.192.017.098 4739 470 2017-11-04 2017-11-21 058.101.172.123 771 470 2017-11-19 2017-11-24 116.075.126.216 643 470 2017-11-24 2017-11-28 183.097.184.166 783 470 2017-11-04 2017-12-05 203.130.240.098 1445 470 2017-11-06 2017-12-02 103.072.102.054 931 470 2017-10-28 2017-12-02 116.072.006.077 854 470 2017-11-06 2017-11-26 177.128.106.027 1781 470 2017-11-04 2017-12-03 027.005.143.078 593 469 2017-11-25 2017-11-29 036.105.092.067 1157 469 2017-11-19 2017-11-24 082.235.159.032 730 469 2017-10-25 2017-12-05 213.179.032.026 502 469 2017-11-11 2017-11-26 153.034.078.016 593 469 2017-11-24 2017-12-02 116.072.042.088 567 469 2017-12-01 2017-12-05 045.117.220.177 653 469 2017-11-20 2017-11-25 164.138.021.225 599 469 2017-11-21 2017-12-01 203.080.244.154 868 469 2017-11-03 2017-12-05 061.046.090.205 709 469 2017-11-15 2017-12-04 023.025.073.173 767 469 2017-11-17 2017-12-05 153.170.001.076 694 469 2017-11-16 2017-11-30 062.197.235.032 803 469 2017-11-01 2017-12-05 202.047.119.175 640 469 2017-11-09 2017-12-05 123.247.088.031 610 469 2017-11-26 2017-11-29 223.029.184.047 815 469 2017-11-02 2017-12-05 119.170.134.033 762 469 2017-11-02 2017-12-05 045.077.040.193 1744 469 2017-11-11 2017-11-12 027.098.032.229 767 469 2017-11-02 2017-12-05 091.200.014.215 502 469 2017-11-23 2017-12-05 203.213.168.114 886 468 2017-11-02 2017-12-05 027.007.009.057 830 468 2017-11-16 2017-11-30 117.080.242.074 571 468 2017-11-30 2017-12-05 042.124.180.140 1217 468 2017-11-01 2017-12-05 061.115.136.105 928 468 2017-11-01 2017-12-05 221.226.015.079 666 468 2017-11-06 2017-12-05 104.193.009.198 928 468 2017-11-07 2017-12-04 082.079.053.214 720 468 2017-11-01 2017-12-05 060.212.012.003 805 468 2017-11-18 2017-11-22 113.193.132.019 813 468 2017-11-15 2017-11-27 219.091.242.164 573 468 2017-11-26 2017-12-02 093.183.131.221 717 468 2017-11-18 2017-12-05 123.119.185.169 1249 468 2017-11-27 2017-12-02 109.072.102.032 698 468 2017-11-13 2017-12-05 023.024.024.194 733 468 2017-11-04 2017-12-05 091.237.040.203 649 468 2017-10-29 2017-12-05 185.130.212.236 12728 468 2017-11-21 2017-12-05 120.033.152.225 684 468 2017-11-21 2017-12-04 061.164.213.247 683 468 2017-11-16 2017-12-05 122.114.128.178 736 467 2017-12-03 2017-12-05 219.143.002.115 867 467 2017-11-13 2017-12-05 202.241.163.216 709 467 2017-11-15 2017-12-05 217.182.205.091 676 467 2017-10-29 2017-12-05 191.184.188.155 880 467 2017-11-12 2017-11-15 195.182.130.052 1585 467 2017-10-23 2017-12-05 062.099.069.072 931 467 2017-11-17 2017-12-05 141.212.122.203 649 467 2017-11-21 2017-12-05 117.007.206.167 655 467 2017-11-19 2017-12-02 036.056.006.058 565 467 2017-11-30 2017-12-05 202.124.048.212 887 467 2017-11-02 2017-12-05 046.160.122.124 726 467 2017-11-01 2017-12-02 116.072.134.225 1093 467 2017-11-16 2017-11-22 042.144.221.104 692 467 2017-11-02 2017-12-04 104.247.201.060 664 467 2017-11-22 2017-11-22 060.254.040.030 647 467 2017-11-19 2017-11-24 119.047.110.232 717 467 2017-11-18 2017-12-05 103.077.229.067 686 467 2017-11-14 2017-12-05 117.082.253.114 566 467 2017-12-02 2017-12-05 113.005.088.149 1723 467 2017-11-16 2017-11-22 221.124.015.222 916 467 2017-10-26 2017-12-05 175.214.079.215 1035 467 2017-10-31 2017-12-05 124.141.021.139 705 467 2017-11-25 2017-12-05 150.242.071.059 719 466 2017-11-24 2017-12-01 103.046.241.048 558 466 2017-11-27 2017-12-04 045.249.122.027 645 466 2017-11-23 2017-11-26 123.247.053.017 1439 466 2017-11-19 2017-11-25 122.195.153.083 597 466 2017-11-26 2017-11-29 190.109.065.145 620 466 2017-11-18 2017-12-05 077.091.220.120 705 466 2017-11-16 2017-12-05 171.233.069.192 646 466 2017-11-19 2017-12-05 060.164.249.206 749 466 2017-11-15 2017-12-05 122.164.042.101 677 466 2017-11-22 2017-11-25 005.225.059.030 678 466 2017-11-17 2017-12-05 039.075.059.065 609 466 2017-11-24 2017-11-29 078.224.195.041 794 466 2017-10-27 2017-12-05 155.229.174.138 795 466 2017-11-14 2017-12-05 124.089.215.130 989 466 2017-11-10 2017-11-11 036.107.073.085 1114 466 2017-11-16 2017-11-22 058.239.153.250 1483 466 2017-10-29 2017-11-22 183.238.142.211 779 466 2017-11-09 2017-12-05 220.216.106.203 1013 466 2017-11-01 2017-12-05 012.168.080.162 522 466 2017-11-08 2017-11-25 219.061.240.001 768 466 2017-11-01 2017-12-05 193.201.224.209 1642 466 2017-11-11 2017-12-03 213.251.229.086 937 466 2017-11-10 2017-12-05 052.232.026.016 4992 466 2017-11-01 2017-12-02 179.155.184.107 642 466 2017-11-12 2017-12-05 141.101.003.105 1231 465 2017-11-02 2017-12-04 222.095.107.160 1218 465 2017-11-03 2017-12-01 211.141.094.133 709 465 2017-10-29 2017-12-05 176.120.120.142 697 465 2017-11-06 2017-12-05 096.083.210.099 653 465 2017-10-29 2017-12-05 192.154.252.084 623 465 2017-12-01 2017-12-04 219.096.057.106 1353 465 2017-11-02 2017-12-05 113.021.054.021 879 465 2017-11-02 2017-12-05 123.247.054.106 568 465 2017-12-01 2017-12-04 122.195.254.059 612 465 2017-11-27 2017-11-30 176.060.071.159 13479 465 2017-11-23 2017-11-30 219.139.191.151 707 465 2017-10-30 2017-12-05 080.211.213.183 926 465 2017-11-27 2017-11-30 116.072.053.132 595 465 2017-11-23 2017-11-28 138.197.118.137 562 465 2017-11-25 2017-11-25 221.226.117.034 758 465 2017-11-17 2017-11-22 223.202.134.008 673 465 2017-10-26 2017-12-05 116.228.217.078 694 465 2017-10-25 2017-12-05 059.048.248.026 815 465 2017-10-29 2017-12-05 031.163.064.018 1876 465 2017-11-22 2017-11-29 221.220.109.202 2162 465 2017-11-20 2017-11-27 146.255.227.026 1413 465 2017-10-24 2017-12-04 117.001.168.126 590 464 2017-11-19 2017-12-05 119.166.061.210 1496 464 2017-11-19 2017-11-25 186.235.190.218 703 464 2017-11-12 2017-12-05 220.178.172.047 745 464 2017-10-27 2017-12-05 060.174.039.012 1012 464 2017-11-06 2017-11-30 082.077.047.238 739 464 2017-11-08 2017-12-05 178.174.241.029 923 464 2017-10-28 2017-12-02 114.248.063.096 1377 464 2017-11-30 2017-12-05 120.237.048.095 721 464 2017-11-09 2017-12-05 061.024.248.147 670 464 2017-11-01 2017-12-05 042.147.149.200 809 464 2017-11-02 2017-12-05 039.085.245.005 981 464 2017-11-29 2017-12-03 182.065.082.111 630 464 2017-11-26 2017-11-29 111.198.038.002 728 464 2017-10-10 2017-12-03 083.209.227.032 655 464 2017-11-18 2017-12-01 123.249.027.176 499 464 2017-12-05 2017-12-05 094.242.055.245 470 464 2017-12-03 2017-12-04 182.124.122.004 619 464 2017-11-25 2017-11-30 120.006.229.078 586 464 2017-11-27 2017-12-01 103.077.043.187 615 463 2017-11-26 2017-11-29 185.107.094.150 2376 463 2017-10-28 2017-11-10 169.000.179.233 574 463 2017-11-28 2017-12-02 094.205.080.072 907 463 2017-11-18 2017-11-28 183.082.120.198 674 463 2017-10-31 2017-12-01 122.117.112.106 785 463 2017-11-10 2017-11-10 221.000.140.009 667 463 2017-11-18 2017-11-30 155.133.016.039 678 463 2017-11-04 2017-12-05 088.222.225.100 786 463 2017-10-26 2017-12-02 114.217.242.193 749 463 2017-11-18 2017-11-30 197.249.021.174 910 463 2017-11-10 2017-12-05 190.188.192.128 642 463 2017-11-03 2017-12-05 116.096.082.201 629 463 2017-11-18 2017-12-05 104.200.016.191 647 463 2017-11-22 2017-11-26 182.065.190.008 1329 463 2017-11-07 2017-11-14 118.083.092.009 1016 463 2017-11-01 2017-12-04 088.247.204.090 751 463 2017-11-10 2017-12-04 082.196.011.020 1469 463 2017-11-12 2017-11-19 210.172.253.120 923 463 2017-11-01 2017-12-05 212.129.057.099 951 463 2017-11-08 2017-11-18 169.001.075.104 581 463 2017-11-28 2017-12-02 118.087.026.002 1141 463 2017-11-01 2017-12-05 116.065.090.081 882 462 2017-11-01 2017-12-05 036.003.216.251 829 462 2017-11-01 2017-12-04 180.087.253.146 714 462 2017-10-31 2017-12-01 103.100.222.148 629 462 2017-11-23 2017-11-28 061.046.040.242 1200 462 2017-11-02 2017-12-05 036.109.168.081 573 462 2017-11-30 2017-12-04 112.082.059.172 595 462 2017-11-25 2017-11-28 062.099.077.193 1114 462 2017-10-31 2017-12-05 114.143.083.153 557 462 2017-11-24 2017-12-05 125.120.213.199 602 462 2017-11-26 2017-11-29 123.247.053.235 644 462 2017-11-23 2017-11-27 061.131.094.127 624 462 2017-11-27 2017-12-05 043.228.094.204 615 462 2017-11-22 2017-11-27 046.238.246.120 1382 462 2017-10-31 2017-11-30 221.195.060.164 638 462 2017-10-30 2017-12-04 124.155.240.241 592 462 2017-11-27 2017-11-30 103.250.189.085 630 462 2017-11-14 2017-12-02 116.075.125.148 748 462 2017-11-14 2017-12-01 071.205.154.034 818 462 2017-11-10 2017-11-26 183.230.169.162 833 462 2017-11-14 2017-11-24 059.170.053.094 682 462 2017-11-16 2017-12-05 185.130.212.073 178071 462 2017-11-16 2017-12-05 221.236.173.039 544 462 2017-11-20 2017-12-05 058.084.176.014 740 462 2017-11-10 2017-12-05 123.201.214.020 1208 462 2017-11-20 2017-11-24 077.021.236.012 734 462 2017-11-03 2017-12-05 078.192.107.009 777 461 2017-11-04 2017-12-05 076.185.016.064 606 461 2017-11-21 2017-12-01 219.115.069.161 698 461 2017-11-17 2017-12-04 061.160.120.110 771 461 2017-11-16 2017-12-04 195.190.102.075 630 461 2017-11-20 2017-12-05 190.002.007.065 662 461 2017-11-08 2017-12-05 014.117.184.051 844 461 2017-11-15 2017-12-05 176.122.101.078 982 461 2017-11-02 2017-12-05 222.225.004.214 756 461 2017-11-08 2017-12-05 220.247.186.178 917 461 2017-11-02 2017-12-05 110.135.144.221 1166 461 2017-11-02 2017-12-05 123.201.209.081 1131 461 2017-11-05 2017-11-16 119.024.025.011 990 461 2017-11-01 2017-12-05 180.160.194.182 567 461 2017-11-30 2017-12-03 178.159.116.183 1033 461 2017-11-06 2017-11-08 186.138.237.213 795 461 2017-11-09 2017-12-05 036.255.156.185 609 461 2017-11-06 2017-12-05 220.133.035.212 746 461 2017-11-17 2017-11-26 042.144.232.148 844 461 2017-11-02 2017-12-05 182.065.171.028 583 461 2017-11-28 2017-12-01 171.036.167.092 1229 461 2017-11-28 2017-12-02 085.104.122.090 626 461 2017-10-30 2017-12-05 218.059.070.247 1066 461 2017-11-22 2017-12-02 058.221.055.212 3585 461 2017-11-04 2017-11-17 119.112.152.189 611 461 2017-11-26 2017-11-29 178.075.013.106 725 461 2017-11-02 2017-12-05 112.086.094.108 1143 460 2017-11-27 2017-12-02 061.136.197.243 1062 460 2017-10-30 2017-11-21 120.052.049.173 579 460 2017-11-23 2017-11-30 114.220.194.179 588 460 2017-11-27 2017-12-03 114.250.164.033 1635 460 2017-11-28 2017-12-03 050.197.058.137 1721 460 2017-11-07 2017-12-05 096.093.059.138 706 460 2017-10-30 2017-12-05 109.201.141.064 7058 460 2017-10-31 2017-12-03 220.160.072.025 708 460 2017-11-22 2017-11-29 045.249.181.254 847 460 2017-11-03 2017-12-05 115.203.150.062 626 460 2017-11-27 2017-11-30 124.192.143.014 1035 460 2017-10-28 2017-12-05 119.051.065.155 616 460 2017-11-26 2017-11-29 223.096.152.175 728 460 2017-11-24 2017-11-24 194.042.141.070 1051 460 2017-11-19 2017-12-05 200.159.154.022 773 460 2017-11-18 2017-12-05 042.083.036.214 1155 460 2017-11-03 2017-12-05 043.228.094.197 775 460 2017-11-20 2017-12-03 061.144.044.027 1488 460 2017-11-14 2017-11-19 101.254.207.170 1141 460 2017-11-02 2017-12-05 190.034.154.084 1490 460 2017-11-16 2017-12-05 060.007.187.107 1916 460 2017-11-15 2017-11-23 085.185.103.235 998 460 2017-11-01 2017-12-02 091.140.139.053 571 460 2017-11-30 2017-12-05 101.030.083.083 957 460 2017-11-09 2017-11-10 043.235.186.046 684 460 2017-11-01 2017-12-05 119.063.113.118 1241 460 2017-11-02 2017-12-01 124.246.201.115 902 460 2017-11-02 2017-12-05 089.120.110.141 656 460 2017-11-02 2017-12-04 060.254.042.238 566 460 2017-11-29 2017-12-04 178.141.253.226 892 460 2017-11-10 2017-11-25 116.072.008.170 572 460 2017-11-28 2017-12-02 182.065.226.042 576 460 2017-11-29 2017-12-05 061.158.163.218 572 460 2017-11-09 2017-12-03 209.237.117.120 620 459 2017-10-30 2017-12-04 187.132.192.023 922 459 2017-11-09 2017-12-04 123.103.172.002 880 459 2017-11-01 2017-12-05 123.178.018.210 1299 459 2017-11-10 2017-11-14 122.210.092.117 872 459 2017-11-01 2017-12-05 212.142.154.175 722 459 2017-11-02 2017-12-02 077.110.027.047 630 459 2017-11-17 2017-11-30 182.041.088.083 628 459 2017-11-24 2017-11-28 043.245.102.254 541 459 2017-12-01 2017-12-05 122.164.032.198 610 459 2017-11-27 2017-11-30 200.003.220.179 611 459 2017-11-17 2017-11-29 165.227.186.251 563 459 2017-11-24 2017-11-24 200.110.174.024 590 459 2017-11-16 2017-11-28 122.192.181.008 598 459 2017-11-24 2017-11-27 060.016.129.180 615 459 2017-11-26 2017-11-29 190.217.221.148 565 459 2017-11-24 2017-12-05 152.169.157.062 701 459 2017-10-30 2017-12-05 202.179.078.089 605 459 2017-11-25 2017-11-29 103.071.193.087 718 459 2017-11-19 2017-12-02 094.156.208.238 798 459 2017-11-09 2017-12-04 116.096.093.129 640 459 2017-11-19 2017-12-05 079.190.009.194 654 459 2017-10-30 2017-12-04 119.180.247.096 625 459 2017-11-20 2017-12-05 116.072.029.253 980 459 2017-11-15 2017-11-23 150.107.097.219 642 459 2017-11-17 2017-12-01 115.214.216.105 629 458 2017-11-22 2017-11-25 066.054.120.227 578 458 2017-11-25 2017-12-05 169.000.057.215 637 458 2017-11-21 2017-11-26 103.240.245.044 765 458 2017-11-20 2017-11-21 179.159.039.251 1103 458 2017-11-01 2017-12-04 218.070.255.214 748 458 2017-10-29 2017-12-05 122.164.046.246 623 458 2017-11-20 2017-11-27 121.147.093.136 763 458 2017-10-30 2017-12-01 171.234.204.101 650 458 2017-11-14 2017-12-03 180.220.244.242 853 458 2017-11-02 2017-12-05 151.177.097.066 1337 458 2017-10-28 2017-11-20 125.078.150.062 672 458 2017-11-03 2017-12-05 060.191.048.203 7711 458 2017-10-26 2017-12-01 219.124.009.163 660 458 2017-11-17 2017-12-05 112.197.196.197 2000 458 2017-10-27 2017-12-05 113.000.024.154 626 458 2017-11-27 2017-11-29 212.237.033.237 594 458 2017-11-28 2017-11-29 220.130.071.166 660 458 2017-11-17 2017-11-29 122.144.128.039 527 458 2017-11-30 2017-12-05 181.028.000.030 581 458 2017-10-25 2017-12-05 116.072.022.131 659 458 2017-11-18 2017-11-24 104.255.004.016 809 457 2017-10-30 2017-12-05 114.227.112.162 1161 457 2017-11-02 2017-11-20 043.228.094.239 722 457 2017-11-03 2017-12-02 110.089.037.174 654 457 2017-11-19 2017-11-23 122.096.113.155 682 457 2017-11-28 2017-12-01 091.232.157.189 605 457 2017-11-02 2017-12-05 116.074.092.252 603 457 2017-11-24 2017-11-28 183.234.032.046 727 457 2017-11-02 2017-12-05 175.139.090.122 459 457 2017-11-12 2017-11-28 042.006.236.186 581 457 2017-11-26 2017-11-29 060.191.221.052 599 457 2017-11-24 2017-12-05 220.158.029.086 694 457 2017-11-17 2017-12-01 182.237.160.205 608 457 2017-11-23 2017-11-28 082.080.047.198 467 457 2017-11-23 2017-12-02 112.086.113.245 615 457 2017-11-21 2017-11-28 085.094.077.172 699 457 2017-11-17 2017-11-27 113.006.252.191 770 457 2017-11-13 2017-12-05 182.252.006.050 660 457 2017-10-30 2017-12-05 031.042.068.030 975 457 2017-11-01 2017-12-05 088.085.208.168 992 457 2017-11-01 2017-12-05 182.065.227.145 557 457 2017-11-28 2017-12-01 220.152.015.044 852 457 2017-11-01 2017-12-05 125.004.034.136 833 457 2017-11-01 2017-12-05 117.001.244.247 693 457 2017-11-13 2017-12-05 116.074.134.058 1065 457 2017-11-03 2017-11-14 060.254.008.070 1116 457 2017-11-07 2017-11-17 046.006.041.006 648 457 2017-11-13 2017-12-05 175.028.027.205 834 456 2017-11-01 2017-12-04 123.000.109.134 1068 456 2017-11-01 2017-12-04 085.186.137.045 792 456 2017-10-31 2017-12-05 200.007.122.030 561 456 2017-11-28 2017-12-05 122.049.239.006 1173 456 2017-11-02 2017-12-05 203.163.239.187 952 456 2017-11-09 2017-11-11 203.187.197.248 1182 456 2017-11-18 2017-11-23 050.199.186.027 661 456 2017-11-14 2017-12-05 042.203.030.124 608 456 2017-11-25 2017-11-28 110.235.222.140 598 456 2017-11-26 2017-11-30 212.129.002.249 2918 456 2017-11-10 2017-12-03 119.176.237.115 516 456 2017-11-25 2017-11-29 115.061.044.188 595 456 2017-11-26 2017-11-30 202.071.005.103 688 456 2017-11-10 2017-12-05 061.147.106.001 456 456 2017-11-25 2017-11-29 111.162.143.193 587 456 2017-11-16 2017-11-29 121.180.045.135 737 456 2017-11-14 2017-12-05 124.224.206.018 603 456 2017-11-20 2017-12-05 211.198.237.142 739 456 2017-11-14 2017-12-05 093.174.093.038 10228 456 2017-11-22 2017-11-22 066.135.055.152 816 456 2017-11-18 2017-12-05 095.129.020.003 1086 456 2017-11-16 2017-12-05 103.215.148.042 622 456 2017-11-03 2017-12-02 222.160.124.100 620 456 2017-10-25 2017-12-05 221.176.188.090 956 455 2017-11-15 2017-12-05 013.090.136.240 1078 455 2017-11-14 2017-11-16 058.221.173.038 790 455 2017-11-04 2017-12-05 023.025.067.177 749 455 2017-10-27 2017-12-04 141.212.122.188 630 455 2017-11-18 2017-12-05 115.160.086.015 1445 455 2017-10-26 2017-12-05 186.206.199.142 739 455 2017-11-15 2017-12-05 061.120.227.091 1476 455 2017-11-02 2017-12-05 187.095.090.027 554 455 2017-11-28 2017-12-05 080.051.081.169 611 455 2017-11-08 2017-12-05 218.016.133.090 632 455 2017-10-26 2017-12-04 106.246.033.093 708 455 2017-11-11 2017-11-23 163.172.209.027 3187 455 2017-11-02 2017-12-01 211.124.025.086 749 455 2017-11-02 2017-11-29 118.080.076.082 599 455 2017-11-26 2017-11-29 113.006.042.252 554 455 2017-11-30 2017-12-05 202.071.013.166 705 455 2017-11-04 2017-12-05 124.155.246.192 1035 455 2017-11-19 2017-11-24 211.198.237.153 754 455 2017-11-06 2017-12-05 060.029.071.218 923 455 2017-10-25 2017-12-05 194.054.087.021 725 455 2017-10-31 2017-12-05 115.236.182.155 598 455 2017-11-19 2017-11-30 064.066.232.125 777 455 2017-10-26 2017-12-05 027.002.048.224 1040 454 2017-11-12 2017-12-05 046.161.014.013 6555 454 2017-11-10 2017-12-05 001.070.051.159 542 454 2017-12-01 2017-12-05 106.105.173.118 627 454 2017-10-31 2017-12-05 116.075.017.039 591 454 2017-11-25 2017-12-01 115.096.031.078 556 454 2017-11-30 2017-12-04 123.249.004.018 661 454 2017-10-26 2017-12-05 103.094.192.067 573 454 2017-11-28 2017-12-02 117.013.070.068 1573 454 2017-11-28 2017-12-05 116.072.022.088 880 454 2017-11-14 2017-11-22 091.210.178.120 616 454 2017-10-30 2017-12-05 114.243.197.089 634 454 2017-11-18 2017-11-24 186.139.136.096 681 454 2017-10-26 2017-12-05 219.132.205.046 609 454 2017-11-20 2017-12-04 152.171.134.050 701 454 2017-11-03 2017-12-05 122.172.076.055 706 454 2017-11-19 2017-11-24 059.048.132.050 958 454 2017-10-29 2017-11-06 124.130.146.194 904 454 2017-10-30 2017-12-04 027.050.094.061 909 454 2017-11-03 2017-11-21 093.184.080.156 806 454 2017-11-15 2017-12-05 190.002.036.155 641 454 2017-11-13 2017-12-05 212.142.226.124 596 454 2017-11-14 2017-12-05 123.201.044.216 1014 454 2017-11-01 2017-11-26 146.255.235.106 722 454 2017-10-29 2017-12-05 123.249.035.137 774 454 2017-11-28 2017-12-05 203.194.103.251 607 454 2017-11-08 2017-12-05 119.108.075.182 606 454 2017-11-23 2017-11-27 119.182.148.104 549 454 2017-11-29 2017-12-04 093.076.051.026 651 454 2017-11-01 2017-12-05 110.185.008.150 544 453 2017-11-30 2017-12-05 111.230.166.116 2160 453 2017-11-10 2017-12-03 180.220.033.059 784 453 2017-11-02 2017-12-05 178.174.155.016 750 453 2017-10-28 2017-12-04 058.222.020.018 1736 453 2017-11-01 2017-12-05 125.227.075.214 652 453 2017-11-16 2017-11-30 027.136.040.013 852 453 2017-11-02 2017-12-05 123.103.149.046 729 453 2017-11-01 2017-12-05 046.098.087.211 792 453 2017-11-02 2017-11-27 221.133.115.166 677 453 2017-11-02 2017-12-05 103.204.054.205 626 453 2017-11-05 2017-12-05 171.008.068.046 1354 453 2017-11-07 2017-12-05 219.091.188.146 595 453 2017-11-14 2017-12-05 210.016.089.105 645 453 2017-11-04 2017-12-05 118.163.016.003 585 453 2017-11-19 2017-12-05 182.065.064.049 770 453 2017-11-25 2017-12-01 142.252.252.035 588 453 2017-10-29 2017-12-05 027.212.009.115 580 453 2017-11-27 2017-12-01 112.091.156.123 4536 453 2017-10-25 2017-12-05 080.011.028.058 460 453 2017-10-31 2017-11-27 122.009.051.117 559 453 2017-11-22 2017-11-26 121.116.193.048 649 453 2017-11-16 2017-12-02 200.217.162.038 783 453 2017-11-12 2017-12-05 124.017.034.078 650 453 2017-11-21 2017-12-04 094.097.034.101 1478 453 2017-10-24 2017-12-05 219.091.252.242 1247 453 2017-11-14 2017-11-23 180.101.253.094 606 452 2017-11-16 2017-12-05 122.114.079.244 673 452 2017-11-20 2017-11-30 111.194.013.019 598 452 2017-11-21 2017-11-27 049.074.155.020 22346 452 2017-11-19 2017-11-19 211.198.237.155 715 452 2017-11-18 2017-12-05 220.130.081.135 3156 452 2017-11-15 2017-12-04 178.141.098.108 1276 452 2017-11-09 2017-11-25 189.003.148.094 671 452 2017-10-26 2017-12-05 104.057.070.108 895 452 2017-10-29 2017-12-04 031.208.054.219 692 452 2017-11-15 2017-11-28 195.154.231.088 512 452 2017-10-26 2017-11-22 116.075.105.204 868 452 2017-10-28 2017-11-16 120.037.146.227 540 452 2017-11-27 2017-12-04 103.241.234.213 657 452 2017-10-27 2017-12-05 181.167.142.228 636 452 2017-10-27 2017-12-05 182.065.245.018 609 452 2017-11-26 2017-11-28 125.172.048.099 621 452 2017-11-19 2017-11-30 080.219.029.221 834 452 2017-10-31 2017-11-24 117.024.193.050 532 452 2017-11-30 2017-12-05 018.221.098.160 571 452 2017-11-28 2017-11-29 116.072.015.160 589 452 2017-11-22 2017-11-27 187.045.102.228 704 451 2017-10-28 2017-12-05 078.038.027.029 1305 451 2017-10-31 2017-12-05 013.229.109.245 490 451 2017-12-05 2017-12-05 119.145.021.178 621 451 2017-11-22 2017-12-05 163.172.203.095 1062 451 2017-11-27 2017-11-28 101.068.067.178 590 451 2017-11-22 2017-12-05 194.028.115.230 537 451 2017-10-20 2017-11-15 202.071.031.085 775 451 2017-11-12 2017-11-29 173.161.208.205 723 451 2017-11-18 2017-12-05 027.195.064.070 595 451 2017-11-26 2017-11-29 027.223.067.202 1053 451 2017-11-13 2017-11-23 223.029.193.123 598 451 2017-11-23 2017-11-28 194.028.115.122 800 451 2017-11-14 2017-12-05 116.073.197.006 870 451 2017-11-15 2017-11-23 119.241.062.156 678 451 2017-11-16 2017-11-30 222.102.027.018 776 451 2017-10-25 2017-12-05 117.053.018.112 989 451 2017-11-02 2017-12-05 116.073.214.094 553 451 2017-12-01 2017-12-05 086.122.150.129 661 451 2017-11-02 2017-12-05 014.192.000.074 613 451 2017-11-28 2017-12-01 182.056.083.113 536 451 2017-11-30 2017-12-05 203.163.233.201 569 451 2017-11-29 2017-12-04 203.100.073.135 896 451 2017-11-02 2017-12-03 122.218.178.034 1187 451 2017-11-01 2017-12-01 103.098.190.224 797 451 2017-11-27 2017-12-01 202.222.038.078 1185 451 2017-11-01 2017-12-01 162.144.039.114 1457 451 2017-11-02 2017-11-21 186.138.008.150 650 451 2017-11-07 2017-12-05 103.026.210.180 769 450 2017-11-07 2017-12-05 180.221.201.077 1185 450 2017-11-02 2017-12-05 169.001.178.187 1176 450 2017-11-07 2017-11-16 121.020.255.188 1300 450 2017-11-29 2017-12-04 116.072.034.036 552 450 2017-11-30 2017-12-05 123.000.071.246 1193 450 2017-11-01 2017-11-23 180.094.246.227 668 450 2017-11-02 2017-12-05 178.141.017.148 1502 450 2017-11-08 2017-11-24 061.158.162.203 798 450 2017-11-18 2017-12-04 218.061.030.083 3509 450 2017-10-31 2017-12-04 109.164.005.048 715 450 2017-11-14 2017-12-01 183.230.154.132 640 450 2017-11-22 2017-12-05 182.061.026.215 527 450 2017-11-27 2017-12-05 117.001.176.088 664 450 2017-11-14 2017-12-05 181.118.183.029 798 450 2017-11-23 2017-12-05 060.172.229.186 629 450 2017-11-16 2017-12-03 113.020.236.035 865 450 2017-11-02 2017-12-05 179.159.225.064 1279 450 2017-11-13 2017-11-24 180.212.016.197 634 450 2017-11-26 2017-11-29 175.101.031.101 781 450 2017-11-17 2017-11-30 082.137.028.171 662 449 2017-11-16 2017-12-05 115.192.099.009 913 449 2017-11-19 2017-11-23 103.086.017.024 807 449 2017-11-02 2017-11-28 061.082.037.175 1084 449 2017-11-18 2017-12-05 027.132.080.079 650 449 2017-11-16 2017-11-30 186.222.249.052 586 449 2017-11-14 2017-12-05 193.027.208.021 644 449 2017-11-11 2017-12-04 134.119.192.219 1615 449 2017-11-17 2017-11-17 182.065.224.235 636 449 2017-11-20 2017-11-23 113.239.225.012 619 449 2017-11-22 2017-11-25 118.163.152.225 627 449 2017-11-07 2017-12-05 060.254.091.199 875 449 2017-11-14 2017-11-23 113.036.069.012 859 449 2017-11-02 2017-12-05 183.105.132.231 1291 449 2017-11-07 2017-12-05 114.134.104.021 814 449 2017-11-02 2017-12-05 141.212.122.205 599 449 2017-10-31 2017-12-05 180.178.089.165 1231 449 2017-11-02 2017-12-02 106.040.145.219 1368 449 2017-11-08 2017-11-18 125.099.081.021 573 449 2017-11-23 2017-12-01 114.243.049.203 1660 449 2017-11-28 2017-12-03 180.220.202.197 863 449 2017-11-01 2017-12-05 060.210.086.007 906 449 2017-11-14 2017-11-22 165.073.026.062 909 449 2017-11-02 2017-11-28 122.172.105.024 759 449 2017-11-18 2017-11-25 110.167.233.194 997 449 2017-10-26 2017-12-05 182.065.191.232 1332 449 2017-11-19 2017-11-24 116.076.225.071 589 449 2017-11-27 2017-12-02 123.048.062.040 640 448 2017-11-17 2017-11-30 046.059.040.232 946 448 2017-11-07 2017-11-10 125.046.130.040 578 448 2017-11-26 2017-11-28 058.120.027.153 1864 448 2017-11-15 2017-11-24 117.080.166.030 551 448 2017-12-02 2017-12-05 045.032.217.119 448 448 2017-11-25 2017-11-25 045.055.008.072 465 448 2017-11-08 2017-11-08 186.227.166.094 713 448 2017-11-13 2017-12-05 212.220.216.049 863 448 2017-10-26 2017-12-05 115.160.096.081 1395 448 2017-10-29 2017-12-05 187.162.245.040 720 448 2017-11-01 2017-12-05 104.014.234.072 857 448 2017-10-30 2017-12-04 091.204.158.236 741 448 2017-11-16 2017-12-04 080.013.212.136 705 448 2017-11-01 2017-12-01 123.103.141.089 673 448 2017-11-17 2017-12-05 150.107.098.114 745 448 2017-10-24 2017-12-01 187.065.010.069 806 448 2017-11-08 2017-12-05 089.165.158.246 680 448 2017-11-11 2017-12-03 088.249.024.173 642 448 2017-10-30 2017-12-05 220.247.187.128 841 448 2017-11-02 2017-12-05 114.175.034.067 844 448 2017-11-01 2017-11-27 181.229.064.041 760 448 2017-11-02 2017-12-05 190.192.053.119 628 448 2017-11-02 2017-12-05 067.233.149.133 612 448 2017-11-17 2017-12-03 219.209.164.002 729 448 2017-11-02 2017-12-05 202.003.157.151 649 448 2017-11-02 2017-12-05 112.255.163.035 618 448 2017-11-07 2017-12-05 079.110.014.088 932 448 2017-11-03 2017-12-05 078.194.048.145 686 448 2017-11-13 2017-12-05 115.084.099.224 702 448 2017-11-06 2017-12-05 037.059.136.255 449 447 2017-11-10 2017-11-26 116.073.196.106 1097 447 2017-11-04 2017-11-15 114.031.223.250 803 447 2017-11-02 2017-11-30 059.168.099.042 875 447 2017-11-02 2017-12-05 125.013.182.044 852 447 2017-11-02 2017-11-24 211.125.212.057 644 447 2017-11-02 2017-12-05 027.143.231.023 842 447 2017-11-02 2017-12-04 203.140.181.237 1094 447 2017-11-01 2017-12-05 023.225.163.157 463 447 2017-11-27 2017-12-02 182.065.224.063 583 447 2017-11-27 2017-11-30 013.092.252.002 456 447 2017-11-16 2017-11-19 203.163.236.186 576 447 2017-11-24 2017-11-28 112.082.009.031 625 447 2017-11-27 2017-11-30 072.244.118.254 727 447 2017-10-31 2017-12-05 094.204.009.069 617 447 2017-11-24 2017-11-26 190.180.108.215 729 447 2017-11-05 2017-12-05 145.249.107.002 450 447 2017-11-22 2017-11-23 219.091.235.069 593 447 2017-11-26 2017-12-01 103.054.025.155 583 447 2017-11-26 2017-12-01 001.034.246.215 1020 447 2017-10-29 2017-12-03 125.062.210.248 892 447 2017-11-18 2017-11-24 190.054.028.068 701 447 2017-10-25 2017-12-05 035.196.074.071 577 447 2017-11-26 2017-12-02 042.236.061.173 641 447 2017-11-15 2017-12-05 178.136.101.223 738 447 2017-10-27 2017-12-05 121.017.043.170 857 447 2017-11-03 2017-12-04 110.243.233.212 1310 447 2017-11-20 2017-11-25 182.231.151.141 1047 447 2017-11-11 2017-12-05 088.191.176.143 775 446 2017-11-07 2017-12-05 185.130.212.068 4311 446 2017-11-10 2017-11-30 101.111.074.022 659 446 2017-11-16 2017-12-05 043.233.030.095 631 446 2017-11-15 2017-12-05 091.207.244.207 604 446 2017-11-01 2017-12-01 123.114.008.136 524 446 2017-11-17 2017-11-22 112.085.073.026 1689 446 2017-11-20 2017-11-26 118.179.168.004 742 446 2017-10-24 2017-12-05 189.126.190.096 719 446 2017-11-03 2017-12-05 031.162.145.001 1852 446 2017-11-26 2017-12-02 090.176.124.180 841 446 2017-11-08 2017-12-03 014.192.000.082 639 446 2017-11-15 2017-12-02 197.248.003.013 732 446 2017-11-21 2017-11-23 210.134.197.186 856 446 2017-11-02 2017-12-05 046.240.254.232 589 446 2017-11-09 2017-11-30 182.065.180.177 547 446 2017-11-30 2017-12-05 116.073.215.107 536 446 2017-10-29 2017-12-02 150.255.042.050 563 446 2017-11-28 2017-12-01 042.200.214.094 709 446 2017-11-07 2017-12-05 095.238.070.002 845 446 2017-11-07 2017-12-05 163.172.209.152 489 446 2017-11-10 2017-12-05 125.019.027.058 702 446 2017-10-28 2017-12-04 183.214.095.080 651 446 2017-11-17 2017-12-05 190.099.095.245 666 446 2017-10-26 2017-12-05 060.250.202.166 764 446 2017-10-29 2017-12-05 014.192.000.079 577 446 2017-11-25 2017-12-03 124.072.056.080 774 446 2017-11-23 2017-11-26 177.190.200.003 767 446 2017-11-16 2017-12-05 113.204.144.034 717 446 2017-10-29 2017-11-24 115.195.124.067 578 446 2017-11-23 2017-11-27 112.227.013.096 593 445 2017-11-26 2017-11-29 076.011.223.173 538 445 2017-10-28 2017-12-05 085.098.031.155 675 445 2017-10-28 2017-12-05 223.166.206.126 774 445 2017-11-05 2017-12-01 103.243.186.209 582 445 2017-11-25 2017-11-30 118.200.035.180 823 445 2017-10-26 2017-11-22 096.083.210.187 744 445 2017-10-30 2017-12-05 118.236.189.036 565 445 2017-11-19 2017-11-29 095.255.025.006 608 445 2017-11-20 2017-11-29 066.223.180.105 719 445 2017-10-25 2017-12-04 111.125.249.235 586 445 2017-11-21 2017-12-01 178.075.032.180 753 445 2017-11-02 2017-12-04 001.186.237.221 641 445 2017-11-13 2017-12-05 037.057.186.179 1390 445 2017-11-15 2017-11-24 202.151.127.178 653 445 2017-11-16 2017-12-05 167.250.165.005 693 445 2017-10-27 2017-12-02 121.035.169.200 643 445 2017-11-19 2017-11-24 090.063.246.073 677 445 2017-11-11 2017-12-05 178.141.111.192 919 445 2017-11-10 2017-11-24 094.205.012.175 601 445 2017-11-07 2017-11-30 060.254.127.189 513 445 2017-11-30 2017-12-05 014.192.000.122 617 445 2017-10-30 2017-12-02 124.166.144.083 1476 445 2017-11-30 2017-12-05 188.026.125.154 589 444 2017-11-02 2017-12-05 112.227.067.184 1094 444 2017-11-05 2017-11-16 186.137.117.053 728 444 2017-11-06 2017-12-04 119.181.234.178 542 444 2017-11-30 2017-12-05 116.074.110.104 530 444 2017-12-01 2017-12-05 185.070.184.008 452 444 2017-11-28 2017-11-29 064.145.019.218 711 444 2017-11-09 2017-12-05 211.083.242.105 606 444 2017-11-22 2017-11-25 116.111.125.145 1302 444 2017-11-07 2017-11-18 190.018.002.089 673 444 2017-10-28 2017-12-05 121.018.231.084 8927 444 2017-11-29 2017-12-05 187.103.014.137 779 444 2017-11-14 2017-11-22 005.164.068.186 581 444 2017-11-19 2017-12-05 101.004.015.204 783 444 2017-10-29 2017-12-05 124.160.153.162 1212 444 2017-11-11 2017-12-05 080.191.209.085 537 444 2017-11-15 2017-12-04 # (c) SANS Inst. / DShield. some rights reserved. # Creative Commons ShareAlike License 2.5 # http://creativecommons.org/licenses/by-nc-sa/2.5/ prelude-correlator-4.1.1/rules/spamhaus_drop.dat0000664000175000017500000005310613211634767023443 0ustar tandrejatandreja00000000000000; Spamhaus DROP List 2017/12/05 - (c) 2017 The Spamhaus Project ; https://www.spamhaus.org/drop/drop.txt ; Last-Modified: Fri, 1 Dec 2017 14:00:40 GMT ; Expires: Wed, 06 Dec 2017 00:45:13 GMT 1.10.16.0/20 ; SBL256894 1.32.128.0/18 ; SBL286275 5.8.37.0/24 ; SBL284078 5.34.242.0/23 ; SBL194796 5.101.218.0/24 ; SBL284076 5.101.221.0/24 ; SBL284077 5.134.128.0/19 ; SBL270738 5.157.0.0/18 ; SBL207485 14.4.0.0/14 ; SBL187947 23.226.48.0/20 ; SBL322605 23.246.128.0/18 ; SBL293698 23.251.224.0/19 ; SBL268436 24.51.0.0/19 ; SBL293696 24.233.0.0/19 ; SBL210084 27.126.160.0/20 ; SBL257064 31.11.43.0/24 ; SBL113323 31.184.238.0/24 ; SBL283672 31.222.200.0/21 ; SBL111681 36.0.8.0/21 ; SBL225949 36.37.48.0/20 ; SBL258006 36.93.0.0/16 ; SBL310189 36.116.0.0/16 ; SBL303895 36.119.0.0/16 ; SBL303894 36.255.212.0/22 ; SBL290052 37.18.42.0/24 ; SBL284073 37.139.49.0/24 ; SBL169644 37.148.216.0/21 ; SBL134712 37.230.212.0/23 ; SBL284074 37.246.0.0/16 ; SBL169540 42.0.32.0/19 ; SBL265729 42.1.56.0/22 ; SBL270997 42.1.128.0/17 ; SBL204231 42.52.0.0/14 ; SBL234286 42.83.80.0/22 ; SBL270270 42.96.0.0/18 ; SBL253878 42.123.36.0/22 ; SBL270377 42.128.0.0/12 ; SBL262062 42.160.0.0/12 ; SBL262364 42.194.8.0/22 ; SBL266918 42.194.12.0/22 ; SBL272354 42.194.128.0/17 ; SBL234290 42.208.0.0/12 ; SBL283229 43.229.52.0/22 ; SBL256092 43.236.0.0/16 ; SBL240624 43.250.116.0/22 ; SBL240942 43.252.80.0/22 ; SBL225581 43.252.152.0/22 ; SBL227135 43.252.180.0/22 ; SBL227137 45.4.128.0/22 ; SBL336186 45.4.136.0/22 ; SBL336185 45.64.88.0/22 ; SBL226518 45.114.224.0/22 ; SBL260704 45.117.208.0/22 ; SBL263886 45.121.204.0/22 ; SBL283285 45.127.36.0/22 ; SBL300353 46.29.248.0/22 ; SBL202964 46.29.248.0/21 ; SBL216916 46.232.192.0/21 ; SBL259017 46.243.140.0/24 ; SBL244638 46.243.142.0/24 ; SBL244637 46.243.173.0/24 ; SBL284075 49.8.0.0/14 ; SBL190333 49.12.0.0/16 ; SBL381541 49.13.0.0/16 ; SBL381542 49.238.64.0/18 ; SBL286276 59.254.0.0/15 ; SBL230802 60.233.0.0/16 ; SBL266791 61.11.224.0/19 ; SBL221384 61.13.128.0/17 ; SBL253950 61.14.224.0/22 ; SBL282274 61.45.251.0/24 ; SBL209995 66.231.64.0/20 ; SBL108610 67.213.112.0/20 ; SBL287739 67.219.208.0/20 ; SBL205578 67.220.224.0/19 ; SBL268429 69.26.160.0/19 ; SBL287615 69.169.224.0/20 ; SBL262124 74.118.60.0/22 ; SBL266894 74.122.56.0/21 ; SBL287741 79.110.17.0/24 ; SBL284079 79.110.18.0/24 ; SBL284080 79.110.19.0/24 ; SBL284081 79.110.25.0/24 ; SBL284082 79.173.104.0/21 ; SBL201519 83.175.0.0/18 ; SBL241020 84.238.160.0/22 ; SBL339089 85.121.39.0/24 ; SBL111502 86.55.40.0/23 ; SBL195122 86.55.42.0/23 ; SBL195132 91.200.12.0/22 ; SBL190623 91.200.248.0/22 ; SBL83326 91.207.4.0/22 ; SBL253216 91.209.12.0/24 ; SBL323108 91.212.104.0/24 ; SBL193420 91.212.124.0/24 ; SBL291403 91.213.126.0/24 ; SBL182148 91.217.10.0/23 ; SBL253218 91.220.62.0/24 ; SBL180556 91.220.101.0/24 ; SBL291410 91.220.163.0/24 ; SBL179440 91.224.160.0/23 ; SBL329623 91.225.216.0/22 ; SBL302578 91.230.252.0/23 ; SBL214056 91.234.36.0/24 ; SBL181738 91.235.2.0/24 ; SBL153758 91.236.74.0/23 ; SBL176147 91.238.82.0/24 ; SBL154617 91.240.165.0/24 ; SBL151876 93.179.89.0/24 ; SBL284085 93.179.90.0/24 ; SBL284084 93.179.91.0/24 ; SBL284086 101.192.0.0/14 ; SBL201382 101.202.0.0/16 ; SBL201389 101.203.128.0/19 ; SBL257142 101.248.0.0/15 ; SBL204948 101.252.0.0/15 ; SBL204949 103.2.44.0/22 ; SBL145400 103.16.76.0/24 ; SBL209988 103.23.8.0/22 ; SBL235784 103.36.64.0/22 ; SBL247953 103.57.248.0/22 ; SBL263887 103.63.0.0/22 ; SBL361680 103.69.212.0/22 ; SBL329370 103.194.8.0/22 ; SBL339767 103.197.8.0/22 ; SBL332288 103.205.84.0/22 ; SBL282275 103.207.160.0/22 ; SBL287233 103.210.12.0/22 ; SBL290050 103.215.80.0/22 ; SBL337302 103.229.36.0/22 ; SBL221511 103.229.40.0/22 ; SBL301027 103.230.144.0/22 ; SBL221501 103.232.136.0/22 ; SBL224778 103.232.172.0/22 ; SBL226519 103.236.32.0/22 ; SBL270821 103.239.56.0/22 ; SBL353061 104.36.184.0/22 ; SBL347493 104.153.96.0/21 ; SBL347491 104.153.112.0/21 ; SBL276924 104.153.244.0/22 ; SBL252074 104.160.224.0/19 ; SBL268430 104.218.224.0/22 ; SBL264721 104.219.88.0/21 ; SBL276925 104.244.88.0/21 ; SBL264716 104.245.40.0/21 ; SBL248427 104.245.188.0/22 ; SBL250755 104.245.248.0/21 ; SBL264630 104.255.56.0/21 ; SBL276926 108.166.224.0/19 ; SBL235333 110.172.64.0/18 ; SBL195622 113.212.64.0/19 ; SBL289342 114.118.0.0/17 ; SBL303508 115.166.136.0/22 ; SBL339768 116.78.0.0/15 ; SBL234552 116.119.0.0/17 ; SBL215707 116.128.0.0/10 ; SBL214384 116.144.0.0/15 ; SBL178615 116.146.0.0/15 ; SBL178616 116.206.16.0/22 ; SBL332291 117.58.0.0/17 ; SBL279124 117.120.64.0/18 ; SBL303509 119.42.52.0/22 ; SBL334180 119.58.0.0/16 ; SBL286278 119.232.0.0/16 ; SBL230571 120.48.0.0/15 ; SBL262363 121.46.124.0/22 ; SBL287428 121.100.128.0/18 ; SBL201065 122.129.0.0/18 ; SBL221386 123.136.80.0/20 ; SBL225929 123.249.0.0/16 ; SBL258771 124.68.0.0/15 ; SBL211387 124.70.0.0/15 ; SBL197900 124.157.0.0/18 ; SBL221387 124.242.0.0/16 ; SBL262407 125.31.192.0/18 ; SBL233458 125.58.0.0/18 ; SBL221388 125.169.0.0/16 ; SBL242253 128.13.0.0/16 ; SBL208853 128.85.0.0/16 ; SBL210373 128.94.0.0/16 ; SBL325656 128.168.0.0/16 ; SBL51908 128.188.0.0/16 ; SBL325623 130.148.0.0/16 ; SBL257919 130.196.0.0/16 ; SBL257914 130.222.0.0/16 ; SBL101196 131.72.208.0/22 ; SBL286068 131.108.16.0/22 ; SBL276764 131.108.232.0/22 ; SBL276752 131.200.0.0/16 ; SBL312492 134.18.0.0/16 ; SBL221372 134.22.0.0/16 ; SBL214750 134.23.0.0/16 ; SBL101571 134.33.0.0/16 ; SBL7097 134.62.0.0/15 ; SBL302503 134.127.0.0/16 ; SBL101572 134.172.0.0/16 ; SBL101573 134.209.0.0/16 ; SBL101574 136.230.0.0/16 ; SBL211522 137.19.0.0/16 ; SBL312493 137.33.0.0/16 ; SBL303513 137.55.0.0/16 ; SBL302504 137.76.0.0/16 ; SBL205801 137.105.0.0/16 ; SBL268209 137.171.0.0/16 ; SBL249708 137.218.0.0/16 ; SBL278657 138.31.0.0/16 ; SBL307104 138.36.92.0/22 ; SBL249351 138.36.136.0/22 ; SBL296343 138.36.148.0/22 ; SBL272732 138.43.0.0/16 ; SBL69354 138.52.0.0/16 ; SBL307426 138.59.4.0/22 ; SBL291137 138.59.204.0/22 ; SBL286073 138.94.120.0/22 ; SBL286069 138.94.144.0/22 ; SBL276751 138.94.216.0/22 ; SBL276765 138.97.156.0/22 ; SBL286076 138.125.0.0/16 ; SBL312494 138.185.116.0/22 ; SBL340114 138.186.208.0/22 ; SBL286081 138.200.0.0/16 ; SBL270449 138.216.0.0/16 ; SBL268207 138.228.0.0/16 ; SBL314888 138.249.0.0/16 ; SBL267346 139.45.0.0/16 ; SBL312495 139.136.0.0/16 ; SBL312497 139.188.0.0/16 ; SBL221373 140.143.128.0/17 ; SBL270290 140.167.0.0/16 ; SBL212527 141.94.0.0/15 ; SBL287709 141.101.201.0/24 ; SBL284058 141.136.22.0/24 ; SBL115039 141.136.27.0/24 ; SBL117320 141.178.0.0/16 ; SBL268203 141.253.0.0/16 ; SBL235382 142.4.160.0/19 ; SBL249946 142.102.0.0/16 ; SBL307428 143.0.236.0/22 ; SBL286070 143.49.0.0/16 ; SBL7182 143.64.0.0/16 ; SBL194484 143.135.0.0/16 ; SBL84946 144.207.0.0/16 ; SBL211531 145.231.0.0/16 ; SBL268204 146.3.0.0/16 ; SBL220725 146.183.0.0/16 ; SBL287250 147.7.0.0/16 ; SBL268216 147.16.0.0/14 ; SBL302620 147.119.0.0/16 ; SBL267344 148.111.0.0/16 ; SBL311379 148.148.0.0/16 ; SBL312498 148.154.0.0/16 ; SBL208416 148.178.0.0/16 ; SBL79700 148.185.0.0/16 ; SBL272522 148.248.0.0/16 ; SBL84763 149.109.0.0/16 ; SBL215185 149.114.0.0/16 ; SBL220132 149.118.0.0/16 ; SBL181786 149.143.64.0/18 ; SBL181787 150.10.0.0/16 ; SBL222568 150.22.128.0/17 ; SBL235649 150.25.0.0/16 ; SBL268451 150.40.0.0/16 ; SBL247797 150.107.106.0/23 ; SBL241011 150.107.220.0/22 ; SBL240150 150.121.0.0/16 ; SBL258296 150.126.0.0/16 ; SBL156561 150.129.136.0/22 ; SBL231680 150.129.212.0/22 ; SBL277063 150.129.228.0/22 ; SBL277064 150.141.0.0/16 ; SBL79702 150.242.36.0/22 ; SBL253491 150.242.100.0/22 ; SBL277065 150.242.120.0/22 ; SBL277066 150.242.144.0/22 ; SBL277067 151.192.0.0/16 ; SBL178650 151.212.0.0/16 ; SBL229160 151.237.176.0/20 ; SBL216919 151.237.184.0/22 ; SBL195447 152.109.0.0/16 ; SBL307830 152.136.0.0/16 ; SBL212525 152.147.0.0/16 ; SBL8847 153.14.0.0/16 ; SBL220726 153.52.0.0/14 ; SBL302505 153.93.0.0/16 ; SBL268208 155.11.0.0/16 ; SBL311378 155.40.0.0/16 ; SBL266803 155.66.0.0/16 ; SBL267343 155.73.0.0/16 ; SBL257918 155.108.0.0/16 ; SBL257917 155.204.0.0/16 ; SBL220502 155.249.0.0/16 ; SBL257915 157.115.0.0/16 ; SBL268212 157.162.0.0/16 ; SBL220085 157.186.0.0/16 ; SBL186753 157.195.0.0/16 ; SBL208418 157.231.0.0/16 ; SBL154590 157.232.0.0/16 ; SBL154609 158.54.0.0/16 ; SBL209870 158.90.0.0/17 ; SBL224702 158.249.0.0/16 ; SBL307429 159.65.0.0/16 ; SBL287251 159.80.0.0/16 ; SBL307427 159.85.0.0/16 ; SBL210102 159.111.0.0/16 ; SBL210511 159.151.0.0/16 ; SBL267532 159.174.0.0/16 ; SBL240976 159.219.0.0/16 ; SBL254875 159.223.0.0/16 ; SBL98308 159.229.0.0/16 ; SBL214155 160.14.0.0/16 ; SBL249299 160.21.0.0/16 ; SBL267366 160.117.0.0/16 ; SBL316955 160.180.0.0/16 ; SBL272081 160.181.0.0/16 ; SBL247064 160.200.0.0/16 ; SBL227957 160.235.0.0/16 ; SBL235294 160.240.0.0/16 ; SBL253946 160.255.0.0/16 ; SBL247066 161.0.0.0/19 ; SBL233406 161.0.68.0/22 ; SBL291136 161.66.0.0/16 ; SBL236811 161.70.0.0/16 ; SBL287252 161.71.0.0/16 ; SBL227840 161.189.0.0/16 ; SBL211530 161.232.0.0/16 ; SBL173214 162.208.124.0/22 ; SBL264554 162.212.188.0/22 ; SBL252073 162.213.128.0/22 ; SBL287728 162.213.232.0/22 ; SBL325368 162.219.32.0/21 ; SBL347588 162.222.128.0/21 ; SBL379822 162.222.148.0/22 ; SBL325370 162.245.124.0/22 ; SBL228125 162.254.72.0/21 ; SBL323562 163.47.19.0/24 ; SBL209997 163.50.0.0/16 ; SBL247800 163.53.247.0/24 ; SBL274861 163.59.0.0/16 ; SBL233285 163.250.0.0/16 ; SBL287443 163.254.0.0/16 ; SBL242814 164.6.0.0/16 ; SBL268270 164.60.0.0/16 ; SBL212353 164.79.0.0/16 ; SBL287439 164.137.0.0/16 ; SBL268215 165.102.0.0/16 ; SBL229889 165.192.0.0/16 ; SBL212619 165.205.0.0/16 ; SBL221429 165.209.0.0/16 ; SBL204517 166.117.0.0/16 ; SBL287440 167.74.0.0/18 ; SBL178647 167.87.0.0/16 ; SBL190910 167.88.48.0/20 ; SBL231509 167.97.0.0/16 ; SBL12947 167.103.0.0/16 ; SBL247801 167.158.0.0/16 ; SBL325621 167.162.0.0/16 ; SBL221376 167.175.0.0/16 ; SBL222563 167.224.0.0/19 ; SBL106073 168.64.0.0/16 ; SBL287441 168.90.108.0/22 ; SBL286082 168.129.0.0/16 ; SBL195898 168.181.52.0/22 ; SBL291135 170.67.0.0/16 ; SBL8148 170.113.0.0/16 ; SBL102573 170.114.0.0/16 ; SBL182245 170.120.0.0/16 ; SBL90515 170.179.0.0/16 ; SBL221379 170.244.40.0/22 ; SBL336187 171.22.0.0/16 ; SBL268365 171.25.0.0/17 ; SBL241017 171.26.0.0/16 ; SBL268364 172.96.16.0/22 ; SBL347492 172.103.40.0/21 ; SBL276927 172.103.64.0/18 ; SBL264899 173.228.160.0/19 ; SBL206879 173.246.160.0/19 ; SBL268431 175.103.64.0/18 ; SBL221380 176.61.136.0/22 ; SBL194793 176.61.136.0/21 ; SBL253898 176.65.128.0/19 ; SBL259469 176.97.116.0/22 ; SBL267875 177.36.16.0/20 ; SBL193555 177.74.160.0/20 ; SBL243361 177.91.0.0/22 ; SBL333905 177.234.136.0/21 ; SBL291134 178.16.80.0/20 ; SBL273180 178.216.48.0/21 ; SBL253899 179.42.64.0/19 ; SBL204151 180.178.192.0/18 ; SBL240529 180.236.0.0/14 ; SBL214502 181.118.32.0/19 ; SBL203914 184.169.64.0/19 ; SBL268432 184.170.208.0/20 ; SBL347490 185.2.32.0/24 ; SBL284060 185.3.132.0/22 ; SBL216920 185.16.40.0/22 ; SBL339432 185.35.136.0/22 ; SBL284619 185.46.84.0/22 ; SBL284065 185.50.250.0/24 ; SBL284066 185.50.251.0/24 ; SBL284067 185.64.20.0/22 ; SBL322920 185.68.156.0/22 ; SBL240523 185.72.68.0/22 ; SBL241281 185.93.187.0/24 ; SBL260929 185.103.72.0/22 ; SBL310268 185.106.94.0/24 ; SBL277629 185.127.24.0/22 ; SBL285817 185.129.148.0/23 ; SBL343332 185.132.4.0/22 ; SBL320036 185.133.20.0/22 ; SBL302598 185.134.20.0/22 ; SBL342576 185.135.184.0/22 ; SBL302597 185.137.219.0/24 ; SBL306093 185.140.108.0/22 ; SBL293337 185.141.188.0/22 ; SBL303514 185.146.20.0/22 ; SBL333435 185.146.28.0/22 ; SBL333436 185.147.140.0/22 ; SBL303516 185.147.156.0/22 ; SBL294625 185.148.44.0/22 ; SBL298206 185.148.128.0/22 ; SBL333437 185.149.112.0/22 ; SBL333430 185.150.84.0/22 ; SBL333438 185.151.48.0/22 ; SBL333439 185.152.36.0/22 ; SBL333431 185.152.248.0/22 ; SBL333432 185.154.20.0/22 ; SBL308825 185.155.52.0/22 ; SBL334213 185.156.88.0/21 ; SBL333429 185.156.92.0/22 ; SBL333433 185.159.36.0/22 ; SBL341230 185.159.37.0/24 ; SBL336600 185.159.68.0/22 ; SBL312749 185.167.116.0/22 ; SBL335959 185.171.120.0/22 ; SBL342579 185.173.44.0/22 ; SBL339091 185.175.140.0/22 ; SBL366503 185.180.124.0/22 ; SBL339092 185.184.192.0/22 ; SBL340166 185.187.212.0/22 ; SBL339821 185.187.236.0/22 ; SBL366504 185.193.88.0/22 ; SBL341851 185.195.160.0/22 ; SBL354695 185.197.120.0/22 ; SBL354696 185.198.212.0/22 ; SBL354698 185.201.128.0/22 ; SBL380805 185.202.88.0/22 ; SBL354697 185.204.236.0/22 ; SBL354699 185.205.68.0/22 ; SBL370482 185.208.128.0/22 ; SBL354694 185.227.200.0/22 ; SBL382543 186.65.112.0/20 ; SBL264087 188.172.160.0/19 ; SBL308891 188.247.135.0/24 ; SBL117319 188.247.230.0/24 ; SBL122292 189.213.128.0/17 ; SBL292431 190.2.208.0/21 ; SBL202842 190.9.48.0/21 ; SBL200860 190.99.80.0/21 ; SBL361852 190.123.208.0/20 ; SBL276762 192.5.103.0/24 ; SBL212979 192.12.131.0/24 ; SBL226062 192.22.0.0/16 ; SBL287442 192.26.25.0/24 ; SBL84941 192.31.212.0/23 ; SBL84945 192.40.29.0/24 ; SBL210095 192.43.153.0/24 ; SBL69615 192.43.154.0/23 ; SBL69616 192.43.156.0/22 ; SBL69617 192.43.160.0/24 ; SBL69618 192.43.175.0/24 ; SBL84942 192.43.176.0/21 ; SBL84943 192.43.184.0/24 ; SBL84944 192.46.192.0/18 ; SBL303949 192.54.110.0/24 ; SBL221778 192.67.16.0/24 ; SBL6648 192.67.160.0/22 ; SBL172388 192.86.85.0/24 ; SBL69619 192.88.74.0/24 ; SBL212760 192.100.142.0/24 ; SBL212761 192.101.44.0/24 ; SBL210168 192.101.181.0/24 ; SBL210187 192.101.200.0/21 ; SBL97211 192.101.240.0/21 ; SBL97209 192.101.248.0/23 ; SBL97208 192.133.3.0/24 ; SBL221771 192.135.255.0/24 ; SBL333359 192.152.194.0/24 ; SBL221768 192.154.11.0/24 ; SBL226063 192.158.51.0/24 ; SBL212762 192.160.44.0/24 ; SBL9493 192.190.49.0/24 ; SBL210175 192.190.97.0/24 ; SBL223556 192.195.150.0/24 ; SBL223555 192.197.87.0/24 ; SBL103493 192.203.252.0/24 ; SBL223554 192.206.114.0/24 ; SBL226064 192.206.183.0/24 ; SBL287336 192.219.120.0/21 ; SBL103494 192.219.128.0/18 ; SBL103497 192.219.192.0/20 ; SBL103495 192.219.208.0/21 ; SBL103496 192.225.96.0/20 ; SBL268433 192.226.16.0/20 ; SBL245072 192.229.32.0/19 ; SBL106075 192.231.66.0/24 ; SBL221765 192.234.189.0/24 ; SBL221779 192.245.101.0/24 ; SBL210097 193.9.158.0/24 ; SBL284072 193.25.48.0/20 ; SBL211796 193.26.64.0/19 ; SBL191858 193.138.244.0/22 ; SBL256452 193.139.0.0/16 ; SBL268277 193.177.64.0/18 ; SBL241021 193.243.0.0/17 ; SBL241018 194.1.152.0/24 ; SBL325655 194.29.185.0/24 ; SBL134638 195.182.57.0/24 ; SBL88206 195.190.13.0/24 ; SBL253217 195.191.56.0/23 ; SBL193031 195.191.102.0/23 ; SBL100272 195.225.176.0/22 ; SBL47622 196.1.109.0/24 ; SBL209998 196.42.128.0/17 ; SBL247063 196.61.240.0/20 ; SBL352294 196.63.0.0/16 ; SBL187946 196.164.0.0/15 ; SBL305886 196.193.0.0/16 ; SBL182162 196.196.0.0/16 ; SBL175056 196.197.0.0/16 ; SBL309865 196.198.0.0/16 ; SBL309866 196.199.0.0/16 ; SBL172706 196.240.0.0/15 ; SBL302571 196.242.0.0/15 ; SBL302572 196.244.0.0/15 ; SBL308072 196.247.0.0/16 ; SBL256083 197.154.0.0/16 ; SBL256082 197.159.80.0/21 ; SBL312758 198.13.0.0/20 ; SBL97016 198.14.128.0/19 ; SBL179291 198.14.160.0/19 ; SBL179292 198.20.16.0/20 ; SBL107773 198.44.192.0/20 ; SBL207050 198.45.32.0/20 ; SBL110170 198.45.64.0/19 ; SBL177843 198.56.64.0/18 ; SBL178648 198.57.64.0/20 ; SBL101250 198.62.70.0/24 ; SBL210101 198.62.76.0/24 ; SBL210161 198.96.224.0/20 ; SBL110171 198.99.117.0/24 ; SBL221773 198.102.222.0/24 ; SBL221777 198.105.160.0/19 ; SBL381589 198.148.212.0/24 ; SBL221776 198.151.16.0/20 ; SBL244694 198.151.64.0/18 ; SBL156894 198.151.152.0/22 ; SBL23969 198.160.205.0/24 ; SBL221774 198.169.201.0/24 ; SBL212980 198.177.175.0/24 ; SBL210085 198.177.176.0/22 ; SBL210086 198.177.180.0/24 ; SBL210087 198.177.214.0/24 ; SBL212981 198.178.64.0/19 ; SBL178649 198.179.22.0/24 ; SBL217199 198.181.64.0/19 ; SBL106080 198.181.96.0/20 ; SBL281608 198.183.32.0/19 ; SBL96708 198.184.193.0/24 ; SBL212982 198.184.208.0/24 ; SBL223553 198.186.25.0/24 ; SBL23976 198.186.208.0/24 ; SBL212763 198.187.64.0/18 ; SBL179271 198.187.192.0/24 ; SBL223552 198.190.173.0/24 ; SBL212764 198.199.212.0/24 ; SBL212983 198.202.237.0/24 ; SBL217198 198.204.0.0/21 ; SBL8179 198.206.140.0/24 ; SBL301221 198.212.132.0/24 ; SBL223551 199.5.152.0/23 ; SBL96745 199.5.229.0/24 ; SBL221780 199.10.64.0/24 ; SBL333278 199.26.137.0/24 ; SBL212765 199.26.207.0/24 ; SBL221772 199.26.251.0/24 ; SBL221782 199.33.222.0/24 ; SBL221781 199.34.128.0/18 ; SBL96704 199.46.32.0/19 ; SBL96703 199.58.248.0/21 ; SBL104408 199.60.102.0/24 ; SBL9159 199.71.56.0/21 ; SBL214914 199.71.192.0/20 ; SBL147763 199.84.55.0/24 ; SBL210094 199.84.56.0/22 ; SBL210092 199.84.60.0/24 ; SBL210093 199.84.64.0/19 ; SBL96702 199.88.32.0/20 ; SBL109258 199.88.48.0/22 ; SBL109259 199.89.16.0/20 ; SBL156916 199.89.198.0/24 ; SBL212766 199.120.163.0/24 ; SBL6658 199.165.32.0/19 ; SBL97023 199.166.200.0/22 ; SBL6026 199.184.82.0/24 ; SBL210159 199.185.192.0/20 ; SBL156981 199.196.192.0/19 ; SBL106606 199.198.160.0/20 ; SBL96701 199.198.176.0/21 ; SBL109341 199.198.184.0/23 ; SBL109342 199.198.188.0/22 ; SBL109343 199.200.64.0/19 ; SBL107014 199.212.96.0/20 ; SBL156982 199.223.0.0/20 ; SBL180441 199.230.64.0/19 ; SBL97024 199.230.96.0/21 ; SBL97026 199.233.85.0/24 ; SBL212984 199.233.96.0/24 ; SBL210099 199.241.64.0/19 ; SBL301222 199.244.56.0/21 ; SBL265745 199.245.138.0/24 ; SBL9923 199.246.137.0/24 ; SBL113125 199.246.213.0/24 ; SBL113126 199.246.215.0/24 ; SBL103499 199.248.64.0/18 ; SBL103438 199.249.64.0/19 ; SBL179270 199.253.32.0/20 ; SBL245070 199.253.48.0/21 ; SBL245071 199.253.224.0/20 ; SBL180442 199.254.32.0/20 ; SBL156983 200.0.60.0/23 ; SBL291133 200.3.128.0/20 ; SBL107775 200.22.0.0/16 ; SBL84896 200.71.124.0/22 ; SBL237882 200.189.44.0/22 ; SBL291132 201.148.168.0/22 ; SBL247631 201.169.0.0/16 ; SBL244233 202.0.192.0/18 ; SBL209865 202.20.32.0/19 ; SBL209868 202.21.64.0/19 ; SBL209869 202.27.96.0/23 ; SBL270428 202.27.98.0/24 ; SBL270960 202.27.99.0/24 ; SBL270961 202.27.100.0/22 ; SBL271129 202.27.120.0/22 ; SBL271127 202.27.161.0/24 ; SBL269891 202.27.162.0/23 ; SBL269892 202.27.164.0/22 ; SBL269893 202.27.168.0/24 ; SBL269894 202.39.112.0/20 ; SBL237236 202.40.32.0/19 ; SBL222855 202.40.64.0/18 ; SBL221383 202.68.0.0/18 ; SBL197720 202.86.0.0/22 ; SBL262270 202.148.32.0/20 ; SBL264045 202.148.176.0/20 ; SBL264043 202.183.0.0/19 ; SBL221385 202.189.80.0/20 ; SBL270956 203.2.200.0/22 ; SBL247802 203.9.0.0/19 ; SBL221390 203.31.88.0/23 ; SBL8083 203.34.70.0/23 ; SBL9682 203.34.71.0/24 ; SBL7244 203.34.252.0/23 ; SBL312500 203.86.252.0/22 ; SBL233286 203.148.80.0/22 ; SBL252593 203.149.92.0/22 ; SBL252594 203.169.0.0/22 ; SBL249298 203.189.112.0/22 ; SBL252595 203.191.64.0/18 ; SBL258585 204.19.38.0/23 ; SBL210079 204.44.32.0/20 ; SBL104258 204.44.192.0/20 ; SBL116416 204.44.224.0/20 ; SBL110044 204.48.16.0/20 ; SBL208964 204.52.255.0/24 ; SBL13483 204.57.16.0/20 ; SBL116417 204.75.147.0/24 ; SBL223550 204.75.228.0/24 ; SBL210096 204.80.198.0/24 ; SBL217200 204.86.16.0/20 ; SBL181088 204.87.199.0/24 ; SBL210160 204.89.224.0/24 ; SBL11667 204.106.128.0/18 ; SBL105808 204.106.192.0/19 ; SBL106078 204.107.208.0/24 ; SBL96699 204.126.244.0/23 ; SBL96747 204.128.151.0/24 ; SBL212985 204.128.180.0/24 ; SBL210100 204.130.16.0/20 ; SBL301223 204.130.167.0/24 ; SBL113127 204.147.64.0/21 ; SBL287254 204.187.155.0/24 ; SBL93877 204.187.156.0/22 ; SBL93878 204.187.160.0/19 ; SBL93879 204.187.192.0/19 ; SBL93390 204.187.224.0/20 ; SBL93880 204.187.240.0/21 ; SBL93881 204.187.248.0/22 ; SBL93882 204.187.252.0/23 ; SBL93883 204.187.254.0/24 ; SBL93884 204.194.64.0/21 ; SBL249621 204.194.184.0/21 ; SBL95012 204.225.16.0/20 ; SBL156998 204.225.159.0/24 ; SBL113128 204.225.210.0/24 ; SBL113129 204.232.0.0/18 ; SBL103685 204.238.137.0/24 ; SBL223547 204.238.170.0/24 ; SBL217201 204.238.183.0/24 ; SBL221024 205.137.0.0/20 ; SBL116418 205.142.104.0/22 ; SBL98307 205.144.0.0/20 ; SBL96698 205.144.176.0/20 ; SBL116419 205.148.128.0/18 ; SBL277040 205.148.192.0/18 ; SBL303950 205.151.128.0/19 ; SBL180437 205.159.45.0/24 ; SBL209488 205.159.174.0/24 ; SBL221762 205.159.180.0/24 ; SBL113130 205.166.77.0/24 ; SBL219931 205.166.84.0/24 ; SBL210098 205.166.130.0/24 ; SBL221342 205.166.168.0/24 ; SBL223549 205.166.211.0/24 ; SBL221761 205.172.176.0/22 ; SBL210082 205.172.244.0/22 ; SBL96743 205.175.160.0/19 ; SBL104260 205.189.71.0/24 ; SBL105802 205.189.72.0/23 ; SBL105804 205.203.0.0/19 ; SBL104616 205.203.224.0/19 ; SBL104251 205.207.134.0/24 ; SBL210088 205.210.107.0/24 ; SBL210089 205.210.139.0/24 ; SBL212767 205.210.171.0/24 ; SBL243632 205.210.172.0/22 ; SBL243633 205.214.96.0/19 ; SBL104252 205.214.128.0/19 ; SBL104253 205.233.224.0/20 ; SBL156985 205.236.185.0/24 ; SBL210091 205.236.189.0/24 ; SBL9442 205.237.88.0/21 ; SBL286239 206.41.160.0/19 ; SBL209495 206.51.29.0/24 ; SBL210090 206.81.0.0/19 ; SBL103439 206.130.4.0/23 ; SBL347494 206.130.188.0/24 ; SBL212986 206.143.128.0/17 ; SBL226353 206.189.0.0/16 ; SBL205399 206.195.224.0/19 ; SBL180439 206.197.28.0/24 ; SBL14253 206.197.29.0/24 ; SBL14251 206.197.77.0/24 ; SBL221760 206.197.165.0/24 ; SBL234413 206.203.64.0/18 ; SBL103686 206.209.80.0/20 ; SBL156986 206.224.160.0/19 ; SBL96697 206.226.0.0/19 ; SBL177387 206.226.32.0/19 ; SBL177459 206.227.64.0/18 ; SBL96696 207.22.192.0/18 ; SBL107317 207.32.128.0/19 ; SBL156988 207.32.208.0/20 ; SBL212509 207.45.224.0/20 ; SBL89255 207.110.64.0/18 ; SBL177484 207.110.96.0/19 ; SBL177485 207.110.128.0/18 ; SBL177686 207.177.128.0/18 ; SBL303951 207.178.64.0/19 ; SBL287738 207.183.192.0/19 ; SBL104254 207.226.192.0/20 ; SBL189463 207.234.0.0/17 ; SBL184714 208.93.4.0/22 ; SBL209467 208.117.88.0/22 ; SBL293132 208.117.92.0/24 ; SBL293131 209.51.32.0/20 ; SBL106609 209.54.160.0/19 ; SBL210542 209.66.128.0/19 ; SBL180438 209.95.192.0/19 ; SBL107139 209.97.128.0/18 ; SBL213544 209.99.128.0/18 ; SBL211023 209.145.0.0/19 ; SBL109583 209.182.64.0/19 ; SBL104261 209.229.0.0/16 ; SBL302162 209.242.192.0/19 ; SBL208164 212.92.127.0/24 ; SBL352250 216.47.96.0/20 ; SBL125132 216.152.240.0/20 ; SBL287730 216.183.208.0/20 ; SBL118066 220.154.0.0/16 ; SBL234221 221.132.192.0/18 ; SBL233662 223.0.0.0/15 ; SBL230805 223.169.0.0/16 ; SBL208009 223.173.0.0/16 ; SBL204954 223.201.0.0/16 ; SBL219999 223.254.0.0/16 ; SBL212803 prelude-correlator-4.1.1/selinux/0000775000175000017500000000000013211634770020426 5ustar tandrejatandreja00000000000000prelude-correlator-4.1.1/selinux/Makefile0000664000175000017500000000042013211634715022061 0ustar tandrejatandreja00000000000000TARGETS?= prelude-correlator MODULES?=${TARGETS:=.pp.bz2} all: ${TARGETS:=.pp.bz2} %.pp.bz2: %.pp @echo Compressing $^ -\ $@ bzip2 -9 $^ %.pp: %.te make -f /usr/share/selinux/devel/Makefile $@ clean: make -f /usr/share/selinux/devel/Makefile clean rm -f *.pp.bz2 prelude-correlator-4.1.1/selinux/prelude-correlator.te0000664000175000017500000000275713211634715024604 0ustar tandrejatandreja00000000000000 module prelude-correlator 1.0; require { type var_run_t; type device_t; type proc_t; type tmp_t; type http_port_t; type prelude_correlator_t; type bin_t; type var_lib_t; class sock_file write; class capability { sys_tty_config ipc_lock }; class dir { write read add_name remove_name search }; class file { read create write getattr unlink open }; class tcp_socket name_connect; } #============= prelude_correlator_t ============== allow prelude_correlator_t bin_t:dir read; allow prelude_correlator_t bin_t:file getattr; allow prelude_correlator_t device_t:sock_file write; allow prelude_correlator_t proc_t:file { read getattr open }; allow prelude_correlator_t self:capability { sys_tty_config ipc_lock }; # This is needed for the correlator to be able to write context files allow prelude_correlator_t var_lib_t:dir { read write add_name }; allow prelude_correlator_t var_lib_t:file { write read getattr open create }; # Add permissions to write on directory /var/run/ to create the PID file allow prelude_correlator_t var_run_t:dir { read search write add_name }; allow prelude_correlator_t var_run_t:file { write create open getattr }; # Add a policy to allow downloading .dat files (IP blacklists) # from the Internet allow prelude_correlator_t http_port_t:tcp_socket name_connect; # Add a policy for temporary files allow prelude_correlator_t tmp_t:dir { write remove_name add_name }; allow prelude_correlator_t tmp_t:file { write create unlink open }; prelude-correlator-4.1.1/AUTHORS0000664000175000017500000000020013211634715017776 0ustar tandrejatandreja00000000000000Prelude-Correlator is brought to you by CS-SI (http://www.prelude-siem.com), Written by Yoann Vandoorselaere prelude-correlator-4.1.1/COPYING0000664000175000017500000004325413211634715020001 0ustar tandrejatandreja00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. prelude-correlator-4.1.1/HACKING.README0000664000175000017500000000140213211634715020656 0ustar tandrejatandreja00000000000000This directory and its children contain the Prelude-Correlator software. Changes: if you wish to contribute a change which is a significant one in terms of the amount of code changes (rulesets excluded), please be aware that CS-SI wishes to retain copyright of the Prelude-Correlator software. Therefore you will have to sign over copyright ownership of your code to CS-SI before we can include your changes in the main source tree. Before you start modifying anything for real, you should probably join the prelude-devel mailing list and send a mail describing what you want to do and how you want to do it so you don't waste time working on something we can't integrate. This also allows us to keep track of what's being worked on so efforts aren't duplicated. prelude-correlator-4.1.1/INSTALL0000664000175000017500000000211413211634715017765 0ustar tandrejatandreja00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Dependencies ============ Build requires: - python >= 2.6 (not python 3.x) - python-setuptools Run requires: - python >= 2.6 (not python 3.x) - python-netaddr - python-setuptools - libprelude with python bindings Basic Installation ================== Briefly, the shell commands `python setup.py install' should configure, build, and install this package. See the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. Go to https://www.prelude-siem.org/projects/prelude/wiki/InstallingPreludeCorrelator for more installation instructions. prelude-correlator-4.1.1/MANIFEST.in0000664000175000017500000000032413211634715020473 0ustar tandrejatandreja00000000000000include AUTHORS include COPYING include HACKING.README include NEWS include README include INSTALL include ez_setup.py include prelude-correlator.conf graft preludecorrelator graft selinux graft rules graft data prelude-correlator-4.1.1/NEWS0000664000175000017500000003714413211634745017451 0ustar tandrejatandreja00000000000000* 2017-10-19, prelude-correlator-4.1.1: Author: Antoine Luong - Fix context destruction while iterating * 2017-07-21, prelude-correlator-4.1.0: Author: Thomas Andrejak - Add support for key:value out of a config section Author: Antoine Luong - Avoid displaying a traceback * 2017-07-13, prelude-correlator-4.1.0rc2: Author: Antoine Luong - Allow passing prelude-specific options in configuration * 2017-06-30, prelude-correlator-4.1.0rc1: * 2017-06-23, prelude-correlator-4.1.0beta2: * 2017-06-16, prelude-correlator-4.1.0beta1: No new changes. * 2017-02-16, prelude-correlator-4.0.0: No new changes. * 2017-02-12, prelude-correlator-4.0.0rc3: Author: Thomas Andrejak - Fix Python 3 compatibility Author: Camille Gardet - Fix CIArmy config keyword * 2017-02-03, prelude-correlator-4.0.0rc2: Author: Song Tran - Add INSTALL file * 2017-01-27, prelude-correlator-4.0.0rc1: * 2017-01-12, prelude-correlator-4.0.0beta2: * 2016-12-23, prelude-correlator-4.0.0beta1: No new changes. * 2016-09-14, prelude-correlator-3.1.0: * 2016-09-01, prelude-correlator-3.1.0rc3: * 2016-08-19, prelude-correlator-3.1.0rc2: No new changes. * 2016-08-05, prelude-correlator-3.1.0rc1: Author: Antoine Luong - Prevent potential import errors when loading contexts - Rename analyzer model to 'Prelude Correlator' - Minor fixes in exception handling Author: Thomas Andrejak - Make the context able to access plugins - Disable flatten when getting alert.source(*) in BruteForce - Missing import in prelude-correlator plugin manager Author: Abdel Elmili - Add --profile option to prelude-correlator The goal of adding this option is to allow operators to run more than one correlator on the same host. Each correlator will use a different profile. Author: Sélim Menouar - Clearly separate File and IDMEFClient inputs * 2016-04-22, prelude-correlator-3.0.0: No new changes. * 2016-04-15, prelude-correlator-3.0.0rc4: Author: François Poirotte - Re-enable SpamHaus plugin & add warning * 2016-04-08, prelude-correlator-1.3.0rc3: Author: Thomas Andrejak - Add CIArmy blacklist like DShield or Spamhaus - Fix download() with text/plain files * 2016-04-01, prelude-correlator-1.3.0rc2: Author: Yoann Vandoorselaere - Fix incorrect aggregation in some corner case Author: François Poirotte - Single alert for hosts with multiple IPs * 2016-03-25, prelude-correlator-1.3.0rc1: Author: Yoann Vandoorselaere - Pickle compatibility for IDMEF object Author: Louis-David Gabet - Comment python_rules section by default * 2016-03-18, prelude-correlator-1.3.0beta2: Author: Louis-David Gabet - Fix 'python_rules' section error Author: Thomas Andrejak - Fix wrong access to entrypoint name * 2016-03-01, prelude-correlator-1.3.0beta1: Author: Song Tran - Add additional SELinux policies Author: Thomas Andrejak - Load plugins from entrypoints and directories - The README in conf.d was not the right file - Change prelude-ids.com to prelude-siem.com * 2016-01-11, prelude-correlator-1.3.0alpha1: Author: Louis-David Gabet - Add include section to configuration file to allow independent configuration files for plugins Author: Antoine Luong - Correct download address parameter in conf Author: Song Tran - Add SELinux policy for prelude-correlator * 2015-07-31, prelude-correlator-1.2.6: No new changes. * 2015-07-27, prelude-correlator-1.2.6rc5: Author: Antoine Luong - Disable SpamhausDrop rule by default - Add the -D shortcut for debug mode, to be consistent with other Prelude modules - Update dshield.dat and spamhaus_drop.dat * 2014-10-27, prelude-correlator-1.2.6rc4: Author: Yoann Vandoorselaere - Reset IDMEF CreateTime when sending an alert - Fix possible exception in case of download failure - Minor fixes * 2014-09-23, prelude-correlator-1.2.6rc2: Author: Yoann Vandoorselaere - Rework exception flow - Verify plugin enable/disable attribute before entrypoint loading Allow the user to disable a plugin before the entrypoint is called (useful if the plugin entrypoint triggers, for example, an exception). - Remove semi broken EGG support for now, improve require API for future use - Namespace support - Corrected permissions checking - Remove uppercase from package name, as specified in PEP8 - Update for latest libprelude bindings API changes High level bindings in libprelude are now the standard, and got renamed from "PreludeEasy" to "prelude". Method names were also renamed. - Python3 compatibility work * 2014-09-16, prelude-correlator-1.2.6rc1: Author: Yoann Vandoorselaere - Fix problem with --root installation, and --prefix=/ - Syslog logging fallback to UDP localhost if no socket is found - Various timer fixes - Timers added multiple times on reset - Timers with negative expiration time not initialized correctly - Unnecessary traversal of the timer list on reset - Introduce a new DownloadCache, used by Dshield and Spamhaus plugin - Prevent traceback on profile error * 2014-07-07, prelude-correlator-1.2.5: - Improved exception handling - Support IDMEF Alert merge, to avoid CorrelationAlert listing the same source multiples times - Allow pluginmanager API to be used with multiples entrypoints A Prelude-Correlator plugin may now use the pluginmanager API with their own entrypoint to load their own sub-plugins. - Allow plugin to specify a list of conflicting plugins Using this interface, a plugin can now provide a list of other plugins that conflict with him, and that shouldn't be loaded. Additionally, provide a way for the user to force loading of a plugin that was disabled because of a conflict (using enable = force in the configuration section for the plugin). - Add autoload attribute to the generic Plugin class This attribute controls whether PluginManager() will directly load a given plugin or only references the plugin class for later loading. Default behavior is to load the plugins. - Various timer improvements - Add an option to read IDMEF input from file, within the given offset / limit - Add a stats() function which can be used by a plugin to provide statistics printing - Implement GetAdditionalDataByMeaning() method - Always retrieve the current time when no argument is supplied - Add --disabledl option to setup.py sdist Downloading Spamhaus database need real user-agent, using Mozilla 5 - Logging fixes, using Python logging API - Add the ability to set debug log level - Updated dshield.dat, spamhaus_drop.dat - Removed rhel6 packaging * 2013-09-20, prelude-correlator-1.0.2: - setup.py : Fixed files downloading behind proxies - RHEL : Added missing dependency to python-setuptools - RHEL : Fixed #517 : Prelude Correlator not starting (SELinux) - RHEL : Fixed #494 : Prelude Correlator not stopping - Added some debug infos * 2012-06-01, prelude-correlator-1.0.1: - Fixed #494 : Prelude Correlator not stopping - Changed Copyright - Added packaging for rhel6 - Ability to specify an input IDMEF criteria There is now a [general] configuration section in prelude-correlator.conf allowing to specify a criteria option that use an IDMEF criteria parameter as an argument. Using this option, it is possible to specify an input filter for events to be processed by the correlator. Additionally, always use an IDMEFCriteria to check whether the input event is an alert, in place of manually retrieving alert.create_time. - Fixed some typo - Implement Context time merging capability Introduced time merging capability within Prelude-Correlator: as of now, correlation contexts are associated with the time of the triggering IDMEF event. When searching for a matching context, an existing context will only be returned in case the specified search time match the time windows of an existing context. This mean that when receiving a burst of events, the time carried with events is directly taken into account : separate instances exists for the same Context associated with events received at a different time. Additionally, context can be merged if more than one context time windows overlap. * 2010-03-16, prelude-correlator-1.0.0: - When Prelude-Correlator is started as a daemon, make sure we use syslog for logging. - Fix an exception when adding an alert with no source or target to the generated Correlation alert, by Frédéric Yhuel - Do not generate Brute Force CorrelationAlert for multiples successful authentication. - Workaround documentation installation problem. * 2010-03-08, prelude-correlator-1.0.0rc4: - Fix installation problem (#372). * 2010-03-05, prelude-correlator-1.0.0rc3: - Prelude-Correlator wasn't properly updating context (and thus, didn't generate correlation events) since context identifiers were escaped twice. - Prevent exception when Prelude-Correlator attempt to restore contexts from an earlier Prelude-Correlator version, and that the context internal attributes have changed. - A sample-plugin example has been included in the distribution. * 2010-02-01, prelude-correlator-1.0.0rc2: - Fix generated tarball name, so that the package might easily be included in various distribution for testing. * 2010-01-29, prelude-correlator-1.0.0rc1: - [Firewall]: The plugin will now report CorrelationAlert for events / sets of events that appear to have passed through a firewall known to protect the target machine. If no firewall ever emit block concerning a given host, then this host is considered un-protected, and there is no point in reporting CorrelationAlert. - [OpenSSHAuth]: The plugin has been modified so that it can now generate a single CorrelationAlert for multiples authentication method used in a given time slice. - [Spamhaus]: The plugin has been modified so that it can now generate a single CorrelationAlert for multiples events received from the same source. - [BruteForce]: Various improvement, do not limit the number of events the plugin is able to report in a single CorrelationAlert. - [Scan]: do not limit the number of events the plugin is able to report in a single CorrelationAlert. - Context initialization now take an optional 'overwrite' argument. This argument, if set to False, mean that the Context() will be returned un-modified if it already exist. If it doesn't, it will be created. - New Context.update() method, which provide exactly the same functionality as calling Context() with the 'update=True' argument. This is useful since some plugin need to defer an update to another place in the code. - If the context creation/update function is called with an IDMEF message parameter, then we automatically call addAlertReference on the context CorrelationAlert using the provided message as the parameter. - Make it possible to change context option on update - Automatically set CorrelationAlert DetectTime : reported CorrelationAlert DetectTime now match the time of the first event that was detected. - Make it possible for plugin to specify a function to be called on Timer expiration. - Disable BusinessHour correlation by default since it is very verbose - Various bug fixes. * 2009-11-03, prelude-correlator-0.9.0-beta8: - Include spamhaus_drop.dat in the source distribution. Fix installation issue (closes #364). * 2009-11-02, prelude-correlator-0.9.0-beta7: - Initial SpamhausDrop plugin implementation, by Wes Young (closes #363) - Do not discard --root parameters if prefix is absolute. - Python 2.4 backward compatibility fixes. - Handle plugin loading error gracefully. - Improve WormPlugin accuracy, and make it carry a reference to the initial event. The plugin used to alert when seeing an alert to a given target, and this same alert going back to the source. This can happen in a number of case (example: Netbios alert triggered by Snort) As of now, the plugin will wait for the events to be repeated against at least 5 differents hosts. - Dshield CorrelationAlert now handle multiples events. Previously, we used to generate a single Dshield CorrelationAlert for each events where the source address would match the Dshield database. The plugin now generate CorrelationAlert for multiples events received from the same source. * 2009-07-09, prelude-correlator-0.9.0-beta6: - Provide a default configuration file, and fixes the prelude-correlator --config option. - A rare exception could occur when IDMEF:Set() was called with an empty list/tuple as the value argument. - Normalize libprelude logging through our own log callback (only enabled if libprelude >= 0.9.24 is installed). - The DShield plugin didn't report any events since address loaded from the DShield database weren't correctly normalized. - Automatic download + reloading of the DShield database was fixed. - DShield generated alerts now include additional details. - Make it possible to specify your own DShield database file, and to prevent automatic download. This is useful on system with no direct internet access. - Handle both standard installation, and EGG installation method (in EGG mode, configuration and data files are self contained). - Introduce a new plugin logging mechanism. - Add some utility method to the Timer class. - Make it possible for plugin to define a 'signal' method that will get called when prelude-correlator handle a signal (can be used to perform special handling before exit, statistics or debugging purposes). * 2009-06-18, prelude-correlator-0.9.0-beta5: - A bug prevented prelude-correlator from starting in daemon mode when using the '--pidfile' option. Fixes #355. - Prevent prelude-correlator from abording if a plugin fail. Emit a warning explaining why a given plugin couldn't load, and continue processing. - Implement a timeout for Dshield.org server connection. The default is 10 seconds, and might be modified from the prelude-correlator.conf configuration file. This prevent Dshield host list loading from blocking forever, and fixes #353. - Make it possible to disable plugin (fixes #354), by adding the following setting in prelude-correlator.conf: [PluginClassName] disable = true - Read plugin configuration from prelude-correlator.conf - Use the Python logging facility. - Correct copyright notice, add missing AUTHORS, COPYING, HACKING.README files. * 2009-06-17, prelude-correlator-0.9.0-beta4: - Initial Python Correlator version. Rationale for the switch available here: http://lists.prelude-ids.org/pipermail/prelude-user/2009-April/005163.html - Support DShield correlation! * 2008-07-11, prelude-correlator-0.9.0-beta3: - Add missing AUTHORS file. - Allow setting 'nil' IDMEF value using IDMEF:set() (#297). - Fix ctx:set() typo in the business-hour.lua rulese (#297). * 2008-07-03, prelude-correlator-0.9.0-beta2: - Fix issues with the business-hour ruleset, that tried updating a non existing context. This rule does not need a context at all, rather a simple IDMEF object is sufficiant. - Always return a table when retrieving multiple path (even with empty path). Fix #295. - Correct multi-path detection (was not working with exactly two IDMEF path). - Fix invalid installation path under certain conditions, thanks to Steve Grubb for pointing that out. * 2008-06-27, prelude-correlator-0.9.0-beta1b: - Fix invalid installation path under certain conditions. * 2008-06-27, prelude-correlator-0.9.0-beta1a: - Always use $(DESTDIR) when installing files. - Check for lua.pc as well as lua5.1.pc, since different distribution seems to be using different default. * 2008-06-27, prelude-correlator-0.9.0-beta1: - First Prelude-Correlator release. prelude-correlator-4.1.1/README0000664000175000017500000000267513211634715017630 0ustar tandrejatandreja00000000000000Prelude-Correlator: The Prelude-Correlator. Prelude-Correlator is brought to you by CS-SI (http://www.prelude-siem.com). Prelude-Correlator Overview =========================== Prelude-Correlator allows conducting multistream correlations thanks to a powerful programming language for writing correlation rules. With any type of alert able to be correlated, event analysis becomes simpler, quicker and more incisive. IRC === If there's something you just can't find out elsewhere, you want to give feedback directly to the authors or you're just bored, visit #prelude on irc.freenode.net Get Support =========== Prelude-user forums can be accessed at: https://www.prelude-siem.org/projects/prelude/boards Commercial Support is available through the CS-SI company: http://www.prelude-siem.com, contact.prelude@c-s.fr Help development ================ 1. SUBMITTING PATCHES The Prelude source is constantly changing. If you want to submit a patch, please do so from the most recent GIT source tree, subscribe to the prelude-devel forum and post your patch with a description of functionality. You can also attach patches to bugs on https://www.prelude-siem.org 2. BUGS If you find any bugs, please report them to: https://www.prelude-siem.org Please make sure that what you're reporting is actually a BUG and not a problem on your side. 3. SUGGESTIONS Subscribe to prelude-devel and give us your suggestions. prelude-correlator-4.1.1/ez_setup.py0000664000175000017500000002435413211634715021156 0ustar tandrejatandreja00000000000000#!/usr/bin/env python """Bootstrap setuptools installation To use setuptools in your package's setup.py, include this file in the same directory and add this to the top of your setup.py:: from ez_setup import use_setuptools use_setuptools() To require a specific version of setuptools, set a download mirror, or use an alternate download directory, simply supply the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ import os import shutil import sys import tempfile import zipfile import optparse import subprocess import platform import textwrap import contextlib from distutils import log try: from urllib.request import urlopen except ImportError: from urllib2 import urlopen try: from site import USER_SITE except ImportError: USER_SITE = None DEFAULT_VERSION = "5.7" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): """ Return True if the command succeeded. """ args = (sys.executable,) + args return subprocess.call(args) == 0 def _install(archive_filename, install_args=()): with archive_context(archive_filename): # installing log.warn('Installing Setuptools') if not _python_cmd('setup.py', 'install', *install_args): log.warn('Something went wrong during the installation.') log.warn('See the error message above.') # exitcode will be 2 return 2 def _build_egg(egg, archive_filename, to_dir): with archive_context(archive_filename): # building an egg log.warn('Building a Setuptools egg in %s', to_dir) _python_cmd('setup.py', '-q', 'bdist_egg', '--dist-dir', to_dir) # returning the result log.warn(egg) if not os.path.exists(egg): raise IOError('Could not build the egg.') class ContextualZipFile(zipfile.ZipFile): """ Supplement ZipFile class to support context manager for Python 2.6 """ def __enter__(self): return self def __exit__(self, type, value, traceback): self.close() def __new__(cls, *args, **kwargs): """ Construct a ZipFile or ContextualZipFile as appropriate """ if hasattr(zipfile.ZipFile, '__exit__'): return zipfile.ZipFile(*args, **kwargs) return super(ContextualZipFile, cls).__new__(cls) @contextlib.contextmanager def archive_context(filename): # extracting the archive tmpdir = tempfile.mkdtemp() log.warn('Extracting in %s', tmpdir) old_wd = os.getcwd() try: os.chdir(tmpdir) with ContextualZipFile(filename) as archive: archive.extractall() # going in the directory subdir = os.path.join(tmpdir, os.listdir(tmpdir)[0]) os.chdir(subdir) log.warn('Now working in %s', subdir) yield finally: os.chdir(old_wd) shutil.rmtree(tmpdir) def _do_download(version, download_base, to_dir, download_delay): egg = os.path.join(to_dir, 'setuptools-%s-py%d.%d.egg' % (version, sys.version_info[0], sys.version_info[1])) if not os.path.exists(egg): archive = download_setuptools(version, download_base, to_dir, download_delay) _build_egg(egg, archive, to_dir) sys.path.insert(0, egg) # Remove previously-imported pkg_resources if present (see # https://bitbucket.org/pypa/setuptools/pull-request/7/ for details). if 'pkg_resources' in sys.modules: del sys.modules['pkg_resources'] import setuptools setuptools.bootstrap_install_from = egg def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15): to_dir = os.path.abspath(to_dir) rep_modules = 'pkg_resources', 'setuptools' imported = set(sys.modules).intersection(rep_modules) try: import pkg_resources except ImportError: return _do_download(version, download_base, to_dir, download_delay) try: pkg_resources.require("setuptools>=" + version) return except pkg_resources.DistributionNotFound: return _do_download(version, download_base, to_dir, download_delay) except pkg_resources.VersionConflict as VC_err: if imported: msg = textwrap.dedent(""" The required version of setuptools (>={version}) is not available, and can't be installed while this script is running. Please install a more recent version first, using 'easy_install -U setuptools'. (Currently using {VC_err.args[0]!r}) """).format(VC_err=VC_err, version=version) sys.stderr.write(msg) sys.exit(2) # otherwise, reload ok del pkg_resources, sys.modules['pkg_resources'] return _do_download(version, download_base, to_dir, download_delay) def _clean_check(cmd, target): """ Run the command to download target. If the command fails, clean up before re-raising the error. """ try: subprocess.check_call(cmd) except subprocess.CalledProcessError: if os.access(target, os.F_OK): os.unlink(target) raise def download_file_powershell(url, target): """ Download the file at url to target using Powershell (which will validate trust). Raise an exception if the command cannot complete. """ target = os.path.abspath(target) ps_cmd = ( "[System.Net.WebRequest]::DefaultWebProxy.Credentials = " "[System.Net.CredentialCache]::DefaultCredentials; " "(new-object System.Net.WebClient).DownloadFile(%(url)r, %(target)r)" % vars() ) cmd = [ 'powershell', '-Command', ps_cmd, ] _clean_check(cmd, target) def has_powershell(): if platform.system() != 'Windows': return False cmd = ['powershell', '-Command', 'echo test'] with open(os.path.devnull, 'wb') as devnull: try: subprocess.check_call(cmd, stdout=devnull, stderr=devnull) except Exception: return False return True download_file_powershell.viable = has_powershell def download_file_curl(url, target): cmd = ['curl', url, '--silent', '--output', target] _clean_check(cmd, target) def has_curl(): cmd = ['curl', '--version'] with open(os.path.devnull, 'wb') as devnull: try: subprocess.check_call(cmd, stdout=devnull, stderr=devnull) except Exception: return False return True download_file_curl.viable = has_curl def download_file_wget(url, target): cmd = ['wget', url, '--quiet', '--output-document', target] _clean_check(cmd, target) def has_wget(): cmd = ['wget', '--version'] with open(os.path.devnull, 'wb') as devnull: try: subprocess.check_call(cmd, stdout=devnull, stderr=devnull) except Exception: return False return True download_file_wget.viable = has_wget def download_file_insecure(url, target): """ Use Python to download the file, even though it cannot authenticate the connection. """ src = urlopen(url) try: # Read all the data in one block. data = src.read() finally: src.close() # Write all the data in one block to avoid creating a partial file. with open(target, "wb") as dst: dst.write(data) download_file_insecure.viable = lambda: True def get_best_downloader(): downloaders = ( download_file_powershell, download_file_curl, download_file_wget, download_file_insecure, ) viable_downloaders = (dl for dl in downloaders if dl.viable()) return next(viable_downloaders, None) def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, delay=15, downloader_factory=get_best_downloader): """ Download setuptools from a specified location and return its filename `version` should be a valid setuptools version number that is available as an sdist for download under the `download_base` URL (which should end with a '/'). `to_dir` is the directory where the egg will be downloaded. `delay` is the number of seconds to pause before an actual download attempt. ``downloader_factory`` should be a function taking no arguments and returning a function for downloading a URL to a target. """ # making sure we use the absolute path to_dir = os.path.abspath(to_dir) zip_name = "setuptools-%s.zip" % version url = download_base + zip_name saveto = os.path.join(to_dir, zip_name) if not os.path.exists(saveto): # Avoid repeated downloads log.warn("Downloading %s", url) downloader = downloader_factory() downloader(url, saveto) return os.path.realpath(saveto) def _build_install_args(options): """ Build the arguments to 'python setup.py install' on the setuptools package """ return ['--user'] if options.user_install else [] def _parse_args(): """ Parse the command line for options """ parser = optparse.OptionParser() parser.add_option( '--user', dest='user_install', action='store_true', default=False, help='install in user site package (requires Python 2.6 or later)') parser.add_option( '--download-base', dest='download_base', metavar="URL", default=DEFAULT_URL, help='alternative URL from where to download the setuptools package') parser.add_option( '--insecure', dest='downloader_factory', action='store_const', const=lambda: download_file_insecure, default=get_best_downloader, help='Use internal, non-validating downloader' ) parser.add_option( '--version', help="Specify which version to download", default=DEFAULT_VERSION, ) options, args = parser.parse_args() # positional arguments are ignored return options def main(): """Install or upgrade setuptools and EasyInstall""" options = _parse_args() archive = download_setuptools( version=options.version, download_base=options.download_base, downloader_factory=options.downloader_factory, ) return _install(archive, _build_install_args(options)) if __name__ == '__main__': sys.exit(main()) prelude-correlator-4.1.1/prelude-correlator.conf0000664000175000017500000000546213211634715023426 0ustar tandrejatandreja00000000000000# This is a template configuration file for prelude-correlator # include = /etc/prelude/default/idmef-client.conf [general] # # Only attempt to correlate input events that match the following criteria: # criteria = # Plugin configuration: # # [BruteForcePlugin] # disable = false # # Disable BusinessHour correlation by default since it is very verbose [BusinessHourPlugin] disable = true # # [OpenSSHAuthPlugin] # disable = false # # [EventScanPlugin] # disable = false # # [EventStormPlugin] # disable = false # # [EventSweepPlugin] # disable = false # # [WormPlugin] # disable = false # repeat-target = 5 # # [CIArmyPlugin] # disable = false # # How often in seconds the CIArmy database should be reloaded (download + reload) # (default: once a week). 0 to disable reloading. # reload = 604800 # # The address to load the CIArmy database from: # uri = http://cinsscore.com/list/ci-badguys.txt # # Define the maximum allowed time for downloading the database # timeout = 10 # # [DshieldPlugin] # disable = false # # How often the Dshield database should be reloaded (download + reload) # (default: once a week). 0 to disable reloading. # reload = 604800 # # The address to load the Dshield database from: # uri = http://www.dshield.org/ipsascii.html?limit=10000 # # Define the maximum allowed time for downloading the database # timeout = 10 # [SpamhausDropPlugin] # # Note: the python-netaddr package is required for this plugin to work. # Also, versions 0.7.10 to 0.7.15 (inclusive) are known to be very slow # due to a bug in python-netaddr. # See https://github.com/drkjam/netaddr/issues/94 for more information # # disable = true # # How often the Spamhaus database should be reloaded (download + reload) # (default: once a week). 0 to disable reloading. # reload = 604800 # # The address to load the Spamhaus database from: # uri = http://www.spamhaus.org/drop/drop.txt # # Define the maximum allowed time for downloading the database # timeout = 10 # # This plugin will report CorrelationAlert for events / sets of events # that appear to have passed through a firewall known to protect the # target machine. # # If no firewall ever emit block concerning a given host, then this host # is considered un-protected, and there is no point in reporting # CorrelationAlert. # # The 'flush-protected-hosts' variable allow you to define how much # time a given target hosts should be considered as protected when a # firewall drop is noticed for this machine. # # The plugin is disabled by default since it tend to be very verbose [FirewallPlugin] disable = True flush-protected-hosts = 3600 # [python_rules] # Python rules folder # paths = /etc/prelude-correlator/rules/python # Logging configuration might also be defined in this file: # http://docs.python.org/library/logging.html # Include additional configuration files [include] conf.d/*.conf prelude-correlator-4.1.1/setup.py0000664000175000017500000001343713211634745020463 0ustar tandrejatandreja00000000000000#!/usr/bin/env python # Copyright (C) 2009-2017 CS-SI. All Rights Reserved. # Author: Yoann Vandoorselaere # # This file is part of the Prelude-Correlator program. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from ez_setup import use_setuptools use_setuptools() try: import urllib.request as urlreq except: import urllib2 as urlreq import os from setuptools import setup, find_packages from setuptools.command.install import install from setuptools.command.sdist import sdist PRELUDE_CORRELATOR_VERSION = "4.1.1" class my_sdist(sdist): user_options = sdist.user_options + [('disabledl', None, "Disable the download of databases")] disabledl = False def _downloadDatabase(self, dname, url, filename): print("Downloading %s database, this might take a while..." % (dname)) req = urlreq.Request(url) req.add_header('User-agent', 'Mozilla 5.10') r = urlreq.urlopen(req) fd = open(filename, "w") fd.write(r.read()) fd.close() def __init__(self, *args, **kwargs): fin = os.popen('git log --summary --stat --no-merges --date=short', 'r') fout = open('ChangeLog', 'w') fout.write(fin.read()) fout.close() sdist.__init__(self, *args) def run(self): if self.disabledl: print("Automatic downloading of databases is disabled.") print("As a result, they won't be included in the generated source distribution.") else: self._downloadDatabase("DShield", "http://www.dshield.org/ipsascii.html?limit=10000", "rules/dshield.dat") self._downloadDatabase("Spamhaus", "http://www.spamhaus.org/drop/drop.lasso", "rules/spamhaus_drop.dat") self._downloadDatabase("CIArmy", "http://cinsscore.com/list/ci-badguys.txt", "rules/ciarmy.dat") sdist.run(self) class my_install(install): def run(self): for dirname, flist in self.distribution.data_files: prefix = self.prefix if self.prefix == "/usr": prefix = os.sep destdir = os.path.join(os.path.normpath((self.root or '') + prefix), dirname) self.mkpath(destdir) for f in flist: dest = os.path.join(destdir, os.path.basename(f)) if dest[-4:] == "conf" and os.path.exists(dest): dest += "-dist" self.copy_file(f, destdir) self.distribution.data_files = [] self.init_siteconfig(prefix) install.run(self) os.remove("preludecorrelator/siteconfig.py") def init_siteconfig(self, prefix): config = open("preludecorrelator/siteconfig.py", "w") config.write("conf_dir = '%s'\n" % os.path.abspath(prefix + "/etc/prelude-correlator")) config.write("lib_dir = '%s'\n" % os.path.abspath(prefix + "/var/lib/prelude-correlator")) config.close() setup( name="prelude-correlator", version=PRELUDE_CORRELATOR_VERSION, maintainer="Prelude Team", maintainer_email="support.prelude@c-s.fr", author="Yoann Vandoorselaere", author_email="yoannv@gmail.com", license="GPL", url="https://www.prelude-siem.org", download_url="https://www.prelude-siem.org/projects/prelude/files", description="Prelude-Correlator perform real time correlation of events received by Prelude", long_description=""" Prelude-Correlator perform real time correlation of events received by Prelude. Several isolated alerts, generated from different sensors, can thus trigger a single CorrelationAlert should the events be related. This CorrelationAlert then appears within the Prewikka interface and indicates the potential target information via the set of correlation rules. Signature creation with Prelude-Correlator is based on the Python programming language. Prelude's integrated correlation engine is distributed with a default set of correlation rules, yet you still have the opportunity to modify and create any correlation rule that suits your needs. """, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Security", "Topic :: System :: Monitoring" ], packages=find_packages(".", exclude=["rules"]), entry_points={ 'console_scripts': [ 'prelude-correlator = preludecorrelator.main:main', ], 'preludecorrelator.plugins': [ ] }, package_data={}, data_files=[ ("etc/prelude-correlator", ["prelude-correlator.conf"]), ("etc/prelude-correlator/conf.d", ['data/conf.d/README']), ("etc/prelude-correlator/rules/python", [os.path.join('rules',x) for x in os.listdir('rules') if x.endswith('.py')]), ("var/lib/prelude-correlator/prelude-correlator", [os.path.join('rules',x) for x in os.listdir('rules') if x.endswith('.dat')]) ], install_requires=["prelude >= 4.1.0"], cmdclass={'sdist': my_sdist, 'install': my_install} ) prelude-correlator-4.1.1/PKG-INFO0000664000175000017500000000300013211634770020025 0ustar tandrejatandreja00000000000000Metadata-Version: 1.1 Name: prelude-correlator Version: 4.1.1 Summary: Prelude-Correlator perform real time correlation of events received by Prelude Home-page: https://www.prelude-siem.org Author: Prelude Team Author-email: support.prelude@c-s.fr License: GPL Download-URL: https://www.prelude-siem.org/projects/prelude/files Description: Prelude-Correlator perform real time correlation of events received by Prelude. Several isolated alerts, generated from different sensors, can thus trigger a single CorrelationAlert should the events be related. This CorrelationAlert then appears within the Prewikka interface and indicates the potential target information via the set of correlation rules. Signature creation with Prelude-Correlator is based on the Python programming language. Prelude's integrated correlation engine is distributed with a default set of correlation rules, yet you still have the opportunity to modify and create any correlation rule that suits your needs. Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Security Classifier: Topic :: System :: Monitoring prelude-correlator-4.1.1/setup.cfg0000664000175000017500000000007313211634770020560 0ustar tandrejatandreja00000000000000[egg_info] tag_build = tag_date = 0 tag_svn_revision = 0